95dea06c55
feat: add /about/fediverse info page with glass accordion panels
2026-05-27 23:38:14 +02:00
c085067318
feat: add Fediverse nav link
2026-05-27 23:38:14 +02:00
d831784489
feat: add copy handle button and fediverse info link to profile
2026-05-27 23:38:14 +02:00
4c203bed1d
fix: handle clipboard errors and cleanup timeout in CopyButton
2026-05-27 23:38:14 +02:00
21b8684608
feat: add CopyButton client component
2026-05-27 23:38:14 +02:00
74eeb9fcb9
docs: replace activitypub-base with k-ap in architecture overview
...
lint / lint (push) Failing after 7m3s
test / unit (push) Successful in 16m26s
test / integration (push) Failing after 17m39s
Reflects the migration from the local activitypub-base crate to the
external k-ap library, with an accurate description of what it provides.
2026-05-25 00:57:29 +02:00
7ee22ae79f
feat: store AP note extensions in JSONB and render movies-diary posts as rich cards
lint / lint (push) Failing after 7m24s
test / unit (push) Successful in 17m17s
test / integration (push) Failing after 18m2s
2026-05-24 04:29:04 +02:00
3f26456d77
feat: custom CSS editor with CodeMirror, live preview, and /docs/css reference
lint / lint (push) Failing after 7m36s
test / unit (push) Successful in 17m12s
test / integration (push) Failing after 18m34s
2026-05-24 03:26:34 +02:00
379f31e27d
fix(federation): include header_url as AP banner (image) in actor JSON
lint / lint (push) Failing after 7m3s
test / unit (push) Successful in 16m12s
test / integration (push) Failing after 17m24s
2026-05-24 02:18:41 +02:00
9c99f7a7a8
feat: add image upload for avatar and banner
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
2026-05-24 02:06:47 +02:00
636d3d453d
fix: resolve thoughts compile errors after k-ap migration
lint / lint (push) Failing after 5m0s
test / unit (push) Failing after 4m59s
test / integration (push) Failing after 5m2s
2026-05-17 23:02:49 +02:00
9172c82d54
chore: move ap_ports into activitypub adapter, delete activitypub-base
2026-05-17 22:48:22 +02:00
cd2eb48ddb
chore: switch activitypub-base to k-ap git dep
2026-05-17 22:47:32 +02:00
c5d9833c8b
refactor: replace long arg lists with input/config structs and builder
...
lint / lint (push) Failing after 7m8s
test / unit (push) Successful in 17m2s
test / integration (push) Failing after 17m47s
- Thought::new_local → NewThought struct (7 args → 1)
- UserWriter::update_profile → UpdateProfileInput struct (6 args → 2)
- update_profile use case → UpdateProfileInput (8 args → 3)
- ActivityPubService::new → builder pattern (9 args → 5 required + 4 optional setters)
- accept_note → AcceptNoteInput struct (8 args → 1)
- ThoughtNote::new_public → ThoughtNoteInput struct (8 args → 1)
Remove all #[allow(clippy::too_many_arguments)] annotations.
2026-05-17 12:25:53 +02:00
f39c1a614d
clean up
lint / lint (push) Failing after 7m18s
test / integration (push) Has been cancelled
test / unit (push) Has been cancelled
2026-05-17 12:15:27 +02:00
30c8a17168
clean up
test / unit (push) Has been cancelled
lint / lint (push) Has been cancelled
test / integration (push) Has been cancelled
2026-05-17 12:14:45 +02:00
6a8c8b1fb8
chore: add pre-commit fmt+clippy hooks, fix clippy warnings
2026-05-17 12:09:24 +02:00
4ec0725ff8
fmt
lint / lint (push) Failing after 5m3s
test / integration (push) Has been cancelled
test / unit (push) Has been cancelled
2026-05-17 12:04:51 +02:00
31e0f2958c
fix: make ThoughtNote sensitive field optional (default false)
2026-05-17 12:02:58 +02:00
555121ea75
fix: promote worker event logs from debug to info
2026-05-17 12:02:13 +02:00
9e795eefdc
fix: make ThoughtNote url field optional for AP compat
lint / lint (push) Failing after 5m1s
test / integration (push) Has been cancelled
test / unit (push) Has been cancelled
2026-05-17 11:57:10 +02:00
18cf2c9f54
feat: implement verify() for all stub activity handlers
...
Undo: inner activity actor must match Undo actor
Announce/Like/Block: verify_domains_match(activity_id, actor_url)
Add: attributedTo must match actor (same as Create/Update)
2026-05-17 11:55:17 +02:00
b58c96b843
feat: implement federation post/connections backfill schedulers
...
lint / lint (push) Failing after 5m12s
test / integration (push) Has been cancelled
test / unit (push) Has been cancelled
schedule_actor_posts_fetch now spawns backfill_outbox in background,
fetching all pages of a remote outbox and persisting via accept_note.
schedule_connections_fetch follows AP collection next-links, resolves
profiles, and caches them in the DB. Both were no-ops ("deferred").
Add connections_repo field to ActivityPubService; wire both factories.
2026-05-17 11:49:53 +02:00
8ea24461ba
feat: load more pagination for user profile thoughts
2026-05-16 15:21:18 +02:00
e14a9f90c8
fix: route local users to /users/{username} in remote connection lists
2026-05-16 15:17:58 +02:00
28756ef4cd
feat: load more pagination for remote user posts
2026-05-16 15:14:53 +02:00
7f27ae49c3
fix: overflow-y scroll on html to prevent layout shift on dropdown open
2026-05-16 15:12:41 +02:00
59f3423c00
fix: break-all on fediverse handle to prevent overflow
2026-05-16 15:07:30 +02:00
c48aa33592
fix: scrollbar-gutter stable to prevent bg flicker on dropdown open
2026-05-16 15:05:28 +02:00
8f3aa4b891
fix: wrap background image in fixed div so it stays put on scroll
2026-05-16 15:03:41 +02:00
32bfb00970
feat: Frutiger Aero redesign — glass panels, Aero shimmer, interaction moments
lint / lint (push) Failing after 5m7s
test / unit (push) Successful in 16m24s
test / integration (push) Failing after 18m14s
2026-05-16 14:55:51 +02:00
7ce2901c2a
docs: add Frutiger Aero redesign implementation plan
2026-05-16 13:53:44 +02:00
8bbc713093
docs: add Frutiger Aero redesign spec
2026-05-16 13:46:25 +02:00
a0aa3f381e
refactor: extract inline test modules to separate files
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
2026-05-16 12:08:38 +02:00
6c685d19e8
docs: update README with new federation endpoints and environment variable details
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
2026-05-16 11:51:37 +02:00
9aee4ceb6d
feat: v2 rewrite — hexagonal arch, ActivityPub federation, NATS, deployment-ready ( #1 )
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
2026-05-16 09:42:40 +00:00
071809bc3f
icon
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m44s
2025-12-29 21:17:43 +01:00
db87f00e04
favicon
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m45s
2025-12-29 20:24:49 +01:00
d2428ebc44
Change icon
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 14m20s
2025-12-29 20:06:23 +01:00
2661f26078
fix: update Next.js version to 15.5.7 in package.json and bun.lock
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 11m51s
2025-12-06 21:08:20 +01:00
dffec9b189
fix: enhance top friends display logic in FeedPage
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m37s
2025-09-14 21:40:48 +02:00
e2494135d6
fix: add redirect to login for unauthorized access in FeedPage
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m38s
2025-09-14 21:30:12 +02:00
d6c42afaec
fix: integrate js-cookie for install prompt dismissal handling
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m35s
2025-09-09 04:51:29 +02:00
e376f584c7
fix: update frontend API URL to use proxy for server-side requests
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 28s
2025-09-09 04:47:31 +02:00
75c5adf346
fix: reorganize Traefik labels and network configuration in Docker Compose
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 29s
2025-09-09 04:45:24 +02:00
878ebf1541
fix: add Traefik network labels for API and web routers in Docker Compose
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 17s
2025-09-09 04:43:58 +02:00
c9775293c0
fix: clean up commented-out network and labels configuration in Docker Compose
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 19s
2025-09-09 04:39:35 +02:00
93b90b85b6
fix: adjust network configuration for backend and frontend services in Docker Compose
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 18s
2025-09-09 04:33:53 +02:00
58e51cb028
fix: enhance Traefik routing for API and web services in Docker Compose
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 17s
2025-09-09 04:27:02 +02:00
5282376860
fix: simplify CMD instruction in Dockerfile by removing redundant parameters
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m20s
2025-09-09 04:19:40 +02:00