Changelog for the upcoming release (preview)
New
- Added user shares to poll groups
- Added a forbidden route and page
- Added WatchController to OCS-API
Changes
- Optimized janitor cron
- Optimized rebuild command
- Optimized poll loading by migrating subqueries to join (#3692)
- 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
Fixes
- Fixed broken endpoint for manually calling autoReminderCron
What's Changed
🚀 Enhancements
- Add shares to poll groups by @dartcafe in #4134
- Chunked loading of participants by @dartcafe in #4148
- variant of fixed vote table header by @dartcafe in #4149
- Activate Nextcloud 30 by @dartcafe in #4144
🐛 Fixed bugs
Other Changes
- chore(i18n): Improved grammar by @rakekniven in #4147
Full Changelog: v8.0.6...v8.1.0-rc.1