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