JaniruTEC
75ca8a91f8
Merge remote-tracking branch 'upstream/develop' into feature/fuse-on-win
2020-08-19 11:42:55 +02:00
JaniruTEC
6aa14fcfb1
Updated Errorhandling of UnlockWorkflow
2020-08-18 16:57:55 +02:00
Tobias Hagemann
710c7d0da7
added button to main window title if debug mode is enabled, fixes #1065
2020-08-18 16:08:23 +02:00
Tobias Hagemann
841d4eb9c7
updated third-party licenses
2020-08-18 13:59:37 +02:00
JaniruTEC
4110057fa1
Refactored multiple classes
...
Refactored UnlockWorkflow, CustomMountPointChooser, DokanyVolume and UnlockInvalidMountPointController
Changed UnlockWorkflow#handleGenericError() to accept Throwables
Added check for parent to CustomMountPointChooser (when using FUSE on Win)
Removed legacy constant from DokanyVolume
Added asserts to UnlockInvalidMountPointController and UnlockWorkflow
2020-08-16 18:40:11 +02:00
Sebastian Stenzel
3de69021df
New Crowdin updates ( #1255 )
...
[ci skip]
2020-08-14 12:49:55 +02:00
JaniruTEC
430da2b78d
Implemented MPC-System in FuseVolume and DokanyVolume, did refactoring
...
Implemented MPC-System in FuseVolume and DokanyVolume
Removed methods from FuseVol and DokanyVol
Renamed methods
Added chooser logic instead
Added imports for VolumeException to multiple classes
Added support for throwing and handling of InvalidMountPointException from Volume up to UnlockWorkflow (changed method signatures, added try-catchs, etc.)
2020-08-12 23:42:38 +02:00
Tobias Hagemann
69f8c46f15
ui adjustments in vault detail missing
2020-08-12 17:35:11 +02:00
Tobias Hagemann
25195fffe2
added icon to password strength label in new password controller
2020-08-07 17:47:49 +02:00
Tobias Hagemann
0e784a6ffc
also disable finish button in change password if old password field is empty
2020-08-07 17:09:55 +02:00
Tobias Hagemann
351f96fa8b
switch to light theme if donation key has changed and is invalid
2020-08-07 09:30:22 +02:00
Tobias Hagemann
703fb4fb51
fixed 0091c401df (r40816364)
2020-08-06 18:32:57 +02:00
Tobias Hagemann
a975df6f8c
added "Automatic" theme on macOS
2020-08-06 18:30:34 +02:00
Martin Beyer
3bd2a2f911
Fixes #1262 by adding new buttons, if a vault cannot be found
2020-07-29 10:21:16 +02:00
JaniruTEC
1ac6d086bd
Disabled some experimental FUSE Features on Windows
...
Disabled some experimental FUSE Features on Windows unless they are explicitly enabled by using the flag '-Dfuse.experimental="true"'
They are enabled in the default IntelliJ-Config (disabled on Build)
2020-07-28 19:15:56 +02:00
Martin Beyer
0091c401df
Fixes #1267 by binding the settings.preferredVolumeImpl to VolumeImpl.WEBDAV, if preferredVolimeImpl isn't available
2020-07-22 15:26:21 +02:00
JaniruTEC
a1b375316c
Specified the messages of failed UnlockWorkflows
...
Specified the messages of failed UnlockWorkflows by adding the ability to distinguish between the different MountPointRequirements
Translation for all languages but German and Englisch required
2020-07-20 22:06:15 +02:00
JaniruTEC
341a98848d
Modified check of provided mountpoint
...
Changed FuseVolume#checkProvidedMountPoint to handle FUSE on Windows correctly (WinFSP requires the folder to NOT exist...)
2020-07-20 22:00:35 +02:00
JaniruTEC
81bad4eb25
Fixed bug: Some exceptions caused by unlock were not shown
...
If an unmatched exception occurred during unlocking it was neither logged nor shown to the user.
2020-07-09 22:34:57 +02:00
Sebastian Stenzel
d3063c8117
Make sure not to launch the FX app more than once.
2020-07-07 16:01:32 +02:00
Martin Beyer
e831debb94
fixes #1244 by renaming the refresh button and adding a method call
2020-06-30 09:36:46 +02:00
Martin
8d15a6612f
Implements #1244 by adding a small button to regain focus
2020-06-28 11:05:27 +02:00
Sebastian Stenzel
330b1cbf7d
derived resources after dependency update
...
[ci skip]
2020-06-25 17:15:07 +02:00
Sebastian Stenzel
ddc31ac2bb
New Crowdin translations ( #1227 )
...
[ci skip]
2020-06-22 17:08:09 +02:00
Sebastian Stenzel
d3a6964d8f
fixes #1249
2020-06-16 15:02:38 +02:00
Sebastian Stenzel
11e3ee8d90
formatted code
...
[ci skip]
2020-05-27 12:43:18 +02:00
Martin Beyer
f36f9d412c
Fixes #1203
2020-05-27 12:04:34 +02:00
Sebastian Stenzel
675a0b1a73
New Crowdin translations ( #1194 )
...
[ci skip]
2020-05-26 16:50:01 +02:00
Martin Beyer
a2816277bf
Refactor unlock Window in preparation of #1203
2020-05-26 14:00:25 +02:00
Tobias Hagemann
e37f1f914b
some layout adjustments in vault detail
2020-05-26 13:20:47 +02:00
Armin Schrenk
f72035210c
fixing error where vault stays in processing state if unlock is canceld via system close button (window decoration bar)
2020-05-25 13:51:14 +02:00
Martin Beyer
89ef5238ea
Fixes #1218 by setting the maxWidth of each button to Infinity
2020-05-24 12:41:45 +02:00
Armin Schrenk
8198f66c1f
fixes #1208
2020-05-22 12:39:41 +02:00
Armin Schrenk
eb5aa4ee44
remove unnecessary binding
2020-05-22 11:14:35 +02:00
Tobias Hagemann
adb09a0efe
proofread strings
2020-05-20 17:45:54 +02:00
Martin Beyer
241eb8bed5
Implements #1182 By adding a button to forget the saved password
2020-05-20 15:04:33 +02:00
Martin Beyer
842a0d6ff3
Implements #1183 Saved Passwords are indicated
2020-05-20 15:02:53 +02:00
Martin Beyer
3200917df2
Merge remote-tracking branch 'origin/develop' into develop
2020-05-20 14:51:57 +02:00
Martin Beyer
12dcf0647d
Reverted small error in 22859c9ffa to fix#1082
2020-05-20 14:49:12 +02:00
Martin Beyer
22859c9ffa
Fixes #1082 Illegal mount options cannot be selected (WebDav + Windows)
...
By adding the visible and managed flags to the corresponding fxml tags, it is no longer possible to select illegal combinations.
2020-05-20 13:02:14 +02:00
Sebastian Stenzel
29182156df
fixes #1196
2020-05-19 11:21:20 +02:00
Sebastian Stenzel
357d63f398
Added animation to unlock dialog
2020-05-14 10:37:51 +02:00
Sebastian Stenzel
e594bf208d
moved images to subdir
2020-05-14 07:53:51 +02:00
Sebastian Stenzel
2f0de3520a
Refactored KeychainAccess in preparation of #1183 , #1182
2020-05-13 19:59:32 +02:00
Sebastian Stenzel
dad0ad76fb
New Crowdin translations ( #1166 )
...
[ci skip]
2020-05-12 16:20:49 +02:00
Martin Beyer
ab0f175edf
Implemented hyperlink in preferences to reveal log files ( #1184 )
2020-05-12 11:59:22 +02:00
Ralph Plawetzki
8cb9728565
Implement changePassphrase from the secret-service API ( #1191 )
...
Fixes #1189
2020-05-12 07:41:10 +02:00
Ralph Plawetzki
d91d27f2a4
Close unlockScene after entering the phrase and unlocking the vault ( #1186 )
2020-05-12 07:40:38 +02:00
Sebastian Stenzel
b2a6e038ae
Updated secret-service lib to 1.0.0
...
references #1169
2020-05-11 17:34:12 +02:00
Sebastian Stenzel
75f360903c
recheck vault state when focusing window
...
fixes #1190
fixes #1110
fixes #1139
2020-05-11 08:08:15 +02:00