No description
Find a file
2026-01-13 11:49:57 +03:00
config refactor(config): move config module to config/config.py and update imports 2026-01-02 19:14:40 +03:00
core refactor(config): move config module to config/config.py and update imports 2026-01-02 19:14:40 +03:00
data refactor(data): reorganize TAGS_METADATA for better grouping 2025-12-31 11:32:49 +03:00
database feat(signer-status): add new signer statuses and improve status handling 2026-01-06 20:24:29 +03:00
routes fix(universign): improve webhook payload handling and transaction sync 2026-01-06 19:56:39 +03:00
schemas refactor(schemas): change date fields to datetime in document models 2026-01-06 13:25:09 +03:00
security refactor(config): move config module to config/config.py and update imports 2026-01-02 19:14:40 +03:00
services feat(signer-status): add new signer statuses and improve status handling 2026-01-06 20:24:29 +03:00
utils feat(signer-status): add new signer statuses and improve status handling 2026-01-06 20:24:29 +03:00
.env.example moved database in WORKDIR/data 2025-12-05 14:00:40 +03:00
.gitignore chore: add .trunk to gitignore 2026-01-13 11:49:57 +03:00
api.py feat(universign): add transaction management and status synchronization 2026-01-06 19:15:35 +03:00
create_admin.py feat(universign): add transaction management and status synchronization 2026-01-06 19:15:35 +03:00
docker-compose.yml Detected error : init_db.py 2025-12-30 18:39:29 +03:00
Dockerfile feat(db): Re-added database initialization before starting API 2025-12-31 10:40:50 +03:00
email_queue.py feat(pdf-generation): redesign document layout with modern styling 2026-01-07 19:42:29 +03:00
init_db.py feat(db): Re-added database initialization before starting API 2025-12-31 10:40:50 +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(sage_client): Corrected collaborator listing logic and return type 2026-01-05 19:06:53 +03:00

backend_vps