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
2012-05-18"fopen(" interferes with our own classes.Frank Karlitschek
2012-05-18only try to install apps that are compatible with oC4Frank Karlitschek
2012-05-15cache app types during install or updateRobin Appelman
2012-05-11also set remote/public paths on installing appsRobin Appelman
2012-04-29only install shipped apps on setup that should be enabled by defaultRobin Appelman
2012-04-22Add a static code checker for evil patterns in apps.Frank Karlitschek
2012-04-15fix installing shipped appsRobin Appelman
2012-04-14firefighting Robin-breakageJan-Christoph Borchardt
2012-04-14don't rely on the old version in info.xml anymoreRobin Appelman
2012-03-30optimizations for updateAppsRobin Appelman
2012-03-29add support for installing apps from a subfolder in the zip/tgz fileRobin Appelman
2012-03-29add support for installing apps from tgzRobin Appelman
2012-02-28use temporary file managmentRobin Appelman
2012-02-26first part of the abstraction work of the apps folder. more to comeFrank Karlitschek
2012-01-27fix appstore download.Frank Karlitschek
2011-10-20Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer
2011-10-16use OC_Log instead of error_logRobin Appelman
2011-09-28Add flag in info.xml to control the apps that are installed by defaultBart Visscher
2011-09-24only call error_log() if DEBUG is trueFlorian Pritz
2011-09-18Remove global vars and use the OC static version.Bart Visscher
2011-08-22fix installing shipped appsRobin Appelman
2011-07-29Renaming classes :-)Jakob Sack
2011-06-22install shipped apps also in "installed apps" pageKamil Domanski
2011-06-20shipped apps are no longer hardcodedKamil Domanski
2011-06-19allow disabling apps, install apps as disabledKamil Domanski
2011-05-28App installer backend.Robin Appelman
2011-05-15moved app install/remove/update functions to lib/installer.phpRobin Appelman
2011-05-07renamed installer.php to setup.phpJakob Sack
2011-04-28move sqlite database into the data folder, makes it easier to set the correct...Robin Appelman
2011-04-18create .htaccess files during installation for apache usersRobin Appelman
2011-04-17save the correct config entryRobin Appelman
2011-04-17improve error handeling for first run dialogRobin Appelman
2011-04-17installer now works when using mysqlRobin Appelman
2011-04-17first-run wizzard wipRobin Appelman