Commit graph

74 commits

Author SHA1 Message Date
90ecad22a7 139 - Fix PHPStan array-shape narrowing in DashboardTest 2026-08-14 20:57:30 +02:00
2b87f1f3a7 141 - Add channel deletion to the Channels page 2026-08-14 00:54:17 +02:00
6270c97c29 141 - Add a cascading foreign key to article publications 2026-08-14 00:28:09 +02:00
dc64dd83b8 144 - Replace ArticleFetcher with focused fetch actions 2026-08-14 00:07:08 +02:00
d58fd8a231 144 - Rename ValidationService to ValidateArticleAction 2026-08-13 23:26:58 +02:00
dd8f799445 144 - Extract CreateRouteArticlesAction from ValidationService 2026-08-13 23:16:43 +02:00
c7b9cd6d0c 142 - Surface failed publishes and replace auto-retry with a manual one
Some checks failed
CI / ci (push) Failing after 11m41s
2026-08-13 21:36:57 +02:00
0163fa53b4 137 - Add an edit option to channel cards 2026-08-13 18:44:59 +02:00
41a1be7ca4 136 - Add an edit option to feed cards 2026-08-13 18:35:19 +02:00
a8d96554a7 83 - Tighten dashboard analytics after review 2026-08-13 18:06:49 +02:00
42fab63eaf 83 - Add a recent activity panel to the dashboard 2026-08-13 17:49:50 +02:00
bf734feb4a 83 - Add a publish success rate chart to the dashboard
Some checks failed
CI / ci (push) Failing after 12m22s
2026-08-13 17:34:57 +02:00
cc45b74a63 83 - Add an approval rate chart and rework the dashboard grid 2026-08-13 00:54:29 +02:00
df5013f86d 83 - Record approval decisions and rework the dashboard layout 2026-08-13 00:40:21 +02:00
4b895263e2 83 - Show the fetched-vs-published trend on the dashboard 2026-08-13 00:10:34 +02:00
55f76d0d09 83 - Add a per-channel publication breakdown to the dashboard 2026-08-12 00:41:10 +02:00
8a1001d274 83 - Add a per-feed article breakdown to the dashboard 2026-08-12 00:32:46 +02:00
8a98990aea 83 - Isolate dashboard panels with Livewire islands 2026-08-12 00:20:46 +02:00
a6eff35586 83 - Drive dashboard and API stats from a date range 2026-08-12 00:00:49 +02:00
c40e167ab5 95 - Add a platform credential health check 2026-08-11 00:44:26 +02:00
034d0f7eac 111 - Add keyboard accessibility to the shared form modal 2026-08-10 23:59:55 +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
6a9d909525 88 - Add dark theme with toggle and remove dead Breeze navigation 2026-08-10 19:40:22 +02:00
548a55af05 116 - Warn when a feed fetch returns no articles 2026-08-10 01:02:16 +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
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
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
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
299ec3151a 115 - Switch Belga provider to website discovery via JSON API 2026-08-01 16:05:45 +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
d2919758f5 Fix Pint 1.29.0 lint issues and update CI workflow
All checks were successful
CI / ci (push) Successful in 5m52s
CI / ci (pull_request) Successful in 5m46s
Build and Push Docker Image / build (push) Successful in 4m6s
2026-03-18 20:01:25 +01:00
bab2557e85 97 - Add auto_approve toggle to Route edit modal 2026-03-18 17:51:35 +01:00
9430158051 96 - Rework Articles page into route_article triage UI with tabs and actions 2026-03-18 17:39:38 +01:00
9fb373d139 98 - Add RouteArticle API endpoints for approve, reject, restore, and clear 2026-03-18 17:20:15 +01:00
2b74f24356 85 - Replace ArticleApproved with RouteArticleApproved event and update publishing listener 2026-03-18 17:00:56 +01:00
5e571babda 85 - Fix keyword matching to include title and description, add PHPStan type annotations 2026-03-18 16:35:12 +01:00
f3406b1713 85 - Remove approval_status from Article, migrate to route_articles 2026-03-18 16:23:46 +01:00