Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factorize sendResponse between Api controllers | Jeremy Benoist | 2019-01-22 | 1 | -3/+2 |
| | | | | And run newer cs fixer | ||||
* | [wallabag/wallabag#2611] Fix PHPCS lint errors | Craig Roberts | 2019-01-22 | 1 | -5/+2 |
| | |||||
* | Fixes [wallabag/wallabag#2611] Add a basic Search REST endpoint | Craig Roberts | 2019-01-22 | 1 | -0/+73 |
- 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 |