Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the proper IAppContainer and IServerContainer type hints to know which ↵ | Morris Jobke | 2020-07-21 | 1 | -22/+16 |
| | | | | | | code runs with which container Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Adjust apps' code to use the ContainerInterface | Christoph Wurst | 2020-07-21 | 1 | -20/+21 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use \OCP\IContainer::injectFn to boot the admin_audit app | Christoph Wurst | 2020-07-03 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -17/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Migrate Admin Audit app to new bootstrap mechanism | Christoph Wurst | 2020-06-17 | 1 | -67/+91 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 6 | -0/+6 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 7 | -32/+25 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -8/+8 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 7 | -6/+1 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Audit log unsharing from self | Tiago Flores | 2020-02-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Tiago Flores <tiago.flores@yahoo.com.br> | ||||
* | Update Application.php | GrayFix | 2020-01-22 | 1 | -1/+1 |
| | | | | | | Fix corruption for logging internal path with multibyte characters in file preview event Signed-off-by: GrayFix <grayfix@gmail.com> | ||||
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -1/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 13 | -13/+51 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix enable/disable user audit message | John Molakvoæ (skjnldsv) | 2019-08-07 | 1 | -1/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | log circles and remote shares in admin_audit | Sascha Wiswedel | 2019-08-01 | 1 | -2/+77 |
| | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | ||||
* | log email shares in admin_audit log | Sascha Wiswedel | 2019-07-26 | 1 | -0/+25 |
| | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | ||||
* | Check if array element is present before access | Daniel Kesselberg | 2019-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Use numeric placeholders if there are multiple, so that RTL languages can ↵ | Joas Schilling | 2018-10-09 | 1 | -1/+1 |
| | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | don't blame email address changers | Arthur Schiwon | 2018-08-14 | 1 | -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 app | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+25 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | log to $datadir/audit.log by default and add rotation | Arthur Schiwon | 2018-04-26 | 2 | -1/+55 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 1 | -41/+55 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | more consistent naming | Arthur Schiwon | 2018-04-05 | 2 | -5/+5 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | admin_audit and dav listen to announce and revoke signals | Arthur Schiwon | 2018-04-05 | 2 | -0/+28 |
| | | | | | | also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Make admin_audit strict | Roeland Jago Douma | 2018-03-10 | 11 | -10/+21 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -6/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add tests | Roeland Jago Douma | 2018-01-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make admin_audit listen to 2fa events | Roeland Jago Douma | 2018-01-25 | 2 | -0/+91 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 9 | -0/+11 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Log console commands | Joas Schilling | 2017-07-01 | 2 | -0/+56 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Listen to app enable/disable events | Joas Schilling | 2017-07-01 | 2 | -1/+84 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move logic to Application class | Joas Schilling | 2017-07-01 | 2 | -209/+151 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move to PSR-4 | Joas Schilling | 2017-07-01 | 10 | -25/+61 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Don't try to generate logs for chunking paths | Joas Schilling | 2017-05-31 | 1 | -0/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Audit log for enabling/disabling a user | Joas Schilling | 2017-04-25 | 2 | -0/+18 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 4190 | Roger Szabo | 2017-04-25 | 2 | -0/+35 |
| | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | Log access to preview images | Lukas Reschke | 2017-03-20 | 2 | -11/+47 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Don't log the user password in case something goes wrong | Joas Schilling | 2016-11-24 | 2 | -9/+21 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix sniffes in admin_audit | Joas Schilling | 2016-09-12 | 1 | -3/+0 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 9 | -0/+20 |
| | |||||
* | don't try to log the currently logged in user, this fails on cronjobs. The ↵ | Bjoern Schiessle | 2016-06-20 | 2 | -31/+5 |
| | | | | users are logged anyway | ||||
* | log events from versions app | Bjoern Schiessle | 2016-06-10 | 2 | -0/+53 |
| | |||||
* | listen to trash bin and group manager hooks | Bjoern Schiessle | 2016-06-10 | 8 | -0/+854 |
| | |||||
* | moved to apps repository | Frank Karlitschek | 2012-08-26 | 1 | -73/+0 |
| | |||||
* | OC_Share no longer exists. remove hooks that would trigger require_once / ↵ | jfd | 2012-08-25 | 1 | -1/+2 |
| | | | | autoloading failures, so i can at least upload files | ||||
* | Audit: Log sharing actions | Bart Visscher | 2012-05-07 | 1 | -0/+20 |
| | |||||
* | Audit: Log messages with separate function | Bart Visscher | 2012-05-07 | 1 | -9/+12 |
| | |||||
* | Audit: Add user login/logout logging | Bart Visscher | 2012-05-07 | 1 | -0/+13 |
| |