bb48819cad
feat: implement federation post/connections backfill schedulers
...
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
39f7d39232
feat: load more pagination for user profile thoughts
2026-05-16 15:21:18 +02:00
4a84c595d5
fix: route local users to /users/{username} in remote connection lists
2026-05-16 15:17:58 +02:00
f89a466fd9
feat: load more pagination for remote user posts
2026-05-16 15:14:53 +02:00
c180b1c1f5
fix: overflow-y scroll on html to prevent layout shift on dropdown open
2026-05-16 15:12:41 +02:00
a85cb2eee5
fix: break-all on fediverse handle to prevent overflow
2026-05-16 15:07:30 +02:00
7e2c5adffd
fix: scrollbar-gutter stable to prevent bg flicker on dropdown open
2026-05-16 15:05:28 +02:00
82778c82dd
fix: wrap background image in fixed div so it stays put on scroll
2026-05-16 15:03:41 +02:00
b02f3c73e3
feat: Frutiger Aero redesign — glass panels, Aero shimmer, interaction moments
2026-05-16 14:55:51 +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
082f11a3e9
fix: update Docker Compose deployment command and configure server to listen on all interfaces
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 2m0s
2025-09-09 04:13:51 +02:00
ec73a0c373
fix: update healthcheck command for frontend service and install curl in Dockerfile
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 1m50s
2025-09-09 04:09:14 +02:00
29afc2e92e
fix: update Dockerfiles to install necessary packages without recommendations
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 3m4s
2025-09-09 04:03:14 +02:00
cbca1058a2
fix: add health checks for backend and frontend services in docker-compose
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 58s
2025-09-09 03:56:06 +02:00
8536e52590
Revert "fix: correct proxy_pass configuration for API requests in nginx"
...
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 6s
This reverts commit 247c6ad955 .
2025-09-09 03:53:41 +02:00
247c6ad955
fix: correct proxy_pass configuration for API requests in nginx
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 6s
2025-09-09 03:51:37 +02:00
c6f7dfe225
feat: add health check endpoint to nginx configuration
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 7s
2025-09-09 03:49:19 +02:00
0ba3b79185
fix: remove default nginx configuration before copying custom config
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 7s
2025-09-09 03:47:24 +02:00
64806f8bd4
feat: implement pagination for feed retrieval and update frontend components
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 2m7s
2025-09-09 03:43:06 +02:00
4ea4f3149f
feat: add user count endpoint and integrate it into frontend components
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 19s
2025-09-09 03:07:48 +02:00
d92c9a747e
feat: implement pagination for user retrieval and update feed fetching logic
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 2m30s
2025-09-09 02:53:24 +02:00
863bc90c6f
feat: add endpoint to retrieve a public list of all users
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m13s
2025-09-09 02:28:00 +02:00
d15339cf4a
fix: remove debugging step that dumped POSTGRES_USER secret
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 17s
2025-09-09 02:14:45 +02:00
916dbe0245
feat: add step to dump POSTGRES_USER secret for debugging
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 17s
2025-09-09 02:09:58 +02:00
7889137cd8
fix: remove copying of .env.example to .env in Dockerfile
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 1m12s
2025-09-09 02:02:58 +02:00
4e38c1133e
fix: remove debugging step that dumped environment variables
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 6s
2025-09-09 02:02:16 +02:00
86eb059f3e
fix: update debugging step to display specific environment variables
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 5s
2025-09-09 02:00:35 +02:00
84f2423343
feat: add step to dump environment variables for debugging
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 6s
2025-09-09 01:59:50 +02:00
9207572f07
fix: remove redundant volume mapping for proxy service
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 5s
2025-09-09 01:44:01 +02:00
1c52bf3ea4
feat: update Docker setup to use custom proxy image and remove redundant steps
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 7s
2025-09-09 01:43:21 +02:00
327e671571
fix: update Nginx volume path to use GITHUB_WORKSPACE variable
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 5s
2025-09-09 01:40:26 +02:00
36e12d1d96
feat: add step to dump environment variables for debugging
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 6s
2025-09-09 01:39:59 +02:00
452ea5625f
fix: update Nginx volume path to use GITEA_WORKSPACE variable
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 7s
2025-09-09 01:38:31 +02:00
bc8941d910
feat: add step to list files in workspace during deployment
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 6s
2025-09-09 01:33:22 +02:00