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
2021-11-29Interpolate the log message also for logged exceptionsChristoph Wurst
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2020-12-29Avoid huge exception argument loggingRoeland Jago Douma
2020-12-03Replace abandoned log normalizer with our forkChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-01-28always require a message paramter for data loggingArthur Schiwon
2020-01-28log Flow activityArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-15Do not escape slashes for logged exceptionsJulius Härtl
2019-09-19catch exceptions that occur during loggingRobin Appelman
2019-05-09Allow crash reporters to catpture any messageChristoph Wurst
2018-09-05Add breadcrumb support to crash reportersChristoph Wurst
2018-07-30Fetch logcondition earlierRoeland Jago Douma
2018-05-30Make sure the log doesn't try to read from PUT if it can'tRoeland Jago Douma
2018-04-26revert Log's dependency to SystemConfig to work during InstallationArthur Schiwon
2018-04-26move IFileBased to public namespace, logreader needs itArthur 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-17Log classnames of arguments in exception traceRobin Appelman
2018-04-11log previous exceptionRobin Appelman
2018-04-11adjust tests to new exception log formatRobin Appelman
2018-04-10Log exceptions as nested array instead of encoded jsonRobin Appelman
2018-02-27Loglevel is an intRoeland Jago Douma
2018-02-27Typehint ThrowableRoeland Jago Douma
2018-02-27Make ILogger strictRoeland Jago Douma
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-11-06Update license headersMorris Jobke
2017-10-27Added additional methods for removal of sensitive infoJohannes Schlichenmaier
2017-09-26Improve exception handlingMorris Jobke
2017-09-06Don't log LDAP password when server is not availableJoas Schilling
2017-06-29Don't log passwords on dav exceptionsJoas Schilling
2017-04-23Remove unused use statementsMorris Jobke
2017-04-06Add method to $methodsWithSensitiveParametersMorris Jobke
2017-02-07Don't log the password on confirmPassword when LDAP throws an exceptionJoas Schilling
2017-01-10Better fallback for unknown log typesJoas Schilling
2017-01-09Add testsJoas Schilling
2017-01-05Handle log_type "nextcloud" more gracefullyJoas Schilling
2016-10-07Default to empty stringLukas Reschke
2016-09-26Change the minimum log level to fatalJuan Pablo Villafáñez
2016-08-22hide parameters of tryLogin when loggingArthur Schiwon
2016-07-22Changed code style and made use of '===' comparison.Thomas Pulzer
2016-07-22Changed logtype to file instead of owncloud.Thomas Pulzer
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-07-08Sanitize more config options and stack tracesMorris Jobke
2016-06-08Do not log token or challenge with exception stacktrace (#25026)Joas Schilling