7 Commits

Author SHA1 Message Date
Automated Action
efba5e489a Fix database permissions issues by using more accessible paths
- Updated database configuration to use /app/storage/db directory
- Added robust directory and file permission handling
- Implemented fallback paths for database location
- Enhanced Alembic migration script with retry logic and clear error diagnostics
- Updated the README with the new database path information
2025-05-16 12:47:17 +00:00
Automated Action
0ceeef31a6 Add user authentication system with JWT tokens
- Add user model with relationship to tasks
- Implement JWT token authentication
- Create user registration and login endpoints
- Update task endpoints to filter by current user
- Add Alembic migration for user table
- Update documentation with authentication details
2025-05-16 12:40:03 +00:00
Automated Action
d3a49864ba Update database path from /app/storage/db to /app/db 2025-05-16 06:54:20 +00:00
Automated Action
0645953951 Implement ultra-reliable database access with comprehensive error handling 2025-05-16 06:46:45 +00:00
Automated Action
522c749b23 Implement robust database initialization and fallback mechanisms 2025-05-16 06:31:14 +00:00
Automated Action
7aca5a2ff6 Enhance database initialization and error handling for CRUD operations 2025-05-16 06:25:14 +00:00
Automated Action
d48cd52fb7 Fix internal server error when creating tasks and other endpoints 2025-05-16 06:03:23 +00:00