Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CS | Jeremy Benoist | 2017-06-07 | 1 | -4/+4 |
| | |||||
* | Create a client when creating a user using the api | Jeremy Benoist | 2017-06-07 | 1 | -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 type | Jeremy Benoist | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | Set the right variable type | Jeremy Benoist | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | Re-use `NewUserType` to validate registration | Jeremy Benoist | 2017-05-30 | 1 | -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 | ||||
* | WIP | Thomas Citharel | 2017-05-29 | 1 | -0/+5 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Added relation between API Client and User | Nicolas Lœuillet | 2016-10-24 | 1 | -0/+26 |
| | | | | Fix #2062 | ||||
* | Add users management UI | Jeremy Benoist | 2016-10-02 | 1 | -1/+1 |
| | | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation) | ||||
* | Convert array + phpDoc | Jeremy Benoist | 2016-04-12 | 1 | -1/+1 |
| | | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter | ||||
* | Symfony Upgrade Fixer FTW | Jeremy Benoist | 2016-01-15 | 1 | -3/+3 |
| | | | | symfony-upgrade-fixer fix src/Wallabag/ | ||||
* | Remove user reference in tag | Jeremy Benoist | 2015-12-29 | 1 | -27/+0 |
| | | | | Fix #1543 | ||||
* | Quoted entity to avoid reserved keyword | Jeremy Benoist | 2015-11-07 | 1 | -1/+1 |
| | | | | Should fix #1498 | ||||
* | 2factor authentication via email | Nicolas Lœuillet | 2015-10-13 | 1 | -1/+67 |
| | |||||
* | remove old implementation for login/register/recover | Nicolas Lœuillet | 2015-10-03 | 1 | -0/+204 |