We’ve made Nextcloud 22 RC1 available - help test the upgrade process and see if you catch any bugs🐞
EDIT: RC2 is out now, too, get it on https://nextcloud.com/install or directly at https://download.nextcloud.com/server/prereleases/nextcloud-22.0.0rc2.zip
Many apps are now available - sadly, many are also not yet there, as usual it takes app authors a while to catch up, but if they are not yet in the app store you can often find pre-releases on github. As an example:
https://github.com/nextcloud/mail/releases
See for ‘what to test’ my earlier post about Beta 3!
Changes
- Use proper methods for display name retrieval (server#24318)
- Use constant for supported formats (server#26323)
- Return early if path is root (server#26344)
- Cleaner removePassword regex (server#26346)
- Let apps toggle an unread counter on app icons (server#26939)
- L10n: Spelling unification (server#27283)
- Update symfony/event-dispatcher requirement from ~4.4 to ~5.3 in /build/integration (server#27385)
- Properly cleanup entries of WebAuthn on user deletion (server#27532)
- Update shipped info.xsd too (server#27535)
- Allow WebAuthn on localhost as well (server#27537)
- Handle case where storage can't be created in getStorageRootId (server#27540)
- Phase out the controller reflector (server#27544)
- [Automated] Update psalm-baseline.xml (server#27548)
- Allow setting offset for dav search queries not limited to the users home storage (server#27561)
- Update Login with device page styles (server#27566)
- Upgrade to GitHub-native Dependabot (server#27583)
- Mail-template - don't show hyphen if slogan is empty (server#27595)
- Proper opacity on multiselect actions in files (server#27604)
- Make security warning stand out more (server#27605)
- Throttle on public DAV endpoint (server#27610)
- Add security.txt (server#27628)
- Use ISO8601 timestamps for the CalDAV trashbin (server#27632)
- Fix usage of DateTime constants (server#27635)
- Replace deprecated occ app:check-code with xml linter (activity#595)
- Replace deprecated occ app:check-code with xml linter (notifications#1009)
- Dont load UI on embedded pages (notifications#1013)
- Fix casting token to int (notifications#1016)
- Use node 14 and npm7 (notifications#1017)
- Fix handling the response of the proxy (notifications#1027)
- Fix asterix conflict with talk (notifications#1028)
- Support external storage (photos#804)