Async MAC authentication for HTTP range requests. Fixes #38

This commit is contained in:
Sebastian Stenzel
2015-03-09 16:32:59 +01:00
parent 0994e7bb39
commit c1dd902a10
12 changed files with 187 additions and 20 deletions
@@ -14,12 +14,12 @@
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Button?>
<VBox alignment="CENTER" prefHeight="225.0" prefWidth="400.0" spacing="12.0" fx:controller="org.cryptomator.ui.controllers.MacWarningsController" xmlns:fx="http://javafx.com/fxml">
<VBox alignment="CENTER" prefHeight="225.0" prefWidth="525.0" spacing="12.0" fx:controller="org.cryptomator.ui.controllers.MacWarningsController" xmlns:fx="http://javafx.com/fxml">
<padding><Insets top="12.0" right="12.0" bottom="12.0" left="12.0"/></padding>
<children>
<Label text="%macWarnings.message" />
<Label textAlignment="CENTER" text="%macWarnings.message"/>
<ListView fx:id="warningsList" VBox.vgrow="ALWAYS" focusTraversable="false" />
<Button text="%macWarnings.okButton" defaultButton="true" prefWidth="150.0" onAction="#hideWindow" />
</children>
@@ -48,9 +48,9 @@ unlocked.button.lock=Lock vault
unlocked.ioGraph.yAxis.label=Throughput (MiB/s)
# mac_warnings.fxml
macWarnings.windowTitle=Mac authentication failed
macWarnings.message=The following files may be corrupted
macWarnings.okButton=Dismiss warning
macWarnings.windowTitle=MAC authentication failed
macWarnings.message=Cryptomator detected potentially malicious corruptions in the following files:
macWarnings.okButton=I'll be careful
# tray icon
tray.menu.open=Open