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