- 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.