aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Log/ExceptionSerializer.php
Commit message (Expand)AuthorAgeFilesLines
* 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