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
2015-08-25[app management] fix dependency check on installMorris Jobke
2015-07-02Delete OCS ID from DB if none is specifiedLukas Reschke
2015-07-01Use UTF-8 mode for preg_split and preg_replaceLukas Reschke
2015-06-29Add oc version to app store requests in stable8Joas Schilling
2015-03-0614719 without public APILukas Reschke
2015-03-05Fix totally broken AppStoreLukas Reschke
2015-02-263rd-party apps are disabled on upgrade - refs #14026Thomas Müller
2015-02-03enabled disabled files app in repair stepMorris Jobke
2015-02-03Disallow disabling of files appMorris Jobke
2015-01-17Merge pull request #13319 from owncloud/replace-line-breaks-in-app-descriptionLukas Reschke
2015-01-16Fix PHPDocLukas Reschke
2015-01-14OC_App::parseAppInfoMorris Jobke
2015-01-14Check new and old ways of required oC version for app compatibilityJoas Schilling
2014-12-12rework api of DependencyAnalyzerThomas Müller
2014-12-11check app dependencies on installation as wellThomas Müller
2014-12-04translate labels properlyThomas Müller
2014-11-25Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller
2014-11-13Run preupdate before an updateLukas Reschke
2014-10-30prevent PHP noticeThomas Müller
2014-10-20Log some basic eventsRobin Appelman
2014-10-17Encapsulate require_once to avoid name space bleedindVincent Petry
2014-10-16Add a try catch blockLukas Reschke
2014-10-15introduce new app page layoutThomas Müller
2014-10-09Merge pull request #11495 from owncloud/apps-clearenableappscacheafterloading...Vincent Petry
2014-10-09Add support for keys in the info.xmlLukas Reschke
2014-10-09Clear enabled apps cache after loading authentication appVincent Petry
2014-09-02Fix upgrade process when apps enabled for specific groupsVincent Petry
2014-08-31Use public api for getting l10nRobin Appelman
2014-08-19Merge pull request #9866 from owncloud/app-upgradeRobin Appelman
2014-08-18check if array index ocsid is set before accessing itGeorg Ehrke
2014-08-11Fix issue when no apps are enabledVincent Petry
2014-08-04Also set the app version when updating from app storeRobin Appelman
2014-08-04Allow loading app without checking the upgradeRobin Appelman
2014-08-04Throw an exception when we try to load an app that needs to be upgradedRobin Appelman
2014-07-14Merge pull request #9571 from owncloud/fix_appstore_update_issueVincent Petry
2014-07-10improve check for duplicate appsGeorg Ehrke
2014-07-09adding 'groups' entry to remote appsThomas Müller
2014-07-09fixing typosThomas Müller
2014-07-07add ocsids to info.xmlGeorg Ehrke
2014-07-05fix phpDocBlock for OC_App::getAppInfoGeorg Ehrke
2014-07-05better 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