aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Log/ExceptionSerializer.php
Commit message (Expand)AuthorAgeFilesLines
* fix(logger): Fix closure detection when filtering sensitive parametersJoas Schilling2024-11-081-1/+4
* refactor(encryption): Migrate away from Hooks to typed eventsFerdinand Thiessen2024-10-151-9/+12
* fix(logger): Remove more parameters of other methodsbugfix/noid/censor-more-valuesJoas Schilling2024-10-071-2/+19
* chore: Add SPDX headerAndy Scherzinger2024-05-241-25/+2
* Refactors lib/private/Log.Faraz Samapoor2023-06-281-7/+5
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* fix: treat text app session parameters as sensitive valuesMax2023-03-011-0/+10
* fix(ExceptionSerializer): encode arguments before filtering the traceJulius Härtl2023-01-161-3/+3
* allow apps to specify methods carrying sensitive parametersArthur Schiwon2022-07-281-3/+10
* make placeholder a const for reuseArthur Schiwon2022-06-161-2/+4
* fix overwriting original vars when loggingArthur Schiwon2022-06-161-2/+4
* Always list the class of an object firstJulius Härtl2021-08-051-3/+3
* Set a maximum level of encoding nested arguments of exception tracesJulius Härtl2021-08-051-3/+18
* Sanitize more functions from the encryption appLukas Reschke2021-07-211-1/+57
* Mask password for Redis and RedisCluster on connection failureDaniel Kesselberg2021-07-191-0/+6
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Don't log keys on checkSignatureJoas Schilling2021-01-181-0/+1
* Avoid huge exception argument loggingRoeland Jago Douma2020-12-291-3/+21
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Don't log params of imagecreatefromstringVincent Petry2020-12-041-0/+3
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-101-1/+1
* Don't log KeysJoas Schilling2020-06-191-1/+5
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update license headers for 18Christoph Wurst2019-12-201-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+8
* Fix logger testRoeland Jago Douma2019-11-271-1/+1
* Sensitive values handlingRoeland Jago Douma2019-11-271-2/+4
* fix class might be undefinedJoas Schilling2019-05-081-2/+2
* remove args from logging of common-spelled methods dependent on classArthur Schiwon2019-05-071-10/+24
* remove setup args from loggingArthur Schiwon2019-05-061-0/+8
* Remove sensitive SMB arguments from exception logMorris Jobke2019-03-121-0/+6
* Don't log parameters on user creation in case of error/exceptionJoas Schilling2019-01-101-0/+3
* make exception serializer a bit more robustRobin Appelman2018-07-181-3/+7
* Sanitize parameters in createSessionToken() while loggingMorris Jobke2018-07-111-0/+1
* Log classnames of arguments in exception traceRobin Appelman2018-04-171-0/+140