Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert array + phpDoc | Jeremy Benoist | 2016-04-12 | 2 | -21/+21 |
| | | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter | ||||
* | Simplify tag creation from entry | Jeremy Benoist | 2016-03-27 | 1 | -1/+2 |
| | | | | | Testing that a tag exist or is assigned to the current entry isn't important in the tag controler since the `assignTagsToEntry` is already doing that job. So it simplify the controller. | ||||
* | check if archive/star parameters without quotes work | Thomas Citharel | 2016-03-16 | 1 | -0/+49 |
| | |||||
* | use integers for archived/starred status | Thomas Citharel | 2016-03-16 | 1 | -4/+4 |
| | |||||
* | fix api properties and typo | Thomas Citharel | 2016-03-16 | 1 | -2/+2 |
| | |||||
* | Don't add entry through API if it already exists | Thomas Citharel | 2016-03-16 | 1 | -0/+18 |
| | |||||
* | add tests on user in API responses | Thomas Citharel | 2016-03-15 | 1 | -0/+6 |
| | |||||
* | Improve tests | Jeremy Benoist | 2016-03-11 | 1 | -3/+3 |
| | | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges | ||||
* | typos & cs | Thomas Citharel | 2016-03-08 | 1 | -4/+4 |
| | |||||
* | write test for version | Vincent | 2016-03-07 | 1 | -0/+11 |
| | |||||
* | Remove 'content' from API | Jeremy Benoist | 2016-03-04 | 1 | -16/+0 |
| | | | | Waiting to find a good solution to avoid side problem since user can no define the content | ||||
* | add more properties for entries #1634 | Thomas Citharel | 2016-03-04 | 1 | -0/+34 |
| | |||||
* | Fix the way to remove a tag from all user entries | Jeremy Benoist | 2015-12-29 | 2 | -2/+14 |
| | |||||
* | Remove user reference in tag | Jeremy Benoist | 2015-12-29 | 1 | -1/+2 |
| | | | | Fix #1543 | ||||
* | Re-enable test on doctrine command | Jeremy Benoist | 2015-11-07 | 2 | -3/+3 |
| | | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency. | ||||
* | Fix security.context deprecation | Jeremy Benoist | 2015-11-07 | 1 | -3/+3 |
| | |||||
* | * public registration | Nicolas LÅ“uillet | 2015-10-03 | 2 | -180/+104 |
| | | | | | * remove WSSE implementation * add oAuth2 implementation | ||||
* | Add test on getting starred entries using the API | Jeremy Benoist | 2015-08-20 | 1 | -0/+25 |
| | |||||
* | CS | Jeremy Benoist | 2015-05-30 | 1 | -4/+4 |
| | |||||
* | Fix tests | Jeremy | 2015-04-01 | 1 | -4/+4 |
| | |||||
* | Move API stuff in ApiBundle | Jeremy | 2015-04-01 | 1 | -0/+410 |