summaryrefslogtreecommitdiffstats
path: root/settings/Controller/UsersController.php
Commit message (Collapse)AuthorAgeFilesLines
* Add support for themingLukas Reschke2017-04-071-92/+10
| | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix testsLukas Reschke2017-04-071-8/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* New layout for welcome emailMorris Jobke2017-04-071-8/+31
| | | | | | | * thanks to @espina2 for make this nice design * the button says "Set password" if the admin didn't specified a password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add unit testsMorris Jobke2017-02-151-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix setup issue and refine error messagesMorris Jobke2017-02-151-2/+17
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add setting for "send password link"tobiasKaminsky2017-02-151-17/+20
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* send email to new user with password forgotten link to create own passwordtobiasKaminsky2017-02-151-4/+35
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Always enable avatarsMorris Jobke2017-02-131-6/+4
| | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Error out when subadmin doesn't select any groupJoas Schilling2017-01-231-8/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* make sure that we only update the email address if it really changedBjoern Schiessle2016-12-021-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* bring back setEmailAddress for the user managementBjoern Schiessle2016-11-251-3/+96
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update email address correctlyBjoern Schiessle2016-11-231-8/+10
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* 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
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Make JS aware of password verificationLukas Reschke2016-11-211-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix changing display names for subadminsLukas Reschke2016-11-211-2/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adjust permission checksLukas Reschke2016-11-211-10/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add a signer class for signingLukas Reschke2016-11-211-6/+12
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* fix unit testsBjoern Schiessle2016-11-211-2/+3
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-18/+21
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow to change display names in the user settings againBjörn Schießle2016-11-211-109/+84
| | | | | | keep display name and email address in sync with the accounts table Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* allow multiple values for phone, website, address and emailBjörn Schießle2016-11-211-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* introduce accounts table and keep it up-to-date with the data added to the ↵Björn Schießle2016-11-211-2/+24
| | | | | | personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* use PUT to update user settingsChristoph Wurst2016-11-211-1/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Persist settings on the serverChristoph Wurst2016-11-211-3/+49
| | | | | | | | | | | | Persist personal settings federated sharing scopes Show new settings fields in read-only mode too Insert values on page load Return updated values; show inline success feedback Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Require password confirmation for user managementJoas Schilling2016-11-181-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Require password confirmation for changing the emailJoas Schilling2016-11-181-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix testsJoas Schilling2016-10-061-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-3/+4
|
* Update license headersLukas Reschke2016-05-261-2/+3
|
* Pass on the error message from the user manager to the UI (#24526)Joas Schilling2016-05-111-1/+5
|
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+659