zwitschi
  • Joined on 2024-10-03
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 21:18:59 +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.
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 21:13:04 +02:00
2c6fdc03a8 Refactor import statements across multiple modules to use relative paths for better organization and maintainability.
ae7727c01a Update Coolify deployment guide to reflect changes in start commands and clarify Base Directory behavior for backend and frontend services.
Compare 2 commits »
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 20:57:38 +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.
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 20:28:52 +02:00
f9ada784db Add requirements.txt for Nixpacks subdirectory detection
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 20:23:35 +02:00
8c5798db43 Remove Nixpacks configuration files for backend and frontend; update Coolify deployment guide to reflect changes in directory structure and configuration requirements.
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 20:11:34 +02:00
e5b413c79d Add Nixpacks configuration files for backend and frontend services; create Coolify deployment guide and Nginx reverse proxy configuration
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.
Compare 2 commits »
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 19:28:08 +02:00
58c2cb4490 Add aspect ratio and image size options to image generation; implement chat-based image generation handling
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 19:11:24 +02:00
17ae8d9477 Add video resolution and duration options to video generation forms; implement video status polling in frontend
98d59de2d1 Add resolution parameter to video generation requests and implement video status polling endpoint
Compare 2 commits »
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 19:05:23 +02:00
3b807c0f75 Enhance video generation API: add polling URL, video URLs, and error handling; implement polling status endpoint with tests
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 18:48:24 +02:00
4edadd7623 Refactor code for improved readability and consistency across templates and frontend logic
53d2d2ffef Add admin features, user profile management, and generation capabilities
Compare 2 commits »
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 18:29:34 +02:00
f2a9f187f2 update README with correct repository clone URL and format project structure section
ee45dd9526 add frontend application structure with authentication, generation features, and integration tests
5e24215ffe add architecture documentation and testing strategy
5ea568aaf6 add comprehensive tests for DuckDB schema initialization and user management
Compare 4 commits »
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 18:13:07 +02:00
05309f26b4 add AI and generation routers, models, and OpenRouter service integration with tests
3ee4ed7e7f add initial frontend and test module files
ce8393a8e2 add integration tests for admin, auth, user management, and database initialization
78b503fe43 implement initial backend structure with authentication, user management, and database integration
48a7ed68e6 add example environment configuration and requirements file
Compare 5 commits »
zwitschi pushed to main at allucanget/ai.allucanget.biz 2026-04-27 17:21:27 +02:00
1450563ce1 init
zwitschi created branch main in allucanget/ai.allucanget.biz 2026-04-27 17:21:27 +02:00
zwitschi created repository allucanget/ai.allucanget.biz 2026-04-27 17:11:12 +02:00
zwitschi pushed to main at allucanget/jobs 2026-01-22 16:55:30 +01:00
446c432c18 fix: ensure scheduler starts only once during Flask requests
zwitschi pushed to main at allucanget/jobs 2026-01-21 19:07:45 +01:00
d84b8f128b feat: implement background scheduler for job scraping with Gunicorn support
zwitschi pushed to main at allucanget/jobs 2026-01-21 18:46:52 +01:00
e8baeb3bcf fix: update scrape route to support both GET and POST methods
zwitschi pushed to main at allucanget/jobs 2026-01-07 16:26:14 +01:00
54ed111078 fix: update scraper settings and modify scrape form to use POST method
zwitschi pushed to main at allucanget/jobs 2025-11-30 10:51:28 +01:00
f8a5b1b5ef fix: update scrape function to handle HTML response and improve status messages