1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00
miniflux-v2/internal
Frédéric Guillot a928c0c3da fix(ui): avoid 500 error and NaN when marking as read a deleted entry
Steps to reproduce:

1. In /unread, open a feed's settings in a new tab. The feed must have unread entries in /unread.
2. In the new tab/window, delete the feed.
3. Without refreshing, mark an entry from the now-deleted feed as read.
4. Result: The total unread count in the UI header switches to NaN.
2025-02-26 16:25:28 -08:00
..
api fix(consistency): align feed modification behavior between API and UI 2024-12-08 10:49:14 -08:00
cli refactor(locale): delay parsing of translations until they're used 2024-12-09 17:05:14 -08:00
config feat: optionally fetch watch time from YouTube API instead of website 2024-12-07 16:00:35 -08:00
crypto Make use of HashFromBytes everywhere 2024-03-11 15:22:22 -07:00
database feat(integrations/ntfy): make ntfy topics configurable per feed, with default one as fallback 2025-02-24 16:29:08 -08:00
fever fix(fever): correct sorting direction when using max_id argument 2024-08-17 18:08:01 -07:00
googlereader fix(greader): return enclosures in streamItemContentsHandler response 2025-02-22 20:11:41 -08:00
http fix(api): return 500 response when JSON serialization fails 2025-01-30 18:19:50 -08:00
integration feat(integrations/ntfy): make ntfy topics configurable per feed, with default one as fallback 2025-02-24 16:29:08 -08:00
locale feat(integrations/ntfy): make ntfy topics configurable per feed, with default one as fallback 2025-02-24 16:29:08 -08:00
mediaproxy refactor: use a better construct than doc.Find(…).First() 2024-12-11 19:40:55 -08:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model feat(integrations/ntfy): make ntfy topics configurable per feed, with default one as fallback 2025-02-24 16:29:08 -08:00
oauth2 refactor(oauth2): no need to use io.WriteString when sha256 provides a way to obtain a sum in a single call 2024-12-26 10:39:55 -08:00
reader fix(processor): add missing quotation marks to import comments 2025-02-24 16:34:26 -08:00
storage fix(ui): avoid 500 error and NaN when marking as read a deleted entry 2025-02-26 16:25:28 -08:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template feat(integrations/ntfy): make ntfy topics configurable per feed, with default one as fallback 2025-02-24 16:29:08 -08:00
timezone fix: json encoding is failing with dates at OAD and negative timezone offset 2025-01-30 18:19:50 -08:00
ui feat(integrations/ntfy): make ntfy topics configurable per feed, with default one as fallback 2025-02-24 16:29:08 -08:00
urllib Use strings.EqualFold instead of strings.ToLower(…) == 2024-02-28 19:47:30 -08:00
validator doc: add note regarding validateUsername 2024-12-26 15:05:15 -08: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