iobroker.admin 6.10.5 → 6.10.7

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.
Files changed (54) hide show
  1. package/README.md +9 -14
  2. package/admin/i18n/de/translations.json +2 -1
  3. package/admin/i18n/en/translations.json +2 -1
  4. package/admin/i18n/es/translations.json +2 -1
  5. package/admin/i18n/fr/translations.json +2 -1
  6. package/admin/i18n/it/translations.json +2 -1
  7. package/admin/i18n/nl/translations.json +2 -1
  8. package/admin/i18n/pl/translations.json +2 -1
  9. package/admin/i18n/pt/translations.json +2 -1
  10. package/admin/i18n/ru/translations.json +2 -1
  11. package/admin/i18n/uk/translations.json +2 -1
  12. package/admin/i18n/zh-cn/translations.json +2 -1
  13. package/admin/jsonConfig.json5 +9 -0
  14. package/io-package.json +29 -28
  15. package/lib/web.js +31 -0
  16. package/package.json +6 -6
  17. package/www/asset-manifest.json +17 -17
  18. package/www/index.html +1 -1
  19. package/www/static/js/1697.d135efe8.chunk.js +3 -0
  20. package/www/static/js/1697.d135efe8.chunk.js.map +1 -0
  21. package/www/static/js/1810.00656104.chunk.js.map +1 -1
  22. package/www/static/js/4207.3afae474.chunk.js +3 -0
  23. package/www/static/js/4207.3afae474.chunk.js.map +1 -0
  24. package/www/static/js/4223.ec046ffe.chunk.js.map +1 -1
  25. package/www/static/js/4401.c9f8f2c4.chunk.js.map +1 -1
  26. package/www/static/js/4842.25f874c7.chunk.js +2 -0
  27. package/www/static/js/4842.25f874c7.chunk.js.map +1 -0
  28. package/www/static/js/{595.c8f1b4af.chunk.js → 595.f2a51cbb.chunk.js} +2 -2
  29. package/www/static/js/595.f2a51cbb.chunk.js.map +1 -0
  30. package/www/static/js/6010.d3c8e9ca.chunk.js.map +1 -1
  31. package/www/static/js/6071.40b2b0bb.chunk.js +2 -0
  32. package/www/static/js/6071.40b2b0bb.chunk.js.map +1 -0
  33. package/www/static/js/6395.0310117e.chunk.js.map +1 -1
  34. package/www/static/js/6655.98c81131.chunk.js +2 -0
  35. package/www/static/js/{6655.e6ad6dc8.chunk.js.map → 6655.98c81131.chunk.js.map} +1 -1
  36. package/www/static/js/7764.3f018a08.chunk.js +2 -0
  37. package/www/static/js/7764.3f018a08.chunk.js.map +1 -0
  38. package/www/static/js/8943.4266642e.chunk.js.map +1 -1
  39. package/www/static/js/{main.c8e4a046.js → main.acd506a7.js} +2 -2
  40. package/www/static/js/{main.c8e4a046.js.map → main.acd506a7.js.map} +1 -1
  41. package/www/static/js/1697.7db700c9.chunk.js +0 -3
  42. package/www/static/js/1697.7db700c9.chunk.js.map +0 -1
  43. package/www/static/js/4207.68bf059a.chunk.js +0 -3
  44. package/www/static/js/4207.68bf059a.chunk.js.map +0 -1
  45. package/www/static/js/4842.51190689.chunk.js +0 -2
  46. package/www/static/js/4842.51190689.chunk.js.map +0 -1
  47. package/www/static/js/595.c8f1b4af.chunk.js.map +0 -1
  48. package/www/static/js/6071.fa55fbc9.chunk.js +0 -2
  49. package/www/static/js/6071.fa55fbc9.chunk.js.map +0 -1
  50. package/www/static/js/6655.e6ad6dc8.chunk.js +0 -2
  51. package/www/static/js/7764.97579e71.chunk.js +0 -2
  52. package/www/static/js/7764.97579e71.chunk.js.map +0 -1
  53. /package/www/static/js/{1697.7db700c9.chunk.js.LICENSE.txt → 1697.d135efe8.chunk.js.LICENSE.txt} +0 -0
  54. /package/www/static/js/{4207.68bf059a.chunk.js.LICENSE.txt → 4207.3afae474.chunk.js.LICENSE.txt} +0 -0
package/README.md CHANGED
@@ -86,6 +86,15 @@ The icons may not be reused in other projects without the proper flaticon licens
86
86
  ### **WORK IN PROGRESS**
87
87
  -->
88
88
  ## Changelog
89
+ ### 6.10.7 (2023-10-11)
90
+ * (bluefox) Corrected adapter termination if the alias has no target
91
+
92
+ ### 6.10.6 (2023-10-11)
93
+ * (bluefox) Added possibility to show the icon on JSON config tabs
94
+ * (foxriver76) on upgrade all, not yet started commands can now be aborted
95
+ * (bluefox) Added security check if the server is available from the internet without protection
96
+ * (bluefox) Corrected navigation after the settings closing
97
+
89
98
  ### 6.10.5 (2023-10-10)
90
99
  * (foxriver76) JSON config component `port` does no longer mark port as occupied if it is only occupied on another host
91
100
  * (foxriver76) register news as notifications
@@ -100,20 +109,6 @@ The icons may not be reused in other projects without the proper flaticon licens
100
109
  * (foxriver76) allowed using enter key to save changes in object edit dialog
101
110
  * (foxriver76) fixed json config crash with empty table
102
111
 
103
- ### 6.10.2 (2023-09-20)
104
- * (foxriver76) harmonized data on csv export with actual data shown by admin
105
- * (foxriver76) on expert mode installation tab, on no selection deactivate install button
106
- * (foxriver76) ensure the latest version is installed on `npm install`
107
- * (foxriver76) optimized enum objects
108
- * (foxriver76) disallow Google Translate as the plugin causes crash cases
109
- * (foxriver76) fixed crash on intro tab on docker hosts
110
- * (foxriver76) fixed crash case on invalid state objects
111
-
112
- ### 6.10.1 (2023-09-11)
113
- * (foxriver76) fixed `between` function for showing news
114
- * (foxriver76) if date string is not parseable show the original string instead of `Invalid Date`
115
- * (foxriver76) updated socket classes to not crash on invalid patterns
116
-
117
112
  ## License
