ownCloud Server 10.9.0 RC1 has been released
Please help testing and report issues in the core repository for platform issues or any of the app repositories if the bug is in an app. If this version works for you, you can post a comment too ![]()
Download
https://download.owncloud.org/community/testing/owncloud-complete-20211209.tar.bz2
Or try
: docker pull owncloud/server:10.9.0-rc1
Highlights
- User interface improvements
- Stability improvements
- Performance improvements (mostly with upcoming clients)
Known issues
- The included documentation still is the 10.8.0 user manual. The 10.9 documentation branch is work in progress.
- The user_ldap app is still version 0.15.4 โ an upgrade to 0.16.0 is work in progress.
- The new feature mentioning the recent authors in the version overview might not yet work consistently.
Other Notable Changes
-
The handling for inaccessible federated shares has been improved to better avoid removing temporarily unavailable shares. Do not remove federated share on CURLE errors, provide improved notification in UI and exception handling by mrow4a ยท Pull Request #38474 ยท owncloud/core ยท GitHub
-
Group admins can now add users who are in at least one of their administered groups to their other groups via the HTTP Provisioning API (previously this was only possible via the web-based user management). Permit subadmins to add accessible users to groups they manage by rpocklin ยท Pull Request #39013 ยท owncloud/core ยท GitHub
-
Issues with updating apps via the Market app under certain circumstances have been resolved. Update appinfo cache only if the app version is newer by jvillafanez ยท Pull Request #39108 ยท owncloud/core ยท GitHub
-
The logo on the login screen will be displayed correctly again, independent of its size. fix logo sizing by hurradieweltgehtunter ยท Pull Request #39129 ยท owncloud/core ยท GitHub
-
Image orientation information from EXIF data will now be processed correctly so that images will be displayed with the correct orientation, e.g., in the Media Viewer. Fix image orientation method by JammingBen ยท Pull Request #39140 ยท owncloud/core ยท GitHub
-
The
occ user:reportcommand has been fixed so that only real user folders will be counted (instead of counting system folders like, e.g., avatars). Additionally, folders outside of the data directory will also be taken into account (e.g., symlinks). Ignore non-user folders in command occ:user report by AlexAndBear ยท Pull Request #39223 ยท owncloud/core ยท GitHub
Command occ 'user:report -> count user dirs system wide by AlexAndBear ยท Pull Request #39254 ยท owncloud/core ยท GitHub -
The โHomeโ icon in the breadcrumb of the Files app has been replaced with the icon and text of the respective view (e.g., All Files, Deleted Files) so that its functionality is more clear to the user. Add text to root element of breadcrumb by JammingBen ยท Pull Request #39367 ยท owncloud/core ยท GitHub
-
The
occ user:listcommand now supports the optionshow-all-attributesto provide a user list including all available information at once. Add show-all-attributes option by AlexAndBear ยท Pull Request #39366 ยท owncloud/core ยท GitHub -
Thumbnails for WEBP files can now be generated. Webp thumbnails are not generated. ยท Issue #39358 ยท owncloud/core ยท GitHub
-
The quality of preview images (e.g., in the Media Viewer) can now be configured core/config/config.sample.php at master ยท owncloud/core ยท GitHub[in config.php]. https://github.com/owncloud/core/pull/39349
-
Starting and trailing spaces in file names will now be trimmed when uploading, creating and renaming files in order to maintain cross-platform compatibility (e.g., Windows does not support such file names). Trim starting and trailing spaces while creating/uploading/renaming files and folders in the webUI by AlexAndBear ยท Pull Request #39310 ยท owncloud/core ยท GitHub
-
Empty folders can now be uploaded via the web interface. Allow upload of empty folders via drag & drop in WebUI by AlexAndBear ยท Pull Request #39285 ยท owncloud/core ยท GitHub
-
The file list has received improvements for mobile devices. Use buttons and icons for file list actions without text in mobile view by AlexAndBear ยท Pull Request #39233 ยท owncloud/core ยท GitHub Unable to batch delete files and folders in mobile view. Test fails. ยท Issue #39221 ยท owncloud/core ยท GitHub
-
The Shared by link view has been improved for mobile devices. Mobile view -> files -> Shared by link -> hide expiration date column by AlexAndBear ยท Pull Request #39232 ยท owncloud/core ยท GitHub
-
The Deleted files view has been improved for mobile devices. Hide restore text in fileList for deleted files mobile by AlexAndBear ยท Pull Request #39236 ยท owncloud/core ยท GitHub
-
The file creation menu (โ+โ menu) now provides buttons to confirm and cancel file creation. Add cancel / create button on fileMenu form by AlexAndBear ยท Pull Request #39056 ยท owncloud/core ยท GitHub
-
The group listing of the user management in the web interface has been improved in regards of usability. Redesign group list in the user settings view by AlexAndBear ยท Pull Request #39262 ยท owncloud/core ยท GitHub
-
It is now possible to disable the upload time estimation in the web interface using
occ config:app:set files hide_upload_estimation --value="yes". Add option to hide the upload estimation in WebUI by JammingBen ยท Pull Request #39228 ยท owncloud/core ยท GitHub -
When โupgrade.disable-webโ is set to
truein config.php, the web updater section in admin settings will now be completely hidden. https://github.com/owncloud/core/compare/issues/39183 -
Deleting a tag now requires confirmation to prevent mistakes. Tags -> improve UI by rendering a confirmation prompt ยท Issue #39157 ยท owncloud/core ยท GitHub
-
The
occ transfer:ownershipcommand now has a new option--destination-use-user-folderto transfer entire user accounts. See the Using the occ Command :: Documentation for ownCloud (A Kiteworks Company) for more information. add --destination-use-user-folder option to files:transfer-ownership command by mrow4a ยท Pull Request #39118 ยท owncloud/core ยท GitHub -
The performance of address book search queries has been improved. Create new DB index and add new condition by jvillafanez ยท Pull Request #39017 ยท owncloud/core ยท GitHub
-
File actions in the web interface will now only be triggered when clicking on the file name. A bug has been fixed that caused clicking on the file row to have the same behavior. Bugfix: Clicking in the middle of the row in the file list downloads the file by AlexAndBear ยท Pull Request #39361 ยท owncloud/core ยท GitHub
-
The setting
allow_user_to_change_mail_addresshas been introduced and decoupled from the settingallow_user_to_change_display_name. -
The expiration date in the Shared by link view will now be correctly displayed. Set expire end of day in UI by AlexAndBear ยท Pull Request #39238 ยท owncloud/core ยท GitHub
Thanks to the community for your support & happy testing!
![]()