add first draft for hub+http / hub+https keyloading scheme

This commit is contained in:
Sebastian Stenzel
2021-07-28 17:29:44 +02:00
parent 2952733a11
commit b21ea61342
20 changed files with 598 additions and 7 deletions

View File

@@ -47,6 +47,7 @@ module org.cryptomator.desktop {
opens org.cryptomator.ui.forgetPassword to javafx.fxml;
opens org.cryptomator.ui.fxapp to javafx.fxml;
opens org.cryptomator.ui.health to javafx.fxml;
opens org.cryptomator.ui.keyloading.hub to javafx.fxml;
opens org.cryptomator.ui.keyloading.masterkeyfile to javafx.fxml;
opens org.cryptomator.ui.mainwindow to javafx.fxml;
opens org.cryptomator.ui.migration to javafx.fxml;