118
113
  The MIT License (MIT)
119
114
 
@@ -86,5 +86,6 @@
86
86
  "Loading background": "Hintergrund beim Laden",
87
87
  "Use iobroker.acme adapter for letsencrypt certificates": "Verwenden Sie den iobroker.acme-Adapter für letsencrypt-Zertifikate",
88
88
  "Reverse proxy": "Reverse-Proxy",
89
- "You can use admin behind a reverse proxy.": "Sie können den Admin hinter einem Reverse-Proxy verwenden."
89
+ "You can use admin behind a reverse proxy.": "Sie können den Admin hinter einem Reverse-Proxy verwenden.",
90
+ "Do not check if this instance is available from internet": "Nicht überprüfen, ob diese Instanz aus dem Internet erreichbar ist"
90
91
  }
@@ -86,5 +86,6 @@
86
86
  "Loading background": "Loading background",
87
87
  "Use iobroker.acme adapter for letsencrypt certificates": "Use iobroker.acme adapter for letsencrypt certificates",
88
88
  "Reverse proxy": "Reverse proxy",
89
- "You can use admin behind a reverse proxy.": "You can use admin behind a reverse proxy."
89
+ "You can use admin behind a reverse proxy.": "You can use admin behind a reverse proxy.",
90
+ "Do not check if this instance is available from internet": "Do not check if this instance is available from internet"
90
91
  }
@@ -86,5 +86,6 @@
86
86
  "Loading background": "Cargando fondo",
87
87
  "Use iobroker.acme adapter for letsencrypt certificates": "Use el adaptador iobroker.acme para los certificados de letsencrypt",
88
88
  "Reverse proxy": "Proxy inverso",
89
- "You can use admin behind a reverse proxy.": "Puede usar admin detrás de un Reverse Proxy."
89
+ "You can use admin behind a reverse proxy.": "Puede usar admin detrás de un Reverse Proxy.",
90
+ "Do not check if this instance is available from internet": "No verifique si esta instancia está disponible en Internet."
90
91
  }
@@ -86,5 +86,6 @@
86
86
  "Loading background": "Chargement de l'arrière-plan",
87
87
  "Use iobroker.acme adapter for letsencrypt certificates": "Utiliser l'adaptateur iobroker.acme pour les certificats Letsencrypt",
88
88
  "Reverse proxy": "Proxy inverse",
89
- "You can use admin behind a reverse proxy.": "Vous pouvez utiliser admin derrière un Reverse Proxy."
89
+ "You can use admin behind a reverse proxy.": "Vous pouvez utiliser admin derrière un Reverse Proxy.",
90
+ "Do not check if this instance is available from internet": "Ne vérifiez pas si cette instance est disponible sur Internet"
90
91
  }
@@ -86,5 +86,6 @@
86
86
  "Loading background": "Caricamento dello sfondo",
87
87
  "Use iobroker.acme adapter for letsencrypt certificates": "Utilizzare l'adattatore iobroker.acme per i certificati letsencrypt",
88
88
  "Reverse proxy": "Procura inversa",
89
- "You can use admin behind a reverse proxy.": "Puoi utilizzare l'amministratore dietro un Reverse Proxy."
89
+ "You can use admin behind a reverse proxy.": "Puoi utilizzare l'amministratore dietro un Reverse Proxy.",
90
+ "Do not check if this instance is available from internet": "Non verificare se questa istanza è disponibile da Internet"
90
91
  }
@@ -86,5 +86,6 @@
86
86
  "Loading background": "Achtergrond laden",
87
87
  "Use iobroker.acme adapter for letsencrypt certificates": "Gebruik de iobroker.acme-adapter voor letsencrypt-certificaten",
88
88
  "Reverse proxy": "Omgekeerde proxy",
89
- "You can use admin behind a reverse proxy.": "U kunt admin gebruiken achter een Reverse Proxy."
89
+ "You can use admin behind a reverse proxy.": "U kunt admin gebruiken achter een Reverse Proxy.",
90
+ "Do not check if this instance is available from internet": "Controleer niet of dit exemplaar beschikbaar is via internet"
90
91
  }
@@ -86,5 +86,6 @@
86
86
  "Loading background": "Ładowanie tła",
87
87
  "Use iobroker.acme adapter for letsencrypt certificates": "Użyj adaptera iobroker.acme dla certyfikatów letsencrypt",
88
88
  "Reverse proxy": "Odwrotne proxy",
89
- "You can use admin behind a reverse proxy.": "Możesz użyć administratora za Reverse Proxy."
89
+ "You can use admin behind a reverse proxy.": "Możesz użyć administratora za Reverse Proxy.",
90
+ "Do not check if this instance is available from internet": "Nie sprawdzaj, czy ta instancja jest dostępna z Internetu"
90
91
  }
@@ -86,5 +86,6 @@
86
86
  "Loading background": "Carregando plano de fundo",
87
87
  "Use iobroker.acme adapter for letsencrypt certificates": "Use o adaptador iobroker.acme para certificados letsencrypt",
88
88
  "Reverse proxy": "Proxy reverso",
89
- "You can use admin behind a reverse proxy.": "Você pode usar admin atrás de um Reverse Proxy."
89
+ "You can use admin behind a reverse proxy.": "Você pode usar admin atrás de um Reverse Proxy.",
90
+ "Do not check if this instance is available from internet": "Não verifique se esta instância está disponível na Internet"
90
91
  }
@@ -86,5 +86,6 @@
86
86
  "Loading background": "Фон загрузки",
