4 Commits
Author SHA1 Message Date
DenozordecandCursor 4dbbf09326 feat(api, web): integrate pod routes and user hierarchy management
Build and Push Telemt Panel Docker Image / build-and-push (push) Successful in 2m6s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped
- Added pod routes to the API and registered them in the app.
- Implemented user hierarchy management with new database tables for user relationships and pod settings.
- Enhanced user detail and grid components to support pod settings, including the ability to create child users and manage their limits.
- Updated authentication guards to include pod-specific authorization checks.
- Improved user interface for managing pod access and settings in the user detail sheet and grid view.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-04 23:42:41 +07:00
Denozordec d35fa5a285 Update .env.example and README.md to clarify JWT_SECRET requirements; enhance telemt API route handling to preserve query parameters; adjust TypeScript configuration to exclude specific directories; improve data grid components with new features and optimizations.
Build and Push Telemt Panel Docker Image / build-and-push (push) Successful in 3m58s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped
2026-08-04 19:22:26 +07:00
Denozordec 9bebc9e92d Refactor JWT secret handling in loadConfig function to ensure proper validation and trimming. Added error handling for production environment requiring a minimum length for JWT_SECRET.
Build and Push Telemt Panel Docker Image / build-and-push (push) Successful in 2m15s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped
2026-08-04 18:58:17 +07:00
Denozordec b5f31c1083 Init
Build and Push Telemt Panel Docker Image / build-and-push (push) Failing after 38s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped
2026-08-04 18:33:48 +07:00