require nc17
This commit is contained in:
Robin Appelman 2019-09-18 16:07:50 +02:00
Родитель 33a5a08afa
Коммит 085df7794b
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -9,7 +9,7 @@ env:
- APP_NAME=guests
- DB=sqlite
matrix:
- CORE_BRANCH=stable16
- CORE_BRANCH=stable17
branches:
only:

Просмотреть файл

@ -9,7 +9,7 @@
Guests accounts can be created from the share menu by entering either the recipients email or name and choosing "create guest account", once the share is created the guest user will receive an email notification about the mail with a link to set their password.
Guests users can only access files shared to them and can't create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.]]></description>
<version>1.2.0</version>
<version>1.3.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<types>
@ -22,7 +22,7 @@ Guests users can only access files shared to them and can't create any files out
<screenshot>https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/settings.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/dropdown.png</screenshot>
<dependencies>
<nextcloud min-version="16" max-version="17" />
<nextcloud min-version="17" max-version="17" />
</dependencies>
<commands>
<command>OCA\Guests\Command\ListCommand</command>