• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-01-11 18:12:10 +00:00
3acaacce1f Fix recipe detail to display DAG nodes as steps
giles pushed to main at art-dag/celery 2026-01-11 18:05:27 +00:00
e806337503 Remove unnecessary redirect routes, fix template links
giles pushed to main at art-dag/celery 2026-01-11 18:02:27 +00:00
6c73a06539 Fix redirect handlers to pass dependencies explicitly
giles pushed to main at art-dag/celery 2026-01-11 17:50:38 +00:00
970faa3fa0 Fix run recipe: optional fields in RunStatus, list->dict nodes
giles pushed to main at art-dag/celery 2026-01-11 17:43:33 +00:00
b57745098e Fix run_recipe to handle dict return from create_run
giles pushed to main at art-dag/celery 2026-01-11 17:38:03 +00:00
2e9ba46f19 Use UserContext from artdag_common, remove duplicate
giles pushed to master at art-dag/common 2026-01-11 17:35:24 +00:00
11aa0568c5 Add l2_server field to UserContext
giles pushed to main at art-dag/celery 2026-01-11 17:28:51 +00:00
9e3c4c9d78 Add l2_server to UserContext
giles pushed to main at art-dag/celery 2026-01-11 17:26:02 +00:00
3373be285e Fix recipe list links and home page recipe count
giles pushed to main at art-dag/celery 2026-01-11 17:13:14 +00:00
a6fe88c277 Fix recipe upload to accept file uploads instead of JSON
giles pushed to main at art-dag/celery 2026-01-11 16:55:17 +00:00
697fa7c64d Show actual media count on home page
giles pushed to main at art-dag/celery 2026-01-11 16:53:52 +00:00
f6a7e0852c Fix cache detail template field names
giles pushed to main at art-dag/celery 2026-01-11 16:36:32 +00:00
921d81421a Fix cache method name: get_content_path -> get_by_content_hash
giles pushed to main at art-dag/celery 2026-01-11 16:18:59 +00:00
27cbb0a85c Store MIME type in database during upload
giles pushed to main at art-dag/celery 2026-01-11 16:18:12 +00:00
9c148f535d Fix media list template field names
giles pushed to main at art-dag/celery 2026-01-11 16:07:46 +00:00
c0fe22313f Update artdag_common to fix auth token handling
giles pushed to master at art-dag/common 2026-01-11 16:07:09 +00:00
932abb8d7a Fix auth to handle JWT tokens without actor_id
giles pushed to main at art-dag/activity-pub 2026-01-11 15:49:50 +00:00
655f533439 Add /auth/verify endpoint for L1 token verification
giles pushed to main at art-dag/activity-pub 2026-01-11 15:37:12 +00:00
8c4a30d18f Simplify renderers to use env-configured L1 servers
giles pushed to main at art-dag/client 2026-01-11 15:37:11 +00:00
e642ffe301 Fix auth to use form data instead of JSON