1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-31 18:31:01 +00:00
miniflux-v2/internal
Tali Auster 23c18d4de8 fix: clarify share flow in UI
Prior to this commit, to share an entry, a user has to click on the
share link and then copy the URL they are redirected to. The danger is
that they may right-click and copy the share link without actually
clicking on it, and therefore share a link that, when authenticated,
shares the entry, rather than actually sharing the entry.

Here, we avoid this misinterpretation by making sharing into a POST
request and using a form rather than a link.
2025-03-29 14:38:08 -06:00
..
api test(api): update base url after upgrading hugo 2025-03-02 19:32:09 -08:00
cli refactor(locale): delay parsing of translations until they're used 2024-12-09 17:05:14 -08:00
config fix: address minor issues detected by Go linters 2025-03-24 20:48:46 -07:00
crypto Make use of HashFromBytes everywhere 2024-03-11 15:22:22 -07:00
database feat(googlereader): add feed icon field, endpoint 2025-03-25 20:55:16 -07:00
fever fix(fever): correct sorting direction when using max_id argument 2024-08-17 18:08:01 -07:00
googlereader feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
http fix: update Content-Security-Policy to use 'sandbox' directive 2025-03-28 13:06:59 -07: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 fix: change labels from Read / Unread to "Mark as Read" 2025-03-28 17:34: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(googlereader): add feed icon field, endpoint 2025-03-25 20:55:16 -07:00
oauth2 fix: log warning on an empty client secret 2025-03-27 20:00:09 -07:00
reader fix(subscription): add /rss/feed.xml to the list of known feed URLs 2025-03-28 16:59:06 -07:00
storage feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template fix: clarify share flow in UI 2025-03-29 14:38:08 -06: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: clarify share flow in UI 2025-03-29 14:38:08 -06: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