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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Ferreira Fuentes <Raudius@users.noreply.github.com>2022-08-09 12:01:23 +0300
committerGitHub <noreply@github.com>2022-08-09 12:01:23 +0300
commit0dfbe5c9d816e867c84afb20dd0605bb00bf43e1 (patch)
treee9c977d15067d5ac79f32948f173ea386bafe197
parent2f4f96601a2460cc79e18c72a48eb30e2b21adf8 (diff)
parentbe54f9e4a52b33b4e62e56cf468a47b48830827e (diff)
Merge pull request #2370 from nextcloud/release/5.0.7v5.0.7
Release 5.0.7
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json4
4 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6967409c..e8a6b267 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## 5.0.7
+
+### Fixed
+- Limit capabilities to users that are enabled @juliushaertl [#2328](https://github.com/nextcloud/richdocuments/pull/2328)
+- Fix saving issue when a file is available multiple times in a users home folder @juliushaertl [#2330](https://github.com/nextcloud/richdocuments/pull/2330)
+- Cleanup Content Security Policy handling @juliushaertl [#2234](https://github.com/nextcloud/richdocuments/pull/2234)
+- Fix double-header on public links @marcelklehr [#2312](https://github.com/nextcloud/richdocuments/pull/2312)
+- Fix HTML entities showing in file names @Raudius [#2318](https://github.com/nextcloud/richdocuments/pull/2318)
+- Restored "Open with Nextcloud Office" option from context menu @Raudius [#2318](https://github.com/nextcloud/richdocuments/pull/2318)
+- Fix loading string translation @Raudius [#2338](https://github.com/nextcloud/richdocuments/pull/2338)
+
## 5.0.6
### Other
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3d092225..f111897e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<description><![CDATA[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.
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
- <version>5.0.6</version>
+ <version>5.0.7</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
diff --git a/package-lock.json b/package-lock.json
index 46cdd204..28bf9fce 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "richdocuments",
- "version": "5.0.5",
+ "version": "5.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 28740d61..3f06d08c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "5.0.6",
+ "version": "5.0.7",
"authors": [
{
"name": "Julius Härtl",
@@ -115,4 +115,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
-} \ No newline at end of file
+}