aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/entry_feed.go
Commit message (Collapse)AuthorAge
* 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
|
* 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