summaryrefslogtreecommitdiffstats
path: root/lib/private/config.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-6/+29
* Revert "Updating license headers"Morris Jobke2015-02-261-29/+7
* Updating license headersJenkins for ownCloud2015-02-231-7/+29
* Merge pull request #11056 from AdamWill/9885-opcodeMorris Jobke2015-02-101-2/+5
|\
| * writeData(): correct variable name for config file pathAdam Williamson2014-11-061-1/+1
| * add function to invalidate one opcache file, use it if possible #9885Adam Williamson2014-11-061-2/+5
* | Use `file_exists` to verify that config file existsLukas Reschke2015-01-271-1/+3
* | Add a method to set/unset multiple config values in one callJoas Schilling2015-01-231-22/+67
* | drop unused isDebugMode and setDebugMode of OC_ConfigMorris Jobke2014-12-081-18/+0
* | Try to read the file only instead of trying to touchLukas Reschke2014-11-121-3/+3
|/
* First check whether it is the default config before touchignLukas Reschke2014-11-031-1/+1
* Add flock to configLukas Reschke2014-09-301-53/+81
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-6/+6
* Fix Scrutinizer errorsRobin McCorkell2014-05-131-3/+3
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-1/+1
* Fix admin-dir_permissions redirection when cannot write warningVolkan Gezer2014-04-021-1/+1
* Fix some more docstringskondou2014-03-031-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+2
* $default of OC_Config::[gs]etValue can have more then string as typeBart Visscher2014-02-121-2/+2
* Load a separate config (if present) when running unit testsRobin Appelman2014-01-171-1/+1
* use OC_Helper::linkToDocs() in lib/private/config.phpThomas Müller2013-10-211-1/+1
* introduce link_to_docs() and migrate linksThomas Müller2013-10-211-1/+1
* OC_Defaults is only used in error reportingBart Visscher2013-10-041-1/+1
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+186