towerops/priv
Graham McIntire 0d85e85884
feat: migrate all remaining authentication and session flash messages to gettext
Completes the flash message migration by converting all remaining user-facing strings:

**UserAuth.ex changes:**
- All Plug functions: require_sudo_mode, require_authenticated_user, require_superuser
- load_current_organization error messages (3 messages)
- All LiveView on_mount callbacks (8 auth-related messages)
- Policy consent success message

**SessionManager.ex changes:**
- Mobile device session management (2 messages)
- Alert preferences updates (3 messages including conditional)

All messages now use t_auth() for consistent translation in the auth domain.

All tests passing (100 tests).
2026-02-02 13:02:44 -06:00
..
gettext feat: migrate all remaining authentication and session flash messages to gettext 2026-02-02 13:02:44 -06:00
mibs mib update from librenms 2026-01-28 13:38:31 -06:00
profiles mib update from librenms 2026-01-28 13:38:31 -06:00
proto add mikrotik device handling 2026-02-01 16:42:39 -06:00
repo add default org 2026-02-02 10:45:37 -06:00
static feat: migrate email templates to gettext (Phase 2 - Emails) 2026-02-02 09:48:30 -06:00