|
|
df5013f86d
|
83 - Record approval decisions and rework the dashboard layout
|
2026-08-13 00:40:21 +02:00 |
|
|
|
8375c948c6
|
83 - Add a decision timestamp to route articles
|
2026-08-13 00:15:36 +02:00 |
|
|
|
4b895263e2
|
83 - Show the fetched-vs-published trend on the dashboard
|
2026-08-13 00:10:34 +02:00 |
|
|
|
5b4e311d2d
|
83 - Add a daily fetched-vs-published trend stat
|
2026-08-12 23:29:36 +02:00 |
|
|
|
f6067eec38
|
83 - Add a SeriesStat contract for time-series dashboard panels
|
2026-08-12 23:14:19 +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 |
|
|
|
ef5346ed70
|
83 - Add a DateRange value object with named presets
|
2026-08-11 23:47:51 +02:00 |
|
|
|
c40e167ab5
|
95 - Add a platform credential health check
|
2026-08-11 00:44:26 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
d0d81e524e
|
114 - Select channel communities from the instance instead of typing a slug
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 |
|
|
|
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
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
CI / ci (push) Failing after 31m11s
CI / ci (pull_request) Failing after 28m46s
|
2026-08-02 00:08:14 +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 |
|
|
|
982428faa7
|
106 - Extract shared community id resolution into LemmyApiService
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
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 |
|
|
|
cc94ba8e55
|
89 - Add article cleanup job with 30-day retention policy
CI / ci (push) Failing after 4m35s
CI / ci (pull_request) Failing after 4m23s
|
2026-03-18 18:09:54 +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 |
|
|
|
e7acbb6882
|
99 - Move publish_status from Article to RouteArticle with PublishStatusEnum
|
2026-03-18 17:31:47 +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 |
|