Commit Graph
18 Commits
Author SHA1 Message Date
furyhawk bb83cd2970 feat(admin): implement user deletion functionality in admin dashboard 2026-06-12 22:05:20 +08:00
furyhawk 0fde3e9490 feat(admin): add admin dashboard with user and session management APIs 2026-06-12 21:55:37 +08:00
furyhawk 58a41093c6 feat(auth): implement authentication API with login, register, and token management
- Added token management functions in frontend API for storing and retrieving auth tokens.
- Created authentication routes in backend for user registration, login, and profile retrieval.
- Implemented JWT token creation and validation for secure user sessions.
- Updated frontend API calls to include authorization headers for protected routes.
- Added bcrypt dependency for password hashing in user registration.
2026-06-12 21:37:45 +08:00
furyhawk dc4ed7c48d feat: add user management API with CRUD operations
- Implemented SQLAlchemy ORM models for User with role-based access control.
- Created API routes for user creation, retrieval, updating, and listing.
- Added input and output schemas for user data handling.
- Included session management for users.
2026-06-12 21:08:28 +08:00
furyhawk f407a5118f feat: implement chat message persistence with Valkey; add session management and history retrieval 2026-06-12 20:54:57 +08:00
furyhawk 197ddaacfe feat: update database and Valkey URLs in .env.example and docker-compose.yml for consistency 2026-06-12 20:48:15 +08:00
furyhawk 9f1b364530 feat: add favicon and link it in the HTML head 2026-06-12 20:40:13 +08:00
furyhawk 52dcd97728 feat: enhance health check endpoint to report API, database, and cache status; add standalone session for health checks 2026-06-12 20:39:10 +08:00
furyhawk 922aa5d3d6 feat: add comprehensive documentation for Agent Alpha, including project overview, tech stack, build commands, coding conventions, and common pitfalls 2026-06-12 20:09:21 +08:00
furyhawk 55b5a18b90 feat: add PostgreSQL and Valkey configuration with async support, enhance database management 2026-06-12 20:05:45 +08:00
furyhawk 1e206eed8b feat: update configuration and enhance Docker support with new Makefile commands 2026-06-12 20:00:35 +08:00
furyhawk 144f994d58 feat: add Docker configuration for backend and frontend with nginx support 2026-06-12 19:25:24 +08:00
furyhawk efac920413 feat: enhance logging configuration and update agent capabilities for improved monitoring and functionality 2026-06-12 18:42:46 +08:00
furyhawk 61d2e511f6 feat: refactor backend structure with AppBuilder and AgentService for improved dependency management 2026-06-12 18:37:28 +08:00
furyhawk 2e37587bd7 feat: update README and add Makefile for streamlined setup and development 2026-06-12 18:28:49 +08:00
furyhawk c7e4665359 Refactor code structure for improved readability and maintainability 2026-06-12 18:16:01 +08:00
furyhawk 358baece76 feat: initialize frontend with React, Vite, and Tailwind CSS
- Add package.json with dependencies and scripts for development and build
- Create PostCSS configuration for Tailwind CSS and autoprefixer
- Implement main App component with chat functionality and message handling
- Create API module for sending messages to backend
- Add global CSS file with Tailwind directives and custom scrollbar styles
- Set up entry point for React application in main.tsx
- Define TypeScript environment types for Vite
- Configure Tailwind CSS with content paths
- Set up TypeScript configuration with strict settings
- Configure Vite with React plugin and API proxy for development
2026-06-12 17:07:26 +08:00
furyhawk 3d67e8d1e5 Refactor code structure for improved readability and maintainability 2026-06-12 16:39:48 +08:00