fix: add system permissions handler for diagnostics and repair

- Implemented SystemPermissionsHandler to check and repair file permissions.
- Added endpoints for retrieving and repairing permissions.
- Introduced utility functions for permission checks and error mapping.
- Created tests for the new handler and utility functions.
- Updated routes to include the new permissions endpoints.
- Enhanced configuration to support new logging and plugin directories.
This commit is contained in:
GitHub Actions
2026-02-11 05:33:07 +00:00
parent a1ffe1abba
commit 9ef8a1ce21
42 changed files with 2722 additions and 1135 deletions

View File

@@ -1,3 +1,3 @@
go 1.26.0
go 1.25.0
use ./backend