1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
Minimalist and opinionated feed reader
Find a file
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
.devcontainer Add FILTER_ENTRY_MAX_AGE_DAYS config option to limit fetching all feed items 2024-03-20 02:58:53 +00:00
.github build: update GitHub Actions to Go 1.23 2024-08-15 16:34:00 -07:00
client fix: store.GetEnclosure() should return nil if no rows are returned 2024-08-18 12:41:30 -07:00
contrib fix: add datasource variable and upgrade depecrated panels on the grafana dashboard 2024-08-22 14:29:50 -07:00
internal fix: remove progression save on shared entry 2024-09-03 20:50:04 -07:00
packaging build: bump Alpine Linux build image to v3.20 2024-08-15 16:48:26 -07:00
.gitignore build: add sha256 checksum file for published binaries 2024-08-15 17:24:28 -07:00
ChangeLog docs(changelog): update release notes for v2.2.0 2024-08-18 12:48:00 -07:00
go.mod build(deps): bump github.com/prometheus/client_golang 2024-08-29 05:09:52 -07:00
go.sum build(deps): bump github.com/prometheus/client_golang 2024-08-29 05:09:52 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
main.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
Makefile build: add sha256 checksum file for published binaries 2024-08-15 17:24:28 -07:00
miniflux.1 docs(changelog): update release notes for v2.2.0 2024-08-18 12:48:00 -07:00
Procfile Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
README.md Update contributor link and Godoc badge for client 2020-10-18 21:53:07 -07:00
SECURITY.md Update Security policy 2023-03-13 19:56:47 -07:00

Miniflux 2

Miniflux is a minimalist and opinionated feed reader:

  • Written in Go (Golang)
  • Works only with Postgresql
  • Doesn't use any ORM
  • Doesn't use any complicated framework
  • Use only modern vanilla Javascript (ES6 and Fetch API)
  • Single binary compiled statically without dependency
  • The number of features is voluntarily limited

It's simple, fast, lightweight and super easy to install.

Official website: https://miniflux.app

Documentation

The Miniflux documentation is available here: https://miniflux.app/docs/ (Man page)

Screenshots

Default theme:

Default theme

Dark theme when using keyboard navigation:

Dark theme

Credits