<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
Features
* Improve login view by felixrindt in https://github.com/ephios-dev/ephios/pull/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 https://github.com/ephios-dev/ephios/pull/1402
* **Deprecation warning**: We've deprecated the old time range filters like `start_gte` on the participations viewset in favor of providing `start_time_after`, `start_time_before`, `end_time_after`, `end_time_before` using `IsoDateTimeFromToRangeFilter` that now provides these filter options for the Events, Shifts and Participations Viewsets
Bugfixes
* Cycle serviceworker cache on user change by felixrindt in https://github.com/ephios-dev/ephios/pull/1401
Other Changes
* move files to main nav by jeriox in https://github.com/ephios-dev/ephios/pull/1403
* Refactor Media Download by felixrindt in https://github.com/ephios-dev/ephios/pull/1397
* ci: ensure migrations have been created by jeriox in https://github.com/ephios-dev/ephios/pull/1398
* allow reply_to for mails by jeriox in https://github.com/ephios-dev/ephios/pull/1406
* Translation by felixrindt in https://github.com/ephios-dev/ephios/pull/1405
**Full Changelog**: https://github.com/ephios-dev/ephios/compare/v0.17.3...v0.18.0