cloudlog/application/views/user
Peter Goodhall 7c0c7515a5 Add experimental Remote Operation feature
Introduce an experimental browser-based remote audio feature: bump migration version to 270 and add a migration to add a remote_operation flag to the users table. Add server-side support to User and QSO controllers/models to read/save the remote_operation option (stored via user_options_model) and expose isRemoteOperationEnabled to views and session updates. Add UI: a Remote Operation card on the QSO page, a modal component for detailed settings, a toggle in the user edit page, and conditional loading of assets/js/remote-operation.js. Add a large client-side implementation (assets/js/remote-operation.js) implementing WebRTC signalling, device selection, level meters and diagnostics. Minor session/session-update and helper changes to keep UI state in sync.
2026-05-16 13:44:09 +01:00
..
delete.php Cleaned up code formatting 2025-05-23 11:55:35 +01:00
edit.php Add experimental Remote Operation feature 2026-05-16 13:44:09 +01:00
forgot_password.php Cleaned up code formatting 2025-05-23 11:55:35 +01:00
login.php Add open registration and public signup feature 2025-12-02 18:10:37 +00:00
main.php Add welcome email feature for new and existing users 2025-11-22 15:23:47 +00:00
profile.php Cleaned up code formatting 2025-05-23 11:55:35 +01:00
reset_password.php Cleaned up code formatting 2025-05-23 11:55:35 +01:00
signup.php Enforce unique callsigns and protect last admin 2026-03-26 14:22:02 +00:00