1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Add "Share article" feature

A new "shareCode" field is generated for each entry, and allows
unlogged users to access the entry through the /shared endpoint.
This feature is particularly useful to share articles from miniflux
to third-party users without having them to visit the original source.

The image proxy is disabled and special cache headers are proposed in
the shared page to avoid denial of service.
This commit is contained in:
Lesterpig 2019-10-05 13:30:25 +02:00 committed by Frédéric Guillot
parent 1b86913c00
commit 41a2b7e58e
24 changed files with 243 additions and 26 deletions

View file

@ -12,7 +12,7 @@ import (
"miniflux.app/logger"
)
const schemaVersion = 27
const schemaVersion = 28
// Migrate executes database migrations.
func Migrate(db *sql.DB) {