Commit Graph

36 Commits (e378a757fffa3e43a798c0bce7d2d831912bcf75)

Author SHA1 Message Date
Thomas Müller 682821c71e Happy new year! 9 years ago
Robin Appelman a3cbdcf202 Faster AppConfig->getValues 9 years ago
Morris Jobke b945d71384 update licence headers via script 10 years ago
Joas Schilling 0e805d5310 Do not compare the value on Oracle 10 years ago
Joas Schilling 38a164aa7a Make sure the array exists 10 years ago
Joas Schilling 21ba3b8737 Only query the appconfig once 10 years ago
Morris Jobke f63915d0c8 update license headers and authors 10 years ago
Joas Schilling dfed287dc0 Use insertIfNotExists to avoid problems with parallel calls 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Robin McCorkell 2b99fc76ec Cleanup of PHPDoc return types 10 years ago
Arthur Schiwon 3338a0f236 port of #9500 11 years ago
Robin Appelman 6ed3194863 Use a map to prevent having to use search 11 years ago
Robin Appelman bff9e11ff9 Remove duplicate cache cleanup 11 years ago
Robin Appelman a4949f4b31 Simplify AppConfig->getValues() 11 years ago
Robin Appelman 91180bfef4 Add caching to AppConfig->getApps 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 11 years ago
Thomas Müller c1fd300048 using array_key_exists() instead of isset() - required because in case the value is null isset is returning false 11 years ago
Bart Visscher 35a8dfb2fa More PHPDoc fixes, using scrutinizer patches as hints 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Robin Appelman 50cc6a85e5 Add explicit sorting 11 years ago
Joas Schilling b330d07b51 Fix more documentation failes 11 years ago
Robin Appelman cd3ef0bb9d Add caching to appconfig 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Vincent Petry c6377e9125 Fixed apps loading order 11 years ago
Robin Appelman 2e195dbdae dont re-read the config values for an app when a non existing key is fetched 11 years ago
Robin Appelman 5a646477a5 Fetch all appconfig values for an app at once and cache the results 11 years ago
Morris Jobke 1f1fcc6129 Remove "link" shares right after disabling the "allow_link_share" setting 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Bart Visscher 2f79e94a35 Style fixes 12 years ago
Bart Visscher c546874159 Convert OC_Appconfig to object interface 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 12 years ago
Felix Moeller 6a00a6b9ed Make Jenkins more happy. 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Robin Appelman 4131b205d4 fix some more phpdoc 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Jörn Friedrich Dreyer 14c5d08a3f reorder code for readability 13 years ago
Jörn Friedrich Dreyer ab976863ae fix sql 13 years ago
jfd ede464f058 escape all identifiers with backticks 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Robin Appelman dec139716e cache app types in the db 13 years ago
Robin Appelman 273972b75a prevent sql error while initializing apps on sqlite2 14 years ago
Robin Appelman 88f4f5413a add OC_Appconfig::hasKey 14 years ago
Robin Appelman 8c7aa06088 dont use numRows when it's not needed since it can be expensive 14 years ago
Robin Appelman 5e3ecbbf96 dont use numRows when it's not needed since it can be expensive 14 years ago