Commit Graph

13 Commits (0899f2cbc43b05005dc045db001c41e199192f67)

Author SHA1 Message Date
michaelletzgus 05b8eb140c
using isset() 7 years ago
michaelletzgus cfa694ea73
Fix undefined index problem 7 years ago
Roeland Jago Douma 1e7b20f615
Remove IAppConfig::setValue 7 years ago
Roeland Jago Douma 09f8a755ec
Remove IAppConfig::getValue 7 years ago
Roeland Jago Douma ee2617d88c
Simple IAppConfig deprecations 7 years ago
Joas Schilling 30b9262a5a
Make sure the spreed TURN server secret stays a secret 8 years ago
Joas Schilling ce7836378c
Filter out sensitive appconfig values 8 years ago
Joas Schilling 0215b004da
Update with robin 8 years ago
Joas Schilling ba87db3fcc
Fix others 8 years ago
Jörn Friedrich Dreyer c14198b874 fetchall appconfig entries (#23835) 9 years ago
blizzz 51fd2602a7 Revert "Downstream 2016-06-08" 9 years ago
Joas Schilling 0041d89dc2
Do not allow to store boolean configs, they behave unexpected on postgres 9 years ago
Joas Schilling 911fd3ead4
Do not allow to store boolean configs, they behave unexpected on postgres 9 years ago
Lukas Reschke aba539703c
Update license headers 9 years ago
Roeland Jago Douma d312051b3d
Moved some files in \OC to PSR-4 9 years ago
Lukas Reschke c353d51810 Remove Scrutinizer Auto Fixer 9 years ago
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 9 years ago
Joas Schilling 0e805d5310 Do not compare the value on Oracle 9 years ago
Joas Schilling 38a164aa7a Make sure the array exists 9 years ago
Joas Schilling 21ba3b8737 Only query the appconfig once 9 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 11 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 11 years ago
Bart Visscher 2f79e94a35 Style fixes 11 years ago
Bart Visscher c546874159 Convert OC_Appconfig to object interface 11 years ago