Here are the archives for the release candidates of ownCloud
Server maintenance releases:
- 9.1.5 RC1: download.owncloud.com
- 9.0.9 RC1: download.owncloud.com
- 8.2.11 RC1: download.owncloud.com
The final tarball is scheduled to be released on April 18th.
The branches stable9.1, stable9 and stable8.2 are now frozen, which means that only
fixes for showstopper issues will be merged. Others will be moved to the
next point milestone.
Please give these versions a good test and report any issues in
GitHub - owncloud/core: ☁ ownCloud web server core (Files, DAV, etc.) or the bug trackers of the related
apps.
Thanks to everyone who has contributed !
Changelog:
9.1.5 RC1
- [major] Renaming SMB mount point now does not delete its contents - Renaming SMB folder in OwnCloud Deletes Original External Folder from SMB Server · Issue #27377 · owncloud/core · GitHub
- [major] Fix quota behavior inconsistencies with LDAP quota - Quota fixes by jvillafanez · Pull Request #27420 · owncloud/core · GitHub
- [major] Prevent useless queries to local DB users table when using LDAP - cache loadUser if not exists by butonic · Pull Request #27068 · owncloud/core · GitHub
- [major] Reduce queries to storages table by caching known entries in memcache - https://github.com/owncloud/core/issues/27312
- [major] Optimize long-running jobs by only running them for users who actually logged in before - introduce callForSeenUsers and countSeenUsers by butonic · Pull Request #26361 · owncloud/core · GitHub
- [major] Link shares now work correctly when using master key encryption - Cant share encrypted file with external user · Issue #27261 · owncloud/core · GitHub
- [major] Delete files tooltip now shows the original file path again - In the real world id is an initial filename by VicDeo · Pull Request #27271 · owncloud/core · GitHub
- [major] Keep file id when overwriting files when using home object store - fix objectstore rename by butonic · Pull Request #27281 · owncloud/core · GitHub
- [major] Add support for custom Sabre auth plugin registration in core - [stable9.1] Custom Authentication Mechanisms for WebDAV and APIs by joneug · Pull Request #27370 · owncloud/core · GitHub
- [major] Fix home folder deletion which could fail with LDAP and home attribute in some cases - Get user home folder before deletion by PVince81 · Pull Request #26848 · owncloud/core · GitHub
- [major] Enable exponential backoff in GDrive SDK library to reduce API rate limit issues - External Storage: Google Drive: 403 User Rate Limit Exceeded · Issue #20481 · owncloud/core · GitHub
- [minor] Updated ca-bundle.crt
- [minor] Remove useless warning about contact id when sharing with email - Remove contact id in share with email code by PVince81 · Pull Request #27225 · owncloud/core · GitHub
- [minor] Don’t store empty groups in system tags table - don't store empty groupids by butonic · Pull Request #27295 · owncloud/core · GitHub
- [minor] When running cron the log now contains each job’s last duration - [Stable9.1] Backporting logging changes of PR #27144 by noveens · Pull Request #27239 · owncloud/core · GitHub
- [minor] Do not rerun slow unmerged shares repair routine on upgrade when it already ran before - [stable9.1] Don't rerepair unmerged shares if updating from OC > 9.0.3 by PVince81 · Pull Request #27176 · owncloud/core · GitHub
- [minor] SMB storage now properly skips DFS links to forbidden shares - fix listing dirs with dfs links to forbidden shares by butonic · Pull Request #26845 · owncloud/core · GitHub
- [minor] Sharing field now does not show remote entry when entering local account/email address - Fed share appear in share autocomplete when searching for same email address · Issue #26647 · owncloud/core · GitHub
- [minor] Fix integrity check warning about gitignore when updating from a previous 9.1 version - Improve updater style to match ownCloud core styles + fixing typos and c... by DeepDiver1975 · Pull Request #41 · owncloud/updater · GitHub
- [minor] Fix mixed translations for LDAP users on some setups - use closure to properly defer l10n initialization by butonic · Pull Request #27328 · owncloud/core · GitHub
- [minor] Fix theme resource caching with memcache - Default favicon shown even using a customized theme · Issue #27288 · owncloud/core · GitHub
- [minor] Output exceptions from occ files:scan - [stable9] Log files:scan exception by PVince81 · Pull Request #27136 · owncloud/core · GitHub
- [minor] Fix useless log entry when mounting an orphaned share from a deleted user - Shared storage stack trace for deleted user · Issue #27026 · owncloud/core · GitHub
- [minor] Fix inconsistent default value for share dialog user enumeration setting - Sharing autocomplete setting inconsistency · Issue #27224 · owncloud/core · GitHub
- [minor] Redirect unlink to rmdir when unlinking directories to avoid potential underlying issues - Redirect unlink to rmdir by PVince81 · Pull Request #27101 · owncloud/core · GitHub
- [minor] Fix log message with monochrome BMP preview - Uploading a picture in 1 bit Monochrome bmp generates logs in owncloud.log · Issue #27044 · owncloud/core · GitHub
9.0.9 RC1
- [major] Renaming SMB mount point now does not delete its contents - Renaming SMB folder in OwnCloud Deletes Original External Folder from SMB Server · Issue #27377 · owncloud/core · GitHub
- [major] Fix quota behavior inconsistencies with LDAP quota - Quota fixes by jvillafanez · Pull Request #27420 · owncloud/core · GitHub
- [major] Prevent useless queries to local DB users table when using LDAP - cache loadUser if not exists by butonic · Pull Request #27068 · owncloud/core · GitHub
- [major] Reduce queries to storages table by caching known entries in memcache - https://github.com/owncloud/core/issues/27312
- [minor] Updated ca-bundle.crt
- [minor] Sharing field now does not show remote entry when entering local account/email address - Fed share appear in share autocomplete when searching for same email address · Issue #26647 · owncloud/core · GitHub
- [minor] Fix integrity check warning about gitignore when updating to 9.1 - Fix integrity when migrating from 9.0 to 9.1 by VicDeo · Pull Request #418 · owncloud/updater · GitHub
- [minor] Fix mixed translations for LDAP users on some setups - use closure to properly defer l10n initialization by butonic · Pull Request #27328 · owncloud/core · GitHub
- [minor] Fix theme resource caching with memcache - Default favicon shown even using a customized theme · Issue #27288 · owncloud/core · GitHub
- [minor] Output exceptions from occ files:scan - [stable9] Log files:scan exception by PVince81 · Pull Request #27136 · owncloud/core · GitHub
- [minor] Fix useless log entry when mounting an orphaned share from a deleted user - Shared storage stack trace for deleted user · Issue #27026 · owncloud/core · GitHub
- [minor] Fix inconsistent default value for share dialog user enumeration setting - Sharing autocomplete setting inconsistency · Issue #27224 · owncloud/core · GitHub
- [minor] Redirect unlink to rmdir when unlinking directories to avoid potential underlying issues - Redirect unlink to rmdir by PVince81 · Pull Request #27101 · owncloud/core · GitHub
- [minor] Fix log message with monochrome BMP preview - Uploading a picture in 1 bit Monochrome bmp generates logs in owncloud.log · Issue #27044 · owncloud/core · GitHub
8.2.11 RC1
- [major] Use proxy settings when connecting to remote shares - [stable8.2] Add proxy support to external storage by PVince81 · Pull Request #27410 · owncloud/core · GitHub
- [major] Fix issue with non-deletable SMB folders when trashbin is disabled - Redirect unlink to rmdir by PVince81 · Pull Request #27101 · owncloud/core · GitHub
- [minor] Updated ca-bundle.crt
- [minor] Fix inconsistent default value for share dialog user enumeration setting - Sharing autocomplete setting inconsistency · Issue #27224 · owncloud/core · GitHub
- [minor] Fix small autoloader issue in rare situations - [Stable8.2] autoloader fixup retry by VicDeo · Pull Request #27108 · owncloud/core · GitHub
- [minor] Fix log message with monochrome BMP preview - Uploading a picture in 1 bit Monochrome bmp generates logs in owncloud.log · Issue #27044 · owncloud/core · GitHub