11 Commits (9147a12ee14318b94fa2971466c553632cd34d63)

Author SHA1 Message Date
Morris Jobke 2b73779568
Fix some typos 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Morris Jobke 9309217ecb Fix escaped HTML on error pages 9 years ago
Morris Jobke 95a21e2f2a
Check for boolean false and add tests 9 years ago
Morris Jobke 0fcb37adcb
OC_ -> NC_ 9 years ago
Philipp Schaffrath 695a17804e
Override config.php values through ENV variables (#26570) 9 years ago
Joas Schilling 0215b004da
Update with robin 9 years ago
Joas Schilling ba87db3fcc
Fix others 9 years ago
Morris Jobke 191a6c65d9
Show error message if config file is not readable 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Roeland Jago Douma d312051b3d
Moved some files in \OC to PSR-4 10 years ago
Lukas Reschke 6ad957906e Consistently use rel=noreferrer 10 years ago
Lukas Reschke 8a4e1fbecd Fix errors after install 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Morris Jobke 675417a75c Untangle the linkToDocs method in OC_Helper 10 years ago
Morris Jobke e88b380973 Remove DEBUG constant and use config value 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Lukas Reschke 17f2cfbb9c Use `file_exists` to verify that config file exists 11 years ago
Joas Schilling c61e9f3912 Add a method to set/unset multiple config values in one call 11 years ago
Morris Jobke 9a7362dd0d drop unused isDebugMode and setDebugMode of OC_Config 11 years ago
Lukas Reschke 49ddaf9489 Try to read the file only instead of trying to touch 11 years ago
Adam Williamson 013feb8da0 writeData(): correct variable name for config file path 11 years ago
Adam Williamson 3b4823d89c add function to invalidate one opcache file, use it if possible #9885 11 years ago
Lukas Reschke 9790801268 First check whether it is the default config before touchign 11 years ago
Lukas Reschke 68cf6681e5 Add flock to config 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell bac8962bbc Fix Scrutinizer errors 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Volkan Gezer b6ad7c3cdd Fix admin-dir_permissions redirection when cannot write warning 12 years ago
kondou 5e3b6f1fd9 Fix some more docstrings 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Bart Visscher 2c6411b897 $default of OC_Config::[gs]etValue can have more then string as type 12 years ago
Robin Appelman 6b4c3df087 Load a separate config (if present) when running unit tests 12 years ago
Thomas Müller 87a09156f8 use OC_Helper::linkToDocs() in lib/private/config.php 12 years ago
Thomas Müller 148d2616e5 introduce link_to_docs() and migrate links 12 years ago
Bart Visscher ce9436c051 OC_Defaults is only used in error reporting 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Jan-Christoph Borchardt 93b227d803 shorten wording on config directory errors 13 years ago
Bart Visscher 485e8ab0a5 ignore config read failures 13 years ago
Bart Visscher 5caa7576d4 Revert "fix failing master branch - Test_Config::testWriteData" 13 years ago
Morris Jobke 8f93490ac4 fix failing master branch - Test_Config::testWriteData 13 years ago
Bart Visscher e7b882a4fc stupid namespace 13 years ago
Bart Visscher abe9abab99 Add constructor documentation 13 years ago
Björn Schießle 9b9ea7cd8e Merge https://github.com/owncloud/core/pull/3827 13 years ago
Robin Appelman c1cf829b9d OC_Config: handle failure of glob('*.config.php') 13 years ago
kondou aa7d8edd14 Suppress warning in setup if config doesn't exist 13 years ago
Bart Visscher 12976fb2e1 Set debugMode after reading the config file 13 years ago
Bart Visscher 194b61b4c5 Revert "Can't determine if debug mode is defined until we read the config" 13 years ago