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 (Expand)Author
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-01-06Fix the LoggerTests for phpunitRoeland Jago Douma
2019-11-27remove test caseRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2018-04-26revert Log's dependency to SystemConfig to work during InstallationArthur Schiwon
2018-04-26offer API to create own File log. admin_audit makes use of itArthur Schiwon
2018-04-26destaticfy Log classesArthur Schiwon
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-10Log exceptions as nested array instead of encoded jsonRobin Appelman
2017-11-27Pass log level to log reportersMorris Jobke
2017-11-14Pass the exception context to the crash reporterChristoph Wurst
2017-11-14Add a mechanism to register crach reportersChristoph Wurst
2017-10-27Unit tests for #6977Joas Schilling
2017-01-10Better fallback for unknown log typesJoas Schilling
2017-01-09Add testsJoas Schilling
2016-08-22add testArthur Schiwon
2016-06-08Do not log token or challenge with exception stacktrace (#25026)Joas Schilling
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling