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:
authorJulius Härtl <jus@bitgrid.net>2019-02-14 16:14:02 +0300
committerGitHub <noreply@github.com>2019-02-14 16:14:02 +0300
commiteeb1c547e242d1d852da0ce3b2df2a17a8124939 (patch)
tree099607c2fe0f751180251d360a0cdb7ebe35be16
parent457e1285fc303581799c14a3516854190b60986f (diff)
parent289d05efafac41d5ebc8cd095f6022d357aaf17b (diff)
Merge pull request #398 from nextcloud/release/3.2.1v3.2.1
Release 3.2.1
-rw-r--r--CHANGELOG.md62
-rw-r--r--Makefile6
-rw-r--r--appinfo/info.xml2
3 files changed, 43 insertions, 27 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d919542b..3c9c7bea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,16 @@
-**3.2.0**
+# Changelog
+
+## 3.2.1
+
+### Fixed
+- Fix issues with mobile editing
+- Restore IE11 compatibility
+- Hide sidebar when closing the version viewer
+- Fix issue when fetching the file model
+- Scale Collabora frame to 100% height on mobile
+- Updated translations and fix issues with untranslated text
+
+## 3.2.0
- Added: File actions menu in the header
- Added: Handle UI_CreateFile post message
- Added: Handle unreachable collabora instance
@@ -13,47 +25,47 @@
- Fixed: Use proper templates on old collabora versions
- Fixed: Convert nextcloud locale to BCP47 languages tag correctly
-**3.1.1**
+## 3.1.1
- Fixed: Capabilities fetching when no url is entered
- Fixed: Capabilities timeout of 5 seconds
- Fixed: NC13 compatibility due to missing js capabilities
- Changed: Updated translations
-**3.1.0**
+## 3.1.0
- Added: Template picker (if supported by COOL)
- Added: Mobile editing support capability
- Added: Version integration with the Nextcloud sidebar
-**3.0.6**
+## 3.0.6
- Added: NC16 compatibility
- Fixed: Translations
- Fixed: NC15 grid view toggle overlay
-**3.0.5**
+## 3.0.5
- Fixed: Pass UID for direct tokens (#301)
- Fixed: Do not show nextcloud bar on small screens (#306)
- Fixed: Avatar improvements for editing users (#304)
- Fixed: show password overlay properly (#308)
-**3.0.4**
+## 3.0.4
- Fixed: Make php5.6 compatible again (#297)
-**3.03**
+## 3.03
- Added: Notify clients when page is fully loaded (#291)
- Fixed: Do not show spinner if we nickname chose is visible (#293)
- Fixed: Disable the vertical swipe to reload gesture (#295)
-**3.0.2**
+## 3.0.2
- Fixes: Only show document overlay when document is fully loaded (#283)
- Fixes: Generate assertUrl link with generateurl, so it also works in subfolder installations (#288)
- Fixes: Show displayname on avatar hover (#289)
- Fixes: Do not clear assets on HEAD request (#290)
-**3.0.1**
+## 3.0.1
- Fixes: Do not show loading spinner overlay public page if we need a username
- Fixes: Do not duplicate avatars in the top overlay
-**3.0.0**
+## 3.0.0
- Bug: use editor to save the user (fixes #184)
- Bug: allow creation of OOXML files if app not in default location (fixes #118)
- Bug: center public edit name
@@ -68,57 +80,57 @@
- Feature: Show editors in Nextcloud header
-**1.12.38 and 1.12.39**
+## 1.12.38 and 1.12.39
- Bug: fix z-index issue on Nextcloud 13 beta
-**1.12.37**
+## 1.12.37
- Feature: Add support for PutRelativeFile for Save As.
-**1.12.36**
+## 1.12.36
- Feature: Add avatar to UserExtraInfo (from NC 13)
- Feature: Start listening for standard post messages and ignore deprecated ones
- Feature: Add option to enable the app only for users in a specific group
- Updated translations
-**1.12.35**
+## 1.12.35
- Feature: Support for external apps. External apps can now generate a secret token to access richdocuments public API.
-**1.12.34**
+## 1.12.34
- Bug: Fix editing publicly shared documents
- Bug: Delete creator/last modifier name from document templates
-**1.12.33**
+## 1.12.33
- Feature: Restore 'Enable edit for specific groups' feature, fixes #66
- Feature: Only edit textfiles with Collabora Online, when texteditorapp is disabled
- Feature: Include support for X-LOOL-WOPI-Timestamp
- Bug: Undefined variable 'owneruid'
-**1.12.32**
+## 1.12.32
- Bug: Show Display Name of user, not its uid in userlist
- Bug: Do not throw exception when user not found. It might be a public link share.
- Bug: Use the file owner from the share object, if available. Fixes #85.
- Bug: Shorter db index name. Fixes #54.
-**1.12.31**
+## 1.12.31
- Bug: Guard encryption support
-**1.12.30**
+## 1.12.30
- Feature: Support opening encrypted files
- Bug: Respect OOXML settings again
- Bug: Register the change under user’s name when saving the document
-**1.12.29**
+## 1.12.29
- Bug: Fix undefined instanceId
-**1.12.28**
+## 1.12.28
- Bug: Allow full screen
- Updated screenshots
- Updated translations
-**1.12.27**
+## 1.12.27
- Bug: Fix revision history
-**1.1.26**
+## 1.1.26
- Bug: Set the correct language tag expected by JS
- Bug: Replace trailing slash of WOPI URL
- Bug: Try opening readonly documents too
@@ -127,10 +139,10 @@
- Feature: Add icon to admin page sidebar
- Feature: Add logging and template to unhandled exceptions
-**1.1.25**
+## 1.1.25
- Bug: Fix height for revision history viewer
- Feature: Support for multitenancy installations of LibreOffice Online
-**1.1.24**
+## 1.1.24
- Bug: Fix undefined PHP notices
- Security: Properly check for password on password protected shares
diff --git a/Makefile b/Makefile
index 624cef45..46ce7a49 100644
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,14 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
occ=$(CURDIR)/../../occ
-appstore:
+clean:
+ rm -fr $(build_dir)
+
+appstore: clean
mkdir -p $(sign_dir)
rsync -a \
--exclude=.git \
+ --exclude=.github \
--exclude=build \
--exclude=.gitignore \
--exclude=.travis.yml \
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 99f7c835..1e0b42a6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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 server (WOPI Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.</description>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>