summaryrefslogtreecommitdiffstats
path: root/apps/admin_audit/lib/Actions
Commit message (Collapse)AuthorAgeFilesLines
* Check if array element is present before accessDaniel Kesselberg2019-02-221-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-091-1/+1
| | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* don't blame email address changersArthur Schiwon2018-08-141-8/+19
| | | | | | the information is being collected with admin_audit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Log sharing and unsharing with a room in the auditing appDaniel Calviño Sánchez2018-08-081-0/+25
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* more consistent namingArthur Schiwon2018-04-051-3/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-051-0/+26
| | | | | | also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Make admin_audit strictRoeland Jago Douma2018-03-1010-10/+20
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* Update license headersMorris Jobke2017-11-068-0/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Log console commandsJoas Schilling2017-07-011-0/+45
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Listen to app enable/disable eventsJoas Schilling2017-07-011-0/+58
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move to PSR-4Joas Schilling2017-07-018-0/+803
Signed-off-by: Joas Schilling <coding@schilljs.com>