Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes [wallabag/wallabag#2611] Add a basic Search REST endpoint | Craig Roberts | 2019-01-22 | 1 | -0/+5 |
| | | | | | | | - Adds a new `search` key to `src/Wallabag/ApiBundle/Resources/config/routing_rest.yml` - Reuses the `getBuilderForSearchByUser` method from the EntryRepository - Supports, `term`, `page`, and `perPage` query parameters - Some very basic tests | ||||
* | WIP | Thomas Citharel | 2017-05-29 | 1 | -0/+5 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix tests & deprecation notice | Jeremy Benoist | 2016-12-15 | 1 | -0/+0 |
| | |||||
* | Fix rest controller merge | Jeremy Benoist | 2016-11-03 | 1 | -0/+5 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-03 | 1 | -4/+14 |
|\ | |||||
| * | Removed useless route | Nicolas Lœuillet | 2016-10-28 | 1 | -5/+0 |
| | | |||||
| * | Exploded WallabagRestController into many controllers | Nicolas Lœuillet | 2016-10-28 | 1 | -1/+11 |
| | | | | | | | | Fix #2503 | ||||
* | | Add entry export in API | Jeremy Benoist | 2016-10-08 | 1 | -6/+4 |
| | | | | | | | | | | Export isn't available for json & xml because user can use the default entry endpoint instead. | ||||
* | | Routing: epub format is allowed for API | Pascal MARTIN | 2016-10-08 | 1 | -0/+2 |
|/ | |||||
* | * public registration | Nicolas Lœuillet | 2015-10-03 | 1 | -12/+0 |
| | | | | | * remove WSSE implementation * add oAuth2 implementation | ||||
* | Move API stuff in ApiBundle | Jeremy | 2015-04-01 | 3 | -0/+16 |