summaryrefslogtreecommitdiffstats
path: root/lib/config.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix using wrong quotes for breaking long linesBart Visscher2013-02-261-2/+2
| | | | Fixes #1925
* 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 ↵Frank Karlitschek2011-10-221-1/+1
| | | | changing the permissions. changing the owner of a director is not possible via ftp.
* 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
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* 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 ↵Jakob Sack2011-03-011-0/+392
right from the beginning. Sorry.