Commit Graph

140 Commits (addParameterTypingVersionsMapper)

Author SHA1 Message Date
Kent Delante eb58d2bb5a fix(syslog): open syslog channel on write 6 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Salvatore Martire 5fef6f1c90 fix: make rotate logs a TimedJob and run every hour 7 months ago
Christoph Wurst e736823fc7
fix(log): map all warnings to warn log level, notice to info 8 months ago
Côme Chilliet 2b4bfcc212 fix(log): Only log client request id if present, and at the end 8 months ago
Côme Chilliet 4c25654574 feat(log): Log the request id sent with the request 8 months ago
Arthur Schiwon fe52a03ff8
fix(Log): revert swich to ?? operator 9 months ago
Joas Schilling 8952a4cb77
fix(logger): Fix closure detection when filtering sensitive parameters 1 year ago
Ferdinand Thiessen f3aa004b1c
refactor(encryption): Migrate away from Hooks to typed events 1 year ago
Joas Schilling a90921e239
fix(logger): Remove more parameters of other methods 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Ferdinand Thiessen 5cce140701
chore: Remove deprecated `ILogger` logging functions 1 year ago
Christoph Wurst c57e684e7b
fix: Handle null checks with the ?? operator 1 year ago
Christoph Wurst 614f9ec0a2
refactor: Use the elvis operator 1 year ago
Ferdinand Thiessen 81df2d2c12
feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` method 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Marcel Klehr 4a3b9b826e refactor: identifier is now customId/custom_id 2 years ago
Ferdinand Thiessen f06bf0413d
fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Stringable as message) 2 years ago
Git'Fellow d753d04760
Move away from deprecated utf_encode() on PHP 8.2+ 2 years ago
Côme Chilliet c0ce272e9c chore: Migrate away from OC::$server->getLogger 2 years ago
Josh Richards 7a212b1f38 Fix log rotation notification level (warning->info) 2 years ago
Faraz Samapoor 9fa9975bc9 Refactors lib/private/Log. 3 years ago
Robin Appelman d9fa7b1e28
emit an event when a message is logged 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Côme Chilliet 426c0341ff
Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Max 95a674e238
fix: treat text app session parameters as sensitive values 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Julius Härtl 7daa20d309
fix(ExceptionSerializer): encode arguments before filtering the trace 3 years ago
Christoph Wurst 58a0740794
fix(logging): Fix array to string conversion in errorlog writer 3 years ago
Christoph Wurst 94cebfea7c
chore(logging): Fix branding of errorlog log messages 3 years ago
Christoph Wurst 4c8ec6dc89
Log all deprecations with debug level 3 years ago
Christoph Wurst 052dcdebe8
Refactor the ErrorHandler into a dynamic class 3 years ago
Carl Schwan 48d9c4d2b0
Port existing server code to new interface 3 years ago
Arthur Schiwon 2a6f46e689
allow apps to specify methods carrying sensitive parameters 3 years ago
Arthur Schiwon 8b2b5946e6
make placeholder a const for reuse 4 years ago
Arthur Schiwon 891c10d09d
fix overwriting original vars when logging 4 years ago
Thomas Citharel 1e7d924c61
Fix logging data context to file 4 years ago
Joas Schilling 4c41abd816
Allow to get custom loggers for syslog, errorlog and systemdlog too 4 years ago
Côme Chilliet 3a1b3745eb
Fix DateTime constructor calls with null 4 years ago
Julius Härtl b235a854d3
Always list the class of an object first 4 years ago
Julius Härtl 950de74d1d
Set a maximum level of encoding nested arguments of exception traces 4 years ago
Lukas Reschke b3ddc09895 Sanitize more functions from the encryption app 5 years ago
Daniel Kesselberg 74fa8f3f84
Mask password for Redis and RedisCluster on connection failure 5 years ago
Chih-Hsuan Yen 16c4991db6
Correctly skip suppressed errors in PHP 8.0 5 years ago
Gary Kim b78f3a57d1
Migrate HintException to OCP 5 years ago
Christoph Wurst 770881d5d6
Move DateTime::ATOM to DateTimeInterface::ATOM 5 years ago
Julius Härtl e536b7bbcc
Move exception logging to separate field 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Joas Schilling 21ed3419f3
Log deprecation only as debug 5 years ago