What's Changed
Refactored authentication
- username -> email. now users login by email. its done to simplify linking of OIDC with local accounts and create users with custom access in future
- existing users will get "example.local" suffix that can be changed from admin menu
- added option to edit existing users
Improved Search
- spotlight like search for looking up files and folders.
- it also searches inside text files and highlights matching texts
new UI
- some UI tweaks
Vitepress documentations
- docs are migrated to vittepress. Work in progress to update the docs
multi language support
- added i18n support for various language. new language requests can be created in github issues
AUTH_ENABLED=false to remove auth completely
- now users can remove the entire auth module by this docker flag.
Full Changelog: v1.1.7...v1.1.8