summaryrefslogtreecommitdiffstats
path: root/settings/Hooks.php
Commit message (Collapse)AuthorAgeFilesLines
* don't blame email address changersArthur Schiwon2018-08-201-8/+5
| | | | | | the information is being collected with admin_audit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-061-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Set the data from the templateJoas Schilling2017-10-181-8/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Set the subject with the email template to allow themingJoas Schilling2017-10-181-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge setMetaData into constructorJoas Schilling2017-09-041-4/+2
| | | | | | This ensures that the meta data is set in the beginning Signed-off-by: Joas Schilling <coding@schilljs.com>
* Implement metadata for email templates of remaining emailsMorris Jobke2017-08-301-0/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Stricter phan config fixesLukas Reschke2017-08-011-3/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* 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>