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-11-11Run preupdate before an updateLukas Reschke
2014-10-17Encapsulate require_once to avoid name space bleedindVincent Petry
2014-10-17Add a try catch blockLukas Reschke
2014-10-09Clear enabled apps cache after loading authentication appVincent Petry
2014-10-09Add support for keys in the info.xmlLukas Reschke
2014-09-04Fix upgrade process when apps enabled for specific groupsVincent Petry
2014-08-19Also set the app version when updating from app storeRobin Appelman
2014-08-19Allow loading app without checking the upgradeRobin Appelman
2014-08-19Throw an exception when we try to load an app that needs to be upgradedRobin Appelman
2014-08-18check if array index ocsid is set before accessing itGeorg Ehrke
2014-08-14Fix issue when no apps are enabledVincent Petry
2014-07-14improve check for duplicate appsGeorg Ehrke
2014-07-10adding 'groups' entry to remote appsThomas Müller
2014-07-10fixing typosThomas Müller
2014-07-07add ocsids to info.xmlGeorg Ehrke
2014-07-07fix phpDocBlock for OC_App::getAppInfoGeorg Ehrke
2014-07-07better validation: cadd extra check if appinfo/info.xml existsGeorg Ehrke
2014-07-01Added unit test for default app URLVincent Petry
2014-06-25better validation for OC_App::getAppPath()Georg Ehrke
2014-06-23Add commentRobin Appelman
2014-06-23Only cache enabled apps when logged inRobin Appelman
2014-06-10fix php doc blockGeorg Ehrke
2014-06-10always return a bool in OC_App::updateAppGeorg Ehrke
2014-06-10fix php doc blockGeorg Ehrke
2014-06-10remove unnecessary @returnGeorg Ehrke
2014-06-06some additional type checksGeorg Ehrke
2014-06-06Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke
2014-06-04Simulate apps database schema update on upgradeVincent Petry
2014-06-03Fix sorting of appsRobin Appelman
2014-06-03Fix phpdocRobin Appelman
2014-06-03Add option to enable app for specific groupsRobin Appelman
2014-06-03Allow enabling apps by group by setting the config value to a json encoded ar...Robin Appelman
2014-06-02various fixes as requested by pr reviewersGeorg Ehrke
2014-05-31add button for properly uninstalling appsGeorg Ehrke
2014-05-31Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke
2014-05-31make it possible to update shipped apps via the appstoreGeorg Ehrke
2014-05-27Now showing disabled apps as upgrade status lineVincent Petry
2014-05-27Added requiremin/requiremax fields for appsVincent Petry
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-16Fix PHPdoc in lib/privateBart Visscher
2014-02-28move replace to inside issetMyles McNamara
2014-02-28replace spaces in download link without encoding entire URLMyles McNamara
2014-02-20kill $coreStyles and $coreScriptsThomas Müller
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-31Mark an app as loaded before we start loading itRobin Appelman
2014-01-17show link to app documentationBjoern Schiessle
2013-12-20Fixed apps loading orderVincent Petry