02fc5995db
feat: increase main layout max-width to enhance content display
main
zwitschi2026-04-29 21:01:36 +02:00
299ad7d943
feat: add video job cancellation functionality and error tracking in generated videos
zwitschi2026-04-29 20:04:10 +02:00
3d0a08a8ef
feat: remove admin video jobs link from navigation and update card background style
zwitschi2026-04-29 19:06:16 +02:00
2ca7ae538f
feat: add admin API endpoints for video management, update frontend to use new API routes
zwitschi2026-04-29 18:58:04 +02:00
37edef716a
feat: implement video job management with retry and delete functionality, enhance video generation status tracking
zwitschi2026-04-29 18:27:59 +02:00
d5a94947de
feat: update documentation with project details, deployment instructions, and database concurrency management
zwitschi2026-04-29 18:25:53 +02:00
615b842b03
feat: streamline Coolify deployment guide by removing redundant steps and clarifying environment variable setup
zwitschi2026-04-29 17:44:35 +02:00
998cc2e472
feat: adjust script block positioning and add TODO for implementing infinite scroll functionality
zwitschi2026-04-29 17:38:54 +02:00
81c06ad13b
feat: update video jobs API calls to use backend URL and authorization headers
zwitschi2026-04-29 17:23:34 +02:00
d1c2b6da68
feat: enhance gallery template with infinite scroll and improved video/image displays
zwitschi2026-04-29 17:13:23 +02:00
0ae0e6e7fa
feat: update README and deployment docs for clarity and Python version requirement
zwitschi2026-04-29 17:09:22 +02:00
bdb7c7c43a
feat: update .gitignore to include logs and generated data directories
zwitschi2026-04-29 16:51:37 +02:00
bd77d4c43e
feat: add admin video jobs management endpoints and UI for listing, cancelling, and purging video jobs
zwitschi2026-04-29 16:49:08 +02:00
cc96d26b08
feat: enhance video generation responses with database ID and update dashboard to display pending and completed videos
zwitschi2026-04-29 16:39:46 +02:00
8e36f48527
feat: enhance database queries with error handling and improve SQL statement readability
zwitschi2026-04-29 16:28:22 +02:00
df85676fa2
feat: remove unused image retrieval endpoint and add human-readable time formatting filters
zwitschi2026-04-29 16:15:03 +02:00
951a653dc9
feat: add gallery page with image and video details, including upload and generation status
zwitschi2026-04-29 16:13:09 +02:00
d4421616e5
feat: improve error handling for video generation and update duration selection to dropdown
zwitschi2026-04-29 16:03:25 +02:00
df24a07cd8
feat: add model management endpoints and admin interface for cache status
zwitschi2026-04-29 15:52:02 +02:00
6ef8816736
feat: add "No models available" message to image, text, and video generation forms
zwitschi2026-04-29 15:38:06 +02:00
472fe1cab8
test: add video job storage and retrieval tests in generate endpoints
zwitschi2026-04-29 15:25:41 +02:00
712c556032
feat: enhance model caching and output modalities handling
zwitschi2026-04-29 15:20:48 +02:00
3d32e6df74
Implement chat interface with message history and system prompt support; update frontend and tests accordingly
zwitschi2026-04-29 14:39:38 +02:00
78b76dc331
Enhance model handling by normalizing modalities and updating fetch logic; add tests for new functionality
zwitschi2026-04-29 14:16:42 +02:00
acc6991341
Add model loading functionality with modality filtering and refactor generation routes to utilize it
zwitschi2026-04-29 14:04:29 +02:00
96d13fc440
Add models caching and management functionality with corresponding API endpoints and templates
zwitschi2026-04-29 13:51:43 +02:00
fe32c32726
Remove Docker Compose configuration files and update deployment documentation for Coolify with Nixpacks
zwitschi2026-04-29 13:24:58 +02:00
da3ae822f6
Add admin user seeding functionality and corresponding tests
zwitschi2026-04-29 13:17:12 +02:00
e1d74fe163
Implement image upload functionality with metadata storage; update frontend to display uploaded images
zwitschi2026-04-29 13:10:20 +02:00
20de65ad01
Update project name to "All You Can GET AI" across documentation and configuration files; specify versions for bcrypt and passlib in requirements
zwitschi2026-04-29 13:02:31 +02:00
3224d16197
Add image upload preview functionality; update titles and templates for consistency
zwitschi2026-04-29 13:02:11 +02:00
8871f136d4
Update application title and headers; specify versions for bcrypt and passlib in requirements
zwitschi2026-04-29 13:01:55 +02:00
52e95e3fe0
Update backend and frontend service ports to 12015 and 12016; adjust healthcheck and environment variables accordingly
zwitschi2026-04-29 11:55:13 +02:00
abd61798c7
Update service ports to 12015 for backend and 12016 for frontend; adjust configurations and documentation accordingly
zwitschi2026-04-29 11:52:12 +02:00
d484721a94
Remove nginx service from Coolify stack; update deployment guide to use frontend service on port 12001
zwitschi2026-04-28 13:01:26 +02:00
87efca00df
Add docker-compose.coolify.yml for backend and frontend services; update deployment documentation for Coolify integration
zwitschi2026-04-28 11:18:00 +02:00
fe41a8cbee
Fix formatting in healthcheck command for backend service in docker-compose.yml
zwitschi2026-04-28 11:07:56 +02:00
5371bdce3b
Refactor application ports to 12000 for backend and 12001 for frontend; update documentation and configuration files accordingly
zwitschi2026-04-28 10:20:58 +02:00
80999b3659
Update service ports in documentation and configuration files to 12000 for backend
zwitschi2026-04-27 21:35:35 +02:00
8f4d01d34d
Update Coolify deployment guide to clarify production and development dependencies; refactor import statements for consistency and add requirements-dev.txt for development dependencies.
zwitschi2026-04-27 21:18:55 +02:00
2c6fdc03a8
Refactor import statements across multiple modules to use relative paths for better organization and maintainability.
zwitschi2026-04-27 21:12:10 +02:00
ae7727c01a
Update Coolify deployment guide to reflect changes in start commands and clarify Base Directory behavior for backend and frontend services.
zwitschi2026-04-27 21:02:42 +02:00
508f0e5d40
Refactor requirements files to remove version pinning for better flexibility in dependency management; add dev-only dependencies in a new requirements-dev.txt file.
zwitschi2026-04-27 20:57:26 +02:00
f9ada784db
Add requirements.txt for Nixpacks subdirectory detection
zwitschi2026-04-27 20:28:49 +02:00
8c5798db43
Remove Nixpacks configuration files for backend and frontend; update Coolify deployment guide to reflect changes in directory structure and configuration requirements.
zwitschi2026-04-27 20:23:34 +02:00
e5b413c79d
Add Nixpacks configuration files for backend and frontend services; create Coolify deployment guide and Nginx reverse proxy configuration
zwitschi2026-04-27 20:11:29 +02:00
1c96ae17fc
Enhance documentation for AI generation: update image and video generation scenarios, integrate OpenRouter API details, and clarify submit-and-poll patterns for video generation.
zwitschi2026-04-27 19:33:43 +02:00
58c2cb4490
Add aspect ratio and image size options to image generation; implement chat-based image generation handling
zwitschi2026-04-27 19:28:04 +02:00
17ae8d9477
Add video resolution and duration options to video generation forms; implement video status polling in frontend
zwitschi2026-04-27 19:11:21 +02:00
98d59de2d1
Add resolution parameter to video generation requests and implement video status polling endpoint
zwitschi2026-04-27 19:07:27 +02:00
3b807c0f75
Enhance video generation API: add polling URL, video URLs, and error handling; implement polling status endpoint with tests
zwitschi2026-04-27 19:05:20 +02:00
4edadd7623
Refactor code for improved readability and consistency across templates and frontend logic
zwitschi2026-04-27 18:48:22 +02:00
53d2d2ffef
Add admin features, user profile management, and generation capabilities
zwitschi2026-04-27 18:48:01 +02:00
f2a9f187f2
update README with correct repository clone URL and format project structure section
zwitschi2026-04-27 18:29:15 +02:00
ee45dd9526
add frontend application structure with authentication, generation features, and integration tests
zwitschi2026-04-27 18:29:07 +02:00
5e24215ffe
add architecture documentation and testing strategy
zwitschi2026-04-27 18:19:40 +02:00
5ea568aaf6
add comprehensive tests for DuckDB schema initialization and user management
zwitschi2026-04-27 18:19:25 +02:00
05309f26b4
add AI and generation routers, models, and OpenRouter service integration with tests
zwitschi2026-04-27 18:12:53 +02:00
3ee4ed7e7f
add initial frontend and test module files
zwitschi2026-04-27 17:59:10 +02:00
ce8393a8e2
add integration tests for admin, auth, user management, and database initialization
zwitschi2026-04-27 17:59:03 +02:00
78b503fe43
implement initial backend structure with authentication, user management, and database integration
zwitschi2026-04-27 17:58:32 +02:00
48a7ed68e6
add example environment configuration and requirements file
zwitschi2026-04-27 17:57:56 +02:00