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 |
| | |||||
* | Both parameter wasn't used in the function, removing them | Jeremy Benoist | 2017-06-01 | 1 | -2/+1 |
| | |||||
* | Set the right variable type | Jeremy Benoist | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | Remove unknown validation_groups | Jeremy Benoist | 2017-05-30 | 1 | -3/+1 |
| | | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length) | ||||
* | 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> | ||||
* | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-05-09 | 1 | -1/+1 |
|\ | |||||
| * | Translate error message in login page | adev | 2017-05-06 | 1 | -1/+1 |
| | | | | | | | | Fix #2933 | ||||
* | | Merged list and search methods | Nicolas Lœuillet | 2017-05-02 | 3 | -72/+29 |
| | | |||||
* | | rename index to list | Thomas Citharel | 2017-05-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Fix tests | Thomas Citharel | 2017-05-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Add pagination | Thomas Citharel | 2017-05-02 | 3 | -12/+45 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Add filter to users management page | Thomas Citharel | 2017-05-02 | 5 | -28/+134 |
|/ | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Update Spanish translation | ngosang | 2017-02-15 | 1 | -0/+11 |
| | |||||
* | Add default value for list_mode | Jeremy Benoist | 2016-12-12 | 2 | -1/+9 |
| | |||||
* | Merge pull request #2677 from wallabag/add-wallabag_user.de.yml | Nicolas Lœuillet | 2016-12-01 | 1 | -0/+11 |
|\ | | | | | add translations/wallabag_user.de.yml (fixes #2673) | ||||
| * | Update wallabag_user.de.yml | Strubbl | 2016-12-01 | 1 | -1/+1 |
| | | | | | | Wallabag->wallabag | ||||
| * | add translations/wallabag_user.de.yml (fixes #2673) | Sven Fischer | 2016-12-01 | 1 | -0/+11 |
| | | |||||
* | | Fixed 404 for wallabag logo in 2FA | Nicolas Lœuillet | 2016-12-01 | 2 | -2/+2 |
| | | |||||
* | | Removed FOSUser attributes removed in alpha4 | Nicolas Lœuillet | 2016-11-28 | 3 | -14/+0 |
| | | | | | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4 | ||||
* | | Re-use FOSUser master branch | Jeremy Benoist | 2016-11-22 | 1 | -1/+1 |
| | | |||||
* | | Use the correct template | Jeremy Benoist | 2016-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | When resetting the password, the overriden template we used wasn’t well spelled. And since we are using a locked version of FOSUser (on a custom commit), the translation of `resetting.check_email` is wrong in any language but english. | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-03 | 3 | -10/+11 |
|\| | |||||
| * | Merge pull request #2519 from Jibec/master | Jeremy Benoist | 2016-11-02 | 1 | -4/+4 |
| |\ | | | | | | | Translation update - French | ||||
| | * | Translation update - French | Jean-Baptiste | 2016-10-30 | 1 | -4/+4 |
| | | | |||||
| * | | Inject parameter instead of service | Jeremy Benoist | 2016-10-30 | 2 | -6/+7 |
| |/ | | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition! | ||||
* | | Added relation between API Client and User | Nicolas Lœuillet | 2016-10-24 | 1 | -0/+26 |
| | | | | | | | | Fix #2062 | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-10-24 | 1 | -3/+3 |
|\| | |||||
| * | Improved side menu, reduced the font size on small screens, fixed a form to ↵ | Alexandr Danilov | 2016-10-15 | 1 | -3/+3 |
| | | | | | | | | add links on small screens | ||||
* | | Cleanup subscriber / listener definition | Jeremy Benoist | 2016-10-22 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary user serialization | Jeremy Benoist | 2016-10-08 | 1 | -11/+1 |
| | | |||||
* | | Fix PostgreSQL query | Jeremy Benoist | 2016-10-08 | 1 | -1/+1 |
| | | | | | | | | PostgreSQL doesn’t like when we compare interger and boolean :) | ||||
* | | Added check if there is only one user | Nicolas Lœuillet | 2016-10-08 | 1 | -0/+14 |
| | | | | | | | | Added translations and documentation | ||||
* | | CS | Thomas Citharel | 2016-10-08 | 1 | -6/+6 |
| | | |||||
* | | work | Thomas Citharel | 2016-10-08 | 1 | -1/+11 |
|/ | |||||
* | Fixed two-factor checkbox display in user admin panel | Nicolas Lœuillet | 2016-10-07 | 1 | -1/+1 |
| | | | | Fix #2380 | ||||
* | Create config even if user is disabled | Jeremy Benoist | 2016-10-04 | 1 | -4/+0 |
| | | | | | When a user register itself AND the wallabag instance is configured to send a confirmation email, the user is disabled when the listener (which create the config) receive the event. There were a check (don't know why) if the user is enabled we create the config. But the user is disabled when confirmation email is actived. | ||||
* | Disabled delete button for the logged user | Jeremy Benoist | 2016-10-02 | 1 | -1/+1 |
| | | | | To avoid some bad things to happen… | ||||
* | Add users management UI | Jeremy Benoist | 2016-10-02 | 8 | -1/+507 |
| | | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation) | ||||
* | Fix bad template name | Jeremy Benoist | 2016-09-30 | 1 | -0/+0 |
| | | | | | When a user register, the template displayed saying it should now check its email was misspelled. Resulting in displaying the default one (with margin issue). | ||||
* | Create user config in one place | Jeremy Benoist | 2016-09-30 | 2 | -0/+74 |
| | | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel | ||||
* | Update wallabag_user.pl.yml | Mateusz Rumiński | 2016-09-19 | 1 | -1/+1 |
| | | | add missing " | ||||
* | polish version | Mateusz Rumiński | 2016-09-19 | 1 | -0/+11 |
| | | | create wallabag_user.pl.yml file | ||||
* | Send every imported item to the queue | Jeremy Benoist | 2016-09-11 | 1 | -0/+6 |
| | | | | | Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it. | ||||
* | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-08-28 | 2 | -1/+12 |
|\ | |||||
| * | Occitan version | Quent-in | 2016-08-27 | 1 | -0/+11 |
| | | | | | | | | Occitan translation, I hope I properly put it where it has to be. If there reminds other textes to translate, please let me know! | ||||
| * | Changes in the login form: | Alexandr Danilov | 2016-08-25 | 1 | -1/+1 |
| | | | | | | | | | | * The alignment of the login form centered in WebKit * Indent after the reference password recovery | ||||
* | | CS | Jeremy Benoist | 2016-08-23 | 2 | -2/+2 |
| | |