iobroker.eos-admin 7.9.35 → 7.9.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/i18n/de.json +7 -3
- package/admin/i18n/en.json +5 -3
- package/admin/i18n/es.json +5 -3
- package/admin/i18n/fr.json +5 -3
- package/admin/i18n/it.json +5 -3
- package/admin/i18n/nl.json +5 -3
- package/admin/i18n/pl.json +5 -3
- package/admin/i18n/pt.json +5 -3
- package/admin/i18n/ru.json +5 -3
- package/admin/i18n/uk.json +5 -3
- package/admin/i18n/zh-cn.json +5 -3
- package/admin/jsonConfig.json5 +8 -7
- package/adminWww/assets/bootstrap-COulQZax.js +1 -1
- package/adminWww/css/eos-branding.css +150 -0
- package/adminWww/index.html +4 -5
- package/adminWww/js/eos-branding.js +216 -18
- package/adminWww/js/eos-hard-logout.js +15 -162
- package/adminWww/js/eos-runtime-fixes.js +144 -0
- package/adminWww/js/eos-security-ui.js +40 -7
- package/build/i18n/de.json +2 -2
- package/build/i18n/en.json +2 -2
- package/build/lib/web.js +48 -64
- package/build/main.js +13 -3
- package/docs/NEXOWATT_EOS_UI_V37_STABILITY_DE.md +13 -0
- package/io-package.json +13 -12
- package/package.json +2 -2
- package/public/404.html +12 -0
- package/tools/nexowatt-validate-package.cjs +9 -3
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "eos-admin",
|
|
4
|
-
"version": "7.9.
|
|
4
|
+
"version": "7.9.37",
|
|
5
5
|
"titleLang": {
|
|
6
6
|
"en": "NexoWatt EOS Admin",
|
|
7
7
|
"de": "NexoWatt EOS Admin",
|
|
@@ -18,9 +18,13 @@
|
|
|
18
18
|
"connectionType": "local",
|
|
19
19
|
"dataSource": "push",
|
|
20
20
|
"news": {
|
|
21
|
+
"7.9.37": {
|
|
22
|
+
"en": "Fixes notification dialog closing/acknowledgement handling, keeps BackItUp untouched by EOS object protection, and repairs German EOS Security text encoding on settings pages.",
|
|
23
|
+
"de": "Korrigiert das Schließen/Bestätigen von Benachrichtigungen, lässt BackItUp von EOS-Objektschutz unverändert und repariert deutsche EOS-Sicherheitsbeschriftungen in den Einstellungen."
|
|
24
|
+
},
|
|
21
25
|
"7.9.35": {
|
|
22
|
-
"en": "
|
|
23
|
-
"de": "
|
|
26
|
+
"en": "Fixes EOS Admin login redirect/logout origin handling and restores reliable interaction with adapter instance configuration dialogs.",
|
|
27
|
+
"de": "Korrigiert den EOS-Admin Login-/Logout-Redirect und stellt die Bedienung von Adapter-Instanzkonfigurationen wieder zuverlässig her."
|
|
24
28
|
},
|
|
25
29
|
"7.9.31": {
|
|
26
30
|
"en": "UI cleanup: fixes EOS Security German text encoding, removes the logout tile next to the compact navigation arrow, and expands EOS Assist with AI-ready multi-path setup guidance.",
|
|
@@ -165,10 +169,6 @@
|
|
|
165
169
|
"pl": "Rozszerzony plik konfiguracyjny JSON do adaptera fregata",
|
|
166
170
|
"uk": "Розширений налаштування JSON для адаптера фригату",
|
|
167
171
|
"zh-cn": "JSON 护卫舰适配器扩展配置"
|
|
168
|
-
},
|
|
169
|
-
"7.9.35": {
|
|
170
|
-
"en": "Fixes EOS Admin login redirect/logout origin handling and restores reliable interaction with adapter instance configuration dialogs.",
|
|
171
|
-
"de": "Korrigiert den EOS-Admin Login-/Logout-Redirect und stellt die Bedienung von Adapter-Instanzkonfigurationen wieder zuverlässig her."
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
174
|
"desc": {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"icon": "admin.svg",
|
|
207
207
|
"messagebox": true,
|
|
208
208
|
"enabled": true,
|
|
209
|
-
"extIcon": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
209
|
+
"extIcon": "https://unpkg.com/iobroker.eos-admin@7.9.37/admin/admin.svg",
|
|
210
210
|
"keywords": [
|
|
211
211
|
"NexoWatt",
|
|
212
212
|
"EOS",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"licensed"
|
|
218
218
|
],
|
|
219
219
|
"compact": true,
|
|
220
|
-
"readme": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
220
|
+
"readme": "https://unpkg.com/iobroker.eos-admin@7.9.37/README.md",
|
|
221
221
|
"authors": [
|
|
222
222
|
"bluefox <bluefox@ccu.io>",
|
|
223
223
|
"hobbyquaker <hq@ccu.io>"
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
"nondeletable": false,
|
|
287
287
|
"allowAdapterUpdate": true,
|
|
288
288
|
"allowAdapterDelete": false,
|
|
289
|
-
"meta": "https://unpkg.com/iobroker.eos-admin@7.9.
|
|
289
|
+
"meta": "https://unpkg.com/iobroker.eos-admin@7.9.37/io-package.json",
|
|
290
290
|
"npmPackage": "iobroker.eos-admin"
|
|
291
291
|
},
|
|
292
292
|
"native": {
|
|
@@ -349,9 +349,10 @@
|
|
|
349
349
|
}
|
|
350
350
|
],
|
|
351
351
|
"eosAdminOnlyGroup": "system.group.administrator",
|
|
352
|
-
"eosApplyAdminOnlyAclToProtectedAdapters":
|
|
352
|
+
"eosApplyAdminOnlyAclToProtectedAdapters": false,
|
|
353
353
|
"eosAssistantEnabled": true,
|
|
354
|
-
"eosAssistantAdminOnly": false
|
|
354
|
+
"eosAssistantAdminOnly": false,
|
|
355
|
+
"eosStrictProtectedAdapterAcl": false
|
|
355
356
|
},
|
|
356
357
|
"notifications": [
|
|
357
358
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.eos-admin",
|
|
3
|
-
"description": "NexoWatt EOS Admin standalone interface
|
|
4
|
-
"version": "7.9.
|
|
3
|
+
"description": "NexoWatt EOS Admin standalone interface with notification, BackItUp isolation and EOS Security text fixes",
|
|
4
|
+
"version": "7.9.37",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"bluefox <dogafox@gmail.com>",
|
|
7
7
|
"apollon77",
|
package/public/404.html
CHANGED
|
@@ -64,6 +64,18 @@
|
|
|
64
64
|
color: #fff;
|
|
65
65
|
}
|
|
66
66
|
</style>
|
|
67
|
+
|
|
68
|
+
<script id="NEXOWATT_EOS_BAD_PATH_FIX">
|
|
69
|
+
(function () {
|
|
70
|
+
try {
|
|
71
|
+
var u = String(location.pathname + location.search + location.hash);
|
|
72
|
+
if (/(%2F%23|%252F%2523|hard=1|\/login\/|\/logout\/)/i.test(u)) {
|
|
73
|
+
location.replace('/index.html?login');
|
|
74
|
+
}
|
|
75
|
+
} catch (e) {}
|
|
76
|
+
})();
|
|
77
|
+
</script>
|
|
78
|
+
|
|
67
79
|
</head>
|
|
68
80
|
|
|
69
81
|
<body>
|
|
@@ -56,8 +56,14 @@ if (!bootstrap.includes('window.adapterName="eos-admin"')) fail('frontend bootst
|
|
|
56
56
|
if (bootstrap.includes('window.adapterName="admin"')) fail('frontend bootstrap still contains window.adapterName="admin"');
|
|
57
57
|
|
|
58
58
|
const webBuild = fs.readFileSync(path.join(root, 'build/lib/web.js'), 'utf8');
|
|
59
|
-
|
|
60
|
-
if (!webBuild.includes(
|
|
61
|
-
if (!webBuild.includes('
|
|
59
|
+
const branding = fs.readFileSync(path.join(root, 'adminWww/js/eos-branding.js'), 'utf8');
|
|
60
|
+
if (!webBuild.includes('refreshLifetime: 60 * 60 * 24 * 7')) fail('build/lib/web.js must keep upstream-compatible refresh lifetime');
|
|
61
|
+
if (!webBuild.includes('Follow upstream admin semantics again')) fail('build/lib/web.js does not contain the v36 session compatibility fix');
|
|
62
|
+
if (index.includes('eos-hard-logout.js')) fail('adminWww/index.html must not load the removed custom hard-logout timer');
|
|
63
|
+
if (!branding.includes('isAdapterConfigSurface')) fail('eos-branding.js lacks native adapter config safe-mode detection');
|
|
64
|
+
if (!branding.includes('Adapter UIs must remain 100% functional')) fail('eos-branding.js lacks native adapter config interaction guard');
|
|
65
|
+
if (!branding.includes('v37 eos notification close compatibility')) fail('eos-branding.js lacks v37 notification close guard');
|
|
66
|
+
const mainBuild = fs.readFileSync(path.join(root, 'build/main.js'), 'utf8');
|
|
67
|
+
if (!mainBuild.includes('v37 BackItUp/runtime-adapter compatibility')) fail('build/main.js lacks v37 BackItUp compatibility guard');
|
|
62
68
|
|
|
63
69
|
console.log('[NexoWatt EOS package validation] OK');
|