miniflux-v2/model
Lesterpig 41a2b7e58e 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.
2020-03-17 20:09:46 -07:00
..
api_key.go Add per-application API Keys 2020-03-01 18:22:45 -08:00
app_session.go Handle the case when application session is expired and not user session 2019-01-21 20:21:05 -08:00
category.go Use canonical imports 2018-08-24 21:56:39 -07:00
category_test.go Use canonical imports 2018-08-24 21:56:39 -07:00
doc.go Fix typo in license header 2018-10-08 15:50:15 -07:00
enclosure.go Use canonical imports 2018-08-24 21:56:39 -07:00
entry.go Add "Share article" feature 2020-03-17 20:09:46 -07:00
entry_test.go History: show entries in the order in which they were read 2020-02-10 20:20:03 -08:00
feed.go Do not expose yet feed counter via API 2019-11-29 11:56:00 -08:00
feed_test.go Add the possibility to add rules during feed creation 2019-11-29 11:27:58 -08:00
icon.go Use canonical imports 2018-08-24 21:56:39 -07:00
integration.go Use canonical imports 2018-08-24 21:56:39 -07:00
job.go Use canonical imports 2018-08-24 21:56:39 -07:00
theme.go Add theme variants 2019-09-21 20:04:42 -07:00
theme_test.go Add theme variants 2019-09-21 20:04:42 -07:00
user.go Add option to enable/disable keyboard shortcuts 2019-04-28 18:35:58 -07:00
user_session.go Use canonical imports 2018-08-24 21:56:39 -07:00
user_test.go Add theme variants 2019-09-21 20:04:42 -07:00