Tobias Hagemann
|
9c83baabd5
|
fixes #1740
|
2021-09-22 09:25:16 +02:00 |
|
JaniruTEC
|
3e216ed0ac
|
Added error codes to error screen (#1741)
Added error codes based on a translation of GeneratedErrorCode.kt (Cryptomator Android) into Java:
Source of GeneratedErrorCode.kt: 3ae90ab521/presentation/src/main/java/org/cryptomator/presentation/logging/GeneratedErrorCode.kt
Co-authored-by: Sebastian Stenzel <sebastian.stenzel@gmail.com>
|
2021-09-21 17:41:54 +02:00 |
|
Armin Schrenk
|
0b488efbb3
|
remove another convinience method from vault class
|
2021-09-21 16:15:53 +02:00 |
|
Armin Schrenk
|
ae2ad6e00f
|
Replace ObjectProperty with atomicRef to prevent problems with background reloading
|
2021-09-21 12:32:36 +02:00 |
|
Armin Schrenk
|
76811f92e6
|
Improve error handling:
* Vault only returns the confiCache
* cache has safe and unsafe method to get config
|
2021-09-21 12:28:41 +02:00 |
|
Armin Schrenk
|
1fbd07b4a6
|
Refine impl:
* rename wrapper to cache
* reset the cache to null if error during config loading happens
* always set the the cache in the vault obj
|
2021-09-20 15:34:53 +02:00 |
|
Martin Beyer
|
21774784a1
|
Reduce ResizeRegion to 6px, only save positions at MouseRelease
|
2021-09-17 18:51:09 +02:00 |
|
Martin Beyer
|
4a13b4145d
|
Use javaFx-graphics for display information
|
2021-09-17 17:46:54 +02:00 |
|
Martin Beyer
|
cf17a3f9ca
|
Saving settings on Drag release
|
2021-09-17 17:44:26 +02:00 |
|
Martin Beyer
|
560513d7e8
|
Rearrange Imports
|
2021-09-17 15:54:45 +02:00 |
|
Sebastian Stenzel
|
407718d0a1
|
fixes #1789
|
2021-09-16 10:02:38 +02:00 |
|
Armin Schrenk
|
a0fd6618a7
|
Change logic on how the config wrapper is injected
|
2021-09-03 12:25:26 +02:00 |
|
Armin Schrenk
|
09a2f76e15
|
remove startFail controller entirely
|
2021-09-03 12:02:45 +02:00 |
|
Armin Schrenk
|
a457355a25
|
allow drive letters A and B as mount targets
|
2021-08-31 10:04:42 +02:00 |
|
Martin Beyer
|
947344e5bc
|
remove border color, reduce default cursor size, enforce minWidth of 650
|
2021-08-30 17:13:46 +02:00 |
|
Armin Schrenk
|
2f32ab1376
|
fix bug, where password is not saved to keychain
|
2021-08-30 13:19:40 +02:00 |
|
Armin Schrenk
|
460e6528bf
|
Eagerly load vault config:
* wrap (re-)loading in new class
* assume existence of config in certain vault states
* deprecate classes which are not used anymore
|
2021-08-26 21:12:07 +02:00 |
|
Martin Beyer
|
348b015bdc
|
reformat to use fxml to trigger resizing
|
2021-08-26 17:56:20 +02:00 |
|
Martin Beyer
|
903e022d29
|
change from LOG.debug "init..." to LOG.trace
|
2021-08-26 17:22:11 +02:00 |
|
Martin Beyer
|
e5f66281c2
|
centering window as before, renaming
|
2021-08-26 17:20:53 +02:00 |
|
Martin Beyer
|
21f45d43f7
|
remove dead code
|
2021-08-26 11:15:19 +02:00 |
|
Martin Beyer
|
72286de9fe
|
minor string rewriting
|
2021-08-26 10:46:28 +02:00 |
|
Martin Beyer
|
981902409c
|
calculate new position on display configuration change
|
2021-08-26 10:33:31 +02:00 |
|
Martin Beyer
|
6b4ea9a9eb
|
fix fullscreen binding
|
2021-08-25 11:31:29 +02:00 |
|
Martin Beyer
|
957640b1ba
|
block moving and resizing in fullscreen
|
2021-08-24 19:21:53 +02:00 |
|
Martin Beyer
|
31ca102263
|
update position in settings when moving
|
2021-08-24 19:09:27 +02:00 |
|
Martin Beyer
|
7df028b0b8
|
add top, right, bottom and left resizer
|
2021-08-24 18:52:55 +02:00 |
|
Martin Beyer
|
03eebfe486
|
add double click on titleBar to min/maximize application
|
2021-08-24 18:03:55 +02:00 |
|
Martin Beyer
|
58d65c609f
|
set the position on illegal position
|
2021-08-24 17:38:01 +02:00 |
|
Martin Beyer
|
b529764eb4
|
remove max width and max heigth
|
2021-08-24 17:37:15 +02:00 |
|
Sebastian Stenzel
|
e5509bd63f
|
load certain services from jars located in plugin dir
|
2021-08-24 16:33:05 +02:00 |
|
Martin Beyer
|
4223d15c08
|
set stored window size to initial window size
|
2021-08-24 16:23:46 +02:00 |
|
Martin Beyer
|
396b541cd2
|
safe position settings
|
2021-08-24 15:36:10 +02:00 |
|
Sebastian Stenzel
|
346ce67bc4
|
add "unauthorized device" scene
|
2021-08-24 14:43:26 +02:00 |
|
Sebastian Stenzel
|
1477bf07a9
|
use public key hash as device id
|
2021-08-24 13:59:51 +02:00 |
|
Sebastian Stenzel
|
056990151a
|
adjusted vault config
|
2021-08-24 12:39:29 +02:00 |
|
Sebastian Stenzel
|
fa86d890fe
|
use application-global device key that requires a system keychain
|
2021-08-20 17:16:07 +02:00 |
|
Armin Schrenk
|
e811f5313d
|
fixes #1755
use system property instead of package version
|
2021-08-19 12:23:00 +02:00 |
|
Sebastian Stenzel
|
5922743f19
|
removed dead code
[ci skip]
|
2021-08-17 16:52:28 +02:00 |
|
Sebastian Stenzel
|
afc853f5f5
|
append device registration params to hub url
|
2021-08-13 21:41:43 +02:00 |
|
Sebastian Stenzel
|
be8243d9d1
|
cleanup
|
2021-08-13 21:41:10 +02:00 |
|
Sebastian Stenzel
|
1322b872b6
|
adjusted to new vault config format and unlock status codes
|
2021-08-13 19:59:31 +02:00 |
|
Armin Schrenk
|
1e2b80d02b
|
remove leftovers from autolock tab
|
2021-08-13 15:32:57 +02:00 |
|
Sebastian Stenzel
|
e865eaf412
|
added quick & dirty device registration
|
2021-08-12 17:38:50 +02:00 |
|
Sebastian Stenzel
|
a3a96496b6
|
use new auth flow
talking directly to Authorization Server and Resource Server instead of web frontend
|
2021-08-12 16:18:22 +02:00 |
|
Sebastian Stenzel
|
75644a35ec
|
cleanup
[ci skip]
|
2021-08-12 12:19:09 +02:00 |
|
Sebastian Stenzel
|
ec09413575
|
renamed controller
|
2021-08-12 12:18:36 +02:00 |
|
Sebastian Stenzel
|
f9c2807ce1
|
added basic OAuth 2.0 Authorization Code Flow + PKCE impl
|
2021-08-12 10:54:58 +02:00 |
|
Sebastian Stenzel
|
8075d33d39
|
fix key/iv extraction from sharedSecret
|
2021-08-11 16:13:14 +02:00 |
|
Sebastian Stenzel
|
d7dcc46988
|
spec correction
[ci skip]
|
2021-08-10 13:23:29 +02:00 |
|