miniflux-v2/internal
jvoisin 647fa025f8 Simplify WeeklyFeedEntryCount
No need for a `BETWEEN`: we want to filter on entries published in the last
week, no need to express is as "entries published between now and last week",
"entries published after last week" is enough.
2024-02-25 17:50:30 -08:00
..
api Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
cli Fix incorrect condition 2024-01-11 19:04:50 -08:00
config Add `FORCE_REFRESH_INTERVAL` config option 2024-01-02 18:33:15 -08:00
crypto Add generic webhook integration 2023-09-09 13:11:42 -07:00
database Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
fever Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
googlereader Google Reader API: Allow rename and move feed at the same time 2023-12-01 17:50:01 -08:00
http Fix inaccessible metrics endpoint when listening on Unix socket 2023-12-06 19:52:33 -08:00
integration Add Readeck integration 2024-02-21 19:57:34 -08:00
locale Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
oauth2 Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
proxy Proxify video poster attribute 2024-02-23 18:44:20 -08:00
reader Significantly simplify/speed up the sanitizer 2024-02-25 17:29:46 -08:00
storage Simplify WeeklyFeedEntryCount 2024-02-25 17:50:30 -08:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
tests Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
timezone Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
ui Minor code simplification in internal/ui/view/view.go 2024-02-25 17:31:44 -08:00
urllib Rename internal url package to avoid overlap with net/url 2023-08-13 19:57:04 -07:00
validator Remove Golint 2024-02-24 21:17:56 -08:00
version Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
worker Improve error log message in worker 2023-11-08 19:58:56 +00:00