149 Commits

Author SHA1 Message Date
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 1d9caadaf3 Major step towards unification of the UI Implementation of the Back Feature, splitting of TUI files back into subfolders 2025-12-02 16:22:43 -05:00
Zarithas a7fc1b71e1 Minor default user config tweak 2025-11-17 12:24:09 -05:00
Zarithas 4a47cbe661 Added TELEM_URL default value in Unbuilt User Config 2025-11-17 12:11:03 -05:00
Zarithas 2f41b33dd4 Moved TELEM_URL from system config to user config 2025-11-17 12:06:17 -05:00
Zarithas 89654d3a8c Config Refactor: unify config handling
Build Library / Build Library (push) Failing after 5m55s
- Consolidated all system/user config logic into configmanager.py
- Removed duplicate loaders from setup.py and TUI.py
- Eliminated .env redundancy; now only stores WORKING_DIR
- Clarified boundaries: system config immutable, user config mutable
- Updated TUI to use save_user_config()
- Removed all deprecated/legacy config functions and aliases
2025-11-17 12:00:32 -05:00
Zarithas 3ee762a0a1 Restructured TUI, expanded quietagent workflow 2025-11-14 17:07:49 -05:00
Zarithas 0ebb42dcbd UI Tweaks + Config Addition of TELEMETRY and TELEM_URL fields 2025-11-13 12:10:06 -05:00
Zarithas f0e77db414 Added OTP Activity Review WIP 2025-11-13 11:45:13 -05:00
Zarithas 5cb079dad7 Fixed Breaking Legacy change 2025-11-10 17:21:18 -05:00
Zarithas d9cbce6175 Continuing work removing legacy functions and implementing UI changes
Build Library / Build Library (push) Failing after 3m58s
2025-11-10 15:17:07 -05:00
Zarithas 5510d22cbd Checking WIP Agent Movement Workflow 2025-11-09 21:06:07 -05:00
Zarithas 8a9b04cb7c Updated OTP Generate with new workflow 2025-11-07 09:56:45 -05:00
Zarithas 26199c72cb Device search is working. Working on The multidevice seach, WIP 2025-11-06 17:36:45 -05:00
Zarithas b538f12e9a Post Black Linting 2025-11-06 11:04:59 -05:00
Zarithas f33b041ac0 Syncing before linting with black 2025-11-06 10:59:59 -05:00
Zarithas 1cb74508e6 Getting Rust 2025-11-04 17:44:06 -05:00
Zarithas 70477f3885 Policy Tree Tab added 2025-11-03 15:59:08 -05:00
Zarithas 5b9f1ab4fc Minor UI tweak - added clock and changed title icon 2025-11-03 11:10:56 -05:00
Zarithas 5aa0b5a88b TUI Upgrade 2025-11-03 10:29:13 -05:00
Zarithas b3f48eb4df Major UI Improvment with blessing 2025-10-30 12:28:56 -04:00
Zarithas 9e8da97ad9 Added Move Agent, UI Tweaks 2025-10-29 16:48:19 -04:00
Zarithas 07021fe072 Workflow upgrade for Move Audit/Enforcement 2025-10-27 12:56:40 -04:00
Zarithas f7ae588502 Fixed Printing of OTP Codes 2025-10-27 12:21:33 -04:00
Zarithas e63b08efe5 removed unecessary code 2025-10-27 12:16:00 -04:00
Zarithas 595f19ab27 Implemented OTP Activities and OTP Revoke 2025-10-27 12:14:01 -04:00
Zarithas c52767b3a3 UI Cleanup 2025-10-24 16:52:08 -04:00
Zarithas 629f6b510d Improved device selection logic 2025-10-24 15:52:25 -04:00
Zarithas f8302e15c1 Fixed several logic issues / generation of secondary paths. Cleaned up Policy Prep text to be accurate to current functionality. Fixed issue with going back from policy prep menu. Switched to logging.dict from standard logging config. 2025-10-22 17:24:39 -04:00
Zarithas 908316dc34 Bugfixes + QOL 2025-10-20 16:42:37 -04:00
Zarithas f1f33948e3 Bugfix, plus some QoL upgrades from the Async branch 2025-10-20 14:25:03 -04:00
Zarithas 5343b27533 Fixed error that was breaking Move agents
This was sending only the first char of the string.
2025-10-16 16:49:35 -04:00
Zarithas 24879c318b UI Improvements, Santized Input 2025-10-13 15:09:03 -04:00
Zarithas 864ae04db5 UI Improvements 2025-10-13 15:02:13 -04:00
Zarithas 21370898a4 Cleaning up menu, added Move to Audit/Enforcement 2025-10-10 17:20:07 -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 6e4e35fa34 Fixed a breaking sort change, added some more logic to give insight on why functions arent running 2025-10-07 16:14:25 -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
Zarithas 9fe9f97d1d DailyBuild 2025-09-30 14:11:41 -04:00
Zarithas 4feb3ecca9 early alpha OTP'less local approval 2025-09-29 22:36:12 -04:00
Zarithas 789a8ed975 LocalApproval in progress 2025-09-29 21:21:27 -04:00
Zarithas 7e669ea14f Enhanced Quiet Finder 2025-09-29 14:43:18 -04:00
Zarithas b5a1ee188f Updated skipback and added extra stats 2025-09-26 17:18:02 -04:00
Zarithas 8462e3adf5 Quiet Hosts Calculator Added 2025-09-26 16:18:53 -04:00
Zarithas b82b4a0f1b Removed testing csv generation, added safeguard to option 5 for JB's sake ❤️ 2025-09-26 15:12:55 -04:00
Zarithas 0a26ed71c1 Major Refactor now allows multiple policies to be selected 2025-09-26 14:57:12 -04:00
Zarithas 74b3f7b2e1 Device Search now Returns English Policy Name & Status 2025-09-25 13:20:18 -04:00
Zarithas 8e695659d2 Fixed Breaking Datetime change 2025-09-25 12:40:11 -04:00
Zarithas f8bcb826e7 Added Device List Query 2025-09-25 12:30:32 -04:00