aboutsummaryrefslogtreecommitdiffstats
path: root/apps/admin_audit/lib/Actions/Security.php
Commit message (Collapse)AuthorAgeFilesLines
* feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-14/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add return type to functionsRoeland Jago Douma2021-03-081-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add testsRoeland Jago Douma2018-01-251-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make admin_audit listen to 2fa eventsRoeland Jago Douma2018-01-251-0/+75
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>