• Joined on 2024-04-09
giles pushed to main at art-dag/activity-pub 2026-01-08 17:26:44 +00:00
1d463352a7 Add configurable cookie domain for cross-subdomain auth sharing
giles pushed to main at art-dag/activity-pub 2026-01-08 17:10:35 +00:00
5eb525d107 Add l2_server claim to JWT tokens for L1 verification
giles pushed to main at art-dag/celery 2026-01-08 16:45:33 +00:00
c917a0539d Migrate server.py from JSON metadata to PostgreSQL database
giles pushed to main at art-dag/celery 2026-01-08 15:32:58 +00:00
66beda70c4 Move auth to L2 only, display @user@server format
giles pushed to main at art-dag/celery 2026-01-08 15:26:11 +00:00
bc07a101d1 Add actor_id (user) to item_types and l2_shares tables
giles pushed to main at art-dag/celery 2026-01-08 15:18:44 +00:00
c0a98dd0ff Rename Cache to Media in navigation, add login to home page
giles pushed to main at art-dag/celery 2026-01-08 15:10:48 +00:00
5e6353d150 Fix /recipes redirect loop by merging duplicate routes
giles pushed to main at art-dag/celery 2026-01-08 15:04:15 +00:00
0c69c9c136 Fix ipfshttpclient version (0.7.0 is latest)
giles pushed to main at art-dag/celery 2026-01-08 14:59:52 +00:00
ba244b9ebc Add PostgreSQL + IPFS backend, rename configs to recipes
giles pushed to main at art-dag/client 2026-01-08 14:59:41 +00:00
f4da1fffb2 Rename config commands to recipe
giles pushed to main at art-dag/celery 2026-01-08 03:38:21 +00:00
4639a98231 lists of shares. job deletion only deltes outputs
giles pushed to main at art-dag/client 2026-01-08 03:20:13 +00:00
ce90570039 Update README with config commands
giles pushed to main at art-dag/celery 2026-01-08 03:20:06 +00:00
63ec895514 Update README with config endpoints
giles pushed to main at art-dag/celery 2026-01-08 03:18:55 +00:00
4a99866602 Add config/recipe support for DAG-based jobs
giles pushed to main at art-dag/client 2026-01-08 03:18:30 +00:00
d185683e93 Add config CLI commands
giles pushed to main at art-dag/celery 2026-01-08 02:44:28 +00:00
f23a721816 Use local pinned metadata for deletion checks instead of L2 API
giles pushed to main at art-dag/celery 2026-01-08 02:21:08 +00:00
f61c82dd51 Add PYTHONPATH to Dockerfile for worker imports
giles pushed to main at art-dag/celery 2026-01-08 02:11:39 +00:00
01f6db0621 Add debug logging to cache lookup
giles pushed to main at art-dag/client 2026-01-08 02:03:39 +00:00
2cba9c3ba6 Add delete-run and delete-cache commands
giles pushed to main at art-dag/celery 2026-01-08 02:02:58 +00:00
3e12596dbf Fix cache lookup to work across processes