letsbe-orchestrator/app
Matt d85ab9c493
Build and Push Docker Image / test (push) Successful in 59s Details
Build and Push Docker Image / build (push) Successful in 1m12s Details
fix: Allow email addresses as Nextcloud admin username
The validation was too restrictive, only allowing alphanumeric usernames.
Now accepts both:
- Standard usernames (letters, numbers, underscores)
- Valid email addresses

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 14:13:08 +01:00
..
dependencies fix: use standard logging format to avoid reserved 'message' key 2025-12-07 11:59:18 +01:00
models feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
playbooks fix: correct Playwright payload structure for Nextcloud setup 2025-12-08 22:23:18 +01:00
routes fix: Allow email addresses as Nextcloud admin username 2025-12-09 14:13:08 +01:00
schemas feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
__init__.py Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
config.py feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
db.py Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
main.py Add Gitea Actions CI/CD and fix trailing slash routing 2025-12-08 12:37:28 +01:00