Sebastian Stenzel
|
4a3d579b76
|
changed button title as suggested in review
|
2022-03-21 14:01:35 +01:00 |
|
Sebastian Stenzel
|
6bad74720f
|
Merge branch 'develop' into feature/simplified-workflow-results
|
2022-03-21 13:56:24 +01:00 |
|
Armin Schrenk
|
d3e9239531
|
simplify name of test file for location check on vault creation
|
2022-03-16 15:24:55 +01:00 |
|
Armin Schrenk
|
9b001b5071
|
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
|
2022-03-03 17:45:21 +01:00 |
|
Armin Schrenk
|
14dc026354
|
Cleanup
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
|
2022-03-02 17:24:54 +01:00 |
|
Armin Schrenk
|
fba0df10f9
|
Resolve code smells and a bug
Co-authored-by: sonarcloud <sonarcloud@users.noreply.github.com>
|
2022-03-02 15:28:01 +01:00 |
|
Armin Schrenk
|
f148973bef
|
fix wrong visibillity
|
2022-03-02 14:50:26 +01:00 |
|
Armin Schrenk
|
4f4c992493
|
Further improvements:
* make PARENT_NO_MOUNTPOINT preps system agnostic
* add unit tests for cleanup
|
2022-03-02 14:40:27 +01:00 |
|
Armin Schrenk
|
e15b68fc9b
|
Refactor winfsp mount preps and add unit tests
|
2022-02-28 18:54:01 +01:00 |
|
Armin Schrenk
|
3ff3b1c63e
|
refactor controller:
* fix vault options UI not showing
* rename from "get" to "is" methods in vault options controller
|
2022-02-28 13:03:36 +01:00 |
|
Armin Schrenk
|
55d1a8e935
|
Allow custom mount point for winfsp
|
2022-02-25 13:21:45 +01:00 |
|
JaniruTEC
|
da2d647361
|
Merge pull request #2013 from cryptomator/feature/1888-existing-drive-letter-error
Added error message if user tries to mount to occupied drive
|
2022-01-30 01:38:16 +01:00 |
|
JaniruTEC
|
1641a06d65
|
Renamed NO_PARENT_NO_MOUNT_POINT to UNUSED_ROOT_DIR in MountPointRequirement
|
2022-01-30 01:35:02 +01:00 |
|
KarlKeu00
|
a9846744fe
|
Update JavaFX to 17.0.2 (#2031)
Updating JavaFX inside Maven to 17.0.2 to fix JDK-8275723. This is only relevant for development on a Mac with an M1 processor.
|
2022-01-21 13:16:06 +01:00 |
|
Sebastian Stenzel
|
e1a72c41a5
|
remove unused imports
|
2022-01-19 20:01:48 +01:00 |
|
Sebastian Stenzel
|
4d4098e0e0
|
cleanup
|
2022-01-19 19:49:33 +01:00 |
|
Sebastian Stenzel
|
d52e59d7a4
|
dedup by setting title when setting the scene
|
2022-01-19 19:08:54 +01:00 |
|
Sebastian Stenzel
|
9440fb186f
|
Merge branch 'develop' into feature/simplified-workflow-results,
solving conflict with 5509033
# Conflicts:
# src/main/java/org/cryptomator/ui/keyloading/masterkeyfile/MasterkeyFileLoadingModule.java
|
2022-01-19 17:35:04 +01:00 |
|
Sebastian Stenzel
|
9856792921
|
replaced UserInteractionLock with CompletableFuture in LockWorkflow
|
2022-01-19 17:21:32 +01:00 |
|
JaniruTEC
|
080ddbbb01
|
Applied changes from code review.
|
2022-01-18 02:25:25 +01:00 |
|
httpjamesm
|
f1fdd7960c
|
Update copyright years from 2021 to 2022 to reflect the new year (#2015)
|
2022-01-10 10:01:07 +01:00 |
|
JaniruTEC
|
b7902ad8fd
|
Merge branch 'develop' into feature/1888-existing-drive-letter-error
|
2022-01-09 00:35:32 +01:00 |
|
Armin Schrenk
|
7486fa2167
|
update Third parties license file
|
2022-01-04 16:35:42 +01:00 |
|
Armin Schrenk
|
550903325d
|
Add vault name in unlock window titles
|
2022-01-04 16:35:09 +01:00 |
|
Sebastian Stenzel
|
806ffe704c
|
convert Dagger modules to interfaces
|
2021-12-16 17:09:25 +01:00 |
|
Sebastian Stenzel
|
6ca87d13f5
|
renamed class
|
2021-12-16 17:01:56 +01:00 |
|
Sebastian Stenzel
|
983a4d0b0f
|
move masterkey selection to subcomponent
and use CompletableFuture instead of UserInteractionLock + AtomicReference
|
2021-12-16 17:00:49 +01:00 |
|
Sebastian Stenzel
|
e95853deac
|
make test public, fixing InaccessibleObject error in maven build
|
2021-12-16 16:46:57 +01:00 |
|
Sebastian Stenzel
|
d72d9f533c
|
Replace CharBuffer and char[] instances by destroyable Passphrase
|
2021-12-16 16:41:07 +01:00 |
|
Sebastian Stenzel
|
85a5146d4b
|
wipe pw before losing reference
[ci skip]
|
2021-12-16 13:59:10 +01:00 |
|
Sebastian Stenzel
|
0bece0f591
|
move passphrase entry to subcomponent
and use CompletableFuture instead of UserInteractionLock + AtomicReference
|
2021-12-16 13:56:59 +01:00 |
|
Armin Schrenk
|
196521bfd0
|
Merge tag '1.6.5' into develop
1.6.5
# Conflicts:
# pom.xml
|
2021-12-16 13:33:40 +01:00 |
|
Armin Schrenk
|
9775eaa2a8
|
bump logback to close possible vulnerability
|
2021-12-16 13:31:38 +01:00 |
|
JaniruTEC
|
46a3a4fc11
|
Added error message if user tries to mount to occupied drive.
Fixes #1888
|
2021-12-13 00:46:18 +01:00 |
|
Sebastian Stenzel
|
0fd6e5bbb0
|
fixed code smells
|
2021-12-03 12:17:07 +01:00 |
|
Sebastian Stenzel
|
f277d4d21b
|
fix resource leak
|
2021-12-03 12:10:40 +01:00 |
|
Armin Schrenk
|
919257a99e
|
Bump dagger
|
2021-12-02 11:23:27 +01:00 |
|
Sebastian Stenzel
|
2c42a9573e
|
Merge branch 'develop' into feature/displayName
# Conflicts:
# pom.xml
|
2021-12-02 08:52:40 +01:00 |
|
Cryptobot
|
61d84a0da7
|
New Crowdin updates (#1894)
* New translations strings.properties
[ci skip]
|
2021-12-02 08:45:23 +01:00 |
|
Armin Schrenk
|
b9bbbc1f86
|
Bump javafx
|
2021-11-30 17:02:37 +01:00 |
|
Armin Schrenk
|
13e9775458
|
Closes #1918
|
2021-11-29 17:33:11 +01:00 |
|
Armin Schrenk
|
e9e5df6310
|
Bump dependencies:
* cryptofs
* gson
* logback
Closes #1825
|
2021-11-29 17:31:27 +01:00 |
|
Martin Beyer
|
63b40091ea
|
rename supporterCert WhiteSpace and VaultNameLength methods
|
2021-11-18 12:06:50 +01:00 |
|
Sebastian Stenzel
|
5a735191a4
|
adjust heading
(as it applies to both graceful and forced lock attempts)
|
2021-11-17 14:05:42 +01:00 |
|
Sebastian Stenzel
|
21d342d117
|
Add non-forced retry lock button
|
2021-11-17 14:03:04 +01:00 |
|
Sebastian Stenzel
|
1b43bf395f
|
apply same error handling to "force lock" as well
|
2021-11-17 13:45:43 +01:00 |
|
Armin Schrenk
|
ce9e1184ec
|
bump cryptofs dependency
|
2021-11-09 12:39:45 +01:00 |
|
Armin Schrenk
|
c1c5367e2a
|
closes #1891
|
2021-11-03 11:54:24 +01:00 |
|
Cryptobot
|
9ef9499506
|
New Crowdin updates (#1886)
* New translations strings.properties
[ci skip]
|
2021-11-03 08:58:04 +01:00 |
|
Sebastian Stenzel
|
1ca803691b
|
Revert "increase robustness of vault creation:"
This reverts commit f7fdb87d6d.
|
2021-11-03 08:57:35 +01:00 |
|