Sebastian Stenzel
d087a5fdde
derive masterkey from received ECIES params
2021-08-09 23:03:36 +02:00
Sebastian Stenzel
43dbdb3e8f
prepare local webserver for cross-origin requests
2021-08-09 18:11:44 +02:00
Sebastian Stenzel
d938b1c3f7
keep window open while waiting for http callback
2021-07-30 16:55:05 +02:00
Sebastian Stenzel
59eda3159b
Merge branch 'develop' into feature/hub
2021-07-30 14:04:07 +02:00
Sebastian Stenzel
fa5248c781
fix weird fxml bug with spinner, remove redundant functionality from autoanimator
2021-07-30 14:03:45 +02:00
Sebastian Stenzel
7fabc6f52d
spawn server listening on localhost, used for oauth redirect_uri
2021-07-29 16:57:28 +02:00
Sebastian Stenzel
b21ea61342
add first draft for hub+http / hub+https keyloading scheme
2021-07-28 17:29:44 +02:00
Sebastian Stenzel
2952733a11
add PKCS12 support for on-demand creation and storage of an EC keypair
2021-07-28 17:04:12 +02:00
Sebastian Stenzel
8896723ff2
fix broken passwordsMatchAndSufficientProperty which didn't update more than once
2021-07-28 16:57:54 +02:00
Armin Schrenk
9b57c8fc71
Animate spinner in health check
2021-07-26 18:55:28 +02:00
Armin Schrenk
c81ef1c109
Feature/simple spinning ( #1728 )
...
* Define discrete rotation animation
* New class FontAwesome5Spinner extending FontAwesome5IconView, animated
* New class AutoAnimator to play Animation on a Node conditionally
* Replace all occurences of Progress Indicator with FontAwesome5Spinner
* Spin spinner icon in processing vault state
* remove undocumented progress indicator styling
2021-07-26 18:40:55 +02:00
Armin Schrenk
2aa17edd8c
Merge pull request #1712 from cryptomator/feature/improve-health-check
...
Refactor health check to improve UX
2021-07-26 18:33:40 +02:00
Armin Schrenk
2d5a65b953
removing dummy checks
2021-07-26 18:09:42 +02:00
Armin Schrenk
37ff638361
Apply more code review suggestion:
...
* use more specific localization key
* decouple internal localized error message from external localization
2021-07-26 16:57:24 +02:00
Armin Schrenk
4672a23344
Apply suggestions from code review regarding localization. [ci skip]
...
Co-authored-by: Tobias Hagemann <tobias.hagemann@skymatic.de >
2021-07-26 16:03:28 +02:00
Armin Schrenk
d2a3ce2474
Catch UnlockCancelled exception during unlock of health check
2021-07-26 12:41:48 +02:00
Armin Schrenk
65b4fef7e8
Further adjusting checkstate icon view style
2021-07-26 10:04:50 +02:00
Sebastian Stenzel
bd87defe29
Resiliency fixes for missing integrations-api implementation
2021-07-23 09:23:08 +02:00
Armin Schrenk
2edbd2a7e2
Set correct styleclass for a skipped or cancelled check for right coloring
2021-07-21 18:04:41 +02:00
Sebastian Stenzel
27a7c8323b
dedup
2021-07-21 12:30:23 +02:00
Sebastian Stenzel
b5fcfec4a4
further CSS fixes (TODO glyph-icon classes are misused frequently to simply set a fill...)
2021-07-21 12:26:10 +02:00
Sebastian Stenzel
d3cf199741
cleanup
2021-07-21 11:58:57 +02:00
Sebastian Stenzel
9f7c69388c
make the view depend on state, not on another view
2021-07-21 11:36:41 +02:00
Sebastian Stenzel
7a1b1292ae
fix css instead of defining style from within code
2021-07-21 09:57:56 +02:00
Armin Schrenk
4a8dbfbc15
Code review suggestion
...
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com >
2021-07-20 12:17:08 +02:00
Armin Schrenk
6ed7ed61b3
enrich DummyChecks with some mock results
2021-07-20 12:14:06 +02:00
Armin Schrenk
ffe4201921
Add tooltip for fix icon.
2021-07-20 12:02:50 +02:00
Sebastian Stenzel
d7c70ed841
install non-modular linux keychain libs to libs instead of mods
2021-07-20 00:27:49 +02:00
Sebastian Stenzel
7efdc41edc
removed unused requirement (related to #1589 )
2021-07-19 22:40:37 +02:00
Armin Schrenk
3df688236d
minor ui fixes
2021-07-19 18:03:28 +02:00
Armin Schrenk
f907e2d033
delocalize check names
2021-07-19 16:45:10 +02:00
Armin Schrenk
38c4b3c4a3
Merge branch 'develop' into feature/improve-health-check
...
# Conflicts:
# src/main/java/org/cryptomator/ui/health/HealthCheckTask.java
# src/main/java/org/cryptomator/ui/health/ReportWriter.java
# src/main/resources/fxml/health_check_list.fxml
# src/main/resources/fxml/vault_options.fxml
2021-07-19 16:44:43 +02:00
Sebastian Stenzel
6da26b09b6
Merge pull request #1688 from cryptomator/feature/modular
...
Add module-info.java
2021-07-19 16:08:45 +02:00
Sebastian Stenzel
1ab4aa94b3
Merge branch 'develop' into feature/modular
2021-07-19 15:54:02 +02:00
Sebastian Stenzel
397061a6e7
dependency update
2021-07-19 15:52:40 +02:00
Tobias Hagemann
8d9dc3bd90
Update README.md
...
[ci skip]
2021-07-17 12:35:50 +02:00
Sebastian Stenzel
1ccce71abc
Revert "no need for wysiwyg in this plain list"
...
This reverts commit 0db2aac7b5 .
2021-07-16 12:43:01 +02:00
Sebastian Stenzel
0db2aac7b5
no need for wysiwyg in this plain list
...
[ci skip]
2021-07-16 10:14:41 +02:00
Sebastian Stenzel
79a2d00eb6
adjusted bug report templates
...
[ci skip]
2021-07-16 10:11:14 +02:00
Armin Schrenk
747ebaea7c
localize health check
2021-07-15 16:50:20 +02:00
Armin Schrenk
97c52d788c
fit result list to window size
2021-07-15 12:55:43 +02:00
Armin Schrenk
3f76a04b38
Refactor CheckListCell to display ellipsis rather than allow horizontal scrolling
2021-07-15 12:48:39 +02:00
Armin Schrenk
8d9c33f7df
Relayout health start
2021-07-15 11:59:42 +02:00
Sebastian Stenzel
44cadce23d
Merge branch 'develop' into feature/modular
2021-07-15 11:58:44 +02:00
Sebastian Stenzel
9eaf700b87
Merge pull request #1719 from cryptomator/feature/1589-unix-sockets
...
Changed IPC to Unix domain sockets, fixes #1589 , fixes #1716
2021-07-15 11:42:46 +02:00
Sebastian Stenzel
8271428d64
cleanup
2021-07-15 08:36:37 +02:00
Sebastian Stenzel
fe84783fac
add shutdown hook to make sure ipc socket gets cleaned up even in event of fire
2021-07-14 17:54:08 +02:00
Armin Schrenk
a71e344036
ui adjustments & code cleanup
2021-07-14 17:33:29 +02:00
Sebastian Stenzel
7d3678dc36
adjusted logging
2021-07-14 17:23:08 +02:00
Sebastian Stenzel
de07c0aa9a
Merge branch 'develop' into feature/1589-unix-sockets
...
# Conflicts:
# src/main/java/org/cryptomator/launcher/Cryptomator.java
2021-07-14 17:22:16 +02:00