Commit Graph

8 Commits

Author SHA1 Message Date
Matthieu B
d4dd57ee1e feat: Add comprehensive connections and expiry management system
- Add new connections management system with MediaConnection and DiscordWebhook models
- Implement dynamic server configuration with URL field support
- Add expiry management system with automatic user cleanup
- Create wizard preset system for streamlined server setup
- Add dedicated connections interface in settings with CRUD operations
- Integrate expiry functionality with connection management
- Add proper form validation and error handling
- Update templates and routes for new connection workflow

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 22:21:10 +02:00
Matthieu B
7b8f64af7d Fix SQLAlchemy model constructors to accept keyword arguments
- Added __init__ constructors to all SQLAlchemy models
- Fixed pyright 'No parameter named' errors across the codebase
- Fixed various ruff linting issues (SIM108, E741, E402, SIM102, B904, SIM105)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 13:52:15 +02:00
Matthieu B
9ac933ac26 Add wizard step management and enhance asset building 2025-06-25 23:17:46 +02:00
fireph
80e743acd2 avoid spawning additional shells and fix permissions 2025-06-10 00:34:42 -07:00
fireph
dc3c0ff66e handle tailwind compilation at runtime as well and don't commit the main.css file 2025-06-09 23:55:02 -07:00
fireph
0a994d086f handle ctrl-c better 2025-06-09 23:32:03 -07:00
fireph
86b458b1d8 also check for uv 2025-06-09 21:15:47 -07:00
fireph
92eb8eaa1c dev.py that does EVERYTHING 2025-06-09 21:10:48 -07:00