| Commit message (Expand) | Author | Age | Files | Lines |
* | don't error if we can't load the ExceptionSerializer for early exceptions | Robin Appelman | 2022-03-14 | 1 | -1/+7 |
* | Diagnostics event logging to Nextcloud log | Julius Härtl | 2022-02-28 | 1 | -1/+1 |
* | Interpolate the log message also for logged exceptions | Christoph Wurst | 2021-11-29 | 1 | -8/+19 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Avoid huge exception argument logging | Roeland Jago Douma | 2020-12-29 | 1 | -1/+1 |
* | Replace abandoned log normalizer with our fork | Christoph Wurst | 2020-12-03 | 1 | -2/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | always require a message paramter for data logging | Arthur Schiwon | 2020-01-28 | 1 | -1/+2 |
* | log Flow activity | Arthur Schiwon | 2020-01-28 | 1 | -1/+24 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -5/+6 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Do not escape slashes for logged exceptions | Julius Härtl | 2019-10-15 | 1 | -1/+1 |
* | catch exceptions that occur during logging | Robin Appelman | 2019-09-19 | 1 | -24/+31 |
* | Allow crash reporters to catpture any message | Christoph Wurst | 2019-05-09 | 1 | -4/+15 |
* | 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 |