summaryrefslogtreecommitdiffstats
path: root/lib/private/Log.php
Commit message (Expand)AuthorAgeFilesLines
* Pass log level to log reportersMorris Jobke2017-11-271-0/+1
* Pass the exception context to the crash reporterChristoph Wurst2017-11-141-1/+1
* Add a mechanism to register crach reportersChristoph Wurst2017-11-141-4/+12
* Update license headersMorris Jobke2017-11-061-1/+4
* Added additional methods for removal of sensitive infoJohannes Schlichenmaier2017-10-271-0/+6
* Improve exception handlingMorris Jobke2017-09-261-0/+3
* Don't log LDAP password when server is not availableJoas Schilling2017-09-061-3/+9
* Don't log passwords on dav exceptionsJoas Schilling2017-06-291-5/+10
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Add method to $methodsWithSensitiveParametersMorris Jobke2017-04-061-0/+1
* Don't log the password on confirmPassword when LDAP throws an exceptionJoas Schilling2017-02-071-1/+2
* Better fallback for unknown log typesJoas Schilling2017-01-101-9/+10
* Add testsJoas Schilling2017-01-091-1/+1
* Handle log_type "nextcloud" more gracefullyJoas Schilling2017-01-051-5/+22
* Default to empty stringLukas Reschke2016-10-071-1/+1
* Change the minimum log level to fatalJuan Pablo Villafáñez2016-09-261-1/+1
* hide parameters of tryLogin when loggingArthur Schiwon2016-08-221-0/+3
* Changed code style and made use of '===' comparison.Thomas Pulzer2016-07-221-1/+4
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-221-1/+3
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Sanitize more config options and stack tracesMorris Jobke2016-07-081-0/+1
* Do not log token or challenge with exception stacktrace (#25026)Joas Schilling2016-06-081-1/+27
* Update license headersLukas Reschke2016-05-261-1/+3
* Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma2016-05-031-1/+1
* Remove the password from the validateUserPass() method as wellJoas Schilling2016-05-021-1/+1
* Move more of \OC to PSR-4Roeland Jago Douma2016-04-291-0/+292