1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal
Tali Auster e02b65d4bc fix: deal with navigator.share exceptions
Navigator.share returns a promise that's executed in the background, but
unless we await it explicitly, we won't get the exceptions in the
try/catch block.
2025-04-17 17:07:38 -07:00
..
api feat(api): add update_content query parameter to /entries/{entryID}/fetch-content endpoint 2025-04-17 12:41:58 -07:00
cli feat(cli): add -reset-feed-next-check-at argument 2025-04-11 15:56:57 -07:00
config feat(config): add SCHEDULER_ROUND_ROBIN_MAX_INTERVAL option 2025-04-11 15:40:32 -07:00
crypto Make use of HashFromBytes everywhere 2024-03-11 15:22:22 -07:00
database feat: implement proxy URL per feed 2025-04-06 21:05:19 -07:00
fever fix(fever): correct sorting direction when using max_id argument 2024-08-17 18:08:01 -07:00
googlereader feat: implement proxy URL per feed 2025-04-06 21:05:19 -07:00
http fix(security): use a more restrictive CSP for untrusted content 2025-03-29 19:49:41 -07:00
integration feat(telegrambot): replace "Go to website" button with "Go to Miniflux" 2025-04-06 18:30:42 -07:00
locale feat(locale): update Polish translation 2025-04-07 12:06:44 -07: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(config): add SCHEDULER_ROUND_ROBIN_MAX_INTERVAL option 2025-04-11 15:40:32 -07:00
oauth2 fix: log warning on an empty client secret 2025-03-27 20:00:09 -07:00
proxyrotator feat: add proxy rotation functionality 2025-04-06 14:59:00 -07:00
reader feat(config): add SCHEDULER_ROUND_ROBIN_MAX_INTERVAL option 2025-04-11 15:40:32 -07:00
storage feat(cli): add -reset-feed-next-check-at argument 2025-04-11 15:56:57 -07:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template chore: fix indentation 2025-04-17 17:07:38 -07:00
timezone fix: json encoding is failing with dates at OAD and negative timezone offset 2025-01-30 18:19:50 -08:00
ui fix: deal with navigator.share exceptions 2025-04-17 17:07:38 -07:00
urllib Use strings.EqualFold instead of strings.ToLower(…) == 2024-02-28 19:47:30 -08:00
validator feat: implement proxy URL per feed 2025-04-06 21:05:19 -07:00
version Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
worker refactor: avoid logging twice the feed errors in the background worker 2025-04-06 15:39:40 -07:00