aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/SystemConfig.php
Commit message (Collapse)AuthorAgeFilesLines
* add sse_c_key from S3 object storage properties config to list of sensitive ↵Robert Riemann2024-12-051-0/+1
| | | | | values Signed-off-by: Robert Riemann <robert@riemann.cc>
* fix(config): Mark more configs as sensitivebugfix/noid/mark-more-configs-as-sensitiveJoas Schilling2024-10-281-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: mark systemconfig value as not being tainted because they are ↵Robin Appelman2024-08-281-1/+19
| | | | | | implicitly trusted Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat(log): Allow to combine log.conditions to only log (app&user)Joas Schilling2024-07-301-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-23/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Mark more configs as sensitiveJoas Schilling2024-05-171-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(SystemConfig.php): Add 'updater.server.url' to Private Variablesderschiw2024-05-131-0/+1
| | | | | | Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key. Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com>
* lazy AppConfigMaxence Lange2024-01-151-5/+3
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(systemreport): Mark more configs as sensitiveJoas Schilling2024-01-091-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(systemreport): Mask onlyoffice secret as sensitiveJoas Schilling2023-09-291-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Mark more config values as sensitiveJoas Schilling2022-11-111-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Censor more configsJoas Schilling2022-03-011-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Mark split database configs as sensitiveJoas Schilling2022-02-231-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* consider some config keys under 'objectstore_multibucket' as sensitiveJulien Veyssier2021-10-051-0/+21
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add information about credentialsDaniel Kesselberg2019-10-311-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove objectstore credentialsDaniel Kesselberg2019-10-271-1/+4
| | | | | | Also remove the username for Swift v2 and add todo for unclear keys. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove objectstore credentialsDaniel Kesselberg2019-10-271-1/+9
| | | | | | | S3: key and secret Swift v3: user.name and user.password Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #7020 from Fiech/masterMorris Jobke2017-11-071-2/+0
|\ | | | | Extended list of sensitive configuration values (2)
| * Extended list of sensitive configuration valuesJohannes Schlichenmaier2017-10-311-0/+6
| | | | | | | | | | | | | | In accordance with the issuetemplate app issue: https://github.com/nextcloud/issuetemplate/issues/27 Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
* | Update license headersMorris Jobke2017-11-061-0/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Extended list of sensitive configuration valuesJohannes Schlichenmaier2017-10-291-0/+8
|/ | | | | | | In accordance with the issuetemplate app issue: https://github.com/nextcloud/issuetemplate/issues/27 Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
* Don't show mail domain and from in config reportJoas Schilling2017-07-071-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix testsJoas Schilling2017-01-121-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix othersJoas Schilling2016-07-211-3/+4
|
* Sanitize more config options and stack tracesMorris Jobke2016-07-081-0/+6
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move more from \OC to PSR-4Roeland Jago Douma2016-04-291-0/+154
* \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater