giles
0a15b2532e
Add missing list templates for activities, anchors, storage
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-11 13:19:07 +00:00
giles
f8f44945ab
Fix db function calls and add missing functions
...
- Fix get_activities to use get_activities_paginated
- Add get_user_assets, delete_asset, count_users, count_user_activities
- Add get_user_activities, get_renderer, update_anchor, delete_anchor
- Add record_run and get_run functions
- Fix create_asset calls to use dict parameter
- Fix update_asset call signature
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-11 13:13:40 +00:00
giles
c3d131644a
Fix anchors router to use get_anchors_paginated
...
Anchors are global, not user-specific. Added paginated db function.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-11 13:08:37 +00:00
giles
39870a499c
Fix get_activities call to use get_activities_paginated
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-11 12:29:00 +00:00
giles
bfd38559b3
Update base.html to extend _base.html
...
Matches renamed template in artdag-common package.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-11 12:28:28 +00:00
giles
d1e9287829
Add modular app structure for L2 server
...
- Create app factory with routers and templates
- Auth, assets, activities, anchors, storage, users, renderers routers
- Federation router for WebFinger and nodeinfo
- Jinja2 templates for L2 pages
- Config and dependency injection
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-11 07:46:26 +00:00