1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/template
Tali Auster 2959a4d2bf 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-04-17 17:07:38 -07:00
..
templates fix: clarify share flow in UI 2025-04-17 17:07:38 -07:00
engine.go Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
functions.go feat: add custom user JavaScript 2024-10-05 16:54:11 -07:00
functions_test.go Simplify formatFileSize 2024-02-28 19:32:38 -08:00