aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle
Commit message (Collapse)AuthorAgeFilesLines
* NotificationsThomas Citharel2017-06-232-1/+22
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #3173 from wallabag/domain-name-paramJérémy Benoist2017-06-101-1/+1
|\ | | | | remove craueconfig domain name setting and add a proper one in parame…
| * remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-061-1/+1
| |
* | Use a listener to catch auth failureJeremy Benoist2017-06-093-67/+45
| |
* | CSJeremy Benoist2017-06-081-2/+2
| |
* | Log an error level message when user auth failJeremy Benoist2017-06-082-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | When a user login using the form we know log an error level information with information about the user: - username used - IP - User agent For example: > Authentication failure for user "eza", from IP "127.0.0.1", with UA: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36". It’ll allows server admin using fail2ban to configure it to block these people if they generate too much failure authentication.
* | 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
|
* Both parameter wasn't used in the function, removing themJeremy Benoist2017-06-011-2/+1
|
* Set the right variable typeJeremy Benoist2017-06-011-2/+2
|
* Remove unknown validation_groupsJeremy Benoist2017-05-301-3/+1
| | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length)
* 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>
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-091-1/+1
|\
| * Translate error message in login pageadev2017-05-061-1/+1
| | | | | | | | Fix #2933
* | Merged list and search methodsNicolas Lœuillet2017-05-023-72/+29
| |
* | rename index to listThomas Citharel2017-05-021-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix testsThomas Citharel2017-05-021-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add paginationThomas Citharel2017-05-023-12/+45
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add filter to users management pageThomas Citharel2017-05-025-28/+134
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Update Spanish translationngosang2017-02-151-0/+11
|
* Add default value for list_modeJeremy Benoist2016-12-122-1/+9
|
* Merge pull request #2677 from wallabag/add-wallabag_user.de.ymlNicolas Lœuillet2016-12-011-0/+11
|\ | | | | add translations/wallabag_user.de.yml (fixes #2673)
| * Update wallabag_user.de.ymlStrubbl2016-12-011-1/+1
| | | | | | Wallabag->wallabag
| * add translations/wallabag_user.de.yml (fixes #2673)Sven Fischer2016-12-011-0/+11
| |
* | Fixed 404 for wallabag logo in 2FANicolas Lœuillet2016-12-012-2/+2
| |
* | Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-283-14/+0
| | | | | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* | Re-use FOSUser master branchJeremy Benoist2016-11-221-1/+1
| |
* | Use the correct templateJeremy Benoist2016-11-221-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.2Jeremy Benoist2016-11-033-10/+11
|\|
| * Merge pull request #2519 from Jibec/masterJeremy Benoist2016-11-021-4/+4
| |\ | | | | | | Translation update - French
| | * Translation update - FrenchJean-Baptiste2016-10-301-4/+4
| | |
| * | Inject parameter instead of serviceJeremy Benoist2016-10-302-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 UserNicolas Lœuillet2016-10-241-0/+26
| | | | | | | | Fix #2062
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-3/+3
|\|
| * Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-151-3/+3
| | | | | | | | add links on small screens
* | Cleanup subscriber / listener definitionJeremy Benoist2016-10-221-1/+1
| |
* | Remove unnecessary user serializationJeremy Benoist2016-10-081-11/+1
| |
* | Fix PostgreSQL queryJeremy Benoist2016-10-081-1/+1
| | | | | | | | PostgreSQL doesn’t like when we compare interger and boolean :)
* | Added check if there is only one userNicolas Lœuillet2016-10-081-0/+14
| | | | | | | | Added translations and documentation
* | CSThomas Citharel2016-10-081-6/+6
| |
* | workThomas Citharel2016-10-081-1/+11
|/
* Fixed two-factor checkbox display in user admin panelNicolas Lœuillet2016-10-071-1/+1
| | | | Fix #2380
* Create config even if user is disabledJeremy Benoist2016-10-041-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 userJeremy Benoist2016-10-021-1/+1
| | | | To avoid some bad things to happen…
* Add users management UIJeremy Benoist2016-10-028-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 nameJeremy Benoist2016-09-301-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 placeJeremy Benoist2016-09-302-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.ymlMateusz Rumiński2016-09-191-1/+1
| | | add missing "