aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller/DeveloperController.php
Commit message (Collapse)AuthorAgeFilesLines
* Revert client_credentials grant typesJeremy Benoist2017-07-081-1/+1
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-2/+2
|
* Add client_credentials oAuth2 auth methodThomas Citharel2017-06-141-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix tests & deprecation noticeJeremy Benoist2016-12-151-1/+1
|
* Added relation between API Client and UserNicolas Lœuillet2016-10-241-2/+6
| | | | Fix #2062
* Ensure access_token are removedJeremy Benoist2016-10-081-0/+101
When we remove the client, we should ensure that access_token are also removed. To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error. Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)