- Move password reset from admin table to user general settings
- Add resetUserPassword action and integration API endpoint
- Fix API key auth compatibility in adminResetUserPassword
- Remove unused SQLite migration script 1.8.1.ts that was causing
TypeScript compilation errors during PostgreSQL builds
- Fix verifyTotp.ts type error by adding proper null check for password
parameter before passing to verifyPassword function
- Fix SQLite migration script 1.7.0.ts syntax errors in transaction
structure and error handling
**- Update SQLite migration system to not drop tables by default, as this was used during testing and should not be in production.**
Fixes build failures for both "make build" (SQLite) and "make build-pg"
(PostgreSQL) Docker image builds.
- Moved all user details and password reset functionality to server admin level
- Add stylish, contextual password reset dialog for server admins
- General code and translation cleanup
* New translation keys in en-US locale
* New translation keys in de-DE locale
* New translation keys in fr-FR locale
* New translation keys in it-IT locale
* New translation keys in pl-PL locale
* New translation keys in pt-PT locale
* New translation keys in tr-TR locale
* Move into function
* Replace string matching to boolean check
* Add FIXIT in UsersTable
* Use localization for size units
* Missed and restored translation keys
* fixup! New translation keys in tr-TR locale
* Add translation keys in components