* [ADD] New language translation to Catalan. Thanks to @ferrergl

* [ADD] Added some user preferences like show optional actions and top navigation bar.
* [MOD] Updated German translation. Thanks to @wagnst and @ffflorian
* [MOD] Updated French translation. Thanks to jmrh, grandpas29 and julien
* [MOD] Fallback to plain passwords on forms when PKI is not available. It does not affect to the accounts.
* [FIX] Fixed language strings. Closes #147
* [FIX] Fixed master password changing issue that fails when no custom fields are defined.
* [FIX] Fixed redirection from 2FA page after login.
* [FIX] Fixed account main group saving.
This commit is contained in:
nuxsmin
2015-10-15 15:17:05 +02:00
parent 180ce5942f
commit 0c031de9fe
49 changed files with 11915 additions and 1428 deletions

View File

@@ -223,6 +223,10 @@ class Init
// Volver a cargar la configuración si se recarga la página
if (Request::checkReload()){
Config::readConfig();
// Restablecer el idioma y el tema visual
Language::setLanguage();
Themes::setTheme();
}
if (self::isLoggedIn() || Request::analyze('isAjax', false, true)) {