Commit Graph

31 Commits (4100b151cc0a4e131a3eab3fbb7cd2b604f475e6)

Author SHA1 Message Date
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 11 years ago
Joas Schilling dfed287dc0 Use insertIfNotExists to avoid problems with parallel calls 11 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
Robin McCorkell 2b99fc76ec Cleanup of PHPDoc return types 11 years ago
Arthur Schiwon 3338a0f236 port of #9500 12 years ago
Robin Appelman 6ed3194863 Use a map to prevent having to use search 12 years ago
Robin Appelman bff9e11ff9 Remove duplicate cache cleanup 12 years ago
Robin Appelman a4949f4b31 Simplify AppConfig->getValues() 12 years ago
Robin Appelman 91180bfef4 Add caching to AppConfig->getApps 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 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 12 years ago
Bart Visscher 35a8dfb2fa More PHPDoc fixes, using scrutinizer patches as hints 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Robin Appelman 50cc6a85e5 Add explicit sorting 12 years ago
Joas Schilling b330d07b51 Fix more documentation failes 12 years ago
Robin Appelman cd3ef0bb9d Add caching to appconfig 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Vincent Petry c6377e9125 Fixed apps loading order 12 years ago
Robin Appelman 2e195dbdae dont re-read the config values for an app when a non existing key is fetched 12 years ago
Robin Appelman 5a646477a5 Fetch all appconfig values for an app at once and cache the results 12 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 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 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 { 14 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 14 years ago
Jörn Friedrich Dreyer 14c5d08a3f reorder code for readability 14 years ago
Jörn Friedrich Dreyer ab976863ae fix sql 14 years ago
jfd ede464f058 escape all identifiers with backticks 14 years ago
Frank Karlitschek a945fa10a6 update copyright 14 years ago
Robin Appelman dec139716e cache app types in the db 14 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 15 years ago
Robin Appelman 5e3ecbbf96 dont use numRows when it's not needed since it can be expensive 15 years ago
Robin Appelman 5c9178f851 Fixed a bug in appconfig, where an initially empty set value led to endless duplicates of this app/key pair. 15 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 15 years ago
Jakob Sack 2ff8d7a8bc One class per file! 15 years ago
Jakob Sack d70dfbdebb Renamed a few columns in order t ohave both sqlite and mysql up and running 15 years ago