Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge master | Jan-Christoph Borchardt | 2013-07-24 | 1 | -5/+2 |
|\ | |||||
| * | ignore config read failures | Bart Visscher | 2013-07-23 | 1 | -1/+2 |
| | | |||||
| * | Revert "fix failing master branch - Test_Config::testWriteData" | Bart Visscher | 2013-07-23 | 1 | -5/+1 |
| | | | | | | | | This reverts commit 8f93490ac45fbd74bd0e9697a685fd43bb34239b. | ||||
* | | shorten wording on config directory errors | Jan-Christoph Borchardt | 2013-07-23 | 1 | -1/+2 |
|/ | |||||
* | fix failing master branch - Test_Config::testWriteData | Morris Jobke | 2013-07-21 | 1 | -1/+5 |
| | |||||
* | stupid namespace | Bart Visscher | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | Add constructor documentation | Bart Visscher | 2013-07-08 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into convert-oc_config | Bart Visscher | 2013-07-08 | 1 | -2/+4 |
|\ | | | | | | | | | Conflicts: lib/config.php | ||||
| * | Merge https://github.com/owncloud/core/pull/3827 | Björn Schießle | 2013-07-08 | 1 | -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 Appelman | 2013-07-05 | 1 | -0/+3 |
| | | |||||
| * | Suppress warning in setup if config doesn't exist | kondou | 2013-07-03 | 1 | -1/+1 |
| | | |||||
* | | Set debugMode after reading the config file | Bart Visscher | 2013-06-27 | 1 | -2/+7 |
| | | |||||
* | | Revert "Can't determine if debug mode is defined until we read the config" | Bart Visscher | 2013-06-27 | 1 | -3/+6 |
| | | | | | | | | This reverts commit 969e43c87b7afb6184846fe27849167c9c6f5eab. | ||||
* | | Use file_exists to fix the unittests | Bart Visscher | 2013-06-27 | 1 | -1/+1 |
| | | |||||
* | | Fix stupid namespace separator | Bart Visscher | 2013-06-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into convert-oc_config | Bart Visscher | 2013-06-27 | 1 | -0/+1 |
|\| | | | | | | | | | | | Conflicts: lib/config.php lib/setup.php | ||||
| * | Clear opcode caches after writing to the config file, fixes #3372 | Michael Gapczynski | 2013-05-25 | 1 | -1/+1 |
| | | |||||
* | | Can't determine if debug mode is defined until we read the config | Michael Gapczynski | 2013-06-10 | 1 | -6/+3 |
| | | |||||
* | | Fix potential glob error | Michael Gapczynski | 2013-06-10 | 1 | -14/+10 |
| | | |||||
* | | One more style fix | Michael Gapczynski | 2013-06-03 | 1 | -1/+1 |
| | | |||||
* | | Style and comment fixes | Michael Gapczynski | 2013-06-03 | 1 | -19/+19 |
| | | |||||
* | | camelCase class properties | Bart Visscher | 2013-05-08 | 1 | -16/+15 |
| | | |||||
* | | Remove include for loading legacy class | Bart Visscher | 2013-05-08 | 1 | -2/+0 |
| | | |||||
* | | Convert OC_Config to object interface | Bart Visscher | 2013-05-07 | 1 | -62/+49 |
|/ | |||||
* | Merge pull request #2147 from eMerzh/split_config | eMerzh | 2013-04-09 | 1 | -7/+17 |
|\ | | | | | [OC6] Allow to load splited config files | ||||
| * | Small perf improvement : filter before sort | Brice Maron | 2013-03-09 | 1 | -3/+3 |
| | | |||||
| * | Allow to load splited config files ref #946 | Brice Maron | 2013-03-06 | 1 | -7/+17 |
| | | |||||
* | | Preserve Debug flag accross config writes | Brice Maron | 2013-03-06 | 1 | -1/+5 |
|/ | |||||
* | Fix using wrong quotes for breaking long lines | Bart Visscher | 2013-02-26 | 1 | -2/+2 |
| | | | | Fixes #1925 | ||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -1/+2 |
| | |||||
* | fix some more phpdoc | Robin Appelman | 2012-09-23 | 1 | -11/+11 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -6/+6 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-05 | 1 | -7/+9 |
| | |||||
* | Do not close php tag on config file | Brice Maron | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | Correct OC_Config writer. Use var_export (has support for array,...) | Brice Maron | 2012-06-22 | 1 | -14/+3 |
| | |||||
* | fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987 | Thomas Mueller | 2012-06-12 | 1 | -1/+5 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Spelling fix hint text | Bart Visscher | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Disable save button while saving. Streamlined code. | Tom Needham | 2011-11-29 | 1 | -1/+0 |
| | |||||
* | change the error hint from suggesting to change the owner of a directory to ↵ | Frank Karlitschek | 2011-10-22 | 1 | -1/+1 |
| | | | | changing the permissions. changing the owner of a director is not possible via ftp. | ||||
* | use central method for checking webserver user | Thomas Schmidt | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -8/+3 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | better error reporting during installation | Frank Karlitschek | 2011-08-12 | 1 | -2/+7 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -1/+0 |
| | |||||
* | store numbers as strings to prevent errors with numeric passwords | Robin Appelman | 2011-06-14 | 1 | -3/+0 |
| | |||||
* | fix error with empty config file | Robin Appelman | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | Renamed a few columns in order t ohave both sqlite and mysql up and running | Jakob Sack | 2011-05-15 | 1 | -1/+3 |
| | |||||
* | Use OC_CONFIG where possible | Jakob Sack | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Make OC_CONFIG working again | Jakob Sack | 2011-04-16 | 1 | -3/+3 |
| |