summaryrefslogtreecommitdiffstats
path: root/settings/Hooks.php
Commit message (Collapse)AuthorAgeFilesLines
* Don't create activities for email and password change before loginJoas Schilling2017-06-221-3/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #5118 from nextcloud/use-language-of-recipient-not-adminLukas Reschke2017-06-091-1/+32
|\ | | | | Use the language of the recipient not the actor
| * Use the language of the recipient not the actorJoas Schilling2017-05-261-1/+32
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Don't trigger activity when the email didn't changeJoas Schilling2017-05-261-0/+6
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-2/+2
| | | | | | | * fixes #4383 * improves consistency Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Send an email to the old address on email changeJoas Schilling2017-04-131-1/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move logic into new class with DIJoas Schilling2017-04-131-0/+138
Signed-off-by: Joas Schilling <coding@schilljs.com>