f23392751d
feat: add Settings, Blocked, and Admin nav links; add is_admin to HtmlPageContext
2026-05-12 01:12:16 +02:00
51f4770c23
feat: discoverability (NodeInfo, hashtags) and moderation (domain/actor blocking)
...
- NodeInfo at /.well-known/nodeinfo + /nodeinfo/2.0
- Hashtags #MoviesDiary + #MovieTitle on review posts; /tags/{tag} redirect
- Domain blocking: blocked_domains table, admin API + HTML, inbox enforcement
- Per-actor blocking: blocked_actors table, user API + HTML, BlockActivity send/receive
- Delivery filter excludes blocked actors and blocked-domain inboxes
2026-05-12 01:05:46 +02:00
5da979649b
feat: image storage generalization, user profile, and federation polish
...
- Replace PosterStorage with generic ImageStorage port (IMAGE_STORAGE_BACKEND/PATH env vars)
- Rename poster-storage crate to image-storage; serve at /images/{*key}
- Add bio and avatar_path to User model (migration 0009_user_profile)
- update_profile use case with avatar upload, mime validation, old avatar cleanup
- GET/PUT /api/v1/profile and GET/POST /settings/profile HTML page
- Enrich AP Person actor with summary, icon, url, discoverable fields
- Store remote actor avatar_url (migration 0010_ap_remote_actor_avatar)
- Shared inbox delivery via collect_inboxes deduplication
- Broadcast Update(Person) to followers on UserUpdated event
- Paginated outbox: OrderedCollection + OrderedCollectionPage with cursor
- Announce/boost tracking in ap_announces table (migration 0011_ap_announces)
2026-05-11 22:59:52 +02:00
3ba5d61d5b
movie detail page + importer architecture fix
2026-05-10 23:59:26 +02:00
63746ade50
importer feature
2026-05-10 21:23:56 +02:00
d668d54cc3
feat: show profile RSS in footer when viewing another user's profile
2026-05-10 00:46:51 +02:00
0d32de993b
feat: ux improvements
2026-05-10 00:41:43 +02:00
8d78babda0
feat: feed ux improvements
2026-05-10 00:16:29 +02:00
e445a5eaf4
feat: implement CSRF protection across forms and routes
2026-05-09 22:09:19 +02:00
dda8b32e6a
export feature
2026-05-09 20:51:29 +02:00
c4b6d52196
federation improvements
2026-05-09 15:45:08 +02:00
0d3c2c937d
federation refinement
2026-05-09 13:53:45 +02:00
86909ecede
activity-pub implementation
2026-05-08 21:26:50 +02:00
482575aed0
feat: add favicon to the base template
2026-05-08 14:23:15 +02:00
377ee1d176
fix: windowed pagination — show 1…current±2…last instead of all pages
2026-05-08 13:47:34 +02:00
74fb893751
fix: profile delete redirect and open redirect via //
2026-05-08 13:33:59 +02:00
bd571b3b51
feat: add page-number navigation to paginated views
2026-05-08 13:20:06 +02:00
f226071cbd
feat: preserve pagination offset after review delete
2026-05-08 13:15:47 +02:00
aaa9cb0a1e
feat: accept date-only watched_at in review form
2026-05-08 13:12:56 +02:00
b30a6a102b
feat: per-page titles, OG/SEO tags, HOST/PORT env vars, BASE_URL in config
2026-05-04 22:38:58 +02:00
cf74b06b4a
fix: use pixel bar heights and show avg rating values in trends chart
2026-05-04 21:22:47 +02:00
cbd2ac5b3e
feat: add rss_url to HtmlPageContext, use it in nav
2026-05-04 20:55:31 +02:00
f4aba551a2
fix: derive heatmap color from primary instead of hardcoded blue
2026-05-04 20:38:13 +02:00
0ff22cca5f
fix: remove email from top bar nav
2026-05-04 20:13:14 +02:00
a4846f3bea
fix: pagination underflow, remove |safe, move bar_height_pct to adapter
2026-05-04 19:09:28 +02:00
965fc0eda8
feat: add activity feed, users, and profile HTML templates
2026-05-04 19:03:44 +02:00
d034af9e9c
feat: update color scheme to use primary variables for consistency in styling
2026-05-04 17:47:00 +02:00
59d308f41b
feat: enhance movie rating display with star icons and improved styling
2026-05-04 15:43:02 +02:00
bbb2ee00d6
feat: enhance styling and layout; add background image and improve UI elements
2026-05-04 15:39:15 +02:00
7aa6d7bf4d
feat(template): add user_id to HtmlPageContext and delete button to diary
2026-05-04 14:31:12 +02:00
fa8efbaa23
feat(database): remove unused SQL queries and update Cargo dependencies
2026-05-04 14:00:33 +02:00
450468ef3d
feat(templates): add base layout, login, register, new_review templates; update diary
2026-05-04 13:30:33 +02:00
b6a7cf9417
feat(template-askama): add Askama template adapter for diary entries
2026-05-04 02:04:52 +02:00