aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix security.context deprecationJeremy Benoist2015-11-071-2/+2
|
* check authentication on each API routeNicolas Lœuillet2015-10-031-0/+19
|
* * public registrationNicolas Lœuillet2015-10-031-38/+13
| | | | | * remove WSSE implementation * add oAuth2 implementation
* 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-241-3/+8
|
* CSJeremy Benoist2015-08-201-9/+9
| | | | 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-301-16/+22
|
* Move API stuff in ApiBundleJeremy2015-04-011-0/+370
|
* routing for API, trying to respect #414Nicolas Lœuillet2015-01-291-63/+0
|
* skeleton for DELETE and PATCH methodsNicolas Lœuillet2015-01-281-2/+36
|
* bundle for APINicolas Lœuillet2015-01-281-0/+29