summaryrefslogtreecommitdiffstats
path: root/lib/config.php
Commit message (Collapse)AuthorAgeFilesLines
* merge masterJan-Christoph Borchardt2013-07-241-5/+2
|\
| * ignore config read failuresBart Visscher2013-07-231-1/+2
| |
| * Revert "fix failing master branch - Test_Config::testWriteData"Bart Visscher2013-07-231-5/+1
| | | | | | | | This reverts commit 8f93490ac45fbd74bd0e9697a685fd43bb34239b.
* | shorten wording on config directory errorsJan-Christoph Borchardt2013-07-231-1/+2
|/
* fix failing master branch - Test_Config::testWriteDataMorris Jobke2013-07-211-1/+5
|
* stupid namespaceBart Visscher2013-07-081-1/+1
|
* Add constructor documentationBart Visscher2013-07-081-0/+3
|
* Merge branch 'master' into convert-oc_configBart Visscher2013-07-081-2/+4
|\ | | | | | | | | Conflicts: lib/config.php
| * Merge https://github.com/owncloud/core/pull/3827Björn Schießle2013-07-081-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit eed4b49cebcbcc252a75ed85097730b73213b0da Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 8 10:03:23 2013 +0200 initialize OC_Defaults only once commit bf6f07ccc8fb87535a069ca341789a590cb187ee Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 8 10:02:48 2013 +0200 link to doc in error messages commit ea61ee60e06ee98f2671aec1fdaff666c50f47c2 Merge: e41af3d 3c1308f Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jul 4 11:10:56 2013 +0200 Merge branch 'master' into better-messages commit e41af3d7bad26aa5ca9ab21ec7dcbadd3cfe5d4f Author: Björn Schießle <schiessle@owncloud.com> Date: Thu Jul 4 11:10:41 2013 +0200 move to non-static defaults.php commit 9e4258b1905244bdf34943a825421f041cbed43d Author: Björn Schießle <schiessle@owncloud.com> Date: Tue Jul 2 10:32:13 2013 +0200 no sprintf here, lets t() handle it commit fe1df349e248667a137f70d78b04225e5b42a111 Merge: d8f6859 cb5811b Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:13:38 2013 +0200 Merge branch 'master' into better-messages commit d8f68595df2dc0e0917d916cbde511ec5333010b Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:10:57 2013 +0200 use document base url from defaults.php commit 6c5403748a45717125a2aa375550f05646317d72 Merge: bea6b1c 7b0e3e6 Author: Björn Schießle <schiessle@owncloud.com> Date: Mon Jul 1 11:00:15 2013 +0200 Merge branch 'master' into better-messages commit bea6b1c8a0968846065b9153e0a3f46a4e3245ee Author: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Mon Jun 24 16:21:12 2013 +0200 link to docs in WebDAV message, ref #3791 commit 3119b364a1094769e711283d1ce9014505f64ab9 Author: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Mon Jun 24 16:10:21 2013 +0200 link to docs in error messages, fix #3819
| * 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
| |
* | Set debugMode after reading the config fileBart Visscher2013-06-271-2/+7
| |
* | Revert "Can't determine if debug mode is defined until we read the config"Bart Visscher2013-06-271-3/+6
| | | | | | | | This reverts commit 969e43c87b7afb6184846fe27849167c9c6f5eab.
* | Use file_exists to fix the unittestsBart Visscher2013-06-271-1/+1
| |
* | Fix stupid namespace separatorBart Visscher2013-06-271-1/+1
| |
* | Merge branch 'master' into convert-oc_configBart Visscher2013-06-271-0/+1
|\| | | | | | | | | | | Conflicts: lib/config.php lib/setup.php
| * Clear opcode caches after writing to the config file, fixes #3372Michael Gapczynski2013-05-251-1/+1
| |
* | Can't determine if debug mode is defined until we read the configMichael Gapczynski2013-06-101-6/+3
| |
* | Fix potential glob errorMichael Gapczynski2013-06-101-14/+10
| |
* | One more style fixMichael Gapczynski2013-06-031-1/+1
| |
* | Style and comment fixesMichael Gapczynski2013-06-031-19/+19
| |
* | camelCase class propertiesBart Visscher2013-05-081-16/+15
| |
* | Remove include for loading legacy classBart Visscher2013-05-081-2/+0
| |
* | Convert OC_Config to object interfaceBart Visscher2013-05-071-62/+49
|/
* Merge pull request #2147 from eMerzh/split_configeMerzh2013-04-091-7/+17
|\ | | | | [OC6] Allow to load splited config files
| * 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
| | | | 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
|