Commit Graph

  • a70401596f Updated localizations Tobias Hagemann 2019-02-28 00:36:37 +01:00
  • ab198271a1 #458, #841: Improved layout of the indicator inside SecPasswordField Tobias Hagemann 2019-02-28 00:16:53 +01:00
  • d62edcda73 improved password field: added caps lock indicator (see #458) and a warning + tooltip if control characters are found in the password (fixes #841) Sebastian Stenzel 2019-02-27 22:15:01 +01:00
  • 8cba58075d fixes #840 Sebastian Stenzel 2019-02-27 17:23:08 +01:00
  • 426f36ce04 fixes #753 Sebastian Stenzel 2019-02-27 17:22:48 +01:00
  • dd3c969f0f FxApplication now part of the Dagger graph (references #663) Sebastian Stenzel 2019-02-26 22:41:33 +01:00
  • 6a270ceccd Updated dependencies Tobias Hagemann 2019-02-26 13:43:23 +01:00
  • a3474e05eb Fixes #835 Sebastian Stenzel 2019-02-26 12:26:14 +01:00
  • dd190b5a16 added vm arg for mount dir Sebastian Stenzel 2019-02-26 12:15:35 +01:00
  • fe722629be moved vault upgrade classes to custom package with custom log config Sebastian Stenzel 2019-02-26 12:15:15 +01:00
  • f8e5d8aefb added macOS run configuration Sebastian Stenzel 2019-02-25 21:20:12 +01:00
  • 3e3a4ceefc allow configuration of custom logback configuration via -Dlogback.configurationFile vm arg Sebastian Stenzel 2019-02-25 15:54:43 +01:00
  • a09edad165 Removed unused terms and updated some texts Tobias Hagemann 2019-02-25 15:42:16 +01:00
  • 129e9c63f8 Clearer distinction between messageText and progressText in UnlockController Tobias Hagemann 2019-02-25 15:33:54 +01:00
  • 9af58b8e6e Merge pull request #834 from adrian/fix-logging-tests Sebastian Stenzel 2019-02-24 22:32:52 +01:00
  • 1048ff5728 Fix DisplayName on testRelativeLogDir Adrian Smith 2019-02-24 21:01:04 +00:00
  • 6adb591c9a Fix EnvironmentTest.testRelativeLogDir Adrian Smith 2019-02-24 17:22:31 +00:00
  • d06720838e Logback configuration is now done programmatically, fixes #832 Sebastian Stenzel 2019-02-23 03:43:06 +01:00
  • cf020e5b96 disable UI control tests on headless systems Sebastian Stenzel 2019-02-22 16:50:05 +01:00
  • 4bfd1e6433 Improved SecPasswordField and added unit tests Sebastian Stenzel 2019-02-22 16:38:39 +01:00
  • deded33da8 fixed hard-coded path in log config and refinded logging in settingsprovider Sebastian Stenzel 2019-02-21 14:52:35 +01:00
  • be5fce0ee9 make sure the directory containing temporary mount points exists Sebastian Stenzel 2019-02-21 14:17:44 +01:00
  • 39f9da16f9 mount path is now configurable via -Dcryptomator.mountPointsDir and no longer hardcoded to ~/.Cryptomator or ~/Library/Application\ Support/Cryptomator fixes #710 Sebastian Stenzel 2019-02-21 14:03:52 +01:00
  • 53b0d5cb9f Environment now being injected into WindowsProtectedKeychainAccess Sebastian Stenzel 2019-02-21 13:38:30 +01:00
  • b9a120b51b internalized logback config, added -Dcryptomator.logDir=path/relative/to/home. external logback configuration can still be used via -Dlogback.configurationFile=/path/to/logback.xml Sebastian Stenzel 2019-02-21 11:39:56 +01:00
  • debcab47e2 Refactored "file open events" to "app launch events", fixes #55 Sebastian Stenzel 2019-02-21 00:02:12 +01:00
  • 8814372c68 made Settings and DebugMode a Singleton Sebastian Stenzel 2019-02-20 23:28:33 +01:00
  • 98e5c3ff88 simplified handling of fileOpenRequests Sebastian Stenzel 2019-02-20 15:39:00 +01:00
  • f1c332f455 Refactored IPC, fixes #663 Sebastian Stenzel 2019-02-19 16:46:21 +01:00
  • 79306ea498 Introduced new scope @FxApplicationScoped below @Singleton. This allows us to initialize Dagger before we start the JavaFX application, which will in turn allow us to access Environment from within the IPC classes. Sebastian Stenzel 2019-02-19 00:11:58 +01:00
  • d7dda7d249 Preparations for allowing to specify multiple paths to which Cryptomator writes settings, logs, etc. see #710 Sebastian Stenzel 2019-02-18 16:53:41 +01:00
  • 1e80f4bba4 Upgrade to JUnit 5 Sebastian Stenzel 2019-02-18 15:28:11 +01:00
  • ffd3981f36 Merge branch 'master' into develop Sebastian Stenzel 2019-02-16 11:41:50 +01:00
  • aa23635744 Merge branch 'hotfix/1.4.5' 1.4.5 Sebastian Stenzel 2019-02-16 11:41:08 +01:00
  • 0317e7c21d preparing 1.4.5 Sebastian Stenzel 2019-02-16 11:40:50 +01:00
  • ec5e8bba30 fixes #826 Sebastian Stenzel 2019-02-16 11:35:27 +01:00
  • 0caa9988d3 add version.txt to buildkit Sebastian Stenzel 2019-02-15 19:38:21 +01:00
  • f16c3d5110 updated build config 1.4.5-beta1 Sebastian Stenzel 2019-02-15 16:00:59 +01:00
  • e1930505d1 updated build config Sebastian Stenzel 2019-02-15 15:46:44 +01:00
  • 757549919c updated CI config Sebastian Stenzel 2019-02-15 15:32:26 +01:00
  • 0257802bb0 Merge branch 'openjdk11' into develop Sebastian Stenzel 2019-02-15 15:22:00 +01:00
  • 5cb4b403cd updated travis-to-bintray upload config Sebastian Stenzel 2019-02-15 15:15:26 +01:00
  • 8831df9242 Removed creation of fat jar for now. Sebastian Stenzel 2019-02-15 14:45:12 +01:00
  • 2229a56831 Merge branch 'master' into develop Sebastian Stenzel 2019-02-15 08:45:05 +01:00
  • c3370a8388 Merge branch 'hotfix/1.4.4' 1.4.4 Sebastian Stenzel 2019-02-15 08:43:57 +01:00
  • 1175a114ec bumping version number [ci skip] Sebastian Stenzel 2019-02-15 08:41:20 +01:00
  • 3374dbf9a5 Fixes #825, fixes #823 Sebastian Stenzel 2019-02-15 08:39:31 +01:00
  • 26aee9e42c create os-dependent buildkit.zip with all java resources required to build a self-contained package Sebastian Stenzel 2019-02-14 18:20:11 +01:00
  • ab82874013 Merge branch 'develop' into openjdk11 Sebastian Stenzel 2019-02-14 18:12:10 +01:00
  • 39f1da105e Merge branch 'master' into develop [ci skip] Sebastian Stenzel 2019-02-12 14:19:15 +01:00
  • 207bfee6e5 Merge branch 'release/1.4.3' 1.4.3 Sebastian Stenzel 2019-02-12 14:19:14 +01:00
  • d08f3d03d0 preparing 1.4.3 Sebastian Stenzel 2019-02-12 14:18:12 +01:00
  • a88bd81347 reverted change from previous commit Sebastian Stenzel 2019-02-12 14:13:45 +01:00
  • 8e2d2b899e moved ui control logic from initializer to setVault, removed readonly mode from windows Sebastian Stenzel 2019-02-12 13:59:38 +01:00
  • 3b4870a98a Updated localizations Tobias Hagemann 2019-02-12 13:33:19 +01:00
  • ef5eabdb79 Updated SecPasswordField, which will now no longer store passwords in Strings but rather in char[]. Sebastian Stenzel 2019-02-12 12:02:09 +01:00
  • f52b2f323a empty custom mount point checks Sebastian Stenzel 2019-02-12 11:01:22 +01:00
  • 7e60e5606c Updated custom mount point layout Tobias Hagemann 2019-02-12 01:56:35 +01:00
  • 8e2fa082cc improved cleanup after unmounting and support for force-unmounting fuse volumes Sebastian Stenzel 2019-02-11 15:55:09 +01:00
  • d8ef402607 Merge branch 'feature/375-readonly' into develop fixes #375 Sebastian Stenzel 2019-02-11 15:41:23 +01:00
  • 748f1be0c5 fixes #757 Sebastian Stenzel 2019-02-11 15:40:04 +01:00
  • 608d54a8f2 fixes #810 Sebastian Stenzel 2019-02-11 15:35:00 +01:00
  • 50b167e28f improved logging in case of "java.lang.IllegalStateException: Mount failed: Cannot assign a drive letter or mount point. Probably already used by another volume." (#806) Sebastian Stenzel 2019-02-11 13:28:38 +01:00
  • b7d06783dd Dokany-specific amendment for #752 Sebastian Stenzel 2019-02-11 13:21:55 +01:00
  • 5ef3d23970 Merge pull request #817 from Gregvh/feature/375-readonly Sebastian Stenzel 2019-02-08 17:38:13 +01:00
  • 200a195f3b Unlock vault with readonly flag if requested Gregvh 2019-02-08 13:50:57 +01:00
  • db0aceefdf Merge branch 'develop' into feature/375-readonly Sebastian Stenzel 2019-02-08 15:28:40 +01:00
  • 492e986608 Custom mount point now selected via DirectoryChooser. Fixes #762 Sebastian Stenzel 2019-02-08 12:32:00 +01:00
  • 98cab7e4d8 Delete automatically generated mount point after locking, attempt to fix #773 Sebastian Stenzel 2019-01-31 15:38:05 +01:00
  • 384c9de7aa disabled spell checks [ci skip] Sebastian Stenzel 2019-01-31 15:37:20 +01:00
  • 528005a623 fixes #752 Sebastian Stenzel 2019-01-31 15:37:01 +01:00
  • c78d4c2d0e Updated localizations, added Catalan Tobias Hagemann 2019-01-27 14:57:03 +01:00
  • c8e9201692 Merge branch 'master' into develop Sebastian Stenzel 2019-01-17 13:04:28 +01:00
  • 536da2621a Merge branch 'release/1.4.2' 1.4.2 Sebastian Stenzel 2019-01-17 13:02:58 +01:00
  • 6167eeecb4 Preparing 1.4.2 Sebastian Stenzel 2019-01-17 13:00:36 +01:00
  • 9cc873a344 No longer assigning drive letters A-C to fix problems with older Dokany versions Sebastian Stenzel 2019-01-17 11:38:48 +01:00
  • b539590d7a updated IDE settings and removed duplicate gitignore [ci skip] Sebastian Stenzel 2019-01-17 11:07:01 +01:00
  • 5209bef1a9 Merge branch 'master' into develop Tobias Hagemann 2019-01-16 16:54:37 +01:00
  • ee5505362c Merge branch 'release/1.4.1' 1.4.1 Tobias Hagemann 2019-01-16 16:50:44 +01:00
  • 82f388d420 Preparing 1.4.1 Tobias Hagemann 2019-01-16 16:38:37 +01:00
  • 70e733f341 Updated localizations Tobias Hagemann 2019-01-16 16:27:00 +01:00
  • 3af5d5f267 Repositioned messageText in unlock, updated "unlock.pendingMessage.unlocking" copy Tobias Hagemann 2019-01-16 16:23:03 +01:00
  • 28bf9e2ab1 fixes #732 Sebastian Stenzel 2019-01-16 16:10:11 +01:00
  • 2f3a576de9 Renewed BINTRAY_API_KEY [ci skip] Sebastian Stenzel 2019-01-16 16:02:52 +01:00
  • bbe1ef3dbc Feature/custom mount point generalizing (#797) Armin Schrenk 2019-01-16 15:08:00 +01:00
  • 078a127182 Shortened "welcome.askForUpdateCheck.dialog.content" copy Tobias Hagemann 2019-01-16 14:15:26 +01:00
  • 240bf122dd Hide "check for updates" indicator by default Tobias Hagemann 2019-01-16 14:00:32 +01:00
  • f2f8f9b28c added intellij project configuration Sebastian Stenzel 2019-01-15 13:15:38 +01:00
  • af03e0d73d updated dagger [ci skip] Sebastian Stenzel 2019-01-15 13:07:39 +01:00
  • 7844078203 Merge pull request #784 from jellemdekker/bugfix/771_abort_graceful_shutdown_dialog Sebastian Stenzel 2019-01-14 13:05:40 +01:00
  • da62a22faf fixes #750 Armin Schrenk 2019-01-09 17:59:41 +01:00
  • c36a1a4aef closes #711 Armin Schrenk 2019-01-09 17:58:23 +01:00
  • 86d8599d07 Merge branch 'develop' into openjdk11 Armin Schrenk 2019-01-09 16:07:47 +01:00
  • f760347d9d fixes #787 Armin Schrenk 2019-01-09 15:28:05 +01:00
  • 8fc647eb2b Updating Apache Commons libraries Armin Schrenk 2019-01-09 15:26:02 +01:00
  • 69b1bf5a26 Added a Cancel button to the graceful shutdown-dialog. Fixes issue #771. jellemdekker 2018-12-22 12:53:42 +01:00
  • 6951edac96 fixes #770 Sebastian Stenzel 2018-12-05 18:22:48 +01:00
  • 76c84b34e9 bumped version Sebastian Stenzel 2018-11-05 10:46:39 +01:00
  • 1362720011 Merge branch 'master' into develop [ci skip] Sebastian Stenzel 2018-10-31 16:21:09 +01:00
  • 3f15352ebf Merge branch 'release/1.4.0-rc1' 1.4.0-rc1 1.4.0 Sebastian Stenzel 2018-10-31 16:21:09 +01:00