Today we are releasing the RC 1 versions of the maintenance released for the major versions 14, 13 and 12. The releases can be found on our download server in the prereleases
folder: https://download.nextcloud.com/server/prereleases/
We will also put them into the beta
channel on the updater server. Be aware: there is also the 15.0.0 beta release out that means if you are on 14.0.x and on the updater channel it will give you the 15.0.0 beta version instead of 14.0.4 RC 1. We went for this way to get some feedback on this new major version instead. If you wish to upgrade the 14.0.4 RC1 you need to go the manual way. We are working on improving this in the future.
Edit: For those of you that still only want to get 14.0.4 RC 1 and not 15.0.0 Beta 2, we have set up a special updater server only for this purpose. You can configure it in the config.php
:
$CONFIG = [
'updater.server.url' => 'https://updates.nextcloud.com/14.0.4rc1-on-beta-temporary/',
];
Once this is configured, your Nextcloud will show 14.0.4 RC 1 instead of the update to 15.0.0 beta 2 in the update section. Keep in mind to remove this config option from config.php
after the upgrade was done to use the default update server again, because we will remove this once 14.0.4 is out.
Planned release date in next week Thursday.
Happy testing
14.0.4 RC 1
- Allow overwrite.cli.url without trailing slash (server#11772)
- Remove duplicate call to decodeURIComponent (server#11781)
- Check for empty string (server#11783)
- Php7.3 CI (server#11790)
- 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)
- 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)
13.0.8 RC 1
- Ignore âsession_lifetimeâ if it can not be converted to a number (server#11762)
- Change password expiration time from 12h to 7d (server#11857)
- Do not emit preHooks twice on non-part-storage (server#11962)
- Filter null values for UserManager::getByEmail (server#11978)
- Allow local delivery of schedule message while prohibiting FreeBusy requests (server#11982)
- Load apps/APP/l10n/.js and themes/THEME/apps/APP/l10n/.js (server#11992)
- Fix opening a section again in the Files app (server#11996)
- Lazy open first source stream in assemblystream (server#11997)
- Remove cookies from Clear-Site-Data Header (server#12006)
- Actually return the root folder when traversing up the tree (server#12060)
- Double check for failed cache with a shared storage (server#12109)
- Implement the size of an assembly stream (server#12112)
- Remove unneeded empty search attribute values, fixes #12086 (server#12123)
- LDAP: announce display name changes so that addressbook picks it up (server#12142)
- Reset bruteforce on token refresh OAuth (server#12208)
- Expired tokens should not trigger bruteforce protection (server#12212)
- A folder should get a folder mimetype (server#12298)
- Properly search the root of a shared external storage (server#12376)
- Unique contraint and deadlock fixes for filecache and file_locks (server#12434)
- Fixes dav share issue with owner (server#12460)
- Correctly restrict affected users when using command to send emails (activity#313)
12.0.13 RC 1
- Ignore âsession_lifetimeâ if it can not be converted to a number (server#11763)
- Fix opening a section again in the Files app (server#11998)
- Actually return the root folder when traversing up the tree (server#12059)
- Double check for failed cache with a shared storage (server#12110)
- Fixes dav share issue with owner (server#12461)