Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor config package | Frédéric Guillot | 2019-06-02 |
| | | | | | - Parse configuration only once during startup time - Store configuration values in a global variable | ||
* | Move Fever middleware and routes to fever package | Frédéric Guillot | 2018-11-11 |
| | |||
* | Improve Fever middleware and handle groupID=0 | Frédéric Guillot | 2018-10-26 |
| | |||
* | Fix typo in license header | Frédéric Guillot | 2018-10-08 |
| | |||
* | Refactor HTTP response builder | Frédéric Guillot | 2018-10-08 |
| | |||
* | Improve Fever API performances when marking a feed or group as read | Frédéric Guillot | 2018-10-07 |
| | |||
* | Improve request package and add more unit tests | Frédéric Guillot | 2018-09-23 |
| | |||
* | Refactor HTTP context handling | Frédéric Guillot | 2018-09-03 |
| | |||
* | Use canonical imports | Frédéric Guillot | 2018-08-24 |
| | |||
* | Compress JSON, CSS and Javascript responses | Frédéric Guillot | 2018-07-19 |
| | |||
* | Add more filters for API call /entries | Frédéric Guillot | 2018-06-09 |
| | | | | | | | | | | New filters: - before (unix timestamp) - before_entry_id - after - after_entry_id - starred (boolean) | ||
* | Rewrite individual entry pagination SQL queries | Frédéric Guillot | 2018-06-09 |
| | |||
* | Offer the possibility to set Pocket Consumer Key as environment variable | Frédéric Guillot | 2018-05-21 |
| | |||
* | Fever API: Return response with an empty list if there is no items | Abhinand | 2018-05-08 |
| | |||
* | Use vanilla HTTP handlers (refactoring) | Frédéric Guillot | 2018-04-29 |
| | |||
* | Add more comments (GoDoc) | Frédéric Guillot | 2018-01-11 |
| | |||
* | Fix for unstarring/unsaving bookmark with Fever API | Rogier Lommers | 2018-01-10 |
| | |||
* | Refactor packages to have more idiomatic code base | Frédéric Guillot | 2018-01-02 |