aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/entry_unread.go
Commit message (Collapse)AuthorAge
* Redirect to /unread when getting a 404 for an unread expired entryGravatar Vincent Bernat2020-01-24
| | | | | | | | Hosted miniflux don't keep read entries for long. If I leave my PC at home on an unread entry, read everything pending at work and get back to home later, when I click "next", I get a bare 404 error. I have to go back to /unread myself. I think it would be more user friendly (but maybe a bit suprising) to go directly to /unread in this case.
* Move UI middlewares and routes to ui packageGravatar Frédéric Guillot2018-11-11
|
* Refactor HTTP response builderGravatar Frédéric Guillot2018-10-08
|
* Improve request package and add more unit testsGravatar Frédéric Guillot2018-09-23
|
* Refactor HTTP context handlingGravatar Frédéric Guillot2018-09-03
|
* Add toggle status button to entry pageGravatar Dave Z2018-08-28
|
* Show count of feeds with permanent errors in header menuGravatar Dave Z2018-08-26
| | | Only for feeds that reach `maxParsingError` are counted (so transient errors do not trigger counter).
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Compress HTML responses to Gzip/Deflate if supported by browserGravatar Frédéric Guillot2018-07-06
|
* Always mark the entry as read after fetching the pagination in unread modeGravatar Frédéric Guillot2018-06-30
|
* Make sure we always get the pagination in unread modeGravatar Frédéric Guillot2018-06-29
|
* Rewrite individual entry pagination SQL queriesGravatar Frédéric Guillot2018-06-09
|
* Do not show save link if no integration is configuredGravatar Frédéric Guillot2018-04-29
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29