aboutsummaryrefslogtreecommitdiffhomepage
path: root/fever
Commit message (Collapse)AuthorAge
* Send a response when changing status of removed entries in Fever APIGravatar Jebbs2019-10-31
| | | When a client, like Reeder, tries to mark an item which is removed on Miniflux, the server doesn't response OK. This may terminate the sync process, the PR fixes it.
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* Move Fever middleware and routes to fever packageGravatar Frédéric Guillot2018-11-11
|
* Improve Fever middleware and handle groupID=0Gravatar Frédéric Guillot2018-10-26
|
* Fix typo in license headerGravatar Frédéric Guillot2018-10-08
|
* Refactor HTTP response builderGravatar Frédéric Guillot2018-10-08
|
* Improve Fever API performances when marking a feed or group as readGravatar Frédéric Guillot2018-10-07
|
* Improve request package and add more unit testsGravatar Frédéric Guillot2018-09-23
|
* Refactor HTTP context handlingGravatar Frédéric Guillot2018-09-03
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Compress JSON, CSS and Javascript responsesGravatar Frédéric Guillot2018-07-19
|
* Add more filters for API call /entriesGravatar Frédéric Guillot2018-06-09
| | | | | | | | | | New filters: - before (unix timestamp) - before_entry_id - after - after_entry_id - starred (boolean)
* Rewrite individual entry pagination SQL queriesGravatar Frédéric Guillot2018-06-09
|
* Offer the possibility to set Pocket Consumer Key as environment variableGravatar Frédéric Guillot2018-05-21
|
* Fever API: Return response with an empty list if there is no itemsGravatar Abhinand2018-05-08
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29
|
* Add more comments (GoDoc)Gravatar Frédéric Guillot2018-01-11
|
* Fix for unstarring/unsaving bookmark with Fever APIGravatar Rogier Lommers2018-01-10
|
* Refactor packages to have more idiomatic code baseGravatar Frédéric Guillot2018-01-02