Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#1604] First draft to fix SensioLabsInsight report | Nicolas Lœuillet | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | Fix recent update | Jeremy Benoist | 2016-01-15 | 1 | -1/+2 |
| | | | | | | - some missing url parameters from WallabagRestController & EntryController - use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature) - update ImportBundle (url & form) | ||||
* | Symfony Upgrade Fixer FTW | Jeremy Benoist | 2016-01-15 | 1 | -2/+2 |
| | | | | symfony-upgrade-fixer fix src/Wallabag/ | ||||
* | Few phpDoc fix | Jeremy Benoist | 2016-01-03 | 1 | -5/+15 |
| | | | | And some little mistakes | ||||
* | Cleanup tests | Jeremy Benoist | 2015-12-29 | 1 | -4/+0 |
| | | | | | - WallabagRestController: remove the tag deletion from the API since we can't remove a tag now, we only remove reference to entries - RuleBasedTaggerTest: remove workaround for asserting tag are equal since problem was related to mock expects (_call instead of findOneByLabel which was removed from the tag repository) | ||||
* | Fix parameters regarding documentation | Jeremy Benoist | 2015-12-29 | 1 | -2/+2 |
| | | | | Parameters are `star` & `archived`, not `is_starred` & `is_archived` | ||||
* | Remove user reference in tag | Jeremy Benoist | 2015-12-29 | 1 | -5/+12 |
| | | | | Fix #1543 | ||||
* | Fix security.context deprecation | Jeremy Benoist | 2015-11-07 | 1 | -2/+2 |
| | |||||
* | check authentication on each API route | Nicolas Lœuillet | 2015-10-03 | 1 | -0/+19 |
| | |||||
* | * public registration | Nicolas Lœuillet | 2015-10-03 | 1 | -38/+13 |
| | | | | | * remove WSSE implementation * add oAuth2 implementation | ||||
* | Move fetching content in a separate class | Jeremy Benoist | 2015-09-10 | 1 | -10/+4 |
| | |||||
* | Update url from graby | Jeremy Benoist | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | CS | Jeremy Benoist | 2015-08-24 | 1 | -1/+0 |
| | |||||
* | Integrate graby | Jeremy Benoist | 2015-08-24 | 1 | -3/+8 |
| | |||||
* | CS | Jeremy Benoist | 2015-08-20 | 1 | -9/+9 |
| | | | | We shouldn't forget to run `php-cs-fixer` time to time | ||||
* | Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵ | Francois Gravelaine | 2015-07-28 | 1 | -2/+2 |
| | | | | for is_starred and is_archived | ||||
* | CS | Jeremy Benoist | 2015-05-30 | 1 | -16/+22 |
| | |||||
* | Move API stuff in ApiBundle | Jeremy | 2015-04-01 | 1 | -0/+370 |
| | |||||
* | routing for API, trying to respect #414 | Nicolas Lœuillet | 2015-01-29 | 1 | -63/+0 |
| | |||||
* | skeleton for DELETE and PATCH methods | Nicolas Lœuillet | 2015-01-28 | 1 | -2/+36 |
| | |||||
* | bundle for API | Nicolas Lœuillet | 2015-01-28 | 1 | -0/+29 |