• Joined on 2024-04-09
giles pushed to main at art-dag/client 2026-01-07 19:10:12 +00:00
f261d20493 feat: add --publish and --republish options to meta command
giles pushed to main at art-dag/celery 2026-01-07 19:09:06 +00:00
85f349a7ab feat: add L1-L2 publish integration endpoints
giles pushed to main at art-dag/activity-pub 2026-01-07 19:05:07 +00:00
0edea7b91b feat: add publish-cache and update asset endpoints
giles pushed to main at art-dag/celery 2026-01-07 18:59:14 +00:00
bfa7568db4 feat: add cache metadata, folders, and collections API
giles pushed to main at art-dag/client 2026-01-07 18:54:43 +00:00
b82843f1c0 feat: add cache metadata, folders, and collections (L1 + CLI)
giles pushed to main at art-dag/client 2026-01-07 18:22:59 +00:00
9eca507d84 feat: require login for upload command
giles pushed to main at art-dag/celery 2026-01-07 18:18:17 +00:00
0cbfd87711 feat: per-user cache visibility and login protection
giles pushed to main at art-dag/celery 2026-01-07 18:02:36 +00:00
e01db2ed26 fix: require login to view runs and cache in UI
giles pushed to main at art-dag/celery 2026-01-07 17:56:57 +00:00
fb354d8afe fix: match both username formats in runs filter
giles pushed to main at art-dag/celery 2026-01-07 17:41:57 +00:00
0b50f5ea95 feat: add cache browsing UI with tabs for runs and cache
giles pushed to main at art-dag/client 2026-01-07 17:30:44 +00:00
122d8a89d0 feat: add auth to publish command and document authentication
giles pushed to main at art-dag/celery 2026-01-07 17:26:11 +00:00
618e3b1e04 feat: enhance provenance with infrastructure, actor ID, and commit tracking
giles pushed to main at art-dag/activity-pub 2026-01-07 17:26:01 +00:00
9a0e77a852 feat: require auth for registry endpoints and track asset ownership
giles pushed to main at art-dag/celery 2026-01-07 17:16:48 +00:00
c7074a9261 deploy
giles pushed to main at art-dag/activity-pub 2026-01-07 17:16:11 +00:00
d4ae129b3a deploy
giles pushed to main at art-dag/activity-pub 2026-01-07 16:00:24 +00:00
95e2bb9a39 fix: use bcrypt directly instead of passlib
giles pushed to main at art-dag/activity-pub 2026-01-07 15:53:49 +00:00
290cb9cadc fix: disable bcrypt truncate error
giles pushed to main at art-dag/activity-pub 2026-01-07 15:45:51 +00:00
bfb94764e6 fix: truncate password to 72 bytes for bcrypt
giles pushed to main at art-dag/activity-pub 2026-01-07 15:42:18 +00:00
51c86878af feat: add JWT secret via env_file, gitignore .env
Compare 2 commits »
giles pushed to main at art-dag/activity-pub 2026-01-07 15:37:45 +00:00
d83510f24b feat: add HTMX web UI with login/register forms