| Commit message (Expand) | Author | Age | Files | Lines |
* | Add breadcrumb support to crash reporters | Christoph Wurst | 2018-09-05 | 1 | -0/+4 |
* | Fetch logcondition earlier | Roeland Jago Douma | 2018-07-30 | 1 | -1/+2 |
* | Make sure the log doesn't try to read from PUT if it can't | Roeland Jago Douma | 2018-05-30 | 1 | -1/+9 |
* | revert Log's dependency to SystemConfig to work during Installation | Arthur Schiwon | 2018-04-26 | 1 | -7/+6 |
* | move IFileBased to public namespace, logreader needs it | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 1 | -9/+10 |
* | destaticfy Log classes | Arthur Schiwon | 2018-04-26 | 1 | -34/+12 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -12/+12 |
* | Log classnames of arguments in exception trace | Robin Appelman | 2018-04-17 | 1 | -95/+3 |
* | log previous exception | Robin Appelman | 2018-04-11 | 1 | -12/+23 |
* | adjust tests to new exception log format | Robin Appelman | 2018-04-11 | 1 | -6/+13 |
* | Log exceptions as nested array instead of encoded json | Robin Appelman | 2018-04-10 | 1 | -44/+83 |
* | Loglevel is an int | Roeland Jago Douma | 2018-02-27 | 1 | -2/+2 |
* | Typehint Throwable | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
* | Make ILogger strict | Roeland Jago Douma | 2018-02-27 | 1 | -16/+17 |
* | Pass log level to log reporters | Morris Jobke | 2017-11-27 | 1 | -0/+1 |
* | Pass the exception context to the crash reporter | Christoph Wurst | 2017-11-14 | 1 | -1/+1 |
* | Add a mechanism to register crach reporters | Christoph Wurst | 2017-11-14 | 1 | -4/+12 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+4 |
* | Added additional methods for removal of sensitive info | Johannes Schlichenmaier | 2017-10-27 | 1 | -0/+6 |
* | Improve exception handling | Morris Jobke | 2017-09-26 | 1 | -0/+3 |
* | Don't log LDAP password when server is not available | Joas Schilling | 2017-09-06 | 1 | -3/+9 |
* | Don't log passwords on dav exceptions | Joas Schilling | 2017-06-29 | 1 | -5/+10 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | Add method to $methodsWithSensitiveParameters | Morris Jobke | 2017-04-06 | 1 | -0/+1 |
* | Don't log the password on confirmPassword when LDAP throws an exception | Joas Schilling | 2017-02-07 | 1 | -1/+2 |
* | Better fallback for unknown log types | Joas Schilling | 2017-01-10 | 1 | -9/+10 |
* | Add tests | Joas Schilling | 2017-01-09 | 1 | -1/+1 |
* | Handle log_type "nextcloud" more gracefully | Joas Schilling | 2017-01-05 | 1 | -5/+22 |
* | Default to empty string | Lukas Reschke | 2016-10-07 | 1 | -1/+1 |
* | Change the minimum log level to fatal | Juan Pablo Villafáñez | 2016-09-26 | 1 | -1/+1 |
* | hide parameters of tryLogin when logging | Arthur Schiwon | 2016-08-22 | 1 | -0/+3 |
* | Changed code style and made use of '===' comparison. | Thomas Pulzer | 2016-07-22 | 1 | -1/+4 |
* | Changed logtype to file instead of owncloud. | Thomas Pulzer | 2016-07-22 | 1 | -1/+3 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | Sanitize more config options and stack traces | Morris Jobke | 2016-07-08 | 1 | -0/+1 |
* | Do not log token or challenge with exception stacktrace (#25026) | Joas Schilling | 2016-06-08 | 1 | -1/+27 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+3 |
* | Move OC_Log_xx to \OC\Log namespace | Roeland Jago Douma | 2016-05-03 | 1 | -1/+1 |
* | Remove the password from the validateUserPass() method as well | Joas Schilling | 2016-05-02 | 1 | -1/+1 |
* | Move more of \OC to PSR-4 | Roeland Jago Douma | 2016-04-29 | 1 | -0/+292 |