aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle
Commit message (Collapse)AuthorAgeFilesLines
* 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