Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ addons:
firefox: "latest"
env:
global:
- CORE_BRANCH=master
- CORE_BRANCH=stable14
- APP_NAME=gallery
- SERVER_FOLDER=server
- CLOUD=nextcloud
Expand Down
31 changes: 17 additions & 14 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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>