v0.18.0
What's Changed
Features
- Improve login view by @felixrindt in #1374
- When using exactly one SSO-Provider, users can be directly redirected to it
- visual improvements like showing the instance name and layout changes
- add API time filters by @felixrindt in #1402
- Deprecation warning: We've deprecated the old time range filters like
start_gte
on the participations viewset in favor of providingstart_time_after
,start_time_before
,end_time_after
,end_time_before
usingIsoDateTimeFromToRangeFilter
that now provides these filter options for the Events, Shifts and Participations Viewsets
- Deprecation warning: We've deprecated the old time range filters like
Bugfixes
- Cycle serviceworker cache on user change by @felixrindt in #1401
Other Changes
- move files to main nav by @jeriox in #1403
- Refactor Media Download by @felixrindt in #1397
- ci: ensure migrations have been created by @jeriox in #1398
- allow reply_to for mails by @jeriox in #1406
- Translation by @felixrindt in #1405
Full Changelog: v0.17.3...v0.18.0