obervinov
4273c541c5
Add API tokens and OAuth2 client support for external integrations
...
- Personal API tokens (model, user-settings UI, admin, management command,
DRF auth class) for non-interactive API access from automations like n8n.
Raw token shown once; only a SHA-256 hash is stored; last_used_at writes
are throttled.
- OAuth2 authorization server via django-oauth-toolkit with authorization
server metadata and optional, off-by-default Dynamic Client Registration
(RFC 7591), so remote OAuth/MCP clients can authenticate and self-register.
- Tests for token auth, DCR gating and the management commands, plus
.env.example and README documentation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-24 19:15:31 +04:00
Herculino Trotta
9a30a0d3c0
chore: bump versions and other minor things
2026-05-01 00:07:15 -03:00
Herculino Trotta
d17b9d5736
fix: dev image fails due to the environment being overwritten at runtime
2025-12-26 10:30:22 -03:00
icovada
5eaf5086d2
build prod image with uv
2025-12-21 17:28:39 +01:00
icovada
bc65980511
migrate dev dockerfile to uv
2025-12-21 16:12:18 +01:00
Herculino Trotta
3dce9e1c55
feat: speedup startup by moving collectstatic to the Dockerfile
2025-12-19 22:13:05 -03:00
Herculino Trotta
372ec2f30f
Merge branch 'main' into feat/replace-webpack+bootstrap
2025-11-23 23:08:02 -03:00
Herculino Trotta
43488147d8
ci: try to improve build times using uv
2025-11-23 22:55:53 -03:00
Herculino Trotta
31a31e9922
ci: try to improve build times using uv
2025-11-23 22:54:17 -03:00
Herculino Trotta
7af6280b29
ci: try to improve build times using uv
2025-11-23 22:48:20 -03:00
Herculino Trotta
40389396e3
ci: try to improve build times using uv
2025-11-23 22:31:52 -03:00
Herculino Trotta
5f098e11a3
ci: try to improve build times
2025-11-23 22:08:39 -03:00
Herculino Trotta
eb4723e890
feat: cleanup vite configs
2025-11-23 20:15:06 -03:00
Herculino Trotta
5d7dd622f5
feat: add internal_port env var
2025-11-09 15:42:42 -03:00
Herculino Trotta
a63367a772
feat: first batch of work
2025-11-01 03:15:44 -03:00
Herculino Trotta
fa6f3e87c0
chore: update npm dependencies
2025-06-29 12:11:17 -03:00
Herculino Trotta
046e02d506
feat(app): add environment variables to automatically create superuser on startup
2025-03-31 02:11:13 -03:00
Herculino Trotta
4f8c2215c1
fix(docker): procrastinate can't recover if it crashes in a running instance
2025-02-10 23:13:16 -03:00
Herculino Trotta
86112931d9
fix(logging): procrastinate job logs not showing up
2025-02-08 04:18:33 -03:00
Herculino Trotta
852ffd5634
feat: cleanup and format logs
2025-02-07 11:31:14 -03:00
Herculino Trotta
6c17b3babb
fix(docker:single): procrastinate starts before django
2025-02-05 10:52:21 -03:00
Herculino Trotta
85794f5c01
feat: expose current version
2025-01-31 11:15:15 -03:00
Herculino Trotta
1b6934694e
fix: wrong filename
2025-01-29 00:14:45 -03:00
Herculino Trotta
190be3e813
docker: set single container as new default
2025-01-29 00:11:39 -03:00
Herculino Trotta
05f0356288
docker: fix permission error
2025-01-28 23:45:01 -03:00
Herculino Trotta
0b66b23f16
docker: add single-container support
2025-01-28 23:34:48 -03:00
Herculino Trotta
93774cca64
docker: update python image from slim-buster to slim-bookworm
2025-01-26 11:16:39 -03:00
Herculino Trotta
1243dddd5d
github(release): cache build process
2024-12-27 11:24:56 -03:00
Herculino Trotta
c7174e7b53
docs: remove unused dependencies
2024-10-31 16:17:24 -03:00
Herculino Trotta
0b75b4f5e9
docker: try to reduce image size
2024-10-25 15:49:29 -03:00
Herculino Trotta
d2be0be72d
docker: try to reduce image size
2024-10-25 15:48:36 -03:00
Herculino Trotta
be4f340633
docker: remove compilemessages
2024-10-13 13:20:34 -03:00
Herculino Trotta
c260076790
docker: remove fixture import
2024-10-13 12:38:20 -03:00
Herculino Trotta
49db2089e8
build: replace celery with procrastinate
2024-10-11 14:11:40 -03:00
Herculino Trotta
3319e833e2
build: remove unused code from Dockerfile
2024-10-11 01:57:16 -03:00
Herculino Trotta
9dbdad5190
build: compilemessages at build
2024-10-11 01:57:04 -03:00
Herculino Trotta
fde0dd420a
build: remove fixtures
2024-10-11 01:54:53 -03:00
Herculino Trotta
3dde44b1cd
changes
2024-10-09 00:31:21 -03:00
Herculino Trotta
50b0c6ce01
initial commit
2024-09-26 11:00:40 -03:00