Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCES | Jakob Sack | 2011-04-08 | 1 | -5/+90 |
| | |||||
* | OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring | Jakob Sack | 2011-03-13 | 1 | -2/+13 |
| | |||||
* | OC_CONFIG prepared for refactoring | Jakob Sack | 2011-03-12 | 1 | -373/+71 |
| | |||||
* | Start of the refactoring. Commit is quite big because I forgot to use git ↵ | Jakob Sack | 2011-03-01 | 1 | -0/+392 |
right from the beginning. Sorry. |