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