iobroker.admin 5.2.0 → 5.2.1
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/README.md +3 -3
- package/io-package.json +13 -13
- package/package.json +1 -1
- package/www-react/asset-manifest.json +9 -9
- package/www-react/index.html +1 -1
- package/www-react/static/js/{15.06f26e48.chunk.js → 15.1e46a4bb.chunk.js} +2 -2
- package/www-react/static/js/15.1e46a4bb.chunk.js.map +1 -0
- package/www-react/static/js/{main.c1fbfd25.chunk.js → main.c7f54a06.chunk.js} +3 -3
- package/www-react/static/js/{main.c1fbfd25.chunk.js.LICENSE.txt → main.c7f54a06.chunk.js.LICENSE.txt} +0 -0
- package/www-react/static/js/{main.c1fbfd25.chunk.js.map → main.c7f54a06.chunk.js.map} +1 -1
- package/www-react/static/js/{runtime-main.13986b43.js → runtime-main.f953f954.js} +2 -2
- package/www-react/static/js/{runtime-main.13986b43.js.map → runtime-main.f953f954.js.map} +1 -1
- package/www-react/static/js/15.06f26e48.chunk.js.map +0 -1
package/README.md
CHANGED
|
@@ -90,6 +90,9 @@ The icons may not be reused in other projects without the proper flaticon licens
|
|
|
90
90
|
-->
|
|
91
91
|
|
|
92
92
|
## Changelog
|
|
93
|
+
### 5.2.1 (2021-11-28)
|
|
94
|
+
* (bluefox) Allow in expert mode the creation of states and channels in mqtt branch
|
|
95
|
+
|
|
93
96
|
### 5.2.0 (2021-11-26)
|
|
94
97
|
* (Apollon77) Fix crash cases reported via sentry
|
|
95
98
|
* (bluefox) Added support for multi-repositories
|
|
@@ -104,9 +107,6 @@ The icons may not be reused in other projects without the proper flaticon licens
|
|
|
104
107
|
### 5.1.23 (2021-08-05)
|
|
105
108
|
* (bluefox) Corrected some errors reported via sentry
|
|
106
109
|
|
|
107
|
-
### 5.1.19 (2021-07-31)
|
|
108
|
-
* (bluefox) Corrected some GUI errors
|
|
109
|
-
|
|
110
110
|
## License
|
|
111
111
|
The MIT License (MIT)
|
|
112
112
|
|
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "admin",
|
|
4
|
-
"version": "5.2.
|
|
4
|
+
"version": "5.2.1",
|
|
5
5
|
"titleLang": {
|
|
6
6
|
"en": "Admin",
|
|
7
7
|
"de": "Admin",
|
|
@@ -18,6 +18,18 @@
|
|
|
18
18
|
"connectionType": "local",
|
|
19
19
|
"dataSource": "push",
|
|
20
20
|
"news": {
|
|
21
|
+
"5.2.1": {
|
|
22
|
+
"en": "Allow in expert mode the creation of states and channels in mqtt branch",
|
|
23
|
+
"de": "Erlaube im Expertenmodus die Erstellung von Zuständen und Kanälen im mqtt-Zweig",
|
|
24
|
+
"ru": "Разрешить в экспертном режиме создание состояний и каналов в ветке mqtt",
|
|
25
|
+
"pt": "Permitir no modo especialista a criação de estados e canais no ramal mqtt",
|
|
26
|
+
"nl": "Sta in expertmodus het maken van staten en kanalen toe in mqtt branch",
|
|
27
|
+
"fr": "Autoriser en mode expert la création d'états et de canaux dans la branche mqtt",
|
|
28
|
+
"it": "Consenti in modalità esperto la creazione di stati e canali nel ramo mqtt",
|
|
29
|
+
"es": "Permitir en modo experto la creación de estados y canales en rama mqtt",
|
|
30
|
+
"pl": "Zezwalaj w trybie eksperta na tworzenie stanów i kanałów w gałęzi mqtt",
|
|
31
|
+
"zh-cn": "允许在专家模式下在 mqtt 分支中创建状态和通道"
|
|
32
|
+
},
|
|
21
33
|
"5.2.0": {
|
|
22
34
|
"en": "Fix crash cases reported via sentry\nAdded support for multi-repositories",
|
|
23
35
|
"de": "Absturzfälle beheben, die über Wache gemeldet wurden\nUnterstützung für Multi-Repositorys hinzugefügt",
|
|
@@ -89,18 +101,6 @@
|
|
|
89
101
|
"es": "Se corrigieron algunos errores informados a través de centinela.",
|
|
90
102
|
"pl": "Poprawiono niektóre błędy zgłaszane przez wartownika",
|
|
91
103
|
"zh-cn": "更正了通过哨兵报告的一些错误"
|
|
92
|
-
},
|
|
93
|
-
"5.1.22": {
|
|
94
|
-
"en": "Corrected some errors reported via sentry",
|
|
95
|
-
"de": "Einige Fehler behoben, die über die Wache gemeldet wurden",
|
|
96
|
-
"ru": "Исправлены некоторые ошибки, о которых сообщал часовой.",
|
|
97
|
-
"pt": "Corrigidos alguns erros relatados via sentinela",
|
|
98
|
-
"nl": "Enkele fouten gecorrigeerd die zijn gemeld via schildwacht",
|
|
99
|
-
"fr": "Correction de quelques erreurs signalées via sentinelle",
|
|
100
|
-
"it": "Corretti alcuni errori segnalati tramite sentinella",
|
|
101
|
-
"es": "Se corrigieron algunos errores informados a través de centinela.",
|
|
102
|
-
"pl": "Poprawiono niektóre błędy zgłaszane przez wartownika",
|
|
103
|
-
"zh-cn": "更正了通过哨兵报告的一些错误"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"desc": {
|
package/package.json
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
"static/js/2.6d44534b.chunk.js": "./static/js/2.6d44534b.chunk.js",
|
|
8
8
|
"static/js/2.6d44534b.chunk.js.map": "./static/js/2.6d44534b.chunk.js.map",
|
|
9
9
|
"main.css": "./static/css/main.5e1e5cea.chunk.css",
|
|
10
|
-
"main.js": "./static/js/main.
|
|
11
|
-
"main.js.map": "./static/js/main.
|
|
12
|
-
"runtime-main.js": "./static/js/runtime-main.
|
|
13
|
-
"runtime-main.js.map": "./static/js/runtime-main.
|
|
10
|
+
"main.js": "./static/js/main.c7f54a06.chunk.js",
|
|
11
|
+
"main.js.map": "./static/js/main.c7f54a06.chunk.js.map",
|
|
12
|
+
"runtime-main.js": "./static/js/runtime-main.f953f954.js",
|
|
13
|
+
"runtime-main.js.map": "./static/js/runtime-main.f953f954.js.map",
|
|
14
14
|
"static/css/5.d6c1c8f8.chunk.css": "./static/css/5.d6c1c8f8.chunk.css",
|
|
15
15
|
"static/js/5.11c30091.chunk.js": "./static/js/5.11c30091.chunk.js",
|
|
16
16
|
"static/js/5.11c30091.chunk.js.map": "./static/js/5.11c30091.chunk.js.map",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"static/js/13.76eaf746.chunk.js.map": "./static/js/13.76eaf746.chunk.js.map",
|
|
34
34
|
"static/js/14.13ad411b.chunk.js": "./static/js/14.13ad411b.chunk.js",
|
|
35
35
|
"static/js/14.13ad411b.chunk.js.map": "./static/js/14.13ad411b.chunk.js.map",
|
|
36
|
-
"static/js/15.
|
|
37
|
-
"static/js/15.
|
|
36
|
+
"static/js/15.1e46a4bb.chunk.js": "./static/js/15.1e46a4bb.chunk.js",
|
|
37
|
+
"static/js/15.1e46a4bb.chunk.js.map": "./static/js/15.1e46a4bb.chunk.js.map",
|
|
38
38
|
"static/js/16.ec046940.chunk.js": "./static/js/16.ec046940.chunk.js",
|
|
39
39
|
"static/js/16.ec046940.chunk.js.map": "./static/js/16.ec046940.chunk.js.map",
|
|
40
40
|
"mode-sql.js": "./00292bd41e579436bfe66846683bbba9.js",
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"static/js/5.11c30091.chunk.js.LICENSE.txt": "./static/js/5.11c30091.chunk.js.LICENSE.txt",
|
|
458
458
|
"static/js/7.976a1d04.chunk.js.LICENSE.txt": "./static/js/7.976a1d04.chunk.js.LICENSE.txt",
|
|
459
459
|
"static/js/9.acbad7e2.chunk.js.LICENSE.txt": "./static/js/9.acbad7e2.chunk.js.LICENSE.txt",
|
|
460
|
-
"static/js/main.
|
|
460
|
+
"static/js/main.c7f54a06.chunk.js.LICENSE.txt": "./static/js/main.c7f54a06.chunk.js.LICENSE.txt",
|
|
461
461
|
"static/media/Alarm Systems.svg": "./static/media/Alarm Systems.857ab9a8.svg",
|
|
462
462
|
"static/media/Amplifier.svg": "./static/media/Amplifier.6f5d1804.svg",
|
|
463
463
|
"static/media/Anteroom.svg": "./static/media/Anteroom.93a74213.svg",
|
|
@@ -621,10 +621,10 @@
|
|
|
621
621
|
"static/media/wizard-welcome.jpg": "./static/media/wizard-welcome.06f62f65.jpg"
|
|
622
622
|
},
|
|
623
623
|
"entrypoints": [
|
|
624
|
-
"static/js/runtime-main.
|
|
624
|
+
"static/js/runtime-main.f953f954.js",
|
|
625
625
|
"static/css/5.d6c1c8f8.chunk.css",
|
|
626
626
|
"static/js/5.11c30091.chunk.js",
|
|
627
627
|
"static/css/main.5e1e5cea.chunk.css",
|
|
628
|
-
"static/js/main.
|
|
628
|
+
"static/js/main.c7f54a06.chunk.js"
|
|
629
629
|
]
|
|
630
630
|
}
|
package/www-react/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><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"/><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.vendorPrefix="@@vendorPrefix@@",window.loginBackgroundColor="@@loginBackgroundColor@@",window.disableDataReporting="@@disableDataReporting@@"</script><style>body{background-color:@@loginBackgroundColor@@;background-image:url(@@loginBackgroundImage@@);background-size:cover}.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>window.addEventListener("load",(function e(n){window.removeEventListener("load",e,!1);if(window.navigator.userAgent.indexOf("MSIE ")>0||navigator.userAgent.match(/Trident.*rv\:11\./)){const e=document.getElementById("root");e.classList.add("unsupported"),e.innerHTML="Browser is not supported. Please use Firefox or Chrome."}}),!1)</script><link href="./static/css/5.d6c1c8f8.chunk.css" rel="stylesheet"><link href="./static/css/main.5e1e5cea.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function t(t){for(var n,o,u=t[0],i=t[1],f=t[2],l=0,s=[];l<u.length;l++)o=u[l],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&s.push(a[o][0]),a[o]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(d&&d(t);s.length;)s.shift()();return c.push.apply(c,f||[]),r()}function r(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var i=r[o];0!==a[i]&&(n=!1)}n&&(c.splice(t--,1),e=u(u.s=r[0]))}return e}var n={},o={4:0},a={4:0},c=[];function u(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,u),r.l=!0,r.exports}u.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{6:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({}[e]||e)+"."+{0:"31d6cfe0",1:"31d6cfe0",2:"31d6cfe0",6:"8f068340",7:"31d6cfe0",8:"31d6cfe0",9:"31d6cfe0",10:"31d6cfe0",11:"31d6cfe0",12:"31d6cfe0",13:"31d6cfe0",14:"31d6cfe0",15:"31d6cfe0",16:"31d6cfe0"}[e]+".chunk.css",a=u.p+n,c=document.getElementsByTagName("link"),i=0;i<c.length;i++){var f=(d=c[i]).getAttribute("data-href")||d.getAttribute("href");if("stylesheet"===d.rel&&(f===n||f===a))return t()}var l=document.getElementsByTagName("style");for(i=0;i<l.length;i++){var d;if((f=(d=l[i]).getAttribute("data-href"))===n||f===a)return t()}var s=document.createElement("link");s.rel="stylesheet",s.type="text/css",s.onload=t,s.onerror=function(t){var n=t&&t.target&&t.target.src||a,c=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");c.code="CSS_CHUNK_LOAD_FAILED",c.request=n,delete o[e],s.parentNode.removeChild(s),r(c)},s.href=a,document.getElementsByTagName("head")[0].appendChild(s)})).then((function(){o[e]=0})));var r=a[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=a[e]=[t,n]}));t.push(r[2]=n);var c,i=document.createElement("script");i.charset="utf-8",i.timeout=120,u.nc&&i.setAttribute("nonce",u.nc),i.src=function(e){return u.p+"static/js/"+({}[e]||e)+"."+{0:"953d3c69",1:"ed429a52",2:"6d44534b",6:"9d48b694",7:"976a1d04",8:"02ea056a",9:"acbad7e2",10:"9709b267",11:"59b2b9a2",12:"36d8a881",13:"76eaf746",14:"13ad411b",15:"
|
|
1
|
+
<!doctype html><html lang="en"><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"/><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.vendorPrefix="@@vendorPrefix@@",window.loginBackgroundColor="@@loginBackgroundColor@@",window.disableDataReporting="@@disableDataReporting@@"</script><style>body{background-color:@@loginBackgroundColor@@;background-image:url(@@loginBackgroundImage@@);background-size:cover}.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>window.addEventListener("load",(function e(n){window.removeEventListener("load",e,!1);if(window.navigator.userAgent.indexOf("MSIE ")>0||navigator.userAgent.match(/Trident.*rv\:11\./)){const e=document.getElementById("root");e.classList.add("unsupported"),e.innerHTML="Browser is not supported. Please use Firefox or Chrome."}}),!1)</script><link href="./static/css/5.d6c1c8f8.chunk.css" rel="stylesheet"><link href="./static/css/main.5e1e5cea.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function t(t){for(var n,o,u=t[0],i=t[1],f=t[2],l=0,s=[];l<u.length;l++)o=u[l],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&s.push(a[o][0]),a[o]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(d&&d(t);s.length;)s.shift()();return c.push.apply(c,f||[]),r()}function r(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var i=r[o];0!==a[i]&&(n=!1)}n&&(c.splice(t--,1),e=u(u.s=r[0]))}return e}var n={},o={4:0},a={4:0},c=[];function u(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,u),r.l=!0,r.exports}u.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{6:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({}[e]||e)+"."+{0:"31d6cfe0",1:"31d6cfe0",2:"31d6cfe0",6:"8f068340",7:"31d6cfe0",8:"31d6cfe0",9:"31d6cfe0",10:"31d6cfe0",11:"31d6cfe0",12:"31d6cfe0",13:"31d6cfe0",14:"31d6cfe0",15:"31d6cfe0",16:"31d6cfe0"}[e]+".chunk.css",a=u.p+n,c=document.getElementsByTagName("link"),i=0;i<c.length;i++){var f=(d=c[i]).getAttribute("data-href")||d.getAttribute("href");if("stylesheet"===d.rel&&(f===n||f===a))return t()}var l=document.getElementsByTagName("style");for(i=0;i<l.length;i++){var d;if((f=(d=l[i]).getAttribute("data-href"))===n||f===a)return t()}var s=document.createElement("link");s.rel="stylesheet",s.type="text/css",s.onload=t,s.onerror=function(t){var n=t&&t.target&&t.target.src||a,c=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");c.code="CSS_CHUNK_LOAD_FAILED",c.request=n,delete o[e],s.parentNode.removeChild(s),r(c)},s.href=a,document.getElementsByTagName("head")[0].appendChild(s)})).then((function(){o[e]=0})));var r=a[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=a[e]=[t,n]}));t.push(r[2]=n);var c,i=document.createElement("script");i.charset="utf-8",i.timeout=120,u.nc&&i.setAttribute("nonce",u.nc),i.src=function(e){return u.p+"static/js/"+({}[e]||e)+"."+{0:"953d3c69",1:"ed429a52",2:"6d44534b",6:"9d48b694",7:"976a1d04",8:"02ea056a",9:"acbad7e2",10:"9709b267",11:"59b2b9a2",12:"36d8a881",13:"76eaf746",14:"13ad411b",15:"1e46a4bb",16:"ec046940"}[e]+".chunk.js"}(e);var f=new Error;c=function(t){i.onerror=i.onload=null,clearTimeout(l);var r=a[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;f.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",f.name="ChunkLoadError",f.type=n,f.request=o,r[1](f)}a[e]=void 0}};var l=setTimeout((function(){c({type:"timeout",target:i})}),12e4);i.onerror=i.onload=c,document.head.appendChild(i)}return Promise.all(t)},u.m=e,u.c=n,u.d=function(e,t,r){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(e,t){if(1&t&&(e=u(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(u.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)u.d(r,n,function(t){return e[t]}.bind(null,n));return r},u.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(t,"a",t),t},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.p="./",u.oe=function(e){throw console.error(e),e};var i=this["webpackJsonpsrc-rx"]=this["webpackJsonpsrc-rx"]||[],f=i.push.bind(i);i.push=t,i=i.slice();for(var l=0;l<i.length;l++)t(i[l]);var d=f;r()}([])</script><script src="./static/js/5.11c30091.chunk.js"></script><script src="./static/js/main.c7f54a06.chunk.js"></script></body></html>
|