Sebastian Stenzel
|
9ed7438f05
|
bump zxcvbn4j version, fixes #979
|
2022-04-05 08:00:05 +02:00 |
|
Sebastian Stenzel
|
508b9f5c64
|
test if bundle for supported locales exist and are not empty
|
2022-04-04 15:57:01 +02:00 |
|
Sebastian Stenzel
|
d10c8fcf17
|
amend settings deserialization test
|
2022-04-04 15:13:27 +02:00 |
|
Sebastian Stenzel
|
dc6b5774b8
|
Merge branch 'develop' into feature/javafx-launcher
# Conflicts:
# pom.xml
|
2022-03-31 08:55:49 +02:00 |
|
Sebastian Stenzel
|
e907360419
|
refactored launcher, deleted UiLauncherModule
component graph is now: Main → FxApplicationComponent → Tray, MainWindow, etc
|
2022-03-29 20:39:46 +02:00 |
|
Armin Schrenk
|
ef6f87bb19
|
Fixes #2126
Remove deprecated env variable
|
2022-03-29 17:24:01 +02:00 |
|
Sebastian Stenzel
|
8fa562aa60
|
bumped dependencies
|
2022-03-23 10:42:20 +01:00 |
|
Sebastian Stenzel
|
6bad74720f
|
Merge branch 'develop' into feature/simplified-workflow-results
|
2022-03-21 13:56:24 +01:00 |
|
 Armin SchrenkandSebastian Stenzel
|
9b001b5071
|
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
|
2022-03-03 17:45:21 +01:00 |
|
 Armin Schrenkandsonarcloud
|
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 |
|
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 |
|
 
|
921dd8fe67
|
Add query to redirection to provide more context in the frontend (#1973)
Co-authored-by: Sebastian Stenzel <sebastian.stenzel@gmail.com>
|
2021-12-10 13:42:37 +01:00 |
|
Sebastian Stenzel
|
0110e5bedd
|
added JWE decryption helper
|
2021-12-09 14:02:39 +01:00 |
|
Sebastian Stenzel
|
5924e443fb
|
Merge branch 'develop' into feature/hub
# Conflicts:
# .idea/runConfigurations/Cryptomator_Linux.xml
# .idea/runConfigurations/Cryptomator_Linux_Dev.xml
# .idea/runConfigurations/Cryptomator_Windows.xml
# .idea/runConfigurations/Cryptomator_Windows_Dev.xml
# .idea/runConfigurations/Cryptomator_macOS.xml
# .idea/runConfigurations/Cryptomator_macOS_Dev.xml
# pom.xml
|
2021-11-02 15:53:23 +01:00 |
|
Sebastian Stenzel
|
5c98fe4145
|
fixed accessibility issue
|
2021-10-25 19:50:39 +02:00 |
|
Sebastian Stenzel
|
9b79e9e69e
|
fixed second part of error code (#1741)
|
2021-10-25 19:34:45 +02:00 |
|
Sebastian Stenzel
|
1015542629
|
adjust to latest API
|
2021-09-27 13:31:05 +02:00 |
|
 
|
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: https://github.com/cryptomator/android/blob/3ae90ab521a4aa69f394c0490f27e9db6106ce0e/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 |
|
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 |
|
Sebastian Stenzel
|
1322b872b6
|
adjusted to new vault config format and unlock status codes
|
2021-08-13 19:59:31 +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
|
f9c2807ce1
|
added basic OAuth 2.0 Authorization Code Flow + PKCE impl
|
2021-08-12 10:54:58 +02:00 |
|
Sebastian Stenzel
|
01b2b47823
|
Switching to P-384 + X9.63 KDF SHA-256 + AES-GCM
|
2021-08-10 12:36:22 +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
|
2952733a11
|
add PKCS12 support for on-demand creation and storage of an EC keypair
|
2021-07-28 17:04:12 +02:00 |
|
Sebastian Stenzel
|
c10a909ea4
|
attempt to fix socket on Windows
|
2021-07-14 12:45:09 +02:00 |
|
Sebastian Stenzel
|
80874ea199
|
fixed test
|
2021-07-13 18:21:49 +02:00 |
|
Sebastian Stenzel
|
755eb70ae8
|
Use UNIX Sockets for IPC
|
2021-07-13 18:18:38 +02:00 |
|
JaniruTEC
|
e1d83c996e
|
Fixed independent spelling mistakes
Added @SuppressWarnings("SpellCheckingInspection") to binary data (e.g. keys) or deliberately misspelled strings
|
2021-06-12 01:45:31 +02:00 |
|
Sebastian Stenzel
|
f10d2b713b
|
made tests public to avoid reflection and "open modules"
see also https://issues.apache.org/jira/browse/SUREFIRE-1909
|
2021-06-09 10:14:08 +02:00 |
|
 Sebastian StenzelandGitHub
|
7fac6da448
|
Single maven module (#1676)
combined all sources into single maven module
|
2021-06-04 20:09:10 +02:00 |
|