aboutsummaryrefslogtreecommitdiffstats
path: root/apps/admin_audit/lib
Commit message (Expand)AuthorAgeFilesLines
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-22/+16
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-20/+21
* Use \OCP\IContainer::injectFn to boot the admin_audit appChristoph Wurst2020-07-031-4/+4
* Update share type constant usageJoas Schilling2020-06-241-17/+17
* Migrate Admin Audit app to new bootstrap mechanismChristoph Wurst2020-06-171-67/+91
* Update license headers for 19Christoph Wurst2020-04-296-0/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-32/+25
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-8/+8
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-097-6/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Audit log unsharing from selfTiago Flores2020-02-031-0/+1
* Update Application.phpGrayFix2020-01-221-1/+1
* Update license headers for 18Christoph Wurst2019-12-201-1/+0
* Update license headersChristoph Wurst2019-12-0513-13/+51
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Fix enable/disable user audit messageJohn Molakvoæ (skjnldsv)2019-08-071-1/+3
* log circles and remote shares in admin_auditSascha Wiswedel2019-08-011-2/+77
* log email shares in admin_audit logSascha Wiswedel2019-07-261-0/+25
* Check if array element is present before accessDaniel Kesselberg2019-02-221-1/+1
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-1/+1
* don't blame email address changersArthur Schiwon2018-08-141-8/+19
* Log sharing and unsharing with a room in the auditing appDaniel Calviño Sánchez2018-08-081-0/+25
* log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-262-1/+55
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-41/+55
* more consistent namingArthur Schiwon2018-04-052-5/+5
* admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-052-0/+28
* Make admin_audit strictRoeland Jago Douma2018-03-1011-10/+21
* Use ::class statement instead of stringMorris Jobke2018-01-291-6/+7
* Add testsRoeland Jago Douma2018-01-251-2/+2
* Make admin_audit listen to 2fa eventsRoeland Jago Douma2018-01-252-0/+91
* Update license headersMorris Jobke2017-11-069-0/+11
* Log console commandsJoas Schilling2017-07-012-0/+56
* Listen to app enable/disable eventsJoas Schilling2017-07-012-1/+84
* Move logic to Application classJoas Schilling2017-07-012-209/+151
* Move to PSR-4Joas Schilling2017-07-0110-25/+61
* Don't try to generate logs for chunking pathsJoas Schilling2017-05-311-0/+8
* Audit log for enabling/disabling a userJoas Schilling2017-04-252-0/+18
* 4190Roger Szabo2017-04-252-0/+35
* Log access to preview imagesLukas Reschke2017-03-202-11/+47
* Don't log the user password in case something goes wrongJoas Schilling2016-11-242-9/+21
* Fix sniffes in admin_auditJoas Schilling2016-09-121-3/+0
* Fix apps/Joas Schilling2016-07-219-0/+20
* don't try to log the currently logged in user, this fails on cronjobs. The us...Bjoern Schiessle2016-06-202-31/+5
* log events from versions appBjoern Schiessle2016-06-102-0/+53
* listen to trash bin and group manager hooksBjoern Schiessle2016-06-108-0/+854
* moved to apps repositoryFrank Karlitschek2012-08-261-73/+0
* OC_Share no longer exists. remove hooks that would trigger require_once / aut...jfd2012-08-251-1/+2
* Audit: Log sharing actionsBart Visscher2012-05-071-0/+20
* Audit: Log messages with separate functionBart Visscher2012-05-071-9/+12
* Audit: Add user login/logout loggingBart Visscher2012-05-071-0/+13