87
87
  "Use iobroker.acme adapter for letsencrypt certificates": "Используйте адаптер iobroker.acme для сертификатов letsencrypt",
88
88
  "Reverse proxy": "Reverse прокси",
89
- "You can use admin behind a reverse proxy.": "Вы можете использовать admin за Reverse Proxy."
89
+ "You can use admin behind a reverse proxy.": "Вы можете использовать admin за Reverse Proxy.",
90
+ "Do not check if this instance is available from internet": "Не проверять, доступен ли этот экземпляр из Интернета"
90
91
  }
@@ -86,5 +86,6 @@
86
86
  "tooltip_ttl": "Тривалість входу в систему. Після закінчення цього часу користувач автоматично вийде з системи.",
87
87
  "users permissions": "Дозволи користувачів",
88
88
  "Reverse proxy": "Reverse проксі",
89
- "You can use admin behind a reverse proxy.": "Ви можете використовувати admin за Reverse Proxy."
89
+ "You can use admin behind a reverse proxy.": "Ви можете використовувати admin за Reverse Proxy.",
90
+ "Do not check if this instance is available from internet": "Не перевіряйте, чи доступний цей екземпляр в Інтернеті"
90
91
  }
@@ -86,5 +86,6 @@
86
86
  "Loading background": "加载背景",
87
87
  "Use iobroker.acme adapter for letsencrypt certificates": "使用 iobroker.acme 适配器获取 letsencrypt 证书",
88
88
  "Reverse proxy": "反向代理",
89
- "You can use admin behind a reverse proxy.": "您可以在反向代理后面使用 admin。"
89
+ "You can use admin behind a reverse proxy.": "您可以在反向代理后面使用 admin。",
90
+ "Do not check if this instance is available from internet": "不检查此实例是否可从 Internet 获取"
90
91
  }
@@ -130,6 +130,15 @@
130
130
  "md": 4,
131
131
  "lg": 2
132
132
  },
133
+ "doNotCheckPublicIP": {
134
+ "newLine": true,
135
+ "label": "Do not check if this instance is available from internet",
136
+ "type": "checkbox",
137
+ "sm": 12,
138
+ "md": 4,
139
+ "lg": 2,
140
+ "hidden": "!!data.auth"
141
+ }
133
142
  }
134
143
  },
