diff --git a/dev/Component/EmailAddresses.js b/dev/Component/EmailAddresses.js index 12eecd41c..e6257261f 100644 --- a/dev/Component/EmailAddresses.js +++ b/dev/Component/EmailAddresses.js @@ -18,7 +18,7 @@ export class EmailAddressesComponent { const self = this, input = createElement('input',{type:"text", list:datalist.id, - autocomplete:"off", autocorrect:"off", autocapitalize:"off", spellcheck:"false"}), + autocomplete:"off", autocorrect:"off", autocapitalize:"off"}), // In Chrome we have no access to dataTransfer.getData unless it's the 'drop' event // In Chrome Mobile dataTransfer.types.includes(contentType) fails, only text/plain is set validDropzone = () => dragAddress?.li.parentNode !== self.ul, diff --git a/dev/Component/TextArea.js b/dev/Component/TextArea.js index bc2ad55a9..f9eedffcb 100644 --- a/dev/Component/TextArea.js +++ b/dev/Component/TextArea.js @@ -8,6 +8,5 @@ export class TextAreaComponent extends AbstractInput { super(params); this.rows = params.rows || 5; - this.spellcheck = !!params.spellcheck; } } diff --git a/plugins/change-password/templates/SettingsChangePassword.html b/plugins/change-password/templates/SettingsChangePassword.html index ac0e62d20..83f9bd215 100644 --- a/plugins/change-password/templates/SettingsChangePassword.html +++ b/plugins/change-password/templates/SettingsChangePassword.html @@ -1,19 +1,19 @@
-
+
-
-
@@ -22,7 +22,7 @@
-
@@ -37,5 +37,5 @@
-
+
diff --git a/plugins/two-factor-auth/index.php b/plugins/two-factor-auth/index.php index b40a6155e..df3f959ac 100644 --- a/plugins/two-factor-auth/index.php +++ b/plugins/two-factor-auth/index.php @@ -7,8 +7,8 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Two Factor Authentication', - VERSION = '2.16', - RELEASE = '2022-05-20', + VERSION = '2.16.1', + RELEASE = '2022-09-20', REQUIRED = '2.15.2', CATEGORY = 'Login', DESCRIPTION = 'Provides support for TOTP 2FA'; diff --git a/plugins/two-factor-auth/js/TwoFactorAuthLogin.js b/plugins/two-factor-auth/js/TwoFactorAuthLogin.js index 110969f92..d4e4c61e5 100644 --- a/plugins/two-factor-auth/js/TwoFactorAuthLogin.js +++ b/plugins/two-factor-auth/js/TwoFactorAuthLogin.js @@ -17,7 +17,7 @@ + '' + '' + '
')); diff --git a/snappymail/v/0.0.0/app/templates/Index.html b/snappymail/v/0.0.0/app/templates/Index.html index 2d00b63b8..72dd73783 100644 --- a/snappymail/v/0.0.0/app/templates/Index.html +++ b/snappymail/v/0.0.0/app/templates/Index.html @@ -20,7 +20,7 @@ {{BaseAppFaviconTouchLinkTag}} - +
{{LoadingDescriptionEsc}}
diff --git a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminLogin.html b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminLogin.html index 7bf1531bd..010fce694 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminLogin.html +++ b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminLogin.html @@ -2,25 +2,25 @@ ×
-
+
👤
🔑
diff --git a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsContacts.html b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsContacts.html index 0db10df99..8fe6c3833 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsContacts.html +++ b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsContacts.html @@ -4,7 +4,7 @@
-
+
@@ -18,8 +18,8 @@ }">
- -
+ +
@@ -38,21 +38,21 @@
-
-
-
@@ -80,4 +80,4 @@
- + diff --git a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsLogin.html b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsLogin.html index f11c2e633..020befb3a 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsLogin.html +++ b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsLogin.html @@ -1,4 +1,4 @@ -
+
@@ -28,4 +28,4 @@ }">
- + diff --git a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsPluginProperty.html b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsPluginProperty.html index 38ae29e2b..0e952f2af 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsPluginProperty.html +++ b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsPluginProperty.html @@ -1,6 +1,6 @@ - @@ -8,14 +8,12 @@ data-bind="value: value, attr: {placeholder: placeholder}"> - -
+ diff --git a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsSecurity.html b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsSecurity.html index d2eddfe67..32f3e8dc4 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsSecurity.html +++ b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsSecurity.html @@ -20,31 +20,31 @@ -
+
-
-
-
-
-
@@ -56,7 +56,7 @@
- +
diff --git a/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html b/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html index 4422f2a66..991093c9d 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html +++ b/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html @@ -2,20 +2,20 @@ ×

- +
@@ -216,21 +216,21 @@
@@ -264,7 +264,7 @@ - +
diff --git a/snappymail/v/0.0.0/app/templates/Views/User/PopupsFilter.html b/snappymail/v/0.0.0/app/templates/Views/User/PopupsFilter.html index e02c72e07..6a773754e 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/PopupsFilter.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/PopupsFilter.html @@ -5,11 +5,11 @@ - +
diff --git a/snappymail/v/0.0.0/app/templates/Views/User/PopupsFolderCreate.html b/snappymail/v/0.0.0/app/templates/Views/User/PopupsFolderCreate.html index 351b4e0bd..86121ad9d 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/PopupsFolderCreate.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/PopupsFolderCreate.html @@ -2,7 +2,7 @@ ×

-