Features:
- Support supplementary Chinese (@ExplodingDragon)
- Support environment variable TZ for docker container (@tboerger)
Security:
- Allow to store OAuth secre in separate file (@tboerger)
- Generate random username for OAuth users
Bugfix:
- Add
start_version
to Template model (@samerbahri98) - Support OAuth without email (added configuration option
oidc_providers -> email_suffix
to generate email from username). Useful for GitHub.