提交歷史

作者 SHA1 備註 提交日期
  Sebastian Stenzel 19bc1ed569 using beginning of long filename instead of checksum 10 年之前
  Sebastian Stenzel 5aaee7bbf6 - fixed xorend function 10 年之前
  Sebastian Stenzel 3187520797 - fixed special chars in folder names 10 年之前
  Sebastian Stenzel bcee1e0d12 Filename padding no longer needed: This was done in order to prevent AES-CTR to switch to a stream mode on the last block, which would be highly exploitable. Now we're using SIV mode, which operates on whole blocks. 10 年之前
  Sebastian Stenzel 9fdd2f339c - changed file name encryption to SIV mode 10 年之前
  Sebastian Stenzel ebdf37ed63 RFC 5297 AEAD_AES_SIV_CMAC_256 10 年之前
  Sebastian Stenzel 09c26f5e86 Merge pull request #32 from Tillerino/injection 10 年之前
  Tillmann Gaida def70c5891 Removed static resources in WebDavServer, FXThreads and Settings with 10 年之前
  Sebastian Stenzel 11396b71e6 Merge pull request #31 from gitter-badger/gitter-badge 10 年之前
  The Gitter Badger 05ec9b574e Added Gitter badge 10 年之前
  Sebastian Stenzel efac770915 allow adding *.cryptomator files to vault list 10 年之前
  Sebastian Stenzel f29bcc447c - fixed automount on windows 10 年之前
  Sebastian Stenzel 5e0ebab587 refactored "add vault" functionality, which fixes #14 10 年之前
  Sebastian Stenzel 751dbe6b7e Merge pull request #30 from Tillerino/osxNames 10 年之前
  Tillmann Gaida a72f8ba8ab Added the new mount name to the web dav mounter interface. Under OSX, we 10 年之前
  Sebastian Stenzel 999285617d Merge pull request #28 from Tillerino/windowsNames 10 年之前
  Sebastian Stenzel addf488b26 Merge pull request #29 from Tillerino/master 10 年之前
  Tillmann Gaida cd5e878a26 Bugfix (magic file open handler broke context class loader for event 10 年之前
  Tillmann Gaida 0a671aa9bc Addition of a name to the context path of the WebDAV servlet. The name 10 年之前
  Sebastian Stenzel 8cc445a12a New application icon by Thomas Pähler 10 年之前
  Sebastian Stenzel 432beb2a17 - fixed #19 (again): vault-specific prefix is now handled by the servlet context instead of jackrabbit. 10 年之前
  Sebastian Stenzel 9fd271ad7b fixed NPE 10 年之前
  Sebastian Stenzel 72b1ff78c3 Merge pull request #27 from Tillerino/master 10 年之前
  Tillmann Gaida edfd264e47 Changes proposed by @totalvoidness in code review 10 年之前
  Tillmann Gaida 0cfc3fb7f7 Prevents starting a second instance of the GUI and forwards 10 年之前
  Sebastian Stenzel ecf29a91b8 Update README.md 10 年之前
  Sebastian Stenzel 38884c6dfd - added custom info.plist template for OS X native packages (references #14) kudos to @tillerino 10 年之前
  Sebastian Stenzel 7813a11381 - pad filenames with NULL bytes (fixes #24) 10 年之前
  Sebastian Stenzel d774546bf8 - pad file contents to reach a multiple of 16 bytes (so AES/CTR always works on complete blocks) - references #24 10 年之前
  Sebastian Stenzel 0b64c7ce25 - Updated exception 10 年之前