Finish localization

- Add user preferences section to settings
- Make settings page available for all users
- Move log out button to settings page
- Make it possible for each user to choose their desired language
This commit is contained in:
viktorstrate
2021-04-11 22:31:42 +02:00
parent a881e0c9df
commit b6a85d0966
22 changed files with 1337 additions and 126 deletions

View File

@@ -163,6 +163,7 @@ func MigrateDatabase(db *gorm.DB) error {
&models.VideoMetadata{},
&models.ShareToken{},
&models.UserMediaData{},
&models.UserPreferences{},
// Face detection
&models.FaceGroup{},