zwitschi
  • Joined on 2024-10-03
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 16:28:39 +02:00
8e36f48527 feat: enhance database queries with error handling and improve SQL statement readability
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 16:15:05 +02:00
df85676fa2 feat: remove unused image retrieval endpoint and add human-readable time formatting filters
951a653dc9 feat: add gallery page with image and video details, including upload and generation status
Compare 2 commits »
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 16:07:40 +02:00
d4421616e5 feat: improve error handling for video generation and update duration selection to dropdown
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 15:52:05 +02:00
df24a07cd8 feat: add model management endpoints and admin interface for cache status
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 15:38:25 +02:00
6ef8816736 feat: add "No models available" message to image, text, and video generation forms
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 15:25:44 +02:00
472fe1cab8 test: add video job storage and retrieval tests in generate endpoints
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 15:21:03 +02:00
712c556032 feat: enhance model caching and output modalities handling
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 14:39:41 +02:00
3d32e6df74 Implement chat interface with message history and system prompt support; update frontend and tests accordingly
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 14:18:37 +02:00
78b76dc331 Enhance model handling by normalizing modalities and updating fetch logic; add tests for new functionality
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 14:04:32 +02:00
acc6991341 Add model loading functionality with modality filtering and refactor generation routes to utilize it
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 13:51:46 +02:00
96d13fc440 Add models caching and management functionality with corresponding API endpoints and templates
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 13:25:01 +02:00
fe32c32726 Remove Docker Compose configuration files and update deployment documentation for Coolify with Nixpacks
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 13:17:15 +02:00
da3ae822f6 Add admin user seeding functionality and corresponding tests
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 13:10:26 +02:00
e1d74fe163 Implement image upload functionality with metadata storage; update frontend to display uploaded images
20de65ad01 Update project name to "All You Can GET AI" across documentation and configuration files; specify versions for bcrypt and passlib in requirements
3224d16197 Add image upload preview functionality; update titles and templates for consistency
8871f136d4 Update application title and headers; specify versions for bcrypt and passlib in requirements
Compare 4 commits »
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-29 11:55:25 +02:00
52e95e3fe0 Update backend and frontend service ports to 12015 and 12016; adjust healthcheck and environment variables accordingly
abd61798c7 Update service ports to 12015 for backend and 12016 for frontend; adjust configurations and documentation accordingly
Compare 2 commits »
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-28 13:31:15 +02:00
d484721a94 Remove nginx service from Coolify stack; update deployment guide to use frontend service on port 12001
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-28 11:18:03 +02:00
87efca00df Add docker-compose.coolify.yml for backend and frontend services; update deployment documentation for Coolify integration
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-28 11:08:00 +02:00
fe41a8cbee Fix formatting in healthcheck command for backend service in docker-compose.yml
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-28 10:21:12 +02:00
5371bdce3b Refactor application ports to 12000 for backend and 12001 for frontend; update documentation and configuration files accordingly
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 21:35:40 +02:00
80999b3659 Update service ports in documentation and configuration files to 12000 for backend