Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-12-06 12:20:32 +01:00
Родитель 0adda7e64d
Коммит b24cc932f2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C614C6ED2CDE6DF
3 изменённых файлов: 9 добавлений и 3 удалений

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

@ -1,5 +1,11 @@
# Changelog
## 3.4.6
### Added
- Force read operation to trigger audit log when issuing a token
- Nextcloud 18 compatibility
## 3.4.5
### Fixed

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

@ -61,6 +61,6 @@ if (class_exists('\OC\Files\Type\TemplateManager')) {
}
$app = new Application();
$app = \OC::$server->query(Application::class);
$app->registerProvider();
$app->updateCSP();

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

@ -4,7 +4,7 @@
<name>Collabora Online</name>
<summary>Edit office documents directly in your browser.</summary>
<description>This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.</description>
<version>3.4.5</version>
<version>3.4.6</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
@ -25,7 +25,7 @@
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-presentation.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-spreadsheet.png</screenshot>
<dependencies>
<nextcloud min-version="15" max-version="17" />
<nextcloud min-version="15" max-version="18" />
</dependencies>
<background-jobs>
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>