| Commit message (Expand) | Author | Age | Files | Lines |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
* | Merge pull request #8255 from nextcloud/bugfix/noid/group-display-name | blizzz | 2018-03-15 | 1 | -6/+3 |
|\ |
|
| * | Fixed Controller Test | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -1/+1 |
| * | Use group displayNames in users list | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -7/+4 |
* | | Inject public IGroupManager instead of private GroupManager | Daniel Calviño Sánchez | 2018-03-13 | 1 | -4/+6 |
* | | Make UserController strict | Roeland Jago Douma | 2018-03-09 | 1 | -72/+48 |
|/ |
|
* | Remove crypto and timefactory from UsersController | Morris Jobke | 2018-02-13 | 1 | -12/+0 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+2 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -3/+1 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -1/+5 |
* | Fix #4789: Group admins cannot see disabled users | Neraste | 2017-11-27 | 1 | -3/+3 |
* | Fix search in user managent when no group is selected | Morris Jobke | 2017-11-14 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+6 |
* | Make sure the password contains special characters | Joas Schilling | 2017-09-07 | 1 | -1/+3 |
* | Fix group management which was broken since #5847 | Tobia De Koninck | 2017-08-15 | 1 | -3/+4 |
* | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 1 | -6/+5 |
* | no warning on password change if no encryption module uses per-user keys | Bjoern Schiessle | 2017-07-06 | 1 | -1/+22 |
* | Merge pull request #5404 from nextcloud/use-translated-hint-insteadof-english... | blizzz | 2017-07-05 | 1 | -0/+4 |
|\ |
|
| * | Use translated Hint instead of english error on password policy | Joas Schilling | 2017-06-14 | 1 | -0/+4 |
* | | show used space in user list | Robin Appelman | 2017-06-15 | 1 | -44/+61 |
|/ |
|
* | Also cover the settings endpoint | Joas Schilling | 2017-06-02 | 1 | -19/+31 |
* | Improve readability of verify text | Morris Jobke | 2017-05-08 | 1 | -2/+2 |
* | consolidate setEnabled method | Arthur Schiwon | 2017-04-29 | 1 | -76/+12 |
* | Use short array syntax | Christoph Wurst | 2017-04-29 | 1 | -112/+111 |
* | use proper return codes and handle failure cases | Morris Jobke | 2017-04-29 | 1 | -2/+4 |
* | Improve wording of error messages | Morris Jobke | 2017-04-29 | 1 | -4/+4 |
* | check $user object before using it | Morris Jobke | 2017-04-29 | 1 | -24/+24 |
* | change group id to _disabledUsers | Morris Jobke | 2017-04-29 | 1 | -6/+6 |
* | Implemented visual feedback if a user is disabled in admin user menu. | Thomas Pulzer | 2017-04-29 | 1 | -10/+144 |
* | send signature to lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -0/+2 |
* | fix path to the website proof | Bjoern Schiessle | 2017-04-28 | 1 | -1/+1 |
* | allow to display the verification code also while verification is already run... | Bjoern Schiessle | 2017-04-28 | 1 | -13/+15 |
* | update message in verify popup | Bjoern Schiessle | 2017-04-28 | 1 | -2/+2 |
* | check verification proof and update account table | Bjoern Schiessle | 2017-04-28 | 1 | -8/+54 |
* | store verification status in accounts table and update lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -1/+10 |
* | add verification dialog | Bjoern Schiessle | 2017-04-28 | 1 | -1/+54 |
* | Add support for theming | Lukas Reschke | 2017-04-07 | 1 | -92/+10 |
* | Fix tests | Lukas Reschke | 2017-04-07 | 1 | -8/+8 |
* | New layout for welcome email | Morris Jobke | 2017-04-07 | 1 | -8/+31 |
* | add unit tests | Morris Jobke | 2017-02-15 | 1 | -1/+1 |
* | Fix setup issue and refine error messages | Morris Jobke | 2017-02-15 | 1 | -2/+17 |
* | add setting for "send password link" | tobiasKaminsky | 2017-02-15 | 1 | -17/+20 |
* | send email to new user with password forgotten link to create own password | tobiasKaminsky | 2017-02-15 | 1 | -4/+35 |
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -6/+4 |
* | Error out when subadmin doesn't select any group | Joas Schilling | 2017-01-23 | 1 | -8/+7 |
* | make sure that we only update the email address if it really changed | Bjoern Schiessle | 2016-12-02 | 1 | -0/+2 |
* | bring back setEmailAddress for the user management | Bjoern Schiessle | 2016-11-25 | 1 | -3/+96 |
* | update email address correctly | Bjoern Schiessle | 2016-11-23 | 1 | -8/+10 |
* | don't try to verify email address if no email address is set | Bjoern Schiessle | 2016-11-21 | 1 | -1/+1 |