towerops/test
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
..
integration Fix credo warnings and software design suggestions 2026-01-06 12:55:22 -06:00
support Add tests for OrganizationsFixtures 2026-01-13 08:59:40 -06:00
towerops add api for mobile login 2026-01-15 15:36:14 -06:00
towerops_web Convert User Settings from controller to LiveView 2026-01-15 16:29:50 -06:00
test_helper.exs moar tests 2026-01-06 15:43:54 -06:00