aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/integration_show.go
Commit message (Collapse)AuthorAge
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* 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
|
* Offer the possibility to set Pocket Consumer Key as environment variableGravatar Frédéric Guillot2018-05-21
|
* Add Pocket integrationGravatar Allan Reyes2018-05-20
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29