summaryrefslogtreecommitdiffstats
path: root/lib/config.php
Commit message (Expand)AuthorAgeFilesLines
* Merge https://github.com/owncloud/core/pull/3827Björn Schießle2013-07-081-2/+3
* OC_Config: handle failure of glob('*.config.php')Robin Appelman2013-07-051-0/+3
* Suppress warning in setup if config doesn't existkondou2013-07-031-1/+1
* Clear opcode caches after writing to the config file, fixes #3372Michael Gapczynski2013-05-251-1/+1
* Merge pull request #2147 from eMerzh/split_configeMerzh2013-04-091-7/+17
|\
| * Small perf improvement : filter before sortBrice Maron2013-03-091-3/+3
| * Allow to load splited config files ref #946Brice Maron2013-03-061-7/+17
* | Preserve Debug flag accross config writesBrice Maron2013-03-061-1/+5
|/
* Fix using wrong quotes for breaking long linesBart Visscher2013-02-261-2/+2
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
* fix some more phpdocRobin Appelman2012-09-231-11/+11
* adding space between) and {Thomas Mueller2012-09-071-6/+6
* Respect coding styleThomas Müller2012-09-051-7/+9
* Do not close php tag on config fileBrice Maron2012-06-221-1/+1
* Correct OC_Config writer. Use var_export (has support for array,...)Brice Maron2012-06-221-14/+3
* fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987Thomas Mueller2012-06-121-1/+5
* update copyrightFrank Karlitschek2012-05-261-1/+1
* Spelling fix hint textBart Visscher2012-02-171-1/+1
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-1/+0
* change the error hint from suggesting to change the owner of a directory to c...Frank Karlitschek2011-10-221-1/+1
* use central method for checking webserver userThomas Schmidt2011-09-291-1/+1
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-8/+3
* better error reporting during installationFrank Karlitschek2011-08-121-2/+7
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
* One class per file!Jakob Sack2011-07-291-1/+0
* store numbers as strings to prevent errors with numeric passwordsRobin Appelman2011-06-141-3/+0
* fix error with empty config fileRobin Appelman2011-06-141-1/+1
* Renamed a few columns in order t ohave both sqlite and mysql up and runningJakob Sack2011-05-151-1/+3
* Use OC_CONFIG where possibleJakob Sack2011-04-161-1/+1
* Make OC_CONFIG working againJakob Sack2011-04-161-3/+3
* Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCESJakob Sack2011-04-081-5/+90
* OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoringJakob Sack2011-03-131-2/+13
* OC_CONFIG prepared for refactoringJakob Sack2011-03-121-373/+71
* Start of the refactoring. Commit is quite big because I forgot to use git rig...Jakob Sack2011-03-011-0/+392