Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for theming | Lukas Reschke | 2017-04-07 | 1 | -92/+10 |
| | | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix tests | Lukas Reschke | 2017-04-07 | 1 | -8/+8 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | New layout for welcome email | Morris Jobke | 2017-04-07 | 1 | -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 tests | Morris Jobke | 2017-02-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix setup issue and refine error messages | Morris Jobke | 2017-02-15 | 1 | -2/+17 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add setting for "send password link" | tobiasKaminsky | 2017-02-15 | 1 | -17/+20 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | send email to new user with password forgotten link to create own password | tobiasKaminsky | 2017-02-15 | 1 | -4/+35 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -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 group | Joas Schilling | 2017-01-23 | 1 | -8/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | make sure that we only update the email address if it really changed | Bjoern Schiessle | 2016-12-02 | 1 | -0/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | bring back setEmailAddress for the user management | Bjoern Schiessle | 2016-11-25 | 1 | -3/+96 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | update email address correctly | Bjoern Schiessle | 2016-11-23 | 1 | -8/+10 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | don't try to verify email address if no email address is set | Bjoern Schiessle | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | small fixes | Bjoern Schiessle | 2016-11-21 | 1 | -4/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Make JS aware of password verification | Lukas Reschke | 2016-11-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix changing display names for subadmins | Lukas Reschke | 2016-11-21 | 1 | -2/+8 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Adjust permission checks | Lukas Reschke | 2016-11-21 | 1 | -10/+4 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add a signer class for signing | Lukas Reschke | 2016-11-21 | 1 | -6/+12 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | fix unit tests | Bjoern Schiessle | 2016-11-21 | 1 | -2/+3 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 1 | -18/+21 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | allow to change display names in the user settings again | Björn Schießle | 2016-11-21 | 1 | -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 email | Björn Schießle | 2016-11-21 | 1 | -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ßle | 2016-11-21 | 1 | -2/+24 |
| | | | | | | personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | use PUT to update user settings | Christoph Wurst | 2016-11-21 | 1 | -1/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Persist settings on the server | Christoph Wurst | 2016-11-21 | 1 | -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 management | Joas Schilling | 2016-11-18 | 1 | -0/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Require password confirmation for changing the email | Joas Schilling | 2016-11-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix tests | Joas Schilling | 2016-10-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+3 |
| | |||||
* | Pass on the error message from the user manager to the UI (#24526) | Joas Schilling | 2016-05-11 | 1 | -1/+5 |
| | |||||
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 1 | -0/+659 |