Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Set the title via POST /api/entries | Nicolas Lœuillet | 2016-05-02 | 2 | -0/+7 | |
| | | | | Fix #2009 | |||||
* | Convert array + phpDoc | Jeremy Benoist | 2016-04-12 | 3 | -22/+22 | |
| | | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter | |||||
* | Remove int cast | Nicolas Lœuillet | 2016-04-10 | 1 | -2/+2 | |
| | ||||||
* | All the entries are fetched via GET /api/entries | Nicolas Lœuillet | 2016-04-09 | 1 | -3/+3 | |
| | | | | Fix #1863: only the unread entries were fetched with GET /api/entries entrypoint. Now, all the entries are fetched | |||||
* | 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. | |||||
* | add check | Thomas Citharel | 2016-03-16 | 1 | -2/+6 | |
| | ||||||
* | fix updating entry status through API | Thomas Citharel | 2016-03-16 | 1 | -6/+2 | |
| | ||||||
* | 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 | 2 | -22/+22 | |
| | ||||||
* | fix api properties and typo | Thomas Citharel | 2016-03-16 | 2 | -4/+4 | |
| | ||||||
* | Don't add entry through API if it already exists | Thomas Citharel | 2016-03-16 | 2 | -4/+26 | |
| | ||||||
* | 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 | 2 | -5/+7 | |
| | ||||||
* | write test for version | Vincent | 2016-03-07 | 1 | -0/+11 | |
| | ||||||
* | Add version in API | Vincent | 2016-03-07 | 1 | -0/+13 | |
| | ||||||
* | Remove 'content' from API | Jeremy Benoist | 2016-03-04 | 2 | -22/+0 | |
| | | | | Waiting to find a good solution to avoid side problem since user can no define the content | |||||
* | use booleans instead of empty | Thomas Citharel | 2016-03-04 | 1 | -4/+4 | |
| | ||||||
* | add more properties for entries #1634 | Thomas Citharel | 2016-03-04 | 2 | -0/+53 | |
| | ||||||
* | Move assignTagsToEntry in ContentProxy helper | Jeremy Benoist | 2016-02-19 | 1 | -28/+3 | |
| | ||||||
* | [#1604] First draft to fix SensioLabsInsight report | Nicolas Lœuillet | 2016-01-22 | 2 | -5/+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 | 5 | -6/+6 | |
| | | | | symfony-upgrade-fixer fix src/Wallabag/ | |||||
* | Few phpDoc fix | Jeremy Benoist | 2016-01-03 | 1 | -5/+15 | |
| | | | | And some little mistakes | |||||
* | Fix the way to remove a tag from all user entries | Jeremy Benoist | 2015-12-29 | 2 | -2/+14 | |
| | ||||||
* | 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 | 2 | -6/+14 | |
| | | | | 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 | 2 | -5/+5 | |
| | ||||||
* | remove old implementation for login/register/recover | Nicolas Lœuillet | 2015-10-03 | 3 | -3/+3 | |
| | ||||||
* | add test for confirmed registration | Nicolas Lœuillet | 2015-10-03 | 1 | -2/+0 | |
| | ||||||
* | check authentication on each API route | Nicolas Lœuillet | 2015-10-03 | 1 | -0/+19 | |
| | ||||||
* | * public registration | Nicolas Lœuillet | 2015-10-03 | 14 | -447/+235 | |
| | | | | | * remove WSSE implementation * add oAuth2 implementation | |||||
* | CS | Jeremy Benoist | 2015-09-10 | 1 | -3/+0 | |
| | ||||||
* | 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 | 2 | -3/+11 | |
| | ||||||
* | Add test on getting starred entries using the API | Jeremy Benoist | 2015-08-20 | 1 | -0/+25 | |
| | ||||||
* | CS | Jeremy Benoist | 2015-08-20 | 3 | -13/+13 | |
| | | | | 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 | 5 | -25/+33 | |
| | ||||||
* | Fix tests | Jeremy | 2015-04-01 | 1 | -4/+4 | |
| | ||||||
* | Move API stuff in ApiBundle | Jeremy | 2015-04-01 | 12 | -0/+1071 | |
| | ||||||
* | routing for API, trying to respect #414 | Nicolas Lœuillet | 2015-01-29 | 2 | -72/+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 | 2 | -0/+38 | |