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
2016-04-30Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma
2016-04-25check whether index is set before using itArthur Schiwon
2016-03-31Properly handle return values of OC_App::getAppInfo()Morris Jobke
2016-03-21Do not abort with an exception when a default app can not be enabledJoas Schilling
2016-03-01Update author informationLukas Reschke
2016-02-10No longer evaluate appinfo/versionThomas Müller
2016-01-14Fixing CodeChecker usage :see_no_evil:Thomas Müller
2016-01-14- isolate include calls in installer.php which prevents local variables to be...Thomas Müller
2016-01-13Merge pull request #21591 from owncloud/add-code-checking-for-appsThomas Müller
2016-01-12Happy new year!Thomas Müller
2016-01-10Verify signature of apps with level "Official" coming from the appstoreLukas Reschke
2016-01-04Only enable apps that are not intentionally disabledJoas Schilling
2015-12-18Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke
2015-12-18Use TempManager instead of tmpFileMorris Jobke
2015-12-18Use TempManager instead of tmpFolderMorris Jobke
2015-12-02Replace old config code with usage of proper APIsMorris Jobke
2015-11-26Remove last occurences of OC_Helper::getMimeType()Morris Jobke
2015-10-20Fix #19181: Support .bz2 app archivesChristian Weiske
2015-10-16an-app-is-identified-by-having-a-info.xml-app.php-should-not-be-mandatoryThomas Müller
2015-10-05update licence headers via scriptMorris Jobke
2015-08-10Update installer.phpmichag86
2015-08-10Check if archive contains a directory named like appidmichag86
2015-07-03Remove OC_AppconfigThomas Müller
2015-07-03Remove OC_LogThomas Müller
2015-06-29Send OC version to appstore so it can reply with the right linksJoas Schilling
2015-04-03Add experimental applications switchLukas Reschke
2015-03-26Update license headersJenkins for ownCloud
2015-03-25Add wrapper for GuzzleLukas Reschke
2015-03-11display app update error messages - fixes #14611Thomas Müller
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-24don't allow installation of already installed apps - fixes #14004Thomas Müller
2015-02-23Updating license headersJenkins for ownCloud
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke
2015-02-16Merge pull request #13750 from owncloud/enhanced-code-checkerThomas Müller
2015-02-12integrate code checker in the installerThomas Müller
2015-02-11App install behind a ProxyWitali Rott
2015-02-10implement php code checker to detect usage of not allowed private APIs - incl...Thomas Müller
2015-02-04drop OC_PreferencesMorris Jobke
2015-01-27disable the app code checker - some previous shipped apps cannot be installed...Thomas Müller
2014-11-27Limit blacklist to php filesRichard Clarkson
2014-11-25Replace some more "command -v" calls with the Helper methodJoas Schilling
2014-10-15introduce new app page layoutThomas Müller
2014-08-31Use public api for getting l10nRobin Appelman
2014-08-14in order to prevent false-positives on the code checker - exec and eval will ...Thomas Müller
2014-07-14Merge pull request #9598 from owncloud/fix-app-installation-masterThomas Müller
2014-07-11append file extension to the temporary file which contains the downloaded arc...Thomas Müller
2014-07-10add proper version comparision in OC_Installer::isUpdateAvailableGeorg Ehrke
2014-06-22Add explanation about the current implementation of updateAppBart Visscher
2014-06-16disable code check for shipped appsGeorg Ehrke
2014-06-13don't skip code check for skipped appsGeorg Ehrke