aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/category_list.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
|
* Refactor HTTP context handlingGravatar Frédéric Guillot2018-09-03
|
* 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
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29