No description
Find a file
2026-01-21 13:26:49 +03:00
.trunk refactor(docker): restructure docker setup for multiple environments 2026-01-08 15:15:21 +03:00
config feat(security): implement api key management and authentication system 2026-01-20 11:11:32 +03:00
core refactor(security): improve user management and session handling 2026-01-20 15:27:26 +03:00
data refactor(security): improve swagger user management and logging 2026-01-21 13:21:16 +03:00
database feat(api): add tag-based OpenAPI schema filtering for Swagger users 2026-01-21 12:05:06 +03:00
middleware refactor(security): improve swagger user management and logging 2026-01-21 13:21: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 feat(security): implement api key management and authentication system 2026-01-20 11:11:32 +03:00
scripts refactor(security): improve swagger user management and logging 2026-01-21 13:21:16 +03:00
security refactor(security): improve middleware structure and configuration handling 2026-01-20 14:47:07 +03:00
services refactor(security): improve authentication logging and endpoint checks 2026-01-20 16:01:54 +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 Merge branch 'feat/controlled_swagger_access' into main_2 2026-01-21 13:26:49 +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