Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-08also appconfig shall not write to database if the value is unchangedArthur Schiwon
2014-06-03Use a map to prevent having to use searchRobin Appelman
2014-06-03Remove duplicate cache cleanupRobin Appelman
2014-06-01Simplify AppConfig->getValues()Robin Appelman
2014-06-01Add caching to AppConfig->getAppsRobin Appelman
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13Fix @return array PHPDocs, in /libRobin McCorkell
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-04-07using array_key_exists() instead of isset() - required because in case the va...Thomas Müller
2014-02-28More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-11Add explicit sortingRobin Appelman
2014-02-08Fix more documentation failesJoas Schilling
2014-02-07Add caching to appconfigRobin Appelman
2014-02-07use the 'new' server container for appconfigRobin Appelman
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2013-12-20Fixed apps loading orderVincent Petry
2013-12-18dont re-read the config values for an app when a non existing key is fetchedRobin Appelman
2013-12-18Fetch all appconfig values for an app at once and cache the resultsRobin Appelman
2013-10-18Remove "link" shares right after disabling the "allow_link_share" settingMorris Jobke
2013-10-02Merge branch 'master' into convert-oc_appconfigBart Visscher
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller