The fourth beta of Nextcloud 28 is now available on our download server!
As always, help with testing is very much welcome!
If you notice anything out of order, please report back on the appropriate github repository!
---- If you are on 28 Beta 2 ----
Unfortunately we had to realize that a bug slipped into the updater of Beta 2 that will error on an upgrade with memory exhaustion. Before doing an upgrade please replaces the updater.phar with that one from Beta 1. Or, if you want to use the web updater, replace the updater’s index.php.
cd /path/to/nextcloud/updater
rm updater.phar index.php
wget https://raw.githubusercontent.com/nextcloud/updater/v28.0.0beta1/updater.phar
wget https://raw.githubusercontent.com/nextcloud/updater/v28.0.0beta1/index.php
chmod +x udater.phar
chown www-data:www-data updater.phar
chown www-data:www-data index.php
Now you can upgrade as usual.
---------------------------------
Downloads
Changelog
- Check for open_basedir before reading /proc (server#37959)
- Replace if/else with return match (server#38622)
- (enh) Change
occ background-job:list
limit default 10->500 (server#40042) - Add some support for rename on case insensitive local filesystems (server#40935)
- Optimize UserMountCache::registerStorage (server#41057)
- Enh(systemtags): Add accessible system tags form (server#41335)
- Fix(s3): support SSE-C headers for the MultipartCopy call (server#41366)
- Feat: add preview provider for emf files based on office (server#41395)
- Add link for opening app details (server#41439)
- Migrate old metadata table to the new ones (server#41465)
- Adapt “advanced settings” button for accordion button (server#41473)
- Refactor(carddav): Use even earlier return and SQL’s WHERE IN (server#41474)
- Fix(files): Sort list ASC by default (server#41485)
- Fix invalid users/groups handling in advanced search (server#41486)
- Move delete share button into the scrolling container (server#41489)
- Feat(comments): Plug in comments into activity sidebar tab if available (server#41491)
- Fix(ocp): register IAvailabilityCoordinator service alias (server#41495)
- Bump @nextcloud/dialogs to v5.0.1 (server#41497)
- Feat(dav): Enable OOO UI and expose enabled via OCP (server#41501)
- Correct spelling (server#41506)
- Enhancements for advanced search API (server#41511)
- Fix(userstatus): Only track message timestamp for values (server#41512)
- Fix(files_versions): don’t call getUid() on null (server#41518)
- Fix(files): Ensure folders and favorites are sorted first regardless of sorting mode (server#41519)
- Finish password confirmation (server#41520)
- Reverse X-Forwarded-For list to read the correct proxy remote address (server#41526)
- Serve .flac audio files (server#41541)
- Bump Hub 6 → Hub 7 (server#41555)
- Bump icewind/searchdav to 3.1.0 in master (3rdparty#1643)
- Feat(sidebar): Add frontend API that allows to register custom entries (activity#1416)
- Fix activity icon (activity#1418)
- Revert "Extract buttons from pages so the animation does not affect t… (firstrunwizard#1003)
- Fix(UI): Fix NcRichText usage (notifications#1716)
- Enh: Add unique DOM identifiers for nav entries (photos#2118)
- Fix(a11y): Backwards photos tabulation (photos#2129)
- Add sidebar to the build entries (photos#2130)
- Fix EXIF display conditions (photos#2135)
- Feat: make apps updates opt-in by default (serverinfo#526)
- Fix: Add migration to drop conflicting index ts_session (text#4998)
- Feat: enable viewer for image/emf (viewer#2065)