11 Commits

Author SHA1 Message Date
Zarithas fbd5b8b4b8 Initial commit for statistics feature 2025-12-17 20:17:32 -05:00
Zarithas fc17c869fc feat: Multiple UI improvements and new server log functionality
- Add Server Log tab with DataTable display of server activity logs

- Fix keyboard navigation bug in agents tab

- Add execution history viewer for selected agents

- Improve policy tree widget functionality by adding single device operations

- Integrate logging notifications into TUI
  - Add TextualNotificationHandler to setup.py
  - Display ERROR/WARNING/CRITICAL logs as toast notifications
  - Remove terminal output to prevent interference with TUI
  - Logs still written to Loxide.log file

closes #45
2025-12-16 16:16:49 -05:00
Zarithas fbb5cc396b Expanded API Wrapper 2025-11-17 12:55:35 -05:00
Zarithas a7fc1b71e1 Minor default user config tweak 2025-11-17 12:24:09 -05:00
Zarithas 3ee762a0a1 Restructured TUI, expanded quietagent workflow 2025-11-14 17:07:49 -05:00
Zarithas b538f12e9a Post Black Linting 2025-11-06 11:04:59 -05:00
Zarithas 70477f3885 Policy Tree Tab added 2025-11-03 15:59:08 -05:00
Zarithas 595f19ab27 Implemented OTP Activities and OTP Revoke 2025-10-27 12:14:01 -04:00
Zarithas b74f77a9db Fixed issue with generating multiple OTP - now prints a nice list for Copy/Paste. Began splitting client / server functionality. Demoted selector and setup to util from service. Fixed some typos. 2025-10-09 09:36:48 -04:00
Zarithas bec051b240 Restricted Allowlist listing to show only those allowlists applied to the selected policy 2025-10-06 17:22:41 -04:00
Zarithas 89db386ffe Major refactor: security enhancements, modularization, config integration, reduced Parquet reliance
- Migrated codebase to class-based architecture for better modularity and maintainability
- Introduced system_config.json for centralized configuration (required for runtime)
- Added structured working directories for improved file organization
- Significantly reduced reliance on Parquet; replaced with alternative data handling
- Implemented security improvements across modules
- Several TODOs remain in the main script for future enhancements
- Linter formatting affected readability in some files (e.g., utils); cleanup is on the agenda
2025-10-05 22:20:42 -04:00