| Commit message (Expand) | Author | Age | Files | Lines |
* | emit an event when a message is logged | Robin Appelman | 2023-07-10 | 1 | -0/+5 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -1/+1 |
* | fix: treat text app session parameters as sensitive values | Max | 2023-03-01 | 1 | -0/+10 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 5 | -6/+3 |
* | fix(ExceptionSerializer): encode arguments before filtering the trace | Julius Härtl | 2023-01-16 | 1 | -3/+3 |
* | fix(logging): Fix array to string conversion in errorlog writer | Christoph Wurst | 2022-12-19 | 4 | -9/+12 |
* | chore(logging): Fix branding of errorlog log messages | Christoph Wurst | 2022-12-05 | 1 | -1/+4 |
* | Log all deprecations with debug level | Christoph Wurst | 2022-11-02 | 1 | -0/+1 |
* | Refactor the ErrorHandler into a dynamic class | Christoph Wurst | 2022-11-02 | 1 | -45/+38 |
* | Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecated | Carl Schwan | 2022-08-23 | 1 | -1/+1 |
|\ |
|
| * | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 1 | -1/+1 |
* | | allow apps to specify methods carrying sensitive parameters | Arthur Schiwon | 2022-07-28 | 1 | -3/+10 |
|/ |
|
* | Merge pull request #32242 from nextcloud/fix-logging-data-array | blizzz | 2022-06-21 | 1 | -1/+3 |
|\ |
|
| * | Fix logging data context to file | Thomas Citharel | 2022-05-02 | 1 | -1/+3 |
* | | make placeholder a const for reuse | Arthur Schiwon | 2022-06-16 | 1 | -2/+4 |
* | | fix overwriting original vars when logging | Arthur Schiwon | 2022-06-16 | 1 | -2/+4 |
|/ |
|
* | Allow to get custom loggers for syslog, errorlog and systemdlog too | Joas Schilling | 2022-01-19 | 4 | -7/+36 |
* | Fix DateTime constructor calls with null | Côme Chilliet | 2021-11-23 | 1 | -1/+1 |
* | Always list the class of an object first | Julius Härtl | 2021-08-05 | 1 | -3/+3 |
* | Set a maximum level of encoding nested arguments of exception traces | Julius Härtl | 2021-08-05 | 1 | -3/+18 |
* | Sanitize more functions from the encryption app | Lukas Reschke | 2021-07-21 | 1 | -1/+57 |
* | Mask password for Redis and RedisCluster on connection failure | Daniel Kesselberg | 2021-07-19 | 1 | -0/+6 |
* | Correctly skip suppressed errors in PHP 8.0 | Chih-Hsuan Yen | 2021-07-13 | 1 | -1/+1 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 2 | -2/+2 |
* | Merge pull request #27635 from nextcloud/fix/datetime-constants | Pytal | 2021-06-23 | 1 | -1/+1 |
|\ |
|
| * | Move DateTime::ATOM to DateTimeInterface::ATOM | Christoph Wurst | 2021-06-23 | 1 | -1/+1 |
* | | Merge pull request #26346 from J0WI/clean-auth-regex | blizzz | 2021-06-23 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Cleaner removePassword regex | J0WI | 2021-03-27 | 1 | -1/+1 |
* | | Move exception logging to separate field | Julius Härtl | 2021-06-10 | 1 | -5/+9 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 9 | -16/+6 |
* | | Log deprecation only as debug | Joas Schilling | 2021-04-26 | 1 | -0/+2 |
* | | Respect the error level when logging | Joas Schilling | 2021-04-26 | 1 | -2/+17 |
|/ |
|
* | Migrate custom loggers to PSR | Christoph Wurst | 2021-02-11 | 2 | -3/+17 |
* | Don't log keys on checkSignature | Joas Schilling | 2021-01-18 | 1 | -0/+1 |
* | Fix warning in PHP 8 about optional parameter before mandatory one | Morris Jobke | 2021-01-07 | 1 | -1/+1 |
* | Avoid huge exception argument logging | Roeland Jago Douma | 2020-12-29 | 1 | -3/+21 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -0/+2 |
* | Don't log params of imagecreatefromstring | Vincent Petry | 2020-12-04 | 1 | -0/+3 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -3/+3 |
* | Generate exception to log on php errors | Julius Härtl | 2020-09-29 | 1 | -2/+4 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Make the PSR-3 adapter exception-aware | Christoph Wurst | 2020-07-14 | 1 | -9/+106 |
* | Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f... | Morris Jobke | 2020-07-10 | 1 | -1/+1 |
* | Fix chmod on file descriptor | J0WI | 2020-07-03 | 1 | -1/+1 |
* | Don't log Keys | Joas Schilling | 2020-06-19 | 1 | -1/+5 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 6 | -2/+8 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 7 | -15/+10 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 2 | -0/+2 |