summaryrefslogtreecommitdiffstats
path: root/lib/private/Config.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix escaped HTML on error pagesMorris Jobke2017-05-081-2/+1
| | | | | | * fixes #4655 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Check for boolean false and add testsMorris Jobke2017-04-041-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* OC_ -> NC_Morris Jobke2017-04-041-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Override config.php values through ENV variables (#26570)Philipp Schaffrath2017-04-041-2/+12
| | | | | | | | * added functionality to override config.php values with 'OC_' prefixed environment variables * use getenv to read environment variables since apache does not set $_ENV variables, fixed test Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Show error message if config file is not readableMorris Jobke2016-06-211-3/+3
| | | | | | * when the config file is not writable there is a error message shown * same happens now if the config file is not readable * fixes #180
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Moved some files in \OC to PSR-4Roeland Jago Douma2016-04-291-0/+264
* \OC\ActivityManager * \OC\AllConfig * \OC\AppConfig * \OC\AppHelper * \OC\Avatar * \OC\AvatarManager * \OC\CapabilitiesManager * \OC\Config * \OC\ContactsManager * \OC\DatabaseException * \OC\DatabaseSetupException