-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Added
- Added support for eml mimetype - [stable10] added support for eml mimetype #29204 - not sure if files_texteditor should be able to open this kind of files.
- Added "occ dav:cleanup-chunks" command to clean up expired uploads - [stable10] Add occ command dav:cleanup-chunks to remove all upload fo… #29180
- Added "occ files:scan" repair mode to repair mismatch filecache paths - [stable10] Backport of repair step for mismatch filecache paths #29074 [stable10] Use path hash in selects from filecache to speed things up #29232
- Added occ command to change/recreate master-key - [Stable10] Change to re-create masterkyes #29260
- Detailed mode for "occ security:routes" - [stable10] Adding detailed mode to occ security:routes #29095
- Webdav property to retrieve a private link to files or folders - Stable10 dav get privatelink #29041
- CORS support for public API routes - [stable10] Backport of #28457 (Enabled CORS on ownCloud) #28852 - Phil - see below for various separate tests done of parts that were repaired along the way.
- More "files_sharing" capabilities entries - [stable10] Add missing files_sharing capabilities #29040
- Display server name in admin page, don't show in status.php - [stable10] Server name in admin page, don't show in status.php #28938 - I don't see it in the web settings.
- Validate public link mail on the client side - [stable10] validate public link mail #29042 - Comment about this https://github.com/owncloud/core/pull/29042/files#diff-99ea0d0c9aa0d63172b459efb8c4cb42R87
- Expose XHR response in share dialog autocomplete callback for extensions - [stable10] Expose XHR response in share dialog autocomplete callback #29231
- Let apps provide icons for settings sections - [stable10] Allow non hardcoded icons for apps #29358
- Added cancellable prehooks for logout operation - [stable10] Add logout prehooks #29352 - To test this, test Impersonated guest user cannot logout impersonate#64 using master code of impersonate, not 0.1.1 version.
- Markdown support for app descriptions in apps settings panel - [Stable10] Markdown support for app descriptions ... #29333
- Add option to allow user to share only with the groups they belong to - [stable10] Share with group membership only stable10 #29391 - Should a regular user be able to share with admin user in this case?
- Cacheable storage adapter for use by Flysystem based external storage backends - [Backport] Stable10 cacheable storage adapter #29414
Test using dropbox app. => cannot test, app is not using this currently. Skip - Add user additional info field for share autocomplete - [stable10] Add user additional info field for share autocomplete #29457
- Add dispatcher event for remote fed shares - [stable10] Add dispatcher event for remote fed shares #29482
- Adding mode of operations - either single-instance or clus… - [stable10] Adding mode of operations - either single-instance or clus… #29492
- Added support for MariaDB 10.2.7+ - [Stable10] MariaDB 10.2.7+ #29240
- Admins can now exclude files from integrity check in config.php - [stable10] Move excluded files to config array #29460
- Use X-Request-ID header as request id if provided by client, useful for logging - [stable10] Use X-Request-ID header as request id if provided by clien… #29434
- Added authentication headers verification to validate the session - [stable10] Introduce UserSession::verifyAuthHeaders which validates t… #29525 - Oauth
- Added IServiceLoader on server container to load app service classes from XML tags in info.xml - [stable10] Introduce UserSession::verifyAuthHeaders which validates t… #29525 - Oauth
- Trigger events for federated shares - [stable10] Trigger eventdispatcher for federated share #29566
Changed
- Exclude mimetypelist.js from integrity check - [stable10] Exclude mimetypelist.js from integrity check #29048 [Stable10] Exclude mimetypelist.js from signing/integrity check #29316 - I don't see this fixed, in the integrity check that file appears as missing, failing. => build script issue, to be verified in RC2
- Refactor set and reset of capabilities - [stable10] Refactor set and reset of capabilities #29200
- All amazon locations support v4 now - v3 deprecated - [stable10] All amazon locations support v4 now - v3 deprecated #29153
- Modified time value of files is now 64 bits long - [stable10] allow to store 64bit mtime #28961
- User names must now be at least 3 characters long - [stable10] username must be at least 3 characters long #29237
- AccountMapper get by email is now case insensitive - [stable10] AccountMapper get by email is now case insensitive #29341
- Remove deprecated federated share API warning as it needlessly pollutes logs - [stable10] Remove deprecated API warning as it needlessly pollutes logs #29364
- Improve UI for public link sharing permissions for folders - [stable10] Improve public link sharing permissions for folders #29413
- Replace notify user for local shares with button - [stable10] Replace notify user for local shares with button #29463
- Log out current user after submitting form in password reset page - [stable10] Log out when resetting password #29464
- Update minimum supported browser versions - [stable10] Update minimum supported browser versions #29507
- Admins can now change display name even when its modification is disallowed for regular users - [stable10] Admins can change display name when flag set to false #29442
Removed
- Remove AvatarPermissions repair step - [stable10] Remove AvatarPermissions repair step #29202
- Remove unused FTP code - [stable10] Remove unused FTP code #29186
- Remove app store related code obsoleted by market app - [Stable10] revert 27648 update from market #29249
Fixed
- Corrected namespace for OC\Memcache\ArrayCache which caused errors on some environments - [stable10] Corrected namespace for OC\Memcache\ArrayCache #29219
- External storage Javascript code from apps is now loaded correctly (fixes Dropbox app and others) - [stable10] fix backend js loading error, issue https://github.com/own… #29225 - Test with dropbox
- Use product name from theme - [stable10] fix default name string #29251
- Make sure the external storage folder name is editable when returning from OAuth authorization - [stable10] Make sure the folder name is editable (if required) after reloading or #29253 - test with dropbox as well
- Fix duplicate external storage config that appear sometimes when returning from OAuth authorization - [stable10] Dupped mounts stable10 #29254 - more dropbox
- Log exceptions in decrypt-all command - [stable10] log exception #29248
- SFTP key pair mode now works again - [stable10] Get SFTP key pair mode working #29156
- Use correct class namespace for ownCloud ext storage - [stable10] Use correct class namespace for ownCloud ext storage #28935
- Fix generated zip file to avoid errors with some zip tools - [stable10] Switch to deepdiver/zipstreamer 1.1.0 which fixes #29149
- Fix position of dialog boxes - [stable10] fix oc dialog position #29133 [stable10] Remove originalCss reference in oc-dialogs #29467
- Move 64bit mtime migration from dav to core - [stable10] Move 64bit mtime migration from dav to core #29121 - Phil - see test results in comment Move 64bit mtime migration from dav to core #29120 (comment)
- Allow 0 byte quota to be entered on UI - [stable10] Allow 0 byte quota to be entered on UI #29113
- Don't display warning about limited commands when running maintenance:install - [stable10] Don't display warning about limited commands when running maintenance:install #28968
- Handle no user session in isSharingDisabledForUser() - [stable10] Handle no user session in isSharingDisabledForUser() #28915
- Fix icon format for federated cloud sharing - [stable10] Federated Cloud Sharing info icon format #28972
- Fix for decrypting user specific keys - [stable10] Fix for decrypting user specific keys #29189 - Test with encryption
- Remove alternate keys storage during user delete - [stable10] Remove alternate keys storage during user delete #29155 - Test with encryption
- Fix error logs due to deletion of keys - [stable10] Fix error logs due to deletion of keys #28934 - Test with encryption
- Fix encryption panel to properly detect current mode after upgrade to ownCloud 10 - [stable10] Fix migration issue caused during upgrade to version 10 #29049 - Test with encryption
- Fix quota check when uploading to federated shares - [stable10] Fix quota federated sharing (new) #29325 [stable10] Fix Sabre\DAV\Client use statement for older PHP #29424
- Fix issue when mounting another encrypted ownCloud - [stable10] Call getFullPath only if its defined in storage #29360
- AccountMapper get by email is now case insensitive - [stable10] AccountMapper get by email is now case insensitive #29341 - Duplicated
- Fix order of apps to be deterministic during install process - [stable10] install order #29267 - This needs Mac OS High Sierra.
- Only initiate connection to federated share when necessary - [stable10] Lazy connect to federated share, not in storage constructor #29314
- Allow group named "0" to be deleted - [stable10] allow group named "0" to be deleted #29323
- Do not translate CORS header in settings page - [stable10] do not translate CORS header in settings page #29313
- Disable background scan for home storage/cache - [stable10] Disable background scan for home storage/cache #29306 - Extreme corner case - uses encryption too.
- Fixed double escaping in full page error messages - [stable10] fixed double escaping #29304 - This needs a unit test.
- Updated davclient.js which fixes issue whenever an app extends Array prototype - [stable10] Update davclient.js to 0.1.2 #29305
- Fix OCS apps API to correctly include attributes into generated XML - [stable10] Put attributes into generated XML #29303
- Make enum type mapping work with migrations - [Stable10] Register type mappings on createSchema invocation too #29268 - Upgrade with database tweaking
- Handle invalid storage when getting storage root id - [stable10] Handle invalid storage when getting storage root id #29278
- Fix storing/retrieval for dav properties of non files - [Stable10] Fix storing/retrieval for dav properties of non files #29273
- Remove double quotes from boolean values in status.php output - [stable10] Remove double quotes from boolean values in status.php output #29271
- Tidy code in DAV related classes - [stable10] Improve doc blocks, import classes #29272 - Nothing to test, code cleaning.
- Fix the missing argument to DecryptAll - [stable10] Fix the missing argument to DecryptAll #29371 - This is throwing an exception.
- Skip copying skeleton files if skeleton dir is not accessible - [stable10] #27854 non existing folder skeletondirectory #29379
- Use chunked DB query when preloading directory content for DAV properties - [stable10] Use chunks of 999 when preload directory content #29416
- Fix failure when checking integrity signature for non-existing files - [stable10] Only read from an existing file #29433
- Prevent uploading of part files through WebDav - [stable10] Merge pull request #29011 from owncloud/prevent_dav_partfi… #29432
- Only trigger "changeUser" event if account object really changed - [stable10] only trigger changeUser if account object really changed #29429 - No idea what to test here if any, ask Jörn
- Only load app type once in app manager classes - [stable10] load app type only once #29428
- Use efficient startsWith implementation in server container - [stable10] use efficient startsWith implementation, don't check if ke… #29427 - No idea what to test here if any, ask Jörn => the fact that OC still works proves it works as this is a very core component that resolves classes
- Fix race condition in browser when uploading folder tree - [stable10] Fix folder upload race condition #29435
- Disable nginx buffering for file downloads to avoid huge memory usage in some scenarios - [stable10] Disable nginx buffering for file downloads #29403 - Requires nginx
- Fix many issues related to session removal - [stable10] Missing oc_authtoken (session) for native clients #28879
- Fix SMB to better detect when overwriting through rename - [stable10] Fix smb upload errors stable10 #29564
Reactions are currently unavailable