aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle
Commit message (Collapse)AuthorAgeFilesLines
* add checkThomas Citharel2016-03-161-2/+6
|
* fix updating entry status through APIThomas Citharel2016-03-161-6/+2
|
* check if archive/star parameters without quotes workThomas Citharel2016-03-161-0/+49
|
* use integers for archived/starred statusThomas Citharel2016-03-162-22/+22
|
* fix api properties and typoThomas Citharel2016-03-162-4/+4
|
* Don't add entry through API if it already existsThomas Citharel2016-03-162-4/+26
|
* add tests on user in API responsesThomas Citharel2016-03-151-0/+6
|
* Improve testsJeremy Benoist2016-03-111-3/+3
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* typos & csThomas Citharel2016-03-082-5/+7
|
* write test for versionVincent2016-03-071-0/+11
|
* Add version in APIVincent2016-03-071-0/+13
|
* Remove 'content' from APIJeremy Benoist2016-03-042-22/+0
| | | | Waiting to find a good solution to avoid side problem since user can no define the content
* use booleans instead of emptyThomas Citharel2016-03-041-4/+4
|
* add more properties for entries #1634Thomas Citharel2016-03-042-0/+53
|
* Move assignTagsToEntry in ContentProxy helperJeremy Benoist2016-02-191-28/+3
|
* [#1604] First draft to fix SensioLabsInsight reportNicolas Lœuillet2016-01-222-5/+1
|
* Fix recent updateJeremy Benoist2016-01-151-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 FTWJeremy Benoist2016-01-155-6/+6
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Few phpDoc fixJeremy Benoist2016-01-031-5/+15
| | | | And some little mistakes
* Fix the way to remove a tag from all user entriesJeremy Benoist2015-12-292-2/+14
|
* Cleanup testsJeremy Benoist2015-12-291-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 documentationJeremy Benoist2015-12-291-2/+2
| | | | Parameters are `star` & `archived`, not `is_starred` & `is_archived`
* Remove user reference in tagJeremy Benoist2015-12-292-6/+14
| | | | Fix #1543
* Re-enable test on doctrine commandJeremy Benoist2015-11-072-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 deprecationJeremy Benoist2015-11-072-5/+5
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-033-3/+3
|
* add test for confirmed registrationNicolas Lœuillet2015-10-031-2/+0
|
* check authentication on each API routeNicolas Lœuillet2015-10-031-0/+19
|
* * public registrationNicolas Lœuillet2015-10-0314-447/+235
| | | | | * remove WSSE implementation * add oAuth2 implementation
* CSJeremy Benoist2015-09-101-3/+0
|
* Move fetching content in a separate classJeremy Benoist2015-09-101-10/+4
|
* Update url from grabyJeremy Benoist2015-08-241-1/+1
|
* CSJeremy Benoist2015-08-241-1/+0
|
* Integrate grabyJeremy Benoist2015-08-242-3/+11
|
* Add test on getting starred entries using the APIJeremy Benoist2015-08-201-0/+25
|
* CSJeremy Benoist2015-08-203-13/+13
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-281-2/+2
| | | | for is_starred and is_archived
* CSJeremy Benoist2015-05-305-25/+33
|
* Fix testsJeremy2015-04-011-4/+4
|
* Move API stuff in ApiBundleJeremy2015-04-0112-0/+1071
|
* routing for API, trying to respect #414Nicolas Lœuillet2015-01-292-72/+0
|
* skeleton for DELETE and PATCH methodsNicolas Lœuillet2015-01-281-2/+36
|
* bundle for APINicolas Lœuillet2015-01-282-0/+38