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
2013-11-01When updating an appstore app, execute a database updateBart Visscher
2013-09-02Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon
2013-08-22use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman
2013-04-09fix versioning checkFrank Karlitschek
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-14Fix SpaceBeforeOpenBrace errorsBart Visscher
2013-01-31just return "true" for nowFrank Karlitschek
2013-01-31style fixesThomas Mueller
2013-01-31remove spacesFrank Karlitschek
2013-01-30merge masterFrank Karlitschek
2013-01-30apps updater is now workingroot
2013-01-21we are getting closer. updating is not working yet.Frank Karlitschek
2012-11-04Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-02Checkstyle: many fixesFelix Moeller
2012-10-28NoSpaceAfterCommaFelix Moeller
2012-10-24Checkstyle: NoSpaceAfterCommaFelix Moeller
2012-10-22Correct a first issue Checkstyle is complaining about ...Felix Moeller
2012-09-07adding space between) and {Thomas Mueller
2012-08-05Small changes to allow updating main menu dynamically.Thomas Tanghus
2012-08-04Use correct variable name.Thomas Tanghus
2012-07-24some indention fixesRobin Appelman
2012-06-23close only if existFrank Karlitschek
2012-06-23work with non existing apps directory. thanks to Antonio for the hintFrank Karlitschek
2012-06-15Merge branch 'master' into multi_app_dirBrice Maron
2012-06-15Add possibility to choose the installation folderBrice Maron
2012-06-08Don't use substr to get first char of stringBart Visscher
2012-06-07Correct remote and public, and last occurence of OC::Brice Maron
2012-06-07Correct installerBrice Maron
2012-05-26update copyrightFrank Karlitschek
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