From f29a2135ce8aa786412885b97ad6caf3c3eaea36 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Mon, 13 Nov 2023 14:32:03 +0100 Subject: [PATCH 1/3] Fix earlier PRs --- cryptomator/index.md | 4 +++- mountainduck/preferences.md | 9 +++------ protocols/s3/index.md | 17 +++++++++++------ 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/cryptomator/index.md b/cryptomator/index.md index 4005854d..08074e98 100644 --- a/cryptomator/index.md +++ b/cryptomator/index.md @@ -143,7 +143,9 @@ File transfers require you to unlock the vault again unless you have chosen to s ### Renaming -Make sure that the vault is locked before it gets renamed. Otherwise the vault will be changed to a normal folder. Using [Smart Synchronization](../mountainduck/connect/sync.md) mode an additional vault with the original name will appear. +The expected behavior for renaming vaults is: +- Renaming locked vaults: The vault gets renamed correctly. +- Renaming unlocked vaults: The vault gets changed to a normal folder with the new name. The vaults content will be shown decrypted in the folder. ## Browser diff --git a/mountainduck/preferences.md b/mountainduck/preferences.md index 7765889d..5ff337eb 100644 --- a/mountainduck/preferences.md +++ b/mountainduck/preferences.md @@ -43,10 +43,9 @@ Enable to prevent conflicting edits when accessing documents from a shared envir ### Mount Location -```{admonition} -:class: tip +```{attention} -Only available on macOS using the standalone version. +The setting is not available in the App Store version. ``` Volumes are mounted in the *Volumes* folder in the [application support directory](support.md). You can change the default to another folder that is writable. @@ -55,9 +54,7 @@ Volumes are mounted in the *Volumes* folder in the [application support director The default is set to `~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/Volumes.noindex`. -```{attention} -Switching to the App Store version will cause permission issues if you customized the mount location. -``` +**Note:** Make sure to change the mount location pack to default before using the App Store version of Mountain Duck. ### Cache Location diff --git a/protocols/s3/index.md b/protocols/s3/index.md index 81dd1873..597555c5 100644 --- a/protocols/s3/index.md +++ b/protocols/s3/index.md @@ -51,12 +51,6 @@ Transfer files to your [S3](http://aws.amazon.com/s3) account and browse the S3 You must obtain the login credentials (Access Key ID and Secret Access Key) of your [Amazon Web Services Account](http://aws.amazon.com/account/) from the [*AWS Access Identifiers page*](https://console.aws.amazon.com/iam/home?#security_credential). Enter the *Access Key ID* and *Secret Access Key* in the login prompt. -The default ports are: -- HTTPS: 443 -- HTTP: 80 - -Unless you configured a custom port make sure to stick to the default ports to avoid connection failures. - ```{note} All connection profiles are available through the *Preferences → Profiles* tab. ``` @@ -82,9 +76,14 @@ It is discouraged to enable this option to connect plaintext to Amazon S3. If you have an S3 installation without SSL configured, you need an optional connection profile to connect using HTTP only without transport layer security. You will then have the added option S3 (HTTP) in the protocol dropdown selection in the [Connection](../../cyberduck/connection) and [Bookmark](../../cyberduck/bookmarks) panels. +The default port is `80`. + * {download}`Download` the *S3 (HTTP) profile* for preconfigured settings. **HTTPS**
+ +The defaut port is `443`. + - {download}`Download` the *S3 (HTTPS) profile* for preconfigured settings. ```` @@ -97,9 +96,15 @@ An incomplete list of known providers that require the use of AWS2 - EMC Elastic Cloud Storage **HTTP**
+ +The defaut port is `80`. + - {download}`Download` the S3 AWS2 Signature Version (HTTP) profile for preconfigured settings. **HTTPS**
+ +The defaut port is `443`. + - {download}`Download` the S3 AWS2 Signature Version (HTTPS) profile for preconfigured settings. ```` From 9f2418402d0cd24d4e46df79589b2a94a1e08f3f Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Mon, 13 Nov 2023 14:52:03 +0100 Subject: [PATCH 2/3] Correction --- mountainduck/preferences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mountainduck/preferences.md b/mountainduck/preferences.md index 5ff337eb..0728ccc5 100644 --- a/mountainduck/preferences.md +++ b/mountainduck/preferences.md @@ -54,7 +54,7 @@ Volumes are mounted in the *Volumes* folder in the [application support director The default is set to `~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/Volumes.noindex`. -**Note:** Make sure to change the mount location pack to default before using the App Store version of Mountain Duck. +**Note:** Make sure to change the mount location back to default before using the App Store version of Mountain Duck otherwise you may experience permission issues. ### Cache Location From b9824ff2fad5f13ccd0f8bbd012da03f0f0f4d34 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Tue, 21 Nov 2023 13:34:55 +0100 Subject: [PATCH 3/3] Review rename operations on vaults. --- cryptomator/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cryptomator/index.md b/cryptomator/index.md index 08074e98..33bee995 100644 --- a/cryptomator/index.md +++ b/cryptomator/index.md @@ -143,9 +143,9 @@ File transfers require you to unlock the vault again unless you have chosen to s ### Renaming -The expected behavior for renaming vaults is: -- Renaming locked vaults: The vault gets renamed correctly. -- Renaming unlocked vaults: The vault gets changed to a normal folder with the new name. The vaults content will be shown decrypted in the folder. +When renaming a vault the behaviour depends on whether the vault is locked or unlocked: +- Renaming a _locked_ vault will rename the vault folder with no changes to the encrypted contents. +- Renaming an _unlocked_ vault changes it to regular folder with decrypted contents. ## Browser