Commit graph

256 commits

Author SHA1 Message Date
4257bd7e6e 121 - Replace logo and favicon 2026-08-10 23:34:48 +02:00
602173a0ad 91 - Ignore codewhale 2026-08-10 23:24:24 +02:00
cb63a05aa5 90 - Cap the number of articles published per day 2026-08-10 23:12:33 +02:00
3b4200a0e5 91 - Show the feed name on article activity entries 2026-08-10 21:43:47 +02:00
d3e589c36c 91 - Register event listeners once instead of twice 2026-08-10 21:16:34 +02:00
fbcf4faa9f 91 - Prune activity logs after 90 days 2026-08-10 20:46:07 +02:00
c986f000f6 91 - Summarize and display activity 2026-08-10 20:45:52 +02:00
f8084d144c 91 - Record activity from fetch, validate and publish paths 2026-08-10 20:44:57 +02:00
c7de5bc3df 91 - Add activity log table, model and event pipeline 2026-08-10 20:44:30 +02:00
6a9d909525 88 - Add dark theme with toggle and remove dead Breeze navigation 2026-08-10 19:40:22 +02:00
0626a546c9 109 - Replace deprecated flex-shrink-0 and backdrop-blur-sm aliases 2026-08-10 01:47:30 +02:00
b7d6e3b55b 109 - Replace focus:outline-none with focus:outline-hidden 2026-08-10 01:46:02 +02:00
f90d271735 109 - Rename bare rounded to rounded-sm 2026-08-10 01:43:41 +02:00
549f83a662 109 - Rename bare shadow to shadow-sm 2026-08-10 01:41:58 +02:00
2823c5eeb3 109 - Rename shadow-sm to shadow-xs 2026-08-10 01:37:18 +02:00
2f86326d5c 116 - Pin the premise that a fully-known feed still returns articles 2026-08-10 01:25:17 +02:00
548a55af05 116 - Warn when a feed fetch returns no articles 2026-08-10 01:02:16 +02:00
6f5b15a332 119 - Extract publish eligibility into a RouteArticle scope 2026-08-10 00:20:53 +02:00
ddd6514a77 119 - Back off and give up on repeatedly failing publishes 2026-08-10 00:05:17 +02:00
16353fe60a 119 - Fail publishing when article content cannot be recovered 2026-08-09 23:28:59 +02:00
ecb12ddfc7 119 - Publish articles from stored data instead of re-fetching 2026-08-09 20:41:07 +02:00
433aa79007 119 - Store article thumbnail in image_url during validation 2026-08-09 15:22:02 +02:00
798ddf9862 113 - Cover route eyebrow ordering and fix accordion labelling and filter width 2026-08-09 13:14:17 +02:00
36b46b4d2e 113 - Scope clearing pending articles to the active feed filter 2026-08-09 10:37:54 +02:00
817219df61 113 - Filter articles by feed on both tabs 2026-08-09 09:41:47 +02:00
03282d2463 113 - Collapse pending articles into per-feed accordions 2026-08-09 02:19:31 +02:00
e0056864af 113 - Add per-feed colour dots to article routing 2026-08-07 02:14:58 +02:00
4274b69018 113 - Promote article routing above the headline 2026-08-07 01:23:09 +02:00
ac8845e9c9 127 - Remove coverage PR comment from CI workflow
All checks were successful
CI / ci (push) Successful in 18m15s
CI / ci (pull_request) Successful in 31m17s
Build and Push Docker Image / build (push) Successful in 4m33s
2026-08-06 21:31:50 +02:00
d0d81e524e 114 - Select channel communities from the instance instead of typing a slug
Some checks failed
CI / ci (pull_request) Failing after 26m6s
CI / ci (push) Successful in 21m12s
2026-08-06 00:20:49 +02:00
358171c8cc 123 - Start the scheduler in the production container 2026-08-02 17:57:12 +02:00
b527813721 123 - Key duplicate mirror by local channel and distinguish skipped publishes 2026-08-02 17:16:30 +02:00
b2d504f503 123 - Prevent duplicate Lemmy posts from concurrent publish attempts 2026-08-02 15:45:26 +02:00
923a0736a8 115 - Add regression tests for the Belga feed migration
All checks were successful
CI / ci (push) Successful in 10m5s
CI / ci (pull_request) Successful in 11m44s
Build and Push Docker Image / build (push) Successful in 5m1s
2026-08-02 14:03:00 +02:00
1140e527f1 115 - Read Belga API url from config and sync the feed row via migration 2026-08-02 12:55:53 +02:00
7d745b036a 115 - Satisfy PHPStan on Belga parser and fixture helpers
All checks were successful
CI / ci (push) Successful in 1h26m46s
CI / ci (pull_request) Successful in 10m39s
Build and Push Docker Image / build (push) Successful in 4m22s
2026-08-02 02:04:23 +02:00
ac1b461e41 115 - Satisfy PHPStan on Belga parser and fixture helpers
Some checks failed
CI / ci (push) Failing after 31m11s
CI / ci (pull_request) Failing after 28m46s
2026-08-02 00:08:14 +02:00
3bded659d2 120 - Hardcode app display name instead of deriving it from APP_NAME
Some checks failed
CI / ci (push) Failing after 9m35s
CI / ci (pull_request) Failing after 19m44s
2026-08-01 23:43:52 +02:00
253700312e 117 - Decode HTML entities in extracted thumbnail URLs 2026-08-01 17:13:32 +02:00
299ec3151a 115 - Switch Belga provider to website discovery via JSON API 2026-08-01 16:05:45 +02:00
2a4d4ad84d 115 - Add Belga JSON discovery parser for press-release API 2026-08-01 13:43:50 +02:00
00366ffeaa 108 - Fix modal rendering and extract shared form modal component
All checks were successful
CI / ci (push) Successful in 31m55s
CI / ci (pull_request) Successful in 19m52s
Build and Push Docker Image / build (push) Successful in 5m2s
2026-08-01 00:11:06 +02:00
7ec5283b4c 108 - Fix modal backdrops by migrating Tailwind v3 opacity utilities to v4 2026-07-31 21:55:55 +02:00
982428faa7 106 - Extract shared community id resolution into LemmyApiService
All checks were successful
CI / ci (push) Successful in 10m54s
CI / ci (pull_request) Successful in 11m1s
Build and Push Docker Image / build (push) Successful in 5m5s
2026-07-29 21:38:33 +02:00
839f247006 106 - Enforce channel_id integrity across create paths and sync job 2026-07-29 20:15:43 +02:00
d676d7866b 106 - Add channel creation modal and Add button to Channels page 2026-07-25 20:15:52 +02:00
4b12f9df30 106 - Add feed creation modal and Add button to Feeds page 2026-07-25 20:08:19 +02:00
4b0d17e2ae Fix flaky boundary test with freezeTime
All checks were successful
CI / ci (push) Successful in 5m36s
CI / ci (pull_request) Successful in 16m47s
Build and Push Docker Image / build (push) Successful in 4m15s
2026-03-18 21:54:20 +01:00
ff855facda Fix flaky test from duplicate Article factory URLs
Some checks failed
CI / ci (push) Successful in 5m14s
CI / ci (pull_request) Failing after 5m13s
2026-03-18 21:39:22 +01:00
a7317e376f 103 - Move notification bell to page header component
Some checks failed
CI / ci (push) Failing after 6m32s
CI / ci (pull_request) Successful in 5m35s
2026-03-18 21:27:14 +01:00