Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return 304 when content isn't reloaded using the API | Jeremy Benoist | 2016-11-22 | 1 | -3/+3 |
| | | | | | | Previously it was a 400 but this is more related to a real error. Using the API user should only know the content got reloaded or not. If reloaded: 200 otherwise: 304. | ||||
* | Return an explicit error if reload fail | Jeremy Benoist | 2016-11-20 | 1 | -6/+3 |
| | |||||
* | Fixing tests | Jeremy Benoist | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | Add ability to reload entry from API | Jeremy Benoist | 2016-11-20 | 1 | -0/+48 |
| | |||||
* | Fix rest controller merge | Jeremy Benoist | 2016-11-03 | 1 | -0/+22 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-03 | 1 | -1/+8 |
| | |||||
* | Exploded WallabagRestController into many controllers | Nicolas LÅ“uillet | 2016-10-28 | 1 | -0/+367 |
Fix #2503 |