v1.2.1 - Bug Fixes and Enhancements
π Bug Fixes
- Connected Users Count: Fixed database query compatibility across different database drivers (MySQL, PostgreSQL, SQLite)
- Version Display: Fixed constant in admin settings by properly injecting IAppManager
- Search Time Formatting: Corrected translation string placeholders to use proper l10n format with positional parameters
- Admin Settings: Fixed version check endpoint returning 500 error
β¨ Enhancements
- Version Check Endpoint: New
/version-checkroute that automatically queries GitHub for the latest release and notifies admins of available updates - Local Access Rules Notice: Added helpful informational notice in admin settings about
allow_local_remote_serversconfiguration for private IP addresses (Nextcloud 30+), including:- Clear explanation of when this is needed
- Exact command to run
- Link to official Nextcloud documentation
- Translation Coverage: Added German (informal/formal) and French translations for time formatting strings (
%dm ago,%dh ago,%1$dh %2$dm ago, etc.)
π Localization
Updated translation files:
de.json- German informal (Du)de_DE.json- German formal (Sie)fr.json- French