summaryrefslogtreecommitdiffstats
path: root/settings/Controller/UsersController.php
Commit message (Expand)AuthorAgeFilesLines
* Fix #4789: Group admins cannot see disabled usersNeraste2017-11-271-3/+3
* Fix search in user managent when no group is selectedMorris Jobke2017-11-141-1/+1
* Update license headersMorris Jobke2017-11-061-0/+6
* Make sure the password contains special charactersJoas Schilling2017-09-071-1/+3
* Fix group management which was broken since #5847Tobia De Koninck2017-08-151-3/+4
* Stricter phan config fixesLukas Reschke2017-08-011-6/+5
* no warning on password change if no encryption module uses per-user keysBjoern Schiessle2017-07-061-1/+22
* Merge pull request #5404 from nextcloud/use-translated-hint-insteadof-english...blizzz2017-07-051-0/+4
|\
| * Use translated Hint instead of english error on password policyJoas Schilling2017-06-141-0/+4
* | show used space in user listRobin Appelman2017-06-151-44/+61
|/
* Also cover the settings endpointJoas Schilling2017-06-021-19/+31
* Improve readability of verify textMorris Jobke2017-05-081-2/+2
* consolidate setEnabled methodArthur Schiwon2017-04-291-76/+12
* Use short array syntaxChristoph Wurst2017-04-291-112/+111
* use proper return codes and handle failure casesMorris Jobke2017-04-291-2/+4
* Improve wording of error messagesMorris Jobke2017-04-291-4/+4
* check $user object before using itMorris Jobke2017-04-291-24/+24
* change group id to _disabledUsersMorris Jobke2017-04-291-6/+6
* Implemented visual feedback if a user is disabled in admin user menu.Thomas Pulzer2017-04-291-10/+144
* send signature to lookup serverBjoern Schiessle2017-04-281-0/+2
* fix path to the website proofBjoern Schiessle2017-04-281-1/+1
* allow to display the verification code also while verification is already run...Bjoern Schiessle2017-04-281-13/+15
* update message in verify popupBjoern Schiessle2017-04-281-2/+2
* check verification proof and update account tableBjoern Schiessle2017-04-281-8/+54
* store verification status in accounts table and update lookup serverBjoern Schiessle2017-04-281-1/+10
* add verification dialogBjoern Schiessle2017-04-281-1/+54
* Add support for themingLukas Reschke2017-04-071-92/+10
* Fix testsLukas Reschke2017-04-071-8/+8
* New layout for welcome emailMorris Jobke2017-04-071-8/+31
* add unit testsMorris Jobke2017-02-151-1/+1
* Fix setup issue and refine error messagesMorris Jobke2017-02-151-2/+17
* add setting for "send password link"tobiasKaminsky2017-02-151-17/+20
* send email to new user with password forgotten link to create own passwordtobiasKaminsky2017-02-151-4/+35
* Always enable avatarsMorris Jobke2017-02-131-6/+4
* Error out when subadmin doesn't select any groupJoas Schilling2017-01-231-8/+7
* make sure that we only update the email address if it really changedBjoern Schiessle2016-12-021-0/+2
* bring back setEmailAddress for the user managementBjoern Schiessle2016-11-251-3/+96
* update email address correctlyBjoern Schiessle2016-11-231-8/+10
* don't try to verify email address if no email address is setBjoern Schiessle2016-11-211-1/+1
* small fixesBjoern Schiessle2016-11-211-4/+1
* Make JS aware of password verificationLukas Reschke2016-11-211-0/+1
* Fix changing display names for subadminsLukas Reschke2016-11-211-2/+8
* Adjust permission checksLukas Reschke2016-11-211-10/+4
* Add a signer class for signingLukas Reschke2016-11-211-6/+12
* fix unit testsBjoern Schiessle2016-11-211-2/+3
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-18/+21
* allow to change display names in the user settings againBjörn Schießle2016-11-211-109/+84
* allow multiple values for phone, website, address and emailBjörn Schießle2016-11-211-4/+4
* introduce accounts table and keep it up-to-date with the data added to the pe...Björn Schießle2016-11-211-2/+24
* use PUT to update user settingsChristoph Wurst2016-11-211-1/+3