aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Entity/RefreshToken.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix entities definitionJeremy Benoist2016-10-091-1/+1
| | | | | | | | As per Doctrine said in the debug tool bar: - The field Wallabag\ApiBundle\Entity\Client#refreshTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\RefreshToken#client does not contain the required 'inversedBy="refreshTokens"' attribute. - The field Wallabag\ApiBundle\Entity\Client#accessTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\AccessToken#client does not contain the required 'inversedBy="accessTokens"' attribute.
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-1/+1
| | | | symfony-upgrade-fixer fix src/Wallabag/
* remove old implementation for login/register/recoverNicolas LÅ“uillet2015-10-031-1/+1
|
* * public registrationNicolas LÅ“uillet2015-10-031-0/+31
* remove WSSE implementation * add oAuth2 implementation