Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
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>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-03Audit log unsharing from selfTiago Flores
Signed-off-by: Tiago Flores <tiago.flores@yahoo.com.br>
2020-01-22Update Application.phpGrayFix
Fix corruption for logging internal path with multibyte characters in file preview event Signed-off-by: GrayFix <grayfix@gmail.com>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-22Some php-cs fixesRoeland Jago Douma
* 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>
2018-04-26log to $datadir/audit.log by default and add rotationArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-04-26offer API to create own File log. admin_audit makes use of itArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-04-05more consistent namingArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-04-05admin_audit and dav listen to announce and revoke signalsArthur Schiwon
also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-03-10Make admin_audit strictRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-29Use ::class statement instead of stringMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-25Make admin_audit listen to 2fa eventsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-01Log console commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-01Listen to app enable/disable eventsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-01Move logic to Application classJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-01Move to PSR-4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>