miniflux-v2/internal
jvoisin f109e3207c reader/rss: don't add empty tags to RSS items
This commit adds a bunch of checks to prevent reader/rss from adding empty tags
to rss items, as well as some minor refactors like nested conditions and loops
unrolling.
2024-03-24 19:46:56 -07:00
..
api Rename PROXY_* options to MEDIA_PROXY_* 2024-03-20 21:28:28 -07:00
cli cli: avoid misleading error message when creating an admin user 2024-03-23 14:32:55 -07:00
config Rename PROXY_* options to MEDIA_PROXY_* 2024-03-20 21:28:28 -07:00
crypto Make use of HashFromBytes everywhere 2024-03-11 15:22:22 -07:00
database fix: do not store empty tags 2024-03-24 14:50:18 -07:00
fever Rename PROXY_* options to MEDIA_PROXY_* 2024-03-20 21:28:28 -07:00
googlereader Rename PROXY_* options to MEDIA_PROXY_* 2024-03-20 21:28:28 -07:00
http http/response: get rid of the X-XSS-Protection header 2024-03-24 13:45:38 -07:00
integration integration: fix rssbrige import 2024-03-24 12:42:29 -07:00
locale Add keyboard shortcuts for scrolling to top/bottom of the item list 2024-03-19 19:30:38 -07:00
mediaproxy Rename PROXY_* options to MEDIA_PROXY_* 2024-03-20 21:28:28 -07:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model Use struct embedding to reduce code duplication 2024-03-18 16:23:44 -07:00
oauth2 Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
reader reader/rss: don't add empty tags to RSS items 2024-03-24 19:46:56 -07:00
storage fix: do not store empty tags 2024-03-24 14:50:18 -07:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template Rename PROXY_* options to MEDIA_PROXY_* 2024-03-20 21:28:28 -07:00
timezone timezone: make sure the tests pass when the timezone database is not installed on the host 2024-03-24 13:25:02 -07:00
ui Rename PROXY_* options to MEDIA_PROXY_* 2024-03-20 21:28:28 -07:00
urllib Use `strings.EqualFold` instead of `strings.ToLower(…) ==` 2024-02-28 19:47:30 -08:00
validator feat: Media player: Conrol playback speed 2024-03-17 11:53:30 -07:00
version Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
worker Use modern for loops 2024-02-28 19:55:28 -08:00