aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Entity
Commit message (Collapse)AuthorAgeFilesLines
* 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-154-4/+4
| | | | symfony-upgrade-fixer fix src/Wallabag/
* remove old implementation for login/register/recoverNicolas LÅ“uillet2015-10-033-3/+3
|
* * public registrationNicolas LÅ“uillet2015-10-034-0/+118
* remove WSSE implementation * add oAuth2 implementation