aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Entity/Client.php
Commit message (Collapse)AuthorAgeFilesLines
* Be consistent between migration & schema definitionJeremy Benoist2016-12-191-1/+1
|
* Added relation between API Client and UserNicolas Lœuillet2016-10-241-1/+16
| | | | Fix #2062
* Ensure access_token are removedJeremy Benoist2016-10-081-0/+5
| | | | | | | | 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)
* Changed relation between API client and refresh tokenNicolas Lœuillet2016-10-031-0/+5
| | | | Fix #2350
* Added name on clientThomas Citharel2016-08-221-0/+31
| | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-1/+1
| | | | symfony-upgrade-fixer fix src/Wallabag/
* * public registrationNicolas Lœuillet2015-10-031-0/+25
* remove WSSE implementation * add oAuth2 implementation