1
0
Fork 0
forked from sr2/cloud-api
cloud-api/src
luxferre 2b6d923ae1 feat: contact model restructure
Blank contacts are now generated on org creation and assigned to each contact type. These contacts are linked to the org, only accessible to the org, and removed when the org is removed.

With this all contact endpoints have been removed. Contact manipulation is done via the org only.
2026-05-25 15:15:50 +01:00
..
_module_template Initial commit 2026-04-06 12:41:49 +01:00
admin feat: iam rbac system 2026-05-25 09:05:17 +01:00
auth feat: org root user dependency 2026-05-25 09:54:46 +01:00
contact feat: contact model restructure 2026-05-25 15:15:50 +01:00
iam feat: condensed user get endpoints 2026-05-25 12:06:24 +01:00
organisation feat: contact model restructure 2026-05-25 15:15:50 +01:00
service feat: iam rbac system 2026-05-25 09:05:17 +01:00
user feat: condensed user get endpoints 2026-05-25 12:06:24 +01:00
api.py feat: iam rbac system 2026-05-25 09:05:17 +01:00
config.py Initial commit 2026-04-06 12:41:49 +01:00
constants.py Initial commit 2026-04-06 12:41:49 +01:00
database.py feat: db dependency upgrade 2026-05-21 16:55:15 +01:00
exceptions.py Initial commit 2026-04-06 12:41:49 +01:00
main.py docs: user module 2026-05-20 15:23:40 +01:00
models.py Initial commit 2026-04-06 12:41:49 +01:00
schemas.py feat: iam rbac system 2026-05-25 09:05:17 +01:00