• Joined on 2024-04-09
giles pushed to main at art-dag/activity-pub 2026-01-08 18:57:02 +00:00
8ae354d503 Add IPFS info display to L2 asset detail page
giles pushed to main at art-dag/activity-pub 2026-01-08 18:51:43 +00:00
5ef65bac14 Expose IPFS swarm port 4002 for P2P connectivity
giles pushed to main at art-dag/celery 2026-01-08 18:51:28 +00:00
552c4590c2 Expose IPFS swarm port 4001 for P2P connectivity
giles pushed to main at art-dag/activity-pub 2026-01-08 18:44:36 +00:00
1e134e0f6e Add externalnet to IPFS for gateway access
giles pushed to main at art-dag/celery 2026-01-08 18:32:03 +00:00
66be6b3c9a Fix f-string escaping in home page template
giles pushed to main at art-dag/activity-pub 2026-01-08 18:21:36 +00:00
96631e1e4c Add IPFS node to L2 for federated content storage
giles pushed to main at art-dag/celery 2026-01-08 18:20:04 +00:00
9877e61b5d Send ipfs_cid when publishing cache to L2
giles pushed to main at art-dag/celery 2026-01-08 18:09:53 +00:00
c0c3096e48 Add configurable IPFS gateway URL with local gateway as primary
giles pushed to main at art-dag/celery 2026-01-08 18:07:54 +00:00
e25b61e6ab Add IPFS to external network for gateway access
giles pushed to main at art-dag/celery 2026-01-08 17:56:46 +00:00
808e754e7f Add IPFS CID display with public gateway links
giles pushed to main at art-dag/celery 2026-01-08 17:51:27 +00:00
591c0aad4c Show logged-in user on home page instead of login button
giles pushed to main at art-dag/activity-pub 2026-01-08 17:38:16 +00:00
82cb1cf711 Fix logout to clear both legacy and shared domain cookies
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)