• Joined on 2024-04-09
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
giles pushed to main at art-dag/celery 2026-01-11 14:10:50 +00:00
e8501de466 Fix list_media to use get_user_items instead of list_cache_items
giles pushed to main at art-dag/celery 2026-01-11 14:08:47 +00:00
4b22fb6588 Index all DAG node outputs by content_hash and upload to IPFS
giles pushed to main at art-dag/celery 2026-01-11 14:05:35 +00:00
854396680f Refactor storage: remove Redis duplication, use proper data tiers
giles pushed to main at art-dag/celery 2026-01-11 13:28:29 +00:00
8591faf0fc Fix CacheService list_media and recipe inputs type
giles pushed to main at art-dag/celery 2026-01-11 13:22:14 +00:00
4f011a66ff Fix recipe run endpoint to accept JSON body
giles pushed to main at art-dag/celery 2026-01-11 13:21:29 +00:00
b47417704e Fix /media route by mounting cache router directly
giles pushed to main at art-dag/celery 2026-01-11 13:20:50 +00:00
3f77c24699 Enable markdown tables and fenced_code extensions
giles pushed to main at art-dag/activity-pub 2026-01-11 13:20:48 +00:00
dcb487e6f4 Fix renderer list and enable markdown tables
giles pushed to main at art-dag/activity-pub 2026-01-11 13:19:09 +00:00
0a15b2532e Add missing list templates for activities, anchors, storage
giles pushed to main at art-dag/celery 2026-01-11 13:14:32 +00:00
ada51c0880 Add 404 handler and template
giles pushed to main at art-dag/activity-pub 2026-01-11 13:13:43 +00:00
f8f44945ab Fix db function calls and add missing functions
giles pushed to main at art-dag/celery 2026-01-11 13:11:38 +00:00
e7e95b7857 Fix Request type hints in redirect handlers