summaryrefslogtreecommitdiffstats
path: root/apps/admin_audit
Commit message (Collapse)AuthorAgeFilesLines
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | 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>
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-265-1/+60
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-41/+55
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* more consistent namingArthur Schiwon2018-04-052-5/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-052-0/+28
| | | | | | also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Make admin_audit strictRoeland Jago Douma2018-03-1012-10/+22
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-6/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use ::class statement instead of stringMorris Jobke2018-01-291-6/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add testsRoeland Jago Douma2018-01-252-2/+77
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update autoloaderRoeland Jago Douma2018-01-252-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make admin_audit listen to 2fa eventsRoeland Jago Douma2018-01-252-0/+91
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-0610-1/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Admin Audit autoloaderRoeland Jago Douma2017-10-249-0/+623
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Log console commandsJoas Schilling2017-07-012-0/+56
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Listen to app enable/disable eventsJoas Schilling2017-07-012-1/+84
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move logic to Application classJoas Schilling2017-07-013-223/+152
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move to PSR-4Joas Schilling2017-07-0112-26/+66
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't try to generate logs for chunking pathsJoas Schilling2017-05-311-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Audit log for enabling/disabling a userJoas Schilling2017-04-252-0/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 4190Roger Szabo2017-04-252-0/+35
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* Log access to preview imagesLukas Reschke2017-03-203-13/+56
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix "broken" app descriptionsJoas Schilling2017-01-131-3/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't log the user password in case something goes wrongJoas Schilling2016-11-242-9/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix sniffes in admin_auditJoas Schilling2016-09-121-3/+0
|
* Disable by defaultJoas Schilling2016-08-081-1/+0
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Fix apps/Joas Schilling2016-07-2110-0/+23
|/
* don't try to log the currently logged in user, this fails on cronjobs. The ↵Bjoern Schiessle2016-06-202-31/+5
| | | | users are logged anyway
* log events from versions appBjoern Schiessle2016-06-102-0/+53
|
* listen to trash bin and group manager hooksBjoern Schiessle2016-06-109-121/+327
|
* Add basic audit component to loggerLukas Reschke2016-06-107-0/+693
| | | | | | | | Logs already: - Share events - Authentication events - User management events - File action events
* moved to apps repositoryFrank Karlitschek2012-08-263-105/+0
|
* OC_Share no longer exists. remove hooks that would trigger require_once / ↵jfd2012-08-252-1/+5
| | | | autoloading failures, so i can at least upload files
* audit: update appinfo to OC4Bart Visscher2012-08-031-1/+2
|
* Audit: Log sharing actionsBart Visscher2012-05-072-0/+24
|
* Audit: Log messages with separate functionBart Visscher2012-05-071-9/+12
|