Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2018-09-13 10:23:38 +0300
committerGitHub <noreply@github.com>2018-09-13 10:23:38 +0300
commitb14918c57ddd991ff51718914bc1b7df71452a80 (patch)
treea5a74f945c69d67bf9c8ec0aed1640ac69a4f722
parentbae1a33ed357bde05b0f78cf66447eff00b3abe1 (diff)
parentd479ccf7d0c951edc5a9ac1c8e295a29016c5990 (diff)
Merge pull request #467 from nextcloud/update-stable14-target-versionsv14.0.1RC1v14.0.1
Update stable14 target versions
-rw-r--r--.drone.yml2
-rw-r--r--.travis.yml2
-rw-r--r--appinfo/info.xml31
3 files changed, 19 insertions, 16 deletions
diff --git a/.drone.yml b/.drone.yml
index 65f87b44..bd65fa7d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -8,7 +8,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=gallery
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable14
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
diff --git a/.travis.yml b/.travis.yml
index 1c805115..27bc8984 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ addons:
firefox: "latest"
env:
global:
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable14
- APP_NAME=gallery
- SERVER_FOLDER=server
- CLOUD=nextcloud
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 85ec0575..8234be4b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,7 +1,9 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>gallery</id>
<name>Gallery</name>
+ <summary>Media gallery for Nextcloud</summary>
<description>Media gallery for Nextcloud with the following features:
- Support for large selection of media types (depending on server setup)
@@ -32,24 +34,25 @@
files app and adds a gallery view to public links.
Compatible with Firefox, Chrome and Internet Explorer 11
</description>
- <licence>AGPL</licence>
- <author>Olivier Paroz, Robin Appelman</author>
<version>18.1.0</version>
+ <licence>agpl</licence>
+ <author>Olivier Paroz, Robin Appelman</author>
<namespace>Gallery</namespace>
- <category>Multimedia</category>
- <documentation>
- <user>https://github.com/nextcloud/gallery/blob/master/README.md</user>
- <admin>https://github.com/nextcloud/gallery/blob/master/README.md</admin>
- <developer>https://github.com/nextcloud/gallery/wiki</developer>
- </documentation>
- <category>Multimedia</category>
+ <default_enable />
+ <category>multimedia</category>
+
<website>https://github.com/nextcloud/gallery</website>
<bugs>https://github.com/nextcloud/gallery/issues</bugs>
- <repository type="git">https://github.com/nextcloud/gallery.git</repository>
+ <repository>https://github.com/nextcloud/gallery.git</repository>
+
<dependencies>
- <php min-version="5.6" max-version="7"/>
+ <php max-version="7"/>
<nextcloud min-version="14" max-version="14"/>
</dependencies>
- <default_enable />
- <shipped>true</shipped>
+
+ <documentation>
+ <user>https://github.com/nextcloud/gallery/blob/master/README.md</user>
+ <admin>https://github.com/nextcloud/gallery/blob/master/README.md</admin>
+ <developer>https://github.com/nextcloud/gallery/wiki</developer>
+ </documentation>
</info>