135
144
  "loadingTab": {
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "admin",
4
- "version": "6.10.5",
4
+ "version": "6.10.7",
5
5
  "titleLang": {
6
6
  "en": "Admin",
7
7
  "de": "Admin",
@@ -18,6 +18,32 @@
18
18
  "connectionType": "local",
19
19
  "dataSource": "push",
20
20
  "news": {
21
+ "6.10.7": {
22
+ "en": "Corrected adapter termination if the alias has no target",
23
+ "de": "Korrigierter Adapterabschluss, wenn der Alias kein Ziel hat",
24
+ "ru": "Исправлено прекращение адаптера, если псевдоним не имеет цели",
25
+ "pt": "Terminação correta do adaptador se o alias não tiver nenhum alvo",
26
+ "nl": "Verminderde adapter terminatie als de alias geen doelwit heeft",
27
+ "fr": "Résiliation correcte de l'adaptateur si l'alias n'a pas de cible",
28
+ "it": "Rescissione adattatore corretta se l'alias non ha un obiettivo",
29
+ "es": "Terminación corregida del adaptador si el alias no tiene objetivo",
30
+ "pl": "Poprawne rozwiązanie adaptacyjne, jeśli alias nie ma docelowego celu",
31
+ "uk": "Виправлено припинення адаптера, якщо псевдонім не має цілей",
32
+ "zh-cn": "如果除其它外别无目标,适应适应人员终止"
33
+ },
34
+ "6.10.6": {
35
+ "en": "Added possibility to show the icon on JSON config tabs\non upgrade all, not yet started commands can now be aborted\nAdded security check if the server is available from the internet without protection\nCorrected navigation after the settings closing",
36
+ "de": "Zusätzliche Möglichkeit, das Icon auf JSON config Tabs anzeigen\nauf upgrade alle, noch nicht gestartete befehle können jetzt abgebrochen werden\nSicherheitsüberprüfung hinzugefügt, wenn der Server im Internet ohne Schutz verfügbar ist\nKorrigierte Navigation nach dem Schließen der Einstellungen",
37
+ "ru": "Добавлена возможность показать иконку на вкладках JSON config\nна обновление все, еще не начал команды теперь могут быть аборд\nДобавлена проверка безопасности, если сервер доступен из интернета без защиты\nИсправлена навигация после закрытия настроек",
38
+ "pt": "Adicionado possibilidade de mostrar o ícone em JSON config tabs\nem upgrade all, ainda não iniciado comandos agora podem ser abortados\nVerificação de segurança adicionada se o servidor estiver disponível na internet sem proteção\nNavegação correta após o fechamento das configurações",
39
+ "nl": "Toegevoegd de mogelijkheid het icoon te laten zien op JSON config tabs\n_\nControleer of de server beschikbaar is van het internet zonder bescherming\nVertaling:",
40
+ "fr": "Ajout de la possibilité de montrer l'icône sur les onglets de configuration JSON\nsur la mise à niveau, pas encore commencé les commandes peuvent maintenant être avortés\nVérification de sécurité supplémentaire si le serveur est disponible sur Internet sans protection\nNavigation corrigée après la fermeture des paramètres",
41
+ "it": "Aggiunta possibilità di mostrare l'icona su JSON config schede\nsu aggiornamento tutti, non ancora i comandi avviati possono ora essere abortiti\nAggiunto controllo di sicurezza se il server è disponibile da internet senza protezione\nNavigazione corretta dopo la chiusura delle impostazioni",
42
+ "es": "Añadido posibilidad de mostrar el icono en las pestañas de configuración JSON\nen la actualización de todos, los comandos no iniciados ahora pueden ser abortados\nControl de seguridad adicional si el servidor está disponible en Internet sin protección\nNavegación corregida después del cierre de la configuración",
43
+ "pl": "Zamknięta możliwość pokazania ikony na tablicach konfigumentowych JSON\nna ulepszenie wszystkich, nie jeszcze gotowych dowództw może zostać przerwane\nW przypadku, gdy serwer jest dostępny z Internetu bez ochrony\nWykwalifikowana nawigacja po zamknięciu ustaw zamknięcia",
44
+ "uk": "Додано можливість показати іконку на вкладках JSON config\nна оновлення всіх, поки не запущених команд тепер може бути\nДодано контроль безпеки, якщо сервер доступний з Інтернету без захисту\nВиправлена навігація після закриття налаштувань",
45
+ "zh-cn": "增加显示联索行动一角的表格的可能性\n现在可以推断所有升级,但尚未开始的指挥。\n如果没有保护,如果服务器可以从互联网上查看安全检查。\n关闭环境后改正导航"
46
+ },
21
47
  "6.10.5": {
22
48
  "en": "JSON config component `port` does no longer mark port as occupied if it is only occupied on another host\nregister news as notifications\nif upgrade all is stopped on error, activate close button\nExport/import objects with its values",
23
49
  "de": "JSON config-Komponenten-Port markiert nicht mehr den Port als besetzt, wenn er nur auf einem anderen Host besetzt ist\nnachrichten als benachrichtigungen registrieren\nwenn upgrade alles auf fehler gestoppt wird, aktivieren sie die schaltfläche schließen\nExport/Import Objekte mit seinen Werten",
@@ -82,32 +108,6 @@
82
108
  "pl": "zastosowanie funkcji do pokazania wiadomości\njeśli ciąg dzienny nie jest parsewalny pokaz pierwotnego ciągu zamiast 'Invalid Date'\nzaktualizowane klasy gniazda nie rozbijają się na nieprawidłowych wzorach",
83
109
  "uk": "фіксована між функцією відображення новин\nякщо дата рядка не є оригінальним елементом замість `Invalid Date`\nоновлені класи розетки не збиток на недійсних шаблонах",
84
110
  "zh-cn": "新闻显示职能之间的固定关系\n如果日期不大可显示原来的“有效日期”\na. 更新的单元班,不用关于无效模式的碰撞"
85
- },
86
- "6.10.0": {
87
- "en": "various minor improvements\nfixed problem with discovery dialog\nobject browser now validates setting state of type number\nallow to specify unique columns for tables\nfix crash on invalid states, which are missing the property `common.role`",
88
- "de": "verschiedene kleinere verbesserungen\nproblem mit entdeckungsdialog behoben\nobjekt-browser validiert nun den einstellungszustand der typennummer\neinzigartige spalten für tabellen angeben\ncrash auf ungültigen zuständen beheben, die die eigenschaft häufig fehlen. rolle",
89
- "ru": "различные незначительные улучшения\nисправленная проблема с диалогом открытия\nбраузер объекта теперь проверяет состояние номера типа\nпозволяют указать уникальные колонки для таблиц\nисправить аварии на недействительных состояниях, которые отсутствуют общие свойства. роль",
90
- "pt": "várias pequenas melhorias\nproblema fixo com diálogo de descoberta\nnavegador objeto agora valida a definição estado de número de tipo\npermitir especificar colunas únicas para tabelas\ncorrigir acidente em estados inválidos, que estão faltando a propriedade comum. papel",
91
- "nl": "verschillende verbeteringen\n_\nquality over quantity (qoq) releases vertaling:\n_\nverbinden met ongeldige staten, die het eigendom ontbreken. rol",
92
- "fr": "diverses améliorations mineures\nproblème fixe avec le dialogue de découverte\nnavigateur objet valide maintenant l'état de type numéro\npermettre de spécifier des colonnes uniques pour les tables\nréparer le crash sur les états invalides, qui manquent la propriété commune. rôle",
93
- "it": "vari miglioramenti minori\nproblema fisso con finestra di dialogo scoperta\nil browser dell'oggetto ora convalida l'impostazione dello stato del numero di tipo\nconsentire di specificare colonne uniche per le tabelle\nfissare l'incidente sugli stati invalidi, che manca la proprietà comune. ruolo",
94
- "es": "diversas mejoras menores\nproblema fijo con diálogo de descubrimiento\nnavegador del objeto valida el estado del número de tipo\npermite especificar columnas únicas para tablas\narregla el accidente en estados inválidos, que están perdiendo la propiedad común. función",
95
- "pl": "różne drobne ulepszenia\nproblem stały\nprzeglądarka obiektywna udowodniła stan numeru typowego\numożliwia to określanie unikalnych kolumn w tabeli\npowoduje to katastrofę w stanach nieprawidłowych, które zaginęły. rola",
96
- "uk": "різні незначні поліпшення\nвиправлена проблема з діалогом відкриття\nвеб-переглядач тепер діє на встановлення стану номеру типу\nдозволяють вказати унікальні стовпчики для таблиць\nзафіксувати аварійну катастрофу на недійсних станах, які не мають права власності. роль",
97
- "zh-cn": "b. 轻微改进\n发现口号的固定问题\n反对票据现在验证了种类数量的情况。\n允许具体说明表格的独特栏目\nf 在被遗失财产的国家发生事故。 作用"
98
- },
99
- "6.9.2": {
100
- "en": "show info, if server time differs from client time\nremove confusion with different names for state (datapoint and state)\nfixed link on 404-page being opened inside child view\nfixed issue if non-text default values are provided to a text jsonConfig component\nimplemented del key shortcut to delete a selected object",
101
- "de": "show info, wenn die serverzeit von der clientzeit abweicht\nverwechslung mit verschiedenen namen für staat (datenpunkt und zustand) entfernen\nfester link auf 404-seite geöffnet innerhalb der kinderansicht\nfestes Problem, wenn Nichttext-Standardwerte an einer Text jsonConfig-Komponente bereitgestellt werden\nimplementiert del key shortcut, um ein ausgewähltes objekt zu löschen",
102
- "ru": "показать информацию, если время сервера отличается от времени клиента\nудалить путаницу с различными именами для государства (данные и государства)\nфиксированная ссылка на 404-страницу открыта внутри ребенка\nисправлена проблема, если нетекстовые значения по умолчанию предоставляются текстовому компоненту jsonConfig\nреализованная дель-ключовая ярлык для удаления выбранного объекта",
103
- "pt": "mostrar informações, se o tempo do servidor difere do tempo do cliente\nremover confusão com nomes diferentes para estado (datapoint e estado)\nlink fixo em 404-página sendo aberta dentro da visão da criança\nproblema fixo se os valores padrão de não texto são fornecidos a um componente jsonConfig de texto\nimplementado o atalho da chave para excluir um objeto selecionado",
104
- "nl": "show info, als servertijd verschillend is van cliënt tijd\nverwijder verwarring met verschillende namen voor staat (datapoint en staat)\nverbinding met 404 pagina's die geopend worden in kinderuitzicht\nals niet-text defecte waarden worden verstrekt aan een sms JsonConfig component\ndel toetsnelweg om een geselecteerd object te verwijderen",
105
- "fr": "afficher des informations, si le temps de serveur diffère du temps client\nsupprimer la confusion avec différents noms d'état (point de données et état)\nlien fixe sur 404 page ouvert à l'intérieur de la vue enfant\nproblème fixe si des valeurs par défaut non textuelles sont fournies à un composant texte jsonConfig\nimplémenté del raccourci clé pour supprimer un objet sélectionné",
106
- "it": "mostra informazioni, se il tempo del server differisce dall'ora del client\nrimuovere la confusione con nomi diversi per stato (datapoint e stato)\ncollegamento fisso su 404-pagina aperto all'interno della vista del bambino\nproblema fisso se i valori predefiniti non di testo vengono forniti a un componente jsonConfig di testo\nimplementato il collegamento del tasto per eliminare un oggetto selezionato",
107
- "es": "mostrar información, si el tiempo del servidor difiere del tiempo del cliente\neliminar confusión con diferentes nombres para el estado (datapoint y estado)\nenlace fijo en 404 páginas que se abre dentro de la vista del niño\nedición fija si los valores predeterminados no texto se proporcionan a un componente jsonConfig texto\nimplementado del atajo clave para eliminar un objeto seleccionado",
108
- "pl": "program info, jeśli czas serwera różni się od czasu klienta\npomyłka z różnymi nazwami dla stanu (dane i stan)\nzawartość 404-stronicowa została otwarta w świetle dziecięcym\nw przypadku, gdy domyślne wartości nie są dostarczane tekstowi komponent jsonConfig\nzaimplementowany klucz w celu usunięcia wybranego obiektu",
109
- "uk": "показати інформацію, якщо час сервера відрізняється від часу клієнта\nвидалення конфузії з різними назвами для держави (дата даних та стану)\nвиправлено посилання на 404-сторінку, що відкривається всередині дитячого вигляду\nвиправлено проблему, якщо значення нетекстового за замовчуванням наданий на текстовий компонент\nвпроваджено функцію автоматичного видалення вибраного об'єкту",
110
- "zh-cn": "展示,如果服务时间与客户时间不同\n与国名(数据点和国名)不同的混淆\n404页的固定联系在儿童观点内开放\n如果非实际的违约价值提供给案文丛书,则确定问题。\n删除选定目标的关键执行"
111
111
  }
112
112
  },
113
113
  "desc": {
@@ -236,7 +236,8 @@
236
236
  "reverseProxy": [],
237
237
  "loadingBackgroundColor": "",
238
238
  "loadingHideLogo": false,
239
- "loadingBackgroundImage": false
239
+ "loadingBackgroundImage": false,
240
+ "doNotCheckPublicIP": false
240
241
  },
241
242
  "notifications": [
242
243
  {
package/lib/web.js CHANGED
@@ -156,6 +156,9 @@ class Web {
156
156
  wwwDir = 'www';
157
157
 
158
158
  close = () => {
159
+ this.checkTimeout && clearTimeout(this.checkTimeout);
160
+ this.checkTimeout = null;
161
+
159
162
  this.adapter.setState('info.connection', false, true);
160
163
  this.server.server?.close();
161
164
  };
@@ -1215,6 +1218,34 @@ class Web {
1215
1218
  this.settings.secure ? 's' : ''
1216
1219
  }://127.0.0.1:${port}" to configure.`
1217
1220
  );
1221
+
1222
+ if (!this.adapter.config.doNotCheckPublicIP && !this.adapter.config.auth) {
1223
+ this.checkTimeout = setTimeout(async () => {
1224
+ this.checkTimeout = null;
1225
+ try {
1226
+ await IoBWebServer.checkPublicIP(this.settings.port);
1227
+ } catch (e) {
1228
+ // this supported first from js-controller 5.0.
1229
+ this.adapter.sendToHost(
1230
+ `system.host.${this.adapter.host}`,
1231
+ 'addNotification',
1232
+ {
1233
+ scope: 'system',
1234
+ category: 'securityIssues',
1235
+ message:
1236
+ 'Your admin instance is accessible from the internet without any protection. ' +
1237
+ 'Please enable authentication or disable the access from the internet.',
1238
+ instance: `system.adapter.${this.adapter.namespace}`,
1239
+ },
1240
+ (/* result */) => {
1241
+ /* ignore */
1242
+ }
1243
+ );
1244
+
1245
+ this.adapter.log.error(e.toString());
1246
+ }
1247
+ }, 1000);
1248
+ }
1218
1249
  }
1219
1250
  );
1220
1251
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "iobroker.admin",
3
3
  "description": "The adapter opens a webserver for the ioBroker admin UI.",
4
- "version": "6.10.5",
4
+ "version": "6.10.7",
5
5
  "contributors": [
6
6
  "bluefox <dogafox@gmail.com>",
7
7
  "apollon77",
@@ -24,8 +24,8 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "@iobroker/adapter-core": "^3.0.3",
27
- "@iobroker/socket-classes": "^1.4.3",
28
- "@iobroker/webserver": "^0.3.7",
27
+ "@iobroker/socket-classes": "^1.4.4",
28
+ "@iobroker/webserver": "^1.0.1",
29
29
  "@iobroker/ws-server": "^2.1.1",
30
30
  "archiver": "^6.0.1",
31
31
  "axios": "^1.5.1",
@@ -49,14 +49,14 @@
49
49
  "@iobroker/legacy-testing": "^1.0.0",
50
50
  "@iobroker/testing": "^4.1.0",
51
51
  "@tsconfig/node16": "^16.1.1",
52
- "@typescript-eslint/eslint-plugin": "^6.7.4",
53
- "@typescript-eslint/parser": "^6.7.4",
52
+ "@typescript-eslint/eslint-plugin": "^6.7.5",
53
+ "@typescript-eslint/parser": "^6.7.5",
54
54
  "chai": "^4.3.10",
55
55
  "colorette": "^2.0.20",
56
56
  "eslint": "^8.51.0",
57
57
  "eslint-config-prettier": "^9.0.0",
58
58
  "eslint-config-react-app": "^7.0.1",
59
- "eslint-plugin-prettier": "^5.0.0",
59
+ "eslint-plugin-prettier": "^5.0.1",
60
60
  "gulp": "^4.0.2",
61
61
  "gulp-clean-css": "^4.3.0",
62
62
  "gulp-concat": "^2.6.1",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "files": {
3
- "main.js": "./static/js/main.c8e4a046.js",
3
+ "main.js": "./static/js/main.acd506a7.js",
4
4
  "static/css/4207.86ea733b.chunk.css": "./static/css/4207.86ea733b.chunk.css",
5
- "static/js/4207.68bf059a.chunk.js": "./static/js/4207.68bf059a.chunk.js",
5
+ "static/js/4207.3afae474.chunk.js": "./static/js/4207.3afae474.chunk.js",
6
6
  "static/js/6090.5f7ad212.chunk.js": "./static/js/6090.5f7ad212.chunk.js",
7
7
  "static/js/4058.f98f119e.chunk.js": "./static/js/4058.f98f119e.chunk.js",
8
8
  "static/js/2007.7259ed0a.chunk.js": "./static/js/2007.7259ed0a.chunk.js",
@@ -10,16 +10,16 @@
10
10
  "static/js/4164.29c179b8.chunk.js": "./static/js/4164.29c179b8.chunk.js",
11
11
  "static/js/4815.608e52ef.chunk.js": "./static/js/4815.608e52ef.chunk.js",
12
12
  "static/js/634.330f24ae.chunk.js": "./static/js/634.330f24ae.chunk.js",
13
- "static/js/595.c8f1b4af.chunk.js": "./static/js/595.c8f1b4af.chunk.js",
13
+ "static/js/595.f2a51cbb.chunk.js": "./static/js/595.f2a51cbb.chunk.js",
14
14
  "static/js/2610.fbda3ceb.chunk.js": "./static/js/2610.fbda3ceb.chunk.js",
15
15
  "static/js/4280.bddaeb2a.chunk.js": "./static/js/4280.bddaeb2a.chunk.js",
16
16
  "static/js/6229.ad552dc9.chunk.js": "./static/js/6229.ad552dc9.chunk.js",
17
17
  "static/js/6875.e99ef546.chunk.js": "./static/js/6875.e99ef546.chunk.js",
18
18
  "static/js/896.57a27c2a.chunk.js": "./static/js/896.57a27c2a.chunk.js",
19
- "static/js/4842.51190689.chunk.js": "./static/js/4842.51190689.chunk.js",
19
+ "static/js/4842.25f874c7.chunk.js": "./static/js/4842.25f874c7.chunk.js",
20
20
  "static/js/5102.4047ef61.chunk.js": "./static/js/5102.4047ef61.chunk.js",
21
21
  "static/js/9575.b4dff66e.chunk.js": "./static/js/9575.b4dff66e.chunk.js",
22
- "static/js/6655.e6ad6dc8.chunk.js": "./static/js/6655.e6ad6dc8.chunk.js",
22
+ "static/js/6655.98c81131.chunk.js": "./static/js/6655.98c81131.chunk.js",
23
23
  "static/js/8640.49a452dd.chunk.js": "./static/js/8640.49a452dd.chunk.js",
24
24
  "static/js/8399.097345c0.chunk.js": "./static/js/8399.097345c0.chunk.js",
25
25
  "static/js/6774.e335a795.chunk.js": "./static/js/6774.e335a795.chunk.js",
@@ -184,8 +184,8 @@
184
184
  "static/js/8058.d3b2fefc.chunk.js": "./static/js/8058.d3b2fefc.chunk.js",
185
185
  "static/js/6866.356817e3.chunk.js": "./static/js/6866.356817e3.chunk.js",
186
186
  "static/js/6010.d3c8e9ca.chunk.js": "./static/js/6010.d3c8e9ca.chunk.js",
187
- "static/js/1697.7db700c9.chunk.js": "./static/js/1697.7db700c9.chunk.js",
188
- "static/js/6071.fa55fbc9.chunk.js": "./static/js/6071.fa55fbc9.chunk.js",
187
+ "static/js/1697.d135efe8.chunk.js": "./static/js/1697.d135efe8.chunk.js",
188
+ "static/js/6071.40b2b0bb.chunk.js": "./static/js/6071.40b2b0bb.chunk.js",
189
189
  "static/js/1429.8529ac02.chunk.js": "./static/js/1429.8529ac02.chunk.js",
190
190
  "static/js/8943.4266642e.chunk.js": "./static/js/8943.4266642e.chunk.js",
191
191
  "static/js/4401.c9f8f2c4.chunk.js": "./static/js/4401.c9f8f2c4.chunk.js",
@@ -200,7 +200,7 @@
200
200
  "static/js/293.224bae0b.chunk.js": "./static/js/293.224bae0b.chunk.js",
201
201
  "static/js/3135.3ab996bc.chunk.js": "./static/js/3135.3ab996bc.chunk.js",
202
202
  "static/js/9545.93a6ef67.chunk.js": "./static/js/9545.93a6ef67.chunk.js",
203
- "static/js/7764.97579e71.chunk.js": "./static/js/7764.97579e71.chunk.js",
203
+ "static/js/7764.3f018a08.chunk.js": "./static/js/7764.3f018a08.chunk.js",
204
204
  "static/media/wizard-welcome.jpg": "./static/media/wizard-welcome.06f62f65d3031a66f279.jpg",
205
205
  "static/media/wizard-finish.jpg": "./static/media/wizard-finish.8e587d2858a835449991.jpg",
206
206
  "static/media/material.woff": "./static/media/material.a4c124e2e5122e01c52b.woff",
@@ -363,9 +363,9 @@
363
363
  "static/media/file.svg": "./static/media/file.d39f44d0930a01c6b1a0.svg",
364
364
  "static/media/certificates.svg": "./static/media/certificates.0a7c4a4c750fa74d2f98.svg",
365
365
  "static/media/rooms.svg": "./static/media/rooms.8d7a30c563e146914ecb.svg",
366
- "main.c8e4a046.js.map": "./static/js/main.c8e4a046.js.map",
366
+ "main.acd506a7.js.map": "./static/js/main.acd506a7.js.map",
367
367
  "4207.86ea733b.chunk.css.map": "./static/css/4207.86ea733b.chunk.css.map",
368
- "4207.68bf059a.chunk.js.map": "./static/js/4207.68bf059a.chunk.js.map",
368
+ "4207.3afae474.chunk.js.map": "./static/js/4207.3afae474.chunk.js.map",
369
369
  "6090.5f7ad212.chunk.js.map": "./static/js/6090.5f7ad212.chunk.js.map",
370
370
  "4058.f98f119e.chunk.js.map": "./static/js/4058.f98f119e.chunk.js.map",
371
371
  "2007.7259ed0a.chunk.js.map": "./static/js/2007.7259ed0a.chunk.js.map",
@@ -373,16 +373,16 @@
373
373
  "4164.29c179b8.chunk.js.map": "./static/js/4164.29c179b8.chunk.js.map",
374
374
  "4815.608e52ef.chunk.js.map": "./static/js/4815.608e52ef.chunk.js.map",
375
375
  "634.330f24ae.chunk.js.map": "./static/js/634.330f24ae.chunk.js.map",
376
- "595.c8f1b4af.chunk.js.map": "./static/js/595.c8f1b4af.chunk.js.map",
376
+ "595.f2a51cbb.chunk.js.map": "./static/js/595.f2a51cbb.chunk.js.map",
377
377
  "2610.fbda3ceb.chunk.js.map": "./static/js/2610.fbda3ceb.chunk.js.map",
378
378
  "4280.bddaeb2a.chunk.js.map": "./static/js/4280.bddaeb2a.chunk.js.map",
379
379
  "6229.ad552dc9.chunk.js.map": "./static/js/6229.ad552dc9.chunk.js.map",
380
380
  "6875.e99ef546.chunk.js.map": "./static/js/6875.e99ef546.chunk.js.map",
381
381
  "896.57a27c2a.chunk.js.map": "./static/js/896.57a27c2a.chunk.js.map",
382
- "4842.51190689.chunk.js.map": "./static/js/4842.51190689.chunk.js.map",
382
+ "4842.25f874c7.chunk.js.map": "./static/js/4842.25f874c7.chunk.js.map",
383
383
  "5102.4047ef61.chunk.js.map": "./static/js/5102.4047ef61.chunk.js.map",
384
384
  "9575.b4dff66e.chunk.js.map": "./static/js/9575.b4dff66e.chunk.js.map",
385
- "6655.e6ad6dc8.chunk.js.map": "./static/js/6655.e6ad6dc8.chunk.js.map",
385
+ "6655.98c81131.chunk.js.map": "./static/js/6655.98c81131.chunk.js.map",
386
386
  "8640.49a452dd.chunk.js.map": "./static/js/8640.49a452dd.chunk.js.map",
387
387
  "8399.097345c0.chunk.js.map": "./static/js/8399.097345c0.chunk.js.map",
388
388
  "810.0bbeec8c.chunk.js.map": "./static/js/810.0bbeec8c.chunk.js.map",
@@ -390,8 +390,8 @@
390
390
  "8058.d3b2fefc.chunk.js.map": "./static/js/8058.d3b2fefc.chunk.js.map",
391
391
  "6866.356817e3.chunk.js.map": "./static/js/6866.356817e3.chunk.js.map",
392
392
  "6010.d3c8e9ca.chunk.js.map": "./static/js/6010.d3c8e9ca.chunk.js.map",
393
- "1697.7db700c9.chunk.js.map": "./static/js/1697.7db700c9.chunk.js.map",
394
- "6071.fa55fbc9.chunk.js.map": "./static/js/6071.fa55fbc9.chunk.js.map",
393
+ "1697.d135efe8.chunk.js.map": "./static/js/1697.d135efe8.chunk.js.map",
394
+ "6071.40b2b0bb.chunk.js.map": "./static/js/6071.40b2b0bb.chunk.js.map",
395
395
  "1429.8529ac02.chunk.js.map": "./static/js/1429.8529ac02.chunk.js.map",
396
396
  "8943.4266642e.chunk.js.map": "./static/js/8943.4266642e.chunk.js.map",
397
397
  "4401.c9f8f2c4.chunk.js.map": "./static/js/4401.c9f8f2c4.chunk.js.map",
@@ -406,9 +406,9 @@
406
406
  "293.224bae0b.chunk.js.map": "./static/js/293.224bae0b.chunk.js.map",
407
407
  "3135.3ab996bc.chunk.js.map": "./static/js/3135.3ab996bc.chunk.js.map",
408
408
  "9545.93a6ef67.chunk.js.map": "./static/js/9545.93a6ef67.chunk.js.map",
409
- "7764.97579e71.chunk.js.map": "./static/js/7764.97579e71.chunk.js.map"
409
+ "7764.3f018a08.chunk.js.map": "./static/js/7764.3f018a08.chunk.js.map"
410
410
  },
411
411
  "entrypoints": [
412
- "static/js/main.c8e4a046.js"
412
+ "static/js/main.acd506a7.js"
413
413
  ]
414
414
  }
package/www/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en" translate="no"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/><meta name="theme-color" content="#000000"/><meta name="description" content="admin - ioBroker"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="stylesheet" href="./css/leaflet.css"/><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script><script type="text/javascript" src="./lib/js/sparkline.js"></script><title>Admin</title><script>window.loginHideLogo="@@loginHideLogo@@",window.loginMotto="@@loginMotto@@",window.login="@@auth@@",window.loginLogo="@@loginLogo@@",window.loginLink="@@loginLink@@",window.loginTitle="@@loginTitle@@",window.loginBackgroundColor="@@loginBackgroundColor@@",window.loginBackgroundImage="@@loginBackgroundImage@@",window.vendorPrefix="@@vendorPrefix@@",window.disableDataReporting="@@disableDataReporting@@",window.loadingBackgroundColor="@@loadingBackgroundColor@@",window.loadingBackgroundImage="@@loadingBackgroundImage@@",window.loadingHideLogo="@@loadingHideLogo@@"</script><style>.root{background-color:rgba(255,255,255,.87);border-radius:10px}.unsupported{width:200px;background-color:#aaa;margin:auto;margin-top:3rem;padding:10px;line-height:25px;border-radius:4px;text-align:center}.leaflet-container{height:400px;width:100%}</style><script>setTimeout((()=>{const o=document.body;window.location.search.includes("?login")?(window.loginBackgroundColor&&-1===window.loginBackgroundColor.indexOf("loginBackgroundColor")&&(o.style.backgroundColor=window.loginBackgroundColor),window.loginBackgroundImage&&-1===window.loginBackgroundImage.indexOf("loginBackgroundImage")&&(o.style.backgroundImage="url("+window.loginBackgroundImage+")",o.style.backgroundSize="cover")):(window.loadingBackgroundColor&&-1===window.loadingBackgroundColor.indexOf("loadingBackgroundColor")&&(o.style.backgroundColor=window.loadingBackgroundColor),window.loadingBackgroundImage&&-1===window.loadingBackgroundImage.indexOf("loadingBackgroundImage")&&(o.style.backgroundImage="url("+window.loadingBackgroundImage+")",o.style.backgroundSize="cover"))}),0),window.addEventListener("load",(function o(n){window.removeEventListener("load",o,!1);if(window.navigator.userAgent.indexOf("MSIE ")>0||navigator.userAgent.match(/Trident.*rv\:11\./)){const o=document.getElementById("root");o.classList.add("unsupported"),o.innerHTML="Browser is not supported. Please use Firefox or Chrome."}}),!1)</script><script defer="defer" src="./static/js/main.c8e4a046.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en" translate="no"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/><meta name="theme-color" content="#000000"/><meta name="description" content="admin - ioBroker"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="stylesheet" href="./css/leaflet.css"/><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script><script type="text/javascript" src="./lib/js/sparkline.js"></script><title>Admin</title><script>window.loginHideLogo="@@loginHideLogo@@",window.loginMotto="@@loginMotto@@",window.login="@@auth@@",window.loginLogo="@@loginLogo@@",window.loginLink="@@loginLink@@",window.loginTitle="@@loginTitle@@",window.loginBackgroundColor="@@loginBackgroundColor@@",window.loginBackgroundImage="@@loginBackgroundImage@@",window.vendorPrefix="@@vendorPrefix@@",window.disableDataReporting="@@disableDataReporting@@",window.loadingBackgroundColor="@@loadingBackgroundColor@@",window.loadingBackgroundImage="@@loadingBackgroundImage@@",window.loadingHideLogo="@@loadingHideLogo@@"</script><style>.root{background-color:rgba(255,255,255,.87);border-radius:10px}.unsupported{width:200px;background-color:#aaa;margin:auto;margin-top:3rem;padding:10px;line-height:25px;border-radius:4px;text-align:center}.leaflet-container{height:400px;width:100%}</style><script>setTimeout((()=>{const o=document.body;window.location.search.includes("?login")?(window.loginBackgroundColor&&-1===window.loginBackgroundColor.indexOf("loginBackgroundColor")&&(o.style.backgroundColor=window.loginBackgroundColor),window.loginBackgroundImage&&-1===window.loginBackgroundImage.indexOf("loginBackgroundImage")&&(o.style.backgroundImage="url("+window.loginBackgroundImage+")",o.style.backgroundSize="cover")):(window.loadingBackgroundColor&&-1===window.loadingBackgroundColor.indexOf("loadingBackgroundColor")&&(o.style.backgroundColor=window.loadingBackgroundColor),window.loadingBackgroundImage&&-1===window.loadingBackgroundImage.indexOf("loadingBackgroundImage")&&(o.style.backgroundImage="url("+window.loadingBackgroundImage+")",o.style.backgroundSize="cover"))}),0),window.addEventListener("load",(function o(n){window.removeEventListener("load",o,!1);if(window.navigator.userAgent.indexOf("MSIE ")>0||navigator.userAgent.match(/Trident.*rv\:11\./)){const o=document.getElementById("root");o.classList.add("unsupported"),o.innerHTML="Browser is not supported. Please use Firefox or Chrome."}}),!1)</script><script defer="defer" src="./static/js/main.acd506a7.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>