Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-11-11 11:00:14 +01:00
Родитель cad0383e6d
Коммит 9259fac1d9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
2 изменённых файлов: 3 добавлений и 3 удалений

2
.github/workflows/phpunit.yml поставляемый
Просмотреть файл

@ -84,7 +84,7 @@ jobs:
services:
mysql:
image: mariadb
image: mariadb:10.5
ports:
- 4444:3306/tcp
env:

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

@ -9,7 +9,7 @@
Supports Sharepoint 2013 and 2016. Nextcloud accesses Sharepoint through the Sharepoint REST API and uses NTLM authentication. Nextcloud respects file access permissions associated with its configured user credentials. Versioning and sharing are handled by Nextcloud.
Learn more about External Storage and Sharepoint on [https://nextcloud.com/storage/](https://nextcloud.com/storage/)]]></description>
<version>1.11.0</version>
<version>1.12.0</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de">Arthur Schiwon</author>
<namespace>SharePoint</namespace>
@ -20,7 +20,7 @@ Learn more about External Storage and Sharepoint on [https://nextcloud.com/stora
<bugs>https://github.com/nextcloud/sharepoint/issues/</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/sharepoint/master/screenshots/configuration.png</screenshot>
<dependencies>
<nextcloud min-version="23" max-version="23" />
<nextcloud min-version="24" max-version="24" />
</dependencies>
<commands>
<command>OCA\SharePoint\Command\ListLibraries</command>