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 (Collapse)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
* test case added to avoid adding them later
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 ↵Thomas Müller
value is null isset is returning false
2014-02-28More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
Conflicts: lib/private/appconfig.php
2014-02-11Add explicit sortingRobin Appelman
2014-02-08Fix more documentation failesJoas Schilling
Issue #7111
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
On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442
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
Conflicts: lib/private/vcategories.php