Sebastian Stenzel
Sebastian Stenzel
While the feature can be implemented with not much effort, a word of warning: The motivation of this feature requests is to protect filenames from leaking to your system. Our...
@chewitt1 Thanks for your interest! Here you find the [`CONTRIBUTING.MD`](https://github.com/cryptomator/cryptomator/blob/develop/.github/CONTRIBUTING.md). And yes, `CreateNewVaultNameController` is the right place. You can in fact drop `isValidVaultNameInternal()` and move the logic to `isValidVaultName()`. I...
Yes, we're actually working on a hybrid encryption scheme. Except there is one major difference: Even though, we do already facilitate per-file keys (that might be used for sharing individual...
I can confirm this behaviour. While `chmod` works fine, permissions aren't respected during atomic "create and open" operation. I will look into this.
Short status update: We verified that fuse-nio-adapter works fine and the problem is indeed inside CryptoFS: https://github.com/cryptomator/cryptofs/issues/143
requires CryptoFS 2.4.3
Similar behaviour has been reported previously: #1824 WebDAV seems to be just terribly broken on ARM Macs. I mean: Even if Cryptomator (or some other WebDAV service) sends malformed responses...
If it doesn't contain valid JSON, what does it contain?
@ivandeex Just came across this thread via a linked issue and read your comments. This made me think of a discussion I had with @rfjakob from gocryptfs a while back....
This may be a little off topic but since you mentioned working on a new major version (and probably don't want to have further breaking changes after releasing it): Please...