You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add read-only mode for terminal sessions (#104)
* feat: Add read-only mode for terminal sessions
- Add support for read-only viewer access via --enable-readers flag
- Implement write permissions check for terminal operations
- New users default to read-only when write password not provided
- Add visual indicator for read-only mode in UI
- Disable terminal editing and controls for read-only users
* fix: format Rust code
* fix: resolve Clippy warnings
* fix: resolve linting and formatting issues
* fix: reformat Rust code
* fix: address PR feedback for read-only users
- Update read-only badge styles and poistion
- Use subtle instead of constant_time_eq dependency
- Add constant-time comparison for encrypted_zeros
- Improve write password entropy
- Optimize user scope updates to avoid double broadcast
- Sort cargo dependencies
- format cli display properly
* fix: address review feedback and add test for read/write functionality
* fix: resolve frontend formatting issues
* Fix type error by casting
* Refactor a bit of rust code
* Remove duplicate fields
* API nits
---------
Co-authored-by: Eric Zhang <ekzhang1@gmail.com>
0 commit comments