wallabag/src/Wallabag/UserBundle
Jeremy Benoist 0c00e52516
Create a client when creating a user using the api
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.
2017-06-07 23:23:28 +02:00
..
Controller Remove unknown validation_groups 2017-05-30 08:04:11 +02:00
DataFixtures/ORM Quickstart for beginners 2016-01-15 15:01:30 +01:00
DependencyInjection Add option to disable registration 2016-08-23 07:40:36 +02:00
Entity Create a client when creating a user using the api 2017-06-07 23:23:28 +02:00
EventListener Both parameter wasn't used in the function, removing them 2017-06-01 09:30:38 +02:00
Form Add filter to users management page 2017-05-02 15:28:39 +02:00
Mailer Inject parameter instead of service 2016-10-30 20:27:41 +01:00
Repository Add pagination 2017-05-02 15:28:39 +02:00
Resources Merge remote-tracking branch 'origin/master' into 2.3 2017-05-09 13:55:31 +02:00
WallabagUserBundle.php move some files to UserBundle 2015-10-03 13:31:48 +02:00