This is a hotfix, which should prevent a normal update from beeing cancelled.
An update from a version prior to v8.1.0 should behave normal as well as an update from a broken v8.1.0 update
Changelog 8.1.2
New
- Support Nextcloud 30
- Added user shares to poll groups
- Added a forbidden route and page
- Added WatchController to OCS-API
- Sticky option headers in vote table
- Lazy loading of participants on scroll, if too many vote cells are rendered
Changes
- Optimized janitor cron
- Optimized rebuild command
- Optimized poll loading by migrating subqueries to join (#3692)
- Accelerated loading performance of polls
- Separated pollGroups from polls (Store, Service, Mapper, ...)
- Catch CronJob runs and report as error, but avoid crash at higher thread levels
- Changed poll loading triggers (mainly navigation affected)
- Added some status to the watchWorker
- Removed performance user setting in favor of lazy loading participants
- Reduce noise by avoiding toasts for obvious changes
Fixes
- Fixed broken endpoint for manually calling autoReminderCron
- Fix avatar foreground color
- Fix window title
Full Changelog: v8.1.1...v8.1.2