towerops/test/towerops_web
Graham McIntire 7068ab2466
Convert User Settings from controller to LiveView
- Create UserSettingsLive to replace UserSettingsController
- Convert email/password forms to LiveView with proper form handling
- Add mobile session management (toggle alerts, revoke devices)
- Add require_sudo_mode on_mount hook to UserAuth
- Create dedicated live_session for sudo mode routes in router
- Keep UserSettingsController for email confirmation via token only
- Add MobileSessions.get_session/1 function for test support
- Update tests to match LiveView behavior (password update redirects to login)
- Remove old controller tests for email/password updates (now in LiveView)
2026-01-15 16:29:50 -06:00
..
controllers Convert User Settings from controller to LiveView 2026-01-15 16:29:50 -06:00
live Convert User Settings from controller to LiveView 2026-01-15 16:29:50 -06:00
plugs Fix database ownership issues in agent auth tests 2026-01-13 13:16:54 -06:00
user_auth_test.exs more tests 2026-01-13 09:18:25 -06:00