Commit Graph

2 Commits

Author SHA1 Message Date
ur002 81a7108758 feat: Implement user management system in admin panel
- Added user statistics display including total users, active users today, banned users, and admin count.
- Introduced filtering options for users by role and status, along with a dynamic search feature.
- Created a user table with relevant information and actions for editing, banning, and deleting users.
- Implemented REST API endpoints for user management, including fetching, updating, banning, and deleting users.
- Enhanced server-side logging for user management actions.
- Updated styles for the admin panel to improve user experience and responsiveness.
- Added Docker support with a complete setup for deployment, including Apache configuration for reverse proxy and WebSocket support.
- Included environment configuration and backup procedures in the documentation.
2026-02-01 21:10:25 +03:00
ur002 395e5fa3fb Initial commit 2026-02-01 18:02:51 +00:00