Commit Graph

15 Commits (24d4d5e2a113f5a60f08a2f160e05cb54340198f)

Author SHA1 Message Date
Lukas Reschke 49ddaf9489 Try to read the file only instead of trying to touch 10 years ago
Lukas Reschke 9790801268 First check whether it is the default config before touchign 10 years ago
Lukas Reschke 68cf6681e5 Add flock to config 10 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell bac8962bbc Fix Scrutinizer errors 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Volkan Gezer b6ad7c3cdd Fix admin-dir_permissions redirection when cannot write warning 11 years ago
kondou 5e3b6f1fd9 Fix some more docstrings 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Bart Visscher 2c6411b897 $default of OC_Config::[gs]etValue can have more then string as type 11 years ago
Robin Appelman 6b4c3df087 Load a separate config (if present) when running unit tests 11 years ago
Thomas Müller 87a09156f8 use OC_Helper::linkToDocs() in lib/private/config.php 11 years ago
Thomas Müller 148d2616e5 introduce link_to_docs() and migrate links 11 years ago
Bart Visscher ce9436c051 OC_Defaults is only used in error reporting 11 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 11 years ago
Jan-Christoph Borchardt 93b227d803 shorten wording on config directory errors 12 years ago
Bart Visscher 485e8ab0a5 ignore config read failures 12 years ago
Bart Visscher 5caa7576d4 Revert "fix failing master branch - Test_Config::testWriteData" 12 years ago
Morris Jobke 8f93490ac4 fix failing master branch - Test_Config::testWriteData 12 years ago
Bart Visscher e7b882a4fc stupid namespace 12 years ago
Bart Visscher abe9abab99 Add constructor documentation 12 years ago
Björn Schießle 9b9ea7cd8e Merge https://github.com/owncloud/core/pull/3827 12 years ago
Robin Appelman c1cf829b9d OC_Config: handle failure of glob('*.config.php') 12 years ago
kondou aa7d8edd14 Suppress warning in setup if config doesn't exist 12 years ago
Bart Visscher 12976fb2e1 Set debugMode after reading the config file 12 years ago
Bart Visscher 194b61b4c5 Revert "Can't determine if debug mode is defined until we read the config" 12 years ago
Bart Visscher ae2b3732de Use file_exists to fix the unittests 12 years ago
Bart Visscher 64f16f1db1 Fix stupid namespace separator 12 years ago
Michael Gapczynski 969e43c87b Can't determine if debug mode is defined until we read the config 12 years ago
Michael Gapczynski b7b6075d55 Fix potential glob error 12 years ago
Michael Gapczynski e0359b0b24 One more style fix 12 years ago
Michael Gapczynski d50d663928 Style and comment fixes 12 years ago
Michael Gapczynski 0a29d2029a Clear opcode caches after writing to the config file, fixes #3372 12 years ago
Bart Visscher 83444d9c64 camelCase class properties 12 years ago
Bart Visscher 9f5b7657fb Remove include for loading legacy class 12 years ago
Bart Visscher 07df94def6 Convert OC_Config to object interface 12 years ago
Brice Maron 63804f4153 Change logQuery from define() to OC::Config 12 years ago
Brice Maron 2b8cf4959a Log Queries when we add a log query flag 12 years ago
Brice Maron d5da94acbc Small perf improvement : filter before sort 12 years ago
Brice Maron 4994eaace1 Allow to load splited config files ref #946 12 years ago
Brice Maron a68cbb00e0 Preserve Debug flag accross config writes 12 years ago
Bart Visscher 4a26d63867 Fix using wrong quotes for breaking long lines 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 12 years ago
Robin Appelman 4131b205d4 fix some more phpdoc 12 years ago
Thomas Mueller 3829460ab8 adding space between) and { 12 years ago
Thomas Müller e5cb638c09 Respect coding style 12 years ago
Brice Maron 33165e3915 Do not close php tag on config file 13 years ago
Brice Maron 72fe463f7f Correct OC_Config writer. Use var_export (has support for array,...) 13 years ago
Thomas Mueller 521294d0bf fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987 13 years ago