1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00
miniflux-v2/internal
Ztec 74376cd33c fix: remove progression save on shared entry
Shared entry does not link to any user and therefore should not display
any saved progression. Curiously, the progression of a user (the one that shared ?)
was still integrated in the page. This does not make sens regarding the sharing
feature itself. It is also a leak of user personal information onto a public page.

I simply removed the data from the template when the user object is not present.
I tested the change on "regular" entry page, ensuring the save progression feature
still works, and on shared page checking if any error happened in the JavaScript console.
Everything seems in order.
2024-09-03 20:50:04 -07:00
..
api fix: store.GetEnclosure() should return nil if no rows are returned 2024-08-18 12:41:30 -07:00
cli feat: validate OAUTH2_PROVIDER value 2024-08-14 19:09:14 -07:00
config feat: allow customizing the display name of the OpenID Connect provider 2024-08-12 22:05:15 -07:00
crypto Make use of HashFromBytes everywhere 2024-03-11 15:22:22 -07:00
database feat: change log level to info when running migrations 2024-08-14 17:07:27 -07:00
fever fix(fever): correct sorting direction when using max_id argument 2024-08-17 18:08:01 -07:00
googlereader feat: add API routes /v1/enclosures/{enclosureID} 2024-08-18 11:53:19 -07:00
http Make cookie duration dependent on configuration 2024-05-01 19:34:13 -07:00
integration feat(integration): add ntfy integration 2024-07-13 17:51:17 -07:00
locale feat(locale): update zh_CN translations 2024-09-03 19:45:20 -07:00
mediaproxy fix: use root URL to generate absolute proxy URL 2024-08-19 20:44:46 -07:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model feat: add API routes /v1/enclosures/{enclosureID} 2024-08-18 11:53:19 -07:00
oauth2 Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
reader fix: Honor hide_globally when creating a new feed through the api 2024-08-12 20:20:44 -07:00
storage fix: store.GetEnclosure() should return nil if no rows are returned 2024-08-18 12:41:30 -07:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template fix: remove progression save on shared entry 2024-09-03 20:50:04 -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 feat: add pagination to shared entries listing 2024-09-02 21:27:17 -07:00
urllib Use strings.EqualFold instead of strings.ToLower(…) == 2024-02-28 19:47:30 -08:00
validator feat: add API routes /v1/enclosures/{enclosureID} 2024-08-18 11:53:19 -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