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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2024-01-21 15:21:53 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-21 15:21:53 +0300
commit19fbf6f00df82ef075daf7c575d3bba002ba8ff7 (patch)
tree1abd850c199c88edda739999bd5c8858be323de8 /FAQ.md
parent397be5e18af27cfa6e82ae97011429f3e0090884 (diff)
feat(attachment): Open file attachments in Nextcloud Files app
Refs: #1561 Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 3e144bec4..7fb1aa631 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -3,6 +3,7 @@
- [I have experienced an error](#i-have-experienced-an-error)
- [Why has my bug report been closed?](#why-has-my-bug-report-been-closed)
- [Why is my card not visible in the upcoming cards view?](#why-is-my-card-not-visible-in-the-upcoming-cards-view)
+- [Why does the browser open when clicking on an attachment?](#why-does-the-browser-open-when-clicking-on-an-attachment)
- [Known issues](#known-issues)
- [Why don't you make an option for…?](#why-dont-you-make-an-option-for)
- [Why don't you make an iOS app?](#why-dont-you-make-an-ios-app)
@@ -66,6 +67,16 @@ This is necessary for two reasons:
Checkout the [Upcoming Analyzer](https://upcoming-analyzer.niedermann.it/) to check out the criterias your card needs to match to be shown in the upcoming cards view.
+## Why does the browser open when clicking on an attachment?
+
+The Deck server app supports two different type of attachments:
+- Attachments added prior to Deck server 1.3 have been added as `deck_file` attachments
+- Attachments added with Deck server 1.3 or later are added as `file` attachments
+
+The latter are stored as usual files in your Nextcloud, usually in the `/Deck` folder of your account.
+Only `file` attachments are able show preview images and to get opened directly, while `deck_file` attachments are effectively only available via the Web UI.
+We opened a [feature request](https://github.com/nextcloud/deck/issues/3101) to implement an `occ` migration command, but the current state of implementation is unclear.
+
## Known issues
Here is a collection of issues which are caused by the (not by us developed) Deck server app and can not be fixed within Deck Android. Please [contact the Nextcloud GmbH](https://nextcloud.com/contact/) if you want them to be fixed.