aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/ui.go
Commit message (Collapse)AuthorAge
* Display list of feeds per categoryGravatar Frédéric Guillot2019-11-17
|
* Import OPML from URLGravatar Peter De Wachter2019-08-15
|
* Ask for confirmation before clicking on mark all as readGravatar Frédéric Guillot2019-07-17
|
* Ask for confirmation before flushing historyGravatar Frédéric Guillot2019-07-17
|
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* Handle the case when application session is expired and not user sessionGravatar Frédéric Guillot2019-01-21
|
* Move healthcheck endpoint from ui package to httpd serviceGravatar Frédéric Guillot2018-12-28
|
* Allow to switch between unread only and all entries on category/feed viewsGravatar Diego Agulló2018-12-16
|
* Replace daemon and scheduler package with service packageGravatar Frédéric Guillot2018-11-11
|
* Move UI middlewares and routes to ui packageGravatar Frédéric Guillot2018-11-11