aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-deps
Commit message (Expand)AuthorAgeFilesLines
* prepare for next development iterationDavid Rautureau2016-07-201-1/+1
* prepare for next development iterationTom2016-05-201-1/+1
* Upgrade version to 5.6-SNAPSHOTTom2016-04-071-1/+1
* Upgrade Apache Commons Collections to v3.2.2Justine Tunney2016-03-081-1/+1
* Automatic merge from branch-5.4Jenkins CI2016-02-091-0/+4
|\
| * Do not deploy sonar-plugin-api-deps in centralSimon Brandhof2016-02-091-0/+4
* | Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|/
* SONAR-7226 deploy all artifacts to central, except SQ zipSimon Brandhof2016-02-041-16/+0
* Automatic merge from branch-5.3Jenkins CI2015-12-181-2/+1
|\
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-12-171-1/+1
| * [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-3/+2
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* SONAR-6809 fix child-first classloader strategySimon Brandhof2015-12-021-2/+13
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-26/+16
|\
| * Do not deploy internal artifacts to maven central repoSimon Brandhof2015-10-291-26/+16
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-271-1/+1
| * [maven-release-plugin] prepare release 5.2-RC4Thomas Vérin2015-10-271-1/+1
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
* | Automatic merge from branch-5.2Jenkins CI2015-10-141-0/+5
|\|
| * Add missing commons-email dependency for plugins using API < 5.2Julien Lancelot2015-10-141-0/+5
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
* Updated poms to generate empty javadoc and sources jars to comply with maven ...Thomas Vérin2015-10-131-1/+26
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-1/+1
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-2/+2
* SONAR-6370 fix sonar-check-api transitive dependency from sonar-plugin-api-depsSimon Brandhof2015-06-081-0/+10
* SONAR-6370 add missing sonar-squid 4.1 to classloaders of plugins built with ...Simon Brandhof2015-06-051-0/+5
* SONAR-6370 remove dependency on sonar-deprecatedSimon Brandhof2015-06-051-0/+10
* SONAR-6370 fix classpath with core libs like SLF4JSimon Brandhof2015-06-051-0/+14
* SONAR-6370 isolate plugin classloader from core classesSimon Brandhof2015-06-051-2/+43
* SONAR-3821 Drop any Maven dependencyJulien HENRY2015-06-031-0/+9
* SONAR-6370 rename module sonar-api-deps to sonar-plugin-api-depsSimon Brandhof2015-05-281-0/+64
ble30 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/updater.php
blob: eea7bb129cfba66bff7c88bb394ced024ce1a2b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * Copyright (c) 2013 Robin Appelman <icewind@owncloud.com>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

class OC_Updater {
	public static function check() {
		$updater = new \OC\Updater();
		return $updater->check('http://apps.owncloud.com/updater.php');
	}
}