summaryrefslogtreecommitdiffstats
path: root/lib/private/AppConfig.php
Commit message (Collapse)AuthorAgeFilesLines
* Filter more configsJoas Schilling2019-08-191-0/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* treat sensitive config keys by patternArthur Schiwon2019-07-261-4/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* using isset()michaelletzgus2018-02-051-1/+1
| | | using isset() instead of array_key_exists()
* Fix undefined index problemmichaelletzgus2018-02-041-3/+5
| | | | | | | | Nextcloud 13RC4, error in logfile, triggered by "occ config:list": Invalid argument supplied for foreach() at lib/private/AppConfig.php#297 PHP Undefined index: workflowengine at lib/private/AppConfig.php#297 Fix: Check if index exists in array before using it.
* Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Simple IAppConfig deprecationsRoeland Jago Douma2018-01-171-3/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make sure the spreed TURN server secret stays a secretJoas Schilling2017-01-171-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Filter out sensitive appconfig valuesJoas Schilling2017-01-111-8/+47
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* fetchall appconfig entries (#23835)Jörn Friedrich Dreyer2016-06-101-1/+3
|
* Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling2016-06-061-1/+1
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Moved some files in \OC to PSR-4Roeland Jago Douma2016-04-291-0/+287
* \OC\ActivityManager * \OC\AllConfig * \OC\AppConfig * \OC\AppHelper * \OC\Avatar * \OC\AvatarManager * \OC\CapabilitiesManager * \OC\Config * \OC\ContactsManager * \OC\DatabaseException * \OC\DatabaseSetupException