Armin Schrenk
afa0cfeafb
Replace lock failed dialogue stub and integrate it into workflow
2020-11-20 12:23:18 +01:00
Armin Schrenk
19e24ba12c
refactor structure of LockWorkflow class
2020-11-20 12:22:26 +01:00
Armin Schrenk
c47ce2c730
clean up
2020-11-20 11:25:39 +01:00
Armin Schrenk
4db57cc0dc
Further improvements:
...
* adding Log messages
* change lock workflow to type of Task<Void>
* set vault state based solely on task state
* replaced dialogue stubs with real text
2020-11-19 16:31:16 +01:00
Armin Schrenk
432a9a27f1
Add forceLock Dialogue:
...
* integrate it in workflow if normal lock throws exception
* add stubs if also forced lock fails
2020-11-19 12:52:16 +01:00
Armin Schrenk
57bfa3276d
Integrate new lockWorkflow into application (gui and tray)
2020-11-19 11:42:00 +01:00
Armin Schrenk
c44911dcac
Prepare strucutre and classes for lock workflow
2020-11-18 17:16:58 +01:00
Armin Schrenk
bcf2a3d20c
Setting default onFailed handler in lock tasks
2020-11-18 17:16:43 +01:00
JaniruTEC
422ce4a387
Moved actual choosing of MPCs to MountPointHelper
2020-11-18 16:27:43 +01:00
JaniruTEC
21387bd76c
Renamed IrregularUnmountCleaner to MountPointHelper
2020-11-18 16:18:31 +01:00
JaniruTEC
52cd560cb2
Generifyed #chooseMountPoint()
2020-11-18 16:09:09 +01:00
JaniruTEC
6c440dfbbb
Re-Added check for non-emtpy dirs
2020-11-18 15:53:33 +01:00
Sebastian Stenzel
a074450452
Merge branch 'master' into develop
2020-11-18 15:03:37 +01:00
Sebastian Stenzel
b781cf6f25
Merge branch 'hotfix/1.5.10'
1.5.10
2020-11-18 15:03:11 +01:00
Sebastian Stenzel
9b653f488b
Merge branch 'develop' into hotfix/1.5.10
2020-11-18 15:02:33 +01:00
Armin Schrenk
17c580267f
prevent race conditions
2020-11-18 14:35:16 +01:00
Sebastian Stenzel
490d1b8f87
cancel unlock workflow, if closing window with shortcut
2020-11-18 14:21:18 +01:00
Armin Schrenk
b0ad86f16b
Perform cleanup of tmp mount points dir only once.
2020-11-18 14:07:34 +01:00
Sebastian Stenzel
df2b4ac086
cleanup
2020-11-18 13:17:35 +01:00
Sebastian Stenzel
aee4ececba
Merge branch 'fix/1409' into hotfix/1.5.10
...
fixes #1409
2020-11-18 13:16:36 +01:00
Sebastian Stenzel
b2992aa6ae
Merge branch 'fix/1408' into hotfix/1.5.10
...
fixes #1408
# Conflicts:
# main/buildkit/pom.xml
# main/commons/pom.xml
# main/launcher/pom.xml
# main/pom.xml
# main/ui/pom.xml
2020-11-18 13:16:19 +01:00
Sebastian Stenzel
4c546d281a
Bumped version
2020-11-18 13:15:33 +01:00
Sebastian Stenzel
c90e445a67
Removed -Dcryptomator.mountPointsDir="/Volumes/" from macOS run profiles
...
[ci skip]
2020-11-18 13:10:01 +01:00
Sebastian Stenzel
d3c2b0509e
Lazily call IrregularUnmountCleaner from (and only from!) TemporaryMountPointChooser
2020-11-18 13:08:48 +01:00
Sebastian Stenzel
c6d1c2ca6b
added MacVolumeMountChooser and refactored "priority" of mount point choosers: now all priorities are set in MountPointChooserModule (as a map key)
2020-11-18 13:07:12 +01:00
Sebastian Stenzel
86dec80726
avoid weird iteration counter manipulation
2020-11-18 10:33:04 +01:00
JaniruTEC
9083976989
Fixed #1409 by addig an additonal check
2020-11-18 00:46:24 +01:00
JaniruTEC
d9c5d76417
Fixed irregular quoting
2020-11-17 22:41:41 +01:00
JaniruTEC
c19c3754c6
Fixed high-spirited concatenation
2020-11-17 22:27:41 +01:00
JaniruTEC
947e0e2369
Fixed #1408
2020-11-17 22:00:41 +01:00
JaniruTEC
6eca8f2e0c
Added support for quote escaped values for mount arguments
2020-11-17 21:56:43 +01:00
Sebastian Stenzel
9f61ad1941
Merge branch 'master' into develop
...
[ci skip]
2020-11-17 17:03:40 +01:00
Sebastian Stenzel
41492a951a
Merge branch 'release/1.5.9'
1.5.9
2020-11-17 17:02:14 +01:00
Sebastian Stenzel
cbbfec5531
Merge branch 'develop' into release/1.5.9
1.5.9-beta2
2020-11-16 17:16:54 +01:00
Sebastian Stenzel
d7a4dff080
New Crowdin updates ( #1401 )
...
New translations strings.properties
[ci skip]
2020-11-16 17:15:37 +01:00
Armin Schrenk
8e56218fbb
Update launcher-linux.sh
...
drastically reducing the allowed stacksize to 2m
2020-11-11 17:13:11 +01:00
Sebastian Stenzel
9c40386106
fix CI release build
1.5.9-beta1
2020-11-10 12:54:01 +01:00
Sebastian Stenzel
c865805f55
Preparing 1.5.9
2020-11-10 12:41:10 +01:00
Sebastian Stenzel
8e352301cd
New Crowdin updates ( #1392 )
...
[ci skip]
2020-11-10 12:39:15 +01:00
Armin Schrenk
52db1e8bdd
Merge pull request #1396 from cryptomator/feature/#1013-#1061-cleanupAndInformation
2020-11-10 12:33:23 +01:00
Armin Schrenk
1947623be8
final cleanup:
...
* renamed methods
* apply code style
2020-11-10 12:24:49 +01:00
Armin Schrenk
4f8602684d
Merge branch 'develop' into feature/#1013-#1061-cleanupAndInformation
2020-11-10 12:08:23 +01:00
Armin Schrenk
75f66e40bf
Add additional mountName crunching to be urlconform when WebDAV is used
2020-11-10 12:05:30 +01:00
Sebastian Stenzel
73587437cb
fixes #1400
2020-11-10 08:27:47 +01:00
Sebastian Stenzel
18f6e70bba
Merge branch 'develop' of https://github.com/cryptomator/cryptomator into develop
...
# Conflicts:
# main/ui/src/main/resources/i18n/strings.properties
2020-11-09 17:53:18 +01:00
Sebastian Stenzel
e067b94aca
fixed labels
2020-11-09 17:52:48 +01:00
Armin Schrenk
b04d5669fb
Format lables the same way
2020-11-09 17:40:57 +01:00
Armin Schrenk
ad44af338d
Merge pull request #1399 from cryptomator/feature/io-stats
...
closes #1070
2020-11-09 17:20:10 +01:00
Sebastian Stenzel
4f4ddbc3e0
allow GCing of Stats Window while remaining reusability and preventing opening multiple windows per vault
2020-11-09 13:49:28 +01:00
Sebastian Stenzel
4e9af1c713
cleanup
2020-11-09 13:12:42 +01:00