No description
Find a file
2026-01-20 14:06:10 +03:00
.trunk refactor(docker): restructure docker setup for multiple environments 2026-01-08 15:15:21 +03:00
config refactor: remove emojis and clean up code comments 2026-01-20 06:31:17 +03:00
core refactor(dependencies): rename require_role_hybrid to require_role for consistency 2026-01-20 11:29:12 +03:00
data Added enum status caused by case sensibility on Linux 2026-01-08 17:04:09 +00:00
database refactor: remove emojis and clean up code comments 2026-01-20 06:31:17 +03:00
middleware refactor(api): replace get_current_user with get_sage_client_for_user in dependencies 2026-01-20 13:56:16 +03:00
routes style: remove emoji from log messages 2026-01-20 12:17:52 +03:00
sage/pdfs feat(pdf): refactor PDF generation with new SagePDFGenerator class 2026-01-13 16:30:34 +03:00
schemas refactor: remove emojis and clean up code comments 2026-01-20 06:31:17 +03:00
scripts refactor(api): replace get_current_user with get_sage_client_for_user in dependencies 2026-01-20 13:56:16 +03:00
security refactor(config): move config module to config/config.py and update imports 2026-01-02 19:14:40 +03:00
services Merge branch 'feat/secureing_API' 2026-01-20 11:12:59 +03:00
tools refactor(security): improve security management script with better logging and structure 2026-01-20 12:11:20 +03:00
utils refactor: remove emojis and clean up code comments 2026-01-20 06:31:17 +03:00
.env.example moved database in WORKDIR/data 2025-12-05 14:00:40 +03:00
.gitignore feat(security): implement API key authentication system 2026-01-19 20:38:01 +03:00
api.py docs(api): fix incorrect comment syntax in openapi configuration 2026-01-20 14:06:10 +03:00
create_admin.py refactor: clean up code by removing unnecessary comments 2026-01-19 20:32:40 +03:00
docker-compose.dev.yml feat(pdf): refactor PDF generation with new SagePDFGenerator class 2026-01-13 16:30:34 +03:00
docker-compose.prod.yml feat(pdf): refactor PDF generation with new SagePDFGenerator class 2026-01-13 16:30:34 +03:00
docker-compose.staging.yml feat(pdf): refactor PDF generation with new SagePDFGenerator class 2026-01-13 16:30:34 +03:00
docker-compose.yml refactor(docker): restructure docker setup for multiple environments 2026-01-08 15:15:21 +03:00
Dockerfile refactor(docker): restructure docker setup for multiple environments 2026-01-08 15:15:21 +03:00
email_queue.py feat(enterprise): add enterprise search functionality with API integration 2026-01-13 18:20:30 +03:00
init_db.py refactor(docker): restructure docker setup for multiple environments 2026-01-08 15:15:21 +03:00
README.md Initial commit 2025-11-25 17:36:40 +00:00
requirements.txt feat(sage-gateway): add multi-tenant sage gateway configuration system 2025-12-31 10:19:16 +03:00
sage_client.py refactor: clean up code by removing unnecessary comments 2026-01-19 20:32:40 +03:00

backend_vps