aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Entity
Commit message (Collapse)AuthorAgeFilesLines
* Add EntityTimestampsTrait to handle datesJeremy Benoist2017-07-061-13/+3
| | | | Refactorize timestamps() method to avoid re-writing it on each entity
* CSJeremy Benoist2017-07-031-1/+1
|
* Fixed mapping entitiesJeremy Benoist2017-07-031-0/+7
| | | | | | There were this error in the console: > The association Wallabag\CoreBundle\Entity\SiteCredential#user refers to the inverse side field Wallabag\UserBundle\Entity\User#site_credentials which does not exist.
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-18/+18
|
* CSJeremy Benoist2017-06-071-4/+4
|
* Create a client when creating a user using the apiJeremy Benoist2017-06-071-7/+31
| | | | | | | | While creating a new user using the API, we also create a new client for the current user. So the app which just create the user can use its newly created client to configure the app. That new client is only return after creating the user. When calling the endpoint /api/user to get user information, the new client information won’t be return.
* fixup! Set the right variable typeJeremy Benoist2017-06-011-2/+2
|
* Set the right variable typeJeremy Benoist2017-06-011-2/+2
|
* Re-use `NewUserType` to validate registrationJeremy Benoist2017-05-301-4/+21
| | | | | | The only ugly things is how we handle error by generating the view and then parse the content to retrieve all errors… Fix exposition fields in User entity
* WIPThomas Citharel2017-05-291-0/+5
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added relation between API Client and UserNicolas Lœuillet2016-10-241-0/+26
| | | | Fix #2062
* Add users management UIJeremy Benoist2016-10-021-1/+1
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* Convert array + phpDocJeremy Benoist2016-04-121-1/+1
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-3/+3
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Remove user reference in tagJeremy Benoist2015-12-291-27/+0
| | | | Fix #1543
* Quoted entity to avoid reserved keywordJeremy Benoist2015-11-071-1/+1
| | | | Should fix #1498
* 2factor authentication via emailNicolas Lœuillet2015-10-131-1/+67
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-0/+204