Ralph Plawetzki
|
1101a7574c
|
Beautify the code
|
2022-09-20 20:12:44 +02:00 |
|
Ralph Plawetzki
|
30de04e291
|
Move CheckBox (injected from JavaFX) below the final fields (injected by Dagger)
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
2e3d2e86e2
|
Cut off the application from accessing keychains at the earliest point possible
as suggested in the discussion to #2445
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
78cf082096
|
Rename properties as suggested in the discussion to #2445
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
64c90f8107
|
Move checkbox to the front and rename members
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
b34bf6f161
|
Handle further queries of the backend for disabled keyrings
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
17d3d7307d
|
Wire disable all keyrings setting checkbox to the KeychainManager
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
e6c7fed662
|
Add disable all keyrings setting checkbox
and connect it to the settings file
|
2022-09-20 20:12:42 +02:00 |
|
Ralph Plawetzki
|
23fad16742
|
Revert "Add disable all keyrings setting checkbox"
This reverts commit d037c6bc140495b5469c2a25ae2a7a2752bc35dc.
|
2022-09-20 20:12:42 +02:00 |
|
Ralph Plawetzki
|
ec794cdca2
|
Add disable all keyrings setting checkbox
and connect it to the settings file
|
2022-09-20 20:12:42 +02:00 |
|
Ralph Plawetzki
|
8290df9ea6
|
Pass on CLI parameters for Cryptomator started as an AppImage or installed from PPA
Fixes #2301
|
2022-08-01 18:17:41 +02:00 |
|
 Ralph PlawetzkiandSebastian Stenzel
|
a32f5bb6d9
|
Use updated Cryptomator screenshots (1.6.5)
They do appstream-util validate
|
2022-03-07 11:59:54 +01:00 |
|
Ralph Plawetzki
|
d4e0b4d07d
|
Change to 1.1.0-beta1 for now, so CI can load the dependency
|
2021-10-08 12:13:28 +02:00 |
|
Ralph Plawetzki
|
445cb7e242
|
Pass the name of the vault on changing a passphrase
|
2021-10-06 18:32:15 +02:00 |
|
Ralph Plawetzki
|
54a005a5c9
|
Pass the name of the vault on storing a passphrase
|
2021-10-06 18:32:14 +02:00 |
|
 Ralph PlawetzkiandGitHub
|
2e1f33ca82
|
Fix instructions for building (#1682)
|
2021-06-06 21:56:28 +02:00 |
|
  
|
7b689c6b78
|
Keychain is locked (#1550)
Fixes #1526
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
Co-authored-by: Sebastian Stenzel <sebastian.stenzel@gmail.com>
|
2021-06-02 14:24:51 +02:00 |
|
 Ralph PlawetzkiandGitHub
|
f675bd5017
|
Feature/change password backend 2 (#1375)
* Add option to choose from available password backends on Linux
Implements #1301
|
2020-11-02 08:19:26 +01:00 |
|
Ralph Plawetzki
|
92321a7569
|
Remove unneeded access modifier
|
2020-10-08 12:57:50 +02:00 |
|
Ralph Plawetzki
|
cae86cd71f
|
Get more information logged in case something goes wrong
|
2020-10-07 18:55:18 +02:00 |
|
Ralph Plawetzki
|
667617b480
|
Update kdewallet to latest 1.1.1
|
2020-10-07 18:32:16 +02:00 |
|
Ralph Plawetzki
|
c5a3b29554
|
Make logger static
|
2020-09-16 18:56:54 +02:00 |
|
Ralph Plawetzki
|
ae957c2588
|
Print error message instead of stacktrace
Fixes #1345
|
2020-09-16 06:55:37 +02:00 |
|
Ralph Plawetzki
|
8a3c101764
|
Merge remote branch 'cryptomator/develop' into access-kde-wallets
|
2020-08-21 19:30:46 +02:00 |
|
Ralph Plawetzki
|
3bf2b499a7
|
Reverse order to initialize backend
The GNOME keyring feature was implemented first and we don't want to confuse users who used it before
|
2020-08-14 07:40:46 +02:00 |
|
Ralph Plawetzki
|
b1c66b181d
|
Depend on kdewallet 1.0.1, hence dbus-java 3.2.3
that fixes issues when dealing with multiple signals of the same name but different signatures
|
2020-08-09 11:18:17 +02:00 |
|
Ralph Plawetzki
|
100b836979
|
Adjust buildkit to exclude kdewallet for Windows and macOS
|
2020-08-07 18:49:07 +02:00 |
|
Ralph Plawetzki
|
817907c25a
|
Add access functionality for KDE kwallets
|
2020-08-07 18:32:54 +02:00 |
|
 Ralph PlawetzkiandGitHub
|
8cb9728565
|
Implement changePassphrase from the secret-service API (#1191)
Fixes #1189
|
2020-05-12 07:41:10 +02:00 |
|
 Ralph PlawetzkiandGitHub
|
d91d27f2a4
|
Close unlockScene after entering the phrase and unlocking the vault (#1186)
|
2020-05-12 07:40:38 +02:00 |
|
Ralph Plawetzki
|
1aec6ef877
|
Include required jar files for secret-service in Linux build
|
2019-06-29 15:34:15 +02:00 |
|
Ralph Plawetzki
|
5217546f73
|
Isolate SimpleCollection via an interface and avoid imports for it
This is needed on other platforms than Linux to avoid class loading problems on runtime in case secret-service.jar is missing
|
2019-06-29 15:31:22 +02:00 |
|
Ralph Plawetzki
|
63383866ea
|
Add access functionality for Gnome login keyring
|
2019-06-29 15:28:26 +02:00 |
|
Ralph Plawetzki
|
31dd78ee28
|
Fixes https://github.com/cryptomator/cryptomator/issues/887
Set text in password field to null when they get swiped
|
2019-05-18 13:27:29 +02:00 |
|