|
From: Tobias B. <no...@gi...> - 2022-12-21 12:15:37
|
Branch: refs/heads/release-0.12 Home: https://github.com/CometVisu/CometVisu Commit: d8c0c6e1cc7a95214db9b02fd35299a235f3592f https://github.com/CometVisu/CometVisu/commit/d8c0c6e1cc7a95214db9b02fd35299a235f3592f Author: Christian Mayer <Chr...@us...> Date: 2019-04-14 (Sun, 14 Apr 2019) Changed paths: M ChangeLog M doc/manual/de/config/format.rst M doc/manual/de/config/mapping.rst M doc/manual/de/index.rst M doc/manual/de/install/timberwolf.rst A doc/manual/de/tutorial/_static/first_steps01.png A doc/manual/de/tutorial/_static/first_steps02.png A doc/manual/de/tutorial/_static/first_steps03.png A doc/manual/de/tutorial/_static/first_steps04.png A doc/manual/de/tutorial/_static/first_steps05.png A doc/manual/de/tutorial/_static/first_steps06.png A doc/manual/de/tutorial/_static/first_steps07.png A doc/manual/de/tutorial/_static/first_steps08.png A doc/manual/de/tutorial/_static/first_steps09.png A doc/manual/de/tutorial/_static/first_steps10.png A doc/manual/de/tutorial/_static/first_steps11.png A doc/manual/de/tutorial/_static/first_steps12.png A doc/manual/de/tutorial/_static/first_steps13.png A doc/manual/de/tutorial/_static/first_steps14.png A doc/manual/de/tutorial/_static/first_steps15.png A doc/manual/de/tutorial/_static/first_steps16.png A doc/manual/de/tutorial/_static/first_steps17.png A doc/manual/de/tutorial/_static/first_steps18.png A doc/manual/de/tutorial/_static/first_steps19.png A doc/manual/de/tutorial/_static/first_steps20.png A doc/manual/de/tutorial/_static/first_steps21.png A doc/manual/de/tutorial/_static/first_steps22.png A doc/manual/de/tutorial/_static/first_steps23.png A doc/manual/de/tutorial/_static/first_steps24.png A doc/manual/de/tutorial/_static/first_steps25.png A doc/manual/de/tutorial/_static/first_steps26.png A doc/manual/de/tutorial/_static/first_steps27.png A doc/manual/de/tutorial/_static/first_steps28.png A doc/manual/de/tutorial/_static/first_steps29.png A doc/manual/de/tutorial/_static/first_steps30.png A doc/manual/de/tutorial/_static/first_steps31.png A doc/manual/de/tutorial/_static/first_steps32.png A doc/manual/de/tutorial/_static/first_steps33.png A doc/manual/de/tutorial/_static/first_steps34.png A doc/manual/de/tutorial/first_steps.rst A doc/manual/de/tutorial/index.rst M doc/manual/en/config/format.rst M doc/manual/en/config/mapping.rst M doc/manual/en/index.rst M doc/manual/en/install/timberwolf.rst A doc/manual/en/tutorial/_static/first_steps01.png A doc/manual/en/tutorial/_static/first_steps02.png A doc/manual/en/tutorial/_static/first_steps03.png A doc/manual/en/tutorial/_static/first_steps04.png A doc/manual/en/tutorial/_static/first_steps05.png A doc/manual/en/tutorial/_static/first_steps06.png A doc/manual/en/tutorial/_static/first_steps07.png A doc/manual/en/tutorial/_static/first_steps08.png A doc/manual/en/tutorial/_static/first_steps09.png A doc/manual/en/tutorial/_static/first_steps10.png A doc/manual/en/tutorial/_static/first_steps11.png A doc/manual/en/tutorial/_static/first_steps12.png A doc/manual/en/tutorial/_static/first_steps13.png A doc/manual/en/tutorial/_static/first_steps14.png A doc/manual/en/tutorial/_static/first_steps15.png A doc/manual/en/tutorial/_static/first_steps16.png A doc/manual/en/tutorial/_static/first_steps17.png A doc/manual/en/tutorial/_static/first_steps18.png A doc/manual/en/tutorial/_static/first_steps19.png A doc/manual/en/tutorial/_static/first_steps20.png A doc/manual/en/tutorial/_static/first_steps21.png A doc/manual/en/tutorial/_static/first_steps22.png A doc/manual/en/tutorial/_static/first_steps23.png A doc/manual/en/tutorial/_static/first_steps24.png A doc/manual/en/tutorial/_static/first_steps25.png A doc/manual/en/tutorial/_static/first_steps26.png A doc/manual/en/tutorial/_static/first_steps27.png A doc/manual/en/tutorial/_static/first_steps28.png A doc/manual/en/tutorial/_static/first_steps29.png A doc/manual/en/tutorial/_static/first_steps30.png A doc/manual/en/tutorial/_static/first_steps31.png A doc/manual/en/tutorial/_static/first_steps32.png A doc/manual/en/tutorial/_static/first_steps33.png A doc/manual/en/tutorial/_static/first_steps34.png A doc/manual/en/tutorial/first_steps.rst A doc/manual/en/tutorial/index.rst M package.json M source/class/cv/ConfigCache.js M source/class/cv/io/Mockup.js M source/class/cv/parser/MetaParser.js M source/class/cv/parser/WidgetParser.js M source/class/cv/parser/widgets/InfoTrigger.js M source/class/cv/parser/widgets/Reload.js M source/class/cv/plugins/Clock.js M source/class/cv/transforms/Knx.js M source/class/cv/ui/structure/pure/InfoTrigger.js M source/class/cv/ui/structure/pure/Reload.js M source/class/cv/ui/structure/pure/Slide.js M source/editor/lib/DataProvider.js M source/resource/demo/media/demo_testmode_data.json M source/resource/plugins/diagram/influxfetch.php M source/test/karma/transform/TransformKnx-spec.js M source/test/karma/ui/structure/pure/Reload-spec.js M source/test/karma/ui/structure/pure/Trigger-spec.js M source/version Log Message: ----------- Merge pull request #924 from CometVisu/release-0.11 Release 0.11 Commit: 9e637fe21089024f7efeb5e342a3e7517f30e93a https://github.com/CometVisu/CometVisu/commit/9e637fe21089024f7efeb5e342a3e7517f30e93a Author: ChristianMayer <ma...@ch...> Date: 2019-04-14 (Sun, 14 Apr 2019) Changed paths: M utils/docutils/directives/__init__.py M utils/docutils/directives/cometvisu.py Log Message: ----------- Make redirect point to correct path (cherry picked from commit 93ab02d16b170c8283207a8ea3ede982c08f085b) Commit: 97cf2555a13f61fb130259c699bfacf4e646cc4a https://github.com/CometVisu/CometVisu/commit/97cf2555a13f61fb130259c699bfacf4e646cc4a Author: ChristianMayer <ma...@ch...> Date: 2019-04-14 (Sun, 14 Apr 2019) Changed paths: M utils/config.ini Log Message: ----------- Switch sitemap to https (cherry picked from commit 833c0af7a1ed371b6a569d5f59242c5eeaff5da1) Commit: 07669300ce131d88e04a65387e2a2149790c27c2 https://github.com/CometVisu/CometVisu/commit/07669300ce131d88e04a65387e2a2149790c27c2 Author: Tobias Bräutigam <tbr...@gm...> Date: 2019-04-19 (Fri, 19 Apr 2019) Changed paths: M source/class/cv/parser/WidgetParser.js Log Message: ----------- fix templates with multiple child nodes closes error reported here: https://knx-user-forum.de/forum/supportforen/cometvisu/1350891-fragen-zu-templates?p=1352548#post1352548 (cherry picked from commit fa2d7683ec1cb0b72a8fd3920b4965788a07e929) Commit: 800d61ef93fb326df439eaace893d0f6d846dc4e https://github.com/CometVisu/CometVisu/commit/800d61ef93fb326df439eaace893d0f6d846dc4e Author: ChristianMayer <ma...@ch...> Date: 2019-04-19 (Fri, 19 Apr 2019) Changed paths: M doc/manual/de/config/widgets/plugins/diagram/index.rst M source/resource/plugins/diagram/influxfetch.php M source/resource/visu_config.xsd Log Message: ----------- Add transformations to influxdb request. Solves request https://knx-user-forum.de/forum/supportforen/cometvisu/1350974-diagram-influxdb-verbrauchswerte-darstellen (cherry picked from commit 257b3f93ab059da672c99d9ad5d0fdf86d4351f2) Commit: 1e9b960a2c8f8c3db7c037fd4f3d3867c8e5598a https://github.com/CometVisu/CometVisu/commit/1e9b960a2c8f8c3db7c037fd4f3d3867c8e5598a Author: ChristianMayer <ma...@ch...> Date: 2019-04-21 (Sun, 21 Apr 2019) Changed paths: M doc/manual/de/conf.py M doc/manual/en/conf.py M utils/commands/doc.py M utils/config.ini Log Message: ----------- Cherry picked new manual directory structure and canonical information. Commit: e4106dadaa59124c72814affd8c393e37097a37f https://github.com/CometVisu/CometVisu/commit/e4106dadaa59124c72814affd8c393e37097a37f Author: ChristianMayer <ma...@ch...> Date: 2019-05-05 (Sun, 05 May 2019) Changed paths: M doc/manual/de/install/_static/timberwolf_proxy_add.png M doc/manual/de/install/timberwolf.rst M doc/manual/en/install/_static/timberwolf_proxy_add.png M doc/manual/en/install/timberwolf.rst Log Message: ----------- Fix for https://forum.timberwolf.io/viewtopic.php?p=8879#p8879 Must also be cherry picked (cherry picked from commit 382c32fc01552ca5da7bfd11587fbb5d0571e1fd) Commit: 33c46d9af6d664b5187ef22d5a269f80ca653588 https://github.com/CometVisu/CometVisu/commit/33c46d9af6d664b5187ef22d5a269f80ca653588 Author: Tobias Bräutigam <tbr...@gm...> Date: 2019-05-11 (Sat, 11 May 2019) Changed paths: M source/class/cv/plugins/ColorChooser.js Log Message: ----------- fix initialization problem with colorchooser, when the update is received before the farbtastic object is initialized fixes #936 Commit: 32f9e33b066b378ed0faaea87d92695e57dadeb8 https://github.com/CometVisu/CometVisu/commit/32f9e33b066b378ed0faaea87d92695e57dadeb8 Author: Tobias Bräutigam <tbr...@gm...> Date: 2019-05-11 (Sat, 11 May 2019) Changed paths: M source/class/cv/plugins/ColorChooser.js Log Message: ----------- remove the console.logs Commit: 83b445d6b6263f1d2e616814cfa2ed715c6b67f0 https://github.com/CometVisu/CometVisu/commit/83b445d6b6263f1d2e616814cfa2ed715c6b67f0 Author: Tobias Bräutigam <tbr...@gm...> Date: 2019-05-11 (Sat, 11 May 2019) Changed paths: M source/class/cv/plugins/ColorChooser.js Log Message: ----------- remove object reference in destructor Commit: 74bf22e8c571ba3d9fe91a7ebd0b2c1324671d8d https://github.com/CometVisu/CometVisu/commit/74bf22e8c571ba3d9fe91a7ebd0b2c1324671d8d Author: Christian Mayer <Chr...@us...> Date: 2019-05-11 (Sat, 11 May 2019) Changed paths: M source/class/cv/plugins/ColorChooser.js Log Message: ----------- Merge pull request #937 from peuter/fix-colorchooser fix initialization problem with colorchooser, when the update is rece… Commit: 690e48387645ab72089620cae05ea8f9dedfacd1 https://github.com/CometVisu/CometVisu/commit/690e48387645ab72089620cae05ea8f9dedfacd1 Author: Tobias Bräutigam <tbr...@gm...> Date: 2019-07-22 (Mon, 22 Jul 2019) Changed paths: M .travis.yml M package-lock.json M package.json M source/class/cv/ui/structure/pure/Slide.js M source/class/cv/ui/website/Slider.js A source/class/cv/util/Function.js Log Message: ----------- fix the problem that slider updates are send back to the backend again, because the changeValue event handler is throttled and got executed delayed (when `this.__skipUpdatesFromSlider` was already set back to false). Commit: ab42f866de0c20f1becf113abb82c4488f4b0591 https://github.com/CometVisu/CometVisu/commit/ab42f866de0c20f1becf113abb82c4488f4b0591 Author: Tobias Bräutigam <tbr...@gm...> Date: 2019-07-22 (Mon, 22 Jul 2019) Changed paths: M source/test/karma/plugins/ColorChooser-spec.js Log Message: ----------- fix spy object in test Commit: 8354ad5e92cbbf876f7e3c08536f6e3b1dca2216 https://github.com/CometVisu/CometVisu/commit/8354ad5e92cbbf876f7e3c08536f6e3b1dca2216 Author: Tobias Bräutigam <tbr...@gm...> Date: 2019-07-28 (Sun, 28 Jul 2019) Changed paths: M source/class/cv/parser/WidgetParser.js Log Message: ----------- do not use group widgets align setting as global class because its only aligning the group header fixes error reported here: https://knx-user-forum.de/forum/supportforen/cometvisu/1385023-cv11-0-text-widget-zeigt-label-zentriert-an Commit: f65626642a955e12dd3d6137ff3edb6181b29c0f https://github.com/CometVisu/CometVisu/commit/f65626642a955e12dd3d6137ff3edb6181b29c0f Author: Christian Mayer <Chr...@us...> Date: 2019-08-04 (Sun, 04 Aug 2019) Changed paths: M source/class/cv/parser/WidgetParser.js Log Message: ----------- Merge pull request #950 from peuter/fix-group-align do not use group widgets align setting as global class because its on… Commit: 28c0d440cd96a7091acfc1a123f8e6bb86900abb https://github.com/CometVisu/CometVisu/commit/28c0d440cd96a7091acfc1a123f8e6bb86900abb Author: ChristianMayer <ma...@ch...> Date: 2019-08-11 (Sun, 11 Aug 2019) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog in preparation for 0.11.2 Commit: 02ea3e767348907b23f357b5a5386d3468851248 https://github.com/CometVisu/CometVisu/commit/02ea3e767348907b23f357b5a5386d3468851248 Author: ChristianMayer <ma...@ch...> Date: 2019-08-11 (Sun, 11 Aug 2019) Changed paths: M package.json Log Message: ----------- Release v0.11.2 Commit: d11302fe690fb3193c4e8205a54c9abe54124d1e https://github.com/CometVisu/CometVisu/commit/d11302fe690fb3193c4e8205a54c9abe54124d1e Author: ChristianMayer <ma...@ch...> Date: 2019-08-11 (Sun, 11 Aug 2019) Changed paths: M ChangeLog Log Message: ----------- Update ChangeLog Commit: cf600207dba2eec53cec483a512eb4cf8481d2bd https://github.com/CometVisu/CometVisu/commit/cf600207dba2eec53cec483a512eb4cf8481d2bd Author: ChristianMayer <ma...@ch...> Date: 2019-08-11 (Sun, 11 Aug 2019) Changed paths: M external/knx-uf-iconset M source/class/cv/IconConfig.js M source/resource/icon/knx-uf-iconset.svg M source/version Log Message: ----------- Updates for 0.11.2 - icons and version infos Commit: 833040d03c90018f960a937d1cfa5a7fa169cccb https://github.com/CometVisu/CometVisu/commit/833040d03c90018f960a937d1cfa5a7fa169cccb Author: Tobias Bräutigam <tbr...@gm...> Date: 2019-08-12 (Mon, 12 Aug 2019) Changed paths: M .travis.yml Log Message: ----------- try to install the current chrome webdriver Commit: 1abaf2fa2ba4af784e51f085b7773d77a771251c https://github.com/CometVisu/CometVisu/commit/1abaf2fa2ba4af784e51f085b7773d77a771251c Author: Christian Mayer <Chr...@us...> Date: 2019-08-12 (Mon, 12 Aug 2019) Changed paths: M .travis.yml M ChangeLog M doc/manual/de/conf.py M doc/manual/de/config/widgets/plugins/diagram/index.rst M doc/manual/de/install/_static/timberwolf_proxy_add.png M doc/manual/de/install/timberwolf.rst M doc/manual/en/conf.py M doc/manual/en/install/_static/timberwolf_proxy_add.png M doc/manual/en/install/timberwolf.rst M external/knx-uf-iconset M package-lock.json M package.json M source/class/cv/IconConfig.js M source/class/cv/parser/WidgetParser.js M source/class/cv/plugins/ColorChooser.js M source/class/cv/ui/structure/pure/Slide.js M source/class/cv/ui/website/Slider.js A source/class/cv/util/Function.js M source/resource/icon/knx-uf-iconset.svg M source/resource/plugins/diagram/influxfetch.php M source/resource/visu_config.xsd M source/test/karma/plugins/ColorChooser-spec.js M source/version M utils/commands/doc.py M utils/config.ini M utils/docutils/directives/__init__.py M utils/docutils/directives/cometvisu.py Log Message: ----------- Merge pull request #951 from CometVisu/release-0.11 Release 0.11.2 Commit: 7a6a1071e485ec328117f48ba7bfa72e36e55823 https://github.com/CometVisu/CometVisu/commit/7a6a1071e485ec328117f48ba7bfa72e36e55823 Author: Christian Mayer <Chr...@us...> Date: 2019-09-08 (Sun, 08 Sep 2019) Changed paths: M utils/travis/docker_push.sh Log Message: ----------- Move to own generated ARM container Commit: 5c8232a50e9a4cf81fbb5baf29708f4b796f4a4a https://github.com/CometVisu/CometVisu/commit/5c8232a50e9a4cf81fbb5baf29708f4b796f4a4a Author: Tobias Bräutigam <pe...@us...> Date: 2019-09-09 (Mon, 09 Sep 2019) Changed paths: M utils/travis/docker_push.sh Log Message: ----------- Merge pull request #952 from CometVisu/release-0.11 Move to own generated ARM container Commit: cae3b6b0bdcb6da3f152cc1118114eb80e47d7c2 https://github.com/CometVisu/CometVisu/commit/cae3b6b0bdcb6da3f152cc1118114eb80e47d7c2 Author: Tobias Bräutigam <tbr...@gm...> Date: 2022-07-02 (Sat, 02 Jul 2022) Changed paths: A .github/actions/build-cv/action.yml A .github/actions/github/action.yml A .github/actions/github/index.js A .github/actions/github/package-lock.json A .github/actions/github/package.json A .github/actions/update-webdriver/action.yml A .github/codeql/codeql-config.yml A .github/workflows/build_release.yml A .github/workflows/cleanup_nightly.yml A .github/workflows/codeql-analysis.yml A .github/workflows/main.yml A .github/workflows/pull_request.yml A .github/workflows/spellcheck_docs.yml A .github/workflows/tag_nightly.yml A .github/workflows/tag_release.yml A .github/workflows/tag_release_candidate.yml A .github/workflows/update_docs.yml M .gitignore M .gitmodules M .jshintrc R .travis.yml M AUTHORS M ChangeLog M DEVELOPMENT.md M Dockerfile M Gruntfile.js M Manifest.json M README.md M bin/docker-run M bin/replay.py M client/Manifest.json A client/compile.json R client/config.json R client/generate.py M client/oo.loader.tmpl.js A client/source/boot-jquery/index-oh2.html A client/source/boot-jquery/index.html A client/source/boot-qx/index-oh2.html A client/source/boot-qx/index.html M client/source/class/cv/io/Client.js A client/source/class/cv/io/IClient.js M client/source/class/cv/io/Watchdog.js M client/source/class/cv/io/parser/Json.js M client/source/class/cv/io/request/Jquery.js M client/source/class/cv/io/transport/LongPolling.js M client/source/class/cv/io/transport/Sse.js R client/source/index-cgi-jquery.html R client/source/index-oh2-jquery.html R client/source/lib/jquery.js A client/source/resource/lib/jquery.js A compile.js A compile.json R config.json A doc/manual/_screenshots/editor.json A doc/manual/_screenshots/editor_node_right_click.json A doc/manual/_screenshots/manager.json A doc/manual/_screenshots/manager_context.json A doc/manual/_screenshots/manager_icons.json A doc/manual/_screenshots/manager_media.json M doc/manual/de/_static/theme_override.css A doc/manual/de/_static/versions.js M doc/manual/de/colab/dev/test.rst M doc/manual/de/colab/doc/directives.rst M doc/manual/de/colab/howto-vm.rst M doc/manual/de/colab/index.rst M doc/manual/de/conf.py M doc/manual/de/config/_static/editor.png M doc/manual/de/config/_static/editor_node_right_click.png R doc/manual/de/config/_static/editor_sort.png M doc/manual/de/config/_static/hidden_config_de.png R doc/manual/de/config/_static/manager.de.png A doc/manual/de/config/_static/manager.png A doc/manual/de/config/_static/manager_context.png A doc/manual/de/config/_static/manager_icons.png A doc/manual/de/config/_static/manager_media.png A doc/manual/de/config/address.rst M doc/manual/de/config/customizing.rst M doc/manual/de/config/editor.rst M doc/manual/de/config/examples/_static/visu_config_metal_haegar80.xml M doc/manual/de/config/examples/_static/visu_config_metal_merlin123.xml M doc/manual/de/config/examples/_static/visu_config_metal_swiss.xml M doc/manual/de/config/examples/haegar80.rst M doc/manual/de/config/examples/merlin123.rst M doc/manual/de/config/examples/swiss.rst M doc/manual/de/config/hidden-config.rst M doc/manual/de/config/index.rst M doc/manual/de/config/layout.rst M doc/manual/de/config/manager.rst M doc/manual/de/config/mapping.rst M doc/manual/de/config/notifications.rst M doc/manual/de/config/rrd/1wire_owfs.rst M doc/manual/de/config/rrd/ifHCoctets.rst M doc/manual/de/config/rrd_examples.rst M doc/manual/de/config/styling.rst M doc/manual/de/config/url-params.rst A doc/manual/de/config/widgets/colorchooser/index.rst M doc/manual/de/config/widgets/group/index.rst M doc/manual/de/config/widgets/image/index.rst M doc/manual/de/config/widgets/imagetrigger/index.rst M doc/manual/de/config/widgets/index.rst M doc/manual/de/config/widgets/info/index.rst M doc/manual/de/config/widgets/infoaction/index.rst M doc/manual/de/config/widgets/line/index.rst M doc/manual/de/config/widgets/multitrigger/index.rst M doc/manual/de/config/widgets/navbar/index.rst M doc/manual/de/config/widgets/notificationcenterbadge/index.rst A doc/manual/de/config/widgets/page/_static/editor_2d_widgets.png A doc/manual/de/config/widgets/page/_static/size.svg M doc/manual/de/config/widgets/page/index.rst A doc/manual/de/config/widgets/plugins/clock/index.rst R doc/manual/de/config/widgets/plugins/colorchooser/index.rst M doc/manual/de/config/widgets/plugins/diagram/index.rst M doc/manual/de/config/widgets/plugins/diagram_info/index.rst M doc/manual/de/config/widgets/plugins/link/index.rst M doc/manual/de/config/widgets/plugins/openhab/index.rst A doc/manual/de/config/widgets/plugins/openweathermap/_static/weather.png A doc/manual/de/config/widgets/plugins/openweathermap/index.rst M doc/manual/de/config/widgets/plugins/speech/index.rst M doc/manual/de/config/widgets/plugins/strftime/index.rst M doc/manual/de/config/widgets/plugins/tr064/index.rst M doc/manual/de/config/widgets/reload/index.rst M doc/manual/de/config/widgets/rgb/index.rst A doc/manual/de/config/widgets/roundbar/index.rst M doc/manual/de/config/widgets/switch/index.rst M doc/manual/de/config/widgets/video/index.rst M doc/manual/de/config/xml-format.rst M doc/manual/de/devel/index.rst M doc/manual/de/faq.rst M doc/manual/de/index.rst A doc/manual/de/install/_static/timberwolf_app.png A doc/manual/de/install/_static/timberwolf_installed_app.png M doc/manual/de/install/allgemein.rst M doc/manual/de/install/app.rst M doc/manual/de/install/docker.rst A doc/manual/de/install/docker_openhab.rst M doc/manual/de/install/index.rst M doc/manual/de/install/install-dev.rst R doc/manual/de/install/linux.rst R doc/manual/de/install/nas.rst A doc/manual/de/install/openhab.rst R doc/manual/de/install/openhab2.rst M doc/manual/de/install/raspberry.rst M doc/manual/de/install/timberwolf.rst M doc/manual/de/install/update-other.rst R doc/manual/de/install/update-wiregate.rst R doc/manual/de/install/wiregate.rst A doc/manual/de/spelling_wordlist.txt A doc/manual/de/tutorial/_static/portainer_add_cometvisu.png A doc/manual/de/tutorial/_static/portainer_add_nodered.png A doc/manual/de/tutorial/_static/portainer_add_nodered_restart.png A doc/manual/de/tutorial/_static/portainer_add_nodered_timezone.png A doc/manual/de/tutorial/_static/portainer_add_nodered_volume.png A doc/manual/de/tutorial/_static/portainer_add_volume.png A doc/manual/de/tutorial/_static/portainer_cv.png A doc/manual/de/tutorial/_static/portainer_cv_advanced_add_env.png A doc/manual/de/tutorial/_static/portainer_cv_advanced_add_env_KNX_INTERFACE.png A doc/manual/de/tutorial/_static/portainer_cv_advanced_add_restart.png A doc/manual/de/tutorial/_static/portainer_cv_advanced_add_volume.png A doc/manual/de/tutorial/_static/portainer_cv_advanced_add_volume_done.png A doc/manual/de/tutorial/_static/portainer_cv_deploy.png A doc/manual/de/tutorial/_static/portainer_environment.png A doc/manual/de/tutorial/_static/portainer_first_start.png A doc/manual/de/tutorial/_static/portainer_nodered.png A doc/manual/de/tutorial/_static/portainer_select_add_container.png A doc/manual/de/tutorial/_static/portainer_select_add_volume.png A doc/manual/de/tutorial/_static/portainer_select_container.png A doc/manual/de/tutorial/_static/portainer_select_volumes.png A doc/manual/de/tutorial/_static/portainer_start.png A doc/manual/de/tutorial/_static/rpi_housing.jpg A doc/manual/de/tutorial/_static/rpi_minimum.jpg A doc/manual/de/tutorial/_static/rpi_recomended.jpg M doc/manual/de/tutorial/first_steps.rst M doc/manual/de/tutorial/index.rst A doc/manual/de/tutorial/rpi_cometvisu.rst A doc/manual/de/tutorial/rpi_docker.rst A doc/manual/de/tutorial/rpi_kiosk.rst A doc/manual/de/tutorial/rpi_nodered.rst A doc/manual/de/tutorial/rpi_prequesites.rst A doc/manual/en/_static/versions.js M doc/manual/en/colab/dev/test.rst M doc/manual/en/colab/doc/directives.rst M doc/manual/en/colab/doc/rst.rst M doc/manual/en/colab/index.rst M doc/manual/en/conf.py M doc/manual/en/config/_static/editor.png M doc/manual/en/config/_static/editor_node_right_click.png A doc/manual/en/config/_static/hidden_config.png R doc/manual/en/config/_static/hidden_config_de.png R doc/manual/en/config/_static/manager.en.png A doc/manual/en/config/_static/manager.png A doc/manual/en/config/_static/manager_context.png A doc/manual/en/config/_static/manager_icons.png A doc/manual/en/config/_static/manager_media.png A doc/manual/en/config/address.rst M doc/manual/en/config/customizing.rst M doc/manual/en/config/editor.rst M doc/manual/en/config/examples/_static/visu_config_metal_haegar80.xml M doc/manual/en/config/examples/_static/visu_config_metal_merlin123.xml M doc/manual/en/config/examples/_static/visu_config_metal_swiss.xml M doc/manual/en/config/examples/haegar80.rst M doc/manual/en/config/examples/merlin123.rst M doc/manual/en/config/examples/swiss.rst M doc/manual/en/config/hidden-config.rst M doc/manual/en/config/index.rst M doc/manual/en/config/layout.rst M doc/manual/en/config/manager.rst M doc/manual/en/config/mapping.rst M doc/manual/en/config/url-params.rst M doc/manual/en/config/widgets/audio/index.rst M doc/manual/en/config/widgets/break/index.rst A doc/manual/en/config/widgets/colorchooser/index.rst M doc/manual/en/config/widgets/designtoggle/index.rst M doc/manual/en/config/widgets/group/index.rst M doc/manual/en/config/widgets/image/index.rst M doc/manual/en/config/widgets/imagetrigger/index.rst M doc/manual/en/config/widgets/include/index.rst M doc/manual/en/config/widgets/index.rst M doc/manual/en/config/widgets/info/index.rst M doc/manual/en/config/widgets/infoaction/index.rst M doc/manual/en/config/widgets/infotrigger/index.rst M doc/manual/en/config/widgets/line/index.rst M doc/manual/en/config/widgets/multitrigger/index.rst M doc/manual/en/config/widgets/navbar/index.rst M doc/manual/en/config/widgets/notificationcenterbadge/index.rst A doc/manual/en/config/widgets/page/_static/editor_2d_widgets.png A doc/manual/en/config/widgets/page/_static/size.svg M doc/manual/en/config/widgets/page/index.rst M doc/manual/en/config/widgets/pagejump/index.rst A doc/manual/en/config/widgets/plugins/clock/index.rst M doc/manual/en/config/widgets/plugins/diagram/index.rst M doc/manual/en/config/widgets/plugins/gauge/index.rst M doc/manual/en/config/widgets/plugins/link/index.rst A doc/manual/en/config/widgets/plugins/openweathermap/_static/weather.png M doc/manual/en/config/widgets/plugins/openweathermap/index.rst M doc/manual/en/config/widgets/plugins/powerspectrum/index.rst M doc/manual/en/config/widgets/plugins/rss/index.rst M doc/manual/en/config/widgets/plugins/speech/index.rst M doc/manual/en/config/widgets/plugins/strftime/index.rst M doc/manual/en/config/widgets/plugins/timeout/index.rst M doc/manual/en/config/widgets/plugins/tr064/index.rst M doc/manual/en/config/widgets/pushbutton/index.rst M doc/manual/en/config/widgets/refresh/index.rst M doc/manual/en/config/widgets/reload/index.rst M doc/manual/en/config/widgets/rgb/index.rst A doc/manual/en/config/widgets/roundbar/index.rst M doc/manual/en/config/widgets/slide/index.rst M doc/manual/en/config/widgets/switch/index.rst M doc/manual/en/config/widgets/text/index.rst M doc/manual/en/config/widgets/toggle/index.rst M doc/manual/en/config/widgets/trigger/index.rst M doc/manual/en/config/widgets/urltrigger/index.rst M doc/manual/en/config/widgets/video/index.rst M doc/manual/en/config/widgets/web/index.rst M doc/manual/en/config/widgets/wgplugininfo/index.rst M doc/manual/en/config/xml-format.rst M doc/manual/en/devel/index.rst M doc/manual/en/faq.rst M doc/manual/en/index.rst A doc/manual/en/install/_static/timberwolf_app.png A doc/manual/en/install/_static/timberwolf_installed_app.png M doc/manual/en/install/app.rst M doc/manual/en/install/backends/install-eibd.rst A doc/manual/en/install/docker_openhab.rst M doc/manual/en/install/generic.rst M doc/manual/en/install/index.rst M doc/manual/en/install/install-dev.rst A doc/manual/en/install/openhab.rst R doc/manual/en/install/openhab2.rst M doc/manual/en/install/timberwolf.rst R doc/manual/en/install/update-wiregate.rst R doc/manual/en/install/wiregate.rst A doc/manual/en/spelling_wordlist.txt M doc/manual/en/tutorial/first_steps.rst M doc/manual/en/tutorial/index.rst M external/knx-uf-iconset R external/qooxdoo R generate.py M locale/de/LC_MESSAGES/messages.mo M locale/de/LC_MESSAGES/messages.po M locale/en/LC_MESSAGES/messages.mo M locale/en/LC_MESSAGES/messages.po M locale/messages.pot M package-lock.json M package.json A qx-lock.json M skeletons/widget-test.js A source/ServiceWorker.js A source/apiboot/index.html A source/boot/index.html A source/boot/manifest.json M source/check_config.php M source/class/cv/Application.js M source/class/cv/Config.js M source/class/cv/ConfigCache.js M source/class/cv/IconConfig.js M source/class/cv/IconHandler.js M source/class/cv/TemplateEngine.js M source/class/cv/Transform.js M source/class/cv/core/notifications/ActionRegistry.js M source/class/cv/core/notifications/IActionHandler.js M source/class/cv/core/notifications/IHandler.js M source/class/cv/core/notifications/Router.js M source/class/cv/core/notifications/SpeechHandler.js M source/class/cv/core/notifications/actions/AbstractActionHandler.js M source/class/cv/core/notifications/actions/Link.js M source/class/cv/core/notifications/actions/Option.js M source/class/cv/core/notifications/actions/OptionGroup.js A source/class/cv/data/FileWorker.js M source/class/cv/data/Model.js M source/class/cv/io/Mockup.js M source/class/cv/io/Reflection.js A source/class/cv/io/mqtt/Client.js A source/class/cv/io/openhab/Rest.js A source/class/cv/io/rest/Client.js M source/class/cv/log/appender/Native.js M source/class/cv/parser/MetaParser.js M source/class/cv/parser/WidgetParser.js M source/class/cv/parser/widgets/Audio.js M source/class/cv/parser/widgets/Break.js A source/class/cv/parser/widgets/ColorChooser.js M source/class/cv/parser/widgets/DesignToggle.js M source/class/cv/parser/widgets/Group.js M source/class/cv/parser/widgets/Image.js M source/class/cv/parser/widgets/ImageTrigger.js M source/class/cv/parser/widgets/Info.js M source/class/cv/parser/widgets/InfoAction.js M source/class/cv/parser/widgets/InfoTrigger.js M source/class/cv/parser/widgets/Line.js M source/class/cv/parser/widgets/MultiTrigger.js M source/class/cv/parser/widgets/NavBar.js M source/class/cv/parser/widgets/NotificationCenterBadge.js M source/class/cv/parser/widgets/Page.js M source/class/cv/parser/widgets/PageJump.js M source/class/cv/parser/widgets/PushButton.js M source/class/cv/parser/widgets/Refresh.js M source/class/cv/parser/widgets/Reload.js M source/class/cv/parser/widgets/Rgb.js A source/class/cv/parser/widgets/Roundbar.js M source/class/cv/parser/widgets/Slide.js M source/class/cv/parser/widgets/Switch.js M source/class/cv/parser/widgets/Text.js M source/class/cv/parser/widgets/Toggle.js M source/class/cv/parser/widgets/Trigger.js M source/class/cv/parser/widgets/Unknown.js M source/class/cv/parser/widgets/UrlTrigger.js M source/class/cv/parser/widgets/Video.js M source/class/cv/parser/widgets/Web.js M source/class/cv/parser/widgets/WgPluginInfo.js M source/class/cv/parser/widgets/WidgetInfoAction.js R source/class/cv/plugins/CalendarList.js M source/class/cv/plugins/Clock.js R source/class/cv/plugins/ColorChooser.js M source/class/cv/plugins/Gauge.js M source/class/cv/plugins/Link.js M source/class/cv/plugins/MobileMenu.js M source/class/cv/plugins/OpenweatherMap.js M source/class/cv/plugins/PowerSpectrum.js M source/class/cv/plugins/Rss.js M source/class/cv/plugins/RssLog.js M source/class/cv/plugins/Speech.js M source/class/cv/plugins/Strftime.js M source/class/cv/plugins/Svg.js M source/class/cv/plugins/Timeout.js M source/class/cv/plugins/UpnpController.js M source/class/cv/plugins/__init__.js M source/class/cv/plugins/diagram/AbstractDiagram.js M source/class/cv/plugins/diagram/Diagram.js M source/class/cv/plugins/diagram/Info.js M source/class/cv/plugins/openhab/Openhab.js M source/class/cv/plugins/openhab/Settings.js M source/class/cv/plugins/openhab/renderer/Single.js M source/class/cv/plugins/tr064/CallList.js M source/class/cv/report/Record.js M source/class/cv/report/Replay.js M source/class/cv/report/utils/FakeServer.js M source/class/cv/report/utils/MXhrHook.js M source/class/cv/report/utils/MXhrReplayHook.js A source/class/cv/svg/Element.js M source/class/cv/theme/Dark.js M source/class/cv/theme/dark/Appearance.js M source/class/cv/theme/dark/Color.js M source/class/cv/theme/dark/Decoration.js M source/class/cv/theme/dark/Font.js M source/class/cv/theme/dark/Icon.js A source/class/cv/theme/dark/Images.js M source/class/cv/transforms/Knx.js A source/class/cv/transforms/Mqtt.js M source/class/cv/transforms/OpenHab.js M source/class/cv/ui/BodyBlocker.js M source/class/cv/ui/MHandleMessage.js M source/class/cv/ui/NotificationCenter.js M source/class/cv/ui/PageHandler.js M source/class/cv/ui/PagePartsHandler.js M source/class/cv/ui/Popup.js M source/class/cv/ui/PopupHandler.js M source/class/cv/ui/ToastManager.js M source/class/cv/ui/TrickOMatic.js M source/class/cv/ui/common/BasicUpdate.js M source/class/cv/ui/common/HandleLongpress.js M source/class/cv/ui/common/HasAddress.js M source/class/cv/ui/common/HasAnimatedButton.js M source/class/cv/ui/common/HasChildren.js M source/class/cv/ui/common/HasStyling.js M source/class/cv/ui/common/Operate.js M source/class/cv/ui/common/Refresh.js M source/class/cv/ui/common/Update.js M source/class/cv/ui/common/__init__.js M source/class/cv/ui/layout/Manager.js M source/class/cv/ui/layout/ResizeHandler.js M source/class/cv/ui/layout/States.js A source/class/cv/ui/manager/IActionHandler.js A source/class/cv/ui/manager/Main.js A source/class/cv/ui/manager/MenuBar.js A source/class/cv/ui/manager/Start.js A source/class/cv/ui/manager/ToolBar.js A source/class/cv/ui/manager/basic/Icon.js A source/class/cv/ui/manager/basic/Image.js A source/class/cv/ui/manager/contextmenu/ConfigElement.js A source/class/cv/ui/manager/contextmenu/FileItem.js A source/class/cv/ui/manager/contextmenu/GlobalFileItem.js A source/class/cv/ui/manager/control/ActionDispatcher.js A source/class/cv/ui/manager/control/FileController.js A source/class/cv/ui/manager/control/FileHandlerRegistry.js A source/class/cv/ui/manager/control/IFileEventHandler.js A source/class/cv/ui/manager/control/MFileEventHandler.js A source/class/cv/ui/manager/core/GlobalState.js A source/class/cv/ui/manager/core/IconAtom.js A source/class/cv/ui/manager/dialog/BigAlert.js A source/class/cv/ui/manager/dialog/Prompt.js A source/class/cv/ui/manager/dialog/ValidationError.js A source/class/cv/ui/manager/editor/AbstractEditor.js A source/class/cv/ui/manager/editor/Config.js A source/class/cv/ui/manager/editor/Diff.js A source/class/cv/ui/manager/editor/IEditor.js A source/class/cv/ui/manager/editor/Source.js A source/class/cv/ui/manager/editor/Tree.js A source/class/cv/ui/manager/editor/Worker.js A source/class/cv/ui/manager/editor/completion/CometVisu.js A source/class/cv/ui/manager/editor/completion/Config.js A source/class/cv/ui/manager/editor/data/Provider.js A source/class/cv/ui/manager/form/CheckBox.js A source/class/cv/ui/manager/form/ElementForm.js A source/class/cv/ui/manager/form/ElementFormRenderer.js A source/class/cv/ui/manager/form/FileListItem.js A source/class/cv/ui/manager/form/FileTabItem.js A source/class/cv/ui/manager/form/ListItem.js A source/class/cv/ui/manager/form/Option.js A source/class/cv/ui/manager/form/OptionListItem.js A source/class/cv/ui/manager/form/SectionListItem.js A source/class/cv/ui/manager/form/SourceCodeField.js A source/class/cv/ui/manager/form/VirtualSelectBox.js A source/class/cv/ui/manager/model/BackupFolder.js A source/class/cv/ui/manager/model/CompareFiles.js A source/class/cv/ui/manager/model/ElementChange.js A source/class/cv/ui/manager/model/FileItem.js A source/class/cv/ui/manager/model/Message.js A source/class/cv/ui/manager/model/OpenFile.js A source/class/cv/ui/manager/model/Preferences.js A source/class/cv/ui/manager/model/Schema.js A source/class/cv/ui/manager/model/XmlElement.js A source/class/cv/ui/manager/model/config/Option.js A source/class/cv/ui/manager/model/config/Section.js A source/class/cv/ui/manager/model/schema/Any.js A source/class/cv/ui/manager/model/schema/Attribute.js A source/class/cv/ui/manager/model/schema/Base.js A source/class/cv/ui/manager/model/schema/Choice.js A source/class/cv/ui/manager/model/schema/DocumentationMapping.js A source/class/cv/ui/manager/model/schema/Element.js A source/class/cv/ui/manager/model/schema/Group.js A source/class/cv/ui/manager/model/schema/MAnnotation.js A source/class/cv/ui/manager/model/schema/Sequence.js A source/class/cv/ui/manager/model/schema/SimpleType.js A source/class/cv/ui/manager/snackbar/Controller.js A source/class/cv/ui/manager/snackbar/Message.js A source/class/cv/ui/manager/tree/FileSystem.js A source/class/cv/ui/manager/tree/VirtualElementItem.js A source/class/cv/ui/manager/tree/VirtualFsItem.js A source/class/cv/ui/manager/upload/MDragUpload.js A source/class/cv/ui/manager/upload/UploadMgr.js A source/class/cv/ui/manager/viewer/AbstractViewer.js A source/class/cv/ui/manager/viewer/Config.js A source/class/cv/ui/manager/viewer/Folder.js A source/class/cv/ui/manager/viewer/Icons.js A source/class/cv/ui/manager/viewer/Image.js A source/class/cv/ui/manager/viewer/SvgIcon.js M source/class/cv/ui/structure/AbstractBasicWidget.js M source/class/cv/ui/structure/AbstractWidget.js M source/class/cv/ui/structure/IPage.js M source/class/cv/ui/structure/WidgetFactory.js M source/class/cv/ui/structure/pure/Audio.js M source/class/cv/ui/structure/pure/Break.js A source/class/cv/ui/structure/pure/ColorChooser.js M source/class/cv/ui/structure/pure/DesignToggle.js M source/class/cv/ui/structure/pure/Group.js M source/class/cv/ui/structure/pure/Image.js M source/class/cv/ui/structure/pure/ImageTrigger.js M source/class/cv/ui/structure/pure/Info.js M source/class/cv/ui/structure/pure/InfoAction.js M source/class/cv/ui/structure/pure/InfoTrigger.js M source/class/cv/ui/structure/pure/Line.js M source/class/cv/ui/structure/pure/MultiTrigger.js M source/class/cv/ui/structure/pure/NavBar.js M source/class/cv/ui/structure/pure/NotificationCenterBadge.js M source/class/cv/ui/structure/pure/Page.js M source/class/cv/ui/structure/pure/PageJump.js M source/class/cv/ui/structure/pure/PageLink.js M source/class/cv/ui/structure/pure/PushButton.js M source/class/cv/ui/structure/pure/Refresh.js M source/class/cv/ui/structure/pure/Reload.js M source/class/cv/ui/structure/pure/Rgb.js A source/class/cv/ui/structure/pure/Roundbar.js M source/class/cv/ui/structure/pure/Slide.js M source/class/cv/ui/structure/pure/Switch.js M source/class/cv/ui/structure/pure/Text.js M source/class/cv/ui/structure/pure/Toggle.js M source/class/cv/ui/structure/pure/Trigger.js M source/class/cv/ui/structure/pure/Unknown.js M source/class/cv/ui/structure/pure/UrlTrigger.js M source/class/cv/ui/structure/pure/Video.js M source/class/cv/ui/structure/pure/Web.js M source/class/cv/ui/structure/pure/WgPluginInfo.js M source/class/cv/ui/structure/pure/WidgetInfoAction.js M source/class/cv/ui/structure/pure/__init__.js M source/class/cv/ui/util/ProgressBar.js R source/class/cv/ui/website/Slider.js A source/class/cv/util/Color.js M source/class/cv/util/ConfigLoader.js A source/class/cv/util/ConfigUpgrader.js M source/class/cv/util/Function.js M source/class/cv/util/IconTools.js A source/class/cv/util/LimitedRateUpdateAnimator.js M source/class/cv/util/Location.js M source/class/cv/util/ScriptLoader.js M source/class/cv/util/String.js M source/class/cv/util/Tree.js M source/editor/bin/save_config.php M source/editor/dataproviders/DataProviderConfig.js M source/editor/dataproviders/list_all_icons.php M source/editor/dataproviders/list_all_influxdbs.php M source/editor/dataproviders/list_all_plugins.php M source/editor/dataproviders/list_relevant_influxdb_fields.php M source/editor/dataproviders/list_relevant_influxdb_tags.php M source/editor/lib/Configuration.js M source/editor/lib/DataProvider.js M source/editor/lib/DocumentationMapping.json M source/editor/lib/Editor.js M source/editor/lib/Schema.js R source/editor/text/monaco/completion-provider.js R source/editor/text/worker.js R source/editor/text/xml.js R source/editor/text/xmllint.js R source/index.html M source/library_version.inc.php A source/loader/loader.tmpl.js M source/manager.php R source/manifest.json M source/replay.html M source/resource/config/hidden.php M source/resource/config/visu_config.xml M source/resource/demo/media/demo_2d_backdrop_floorplan_inkscape.svg M source/resource/demo/media/demo_2d_backdrop_red_pot.js M source/resource/demo/media/demo_2d_backdrop_red_pot.svg M source/resource/demo/media/demo_testmode_data.json M source/resource/demo/media/testmode.css A source/resource/demo/templates/Plugin.js A source/resource/demo/templates/visu_config.xml M source/resource/demo/visu_config_2d3d.xml M source/resource/demo/visu_config_demo.xml M source/resource/demo/visu_config_demo_flat.xml M source/resource/demo/visu_config_demo_testmode.xml M source/resource/demo/visu_config_demorss.xml M source/resource/demo/visu_config_empty.xml M source/resource/demo/visu_config_gauge.xml M source/resource/demo/visu_config_metal.xml M source/resource/demo/visu_config_responsive.xml M source/resource/designs/alaska/design_setup.js M source/resource/designs/alaska_slim/design_setup.js M source/resource/designs/design_preview.html M source/resource/designs/designglobals.css M source/resource/designs/discreet/design_setup.js M source/resource/designs/discreet_sand/design_setup.js M source/resource/designs/discreet_slim/design_setup.js R source/resource/designs/get_designs.php M source/resource/designs/metal/basic.css M source/resource/designs/metal/design_setup.js A source/resource/designs/metal/fonts/LICENSE.txt A source/resource/designs/metal/fonts/Roboto-Black.ttf A source/resource/designs/metal/fonts/Roboto-BlackItalic.ttf A source/resource/designs/metal/fonts/Roboto-Bold.ttf A source/resource/designs/metal/fonts/Roboto-BoldItalic.ttf A source/resource/designs/metal/fonts/Roboto-Italic.ttf A source/resource/designs/metal/fonts/Roboto-Light.ttf A source/resource/designs/metal/fonts/Roboto-LightItalic.ttf A source/resource/designs/metal/fonts/Roboto-Medium.ttf A source/resource/designs/metal/fonts/Roboto-MediumItalic.ttf A source/resource/designs/metal/fonts/Roboto-Regular.ttf A source/resource/designs/metal/fonts/Roboto-Thin.ttf A source/resource/designs/metal/fonts/Roboto-ThinItalic.ttf M source/resource/designs/metal/mobile.css A source/resource/designs/metal/version1.css M source/resource/designs/pitchblack/design_setup.js M source/resource/designs/planet/design_setup.js M source/resource/designs/pure/basic.css M source/resource/designs/pure/design_setup.js A source/resource/hidden-schema.json R source/resource/icon/COPYING R source/resource/icon/CometVisu_blue.png R source/resource/icon/CometVisu_grey.png R source/resource/icon/CometVisu_orange.png R source/resource/icon/LICENCE.knx-uf-iconset R source/resource/icon/comet_112_ff8000.png R source/resource/icon/comet_128_000000.png R source/resource/icon/comet_128_00ddff.png R source/resource/icon/comet_128_00ff11.png R source/resource/icon/comet_128_d00055.png R source/resource/icon/comet_128_ff0000.png R source/resource/icon/comet_128_ff8000.png R source/resource/icon/comet_128_ffffff.png R source/resource/icon/comet_16_000000.png R source/resource/icon/comet_16_00ddff.png R source/resource/icon/comet_16_00ff11.png R source/resource/icon/comet_16_d00055.png R source/resource/icon/comet_16_ff0000.png R source/resource/icon/comet_16_ff8000.png R source/resource/icon/comet_16_ffffff.png R source/resource/icon/comet_16x16_000000.png R source/resource/icon/comet_16x16_ff0000.png R source/resource/icon/comet_16x16_ff8000.png R source/resource/icon/comet_32_000000.png R source/resource/icon/comet_32_00ddff.png R source/resource/icon/comet_32_00ff11.png R source/resource/icon/comet_32_d00055.png R source/resource/icon/comet_32_ff0000.png R source/resource/icon/comet_32_ff8000.png R source/resource/icon/comet_32_ffffff.png R source/resource/icon/comet_50_ff8000.png R source/resource/icon/comet_50x50_ff8000.jpg R source/resource/icon/comet_50x50_ff8000.png R source/resource/icon/comet_512_ff8000.jpg.png R source/resource/icon/comet_512_ff8000.png R source/resource/icon/comet_64_000000.png R source/resource/icon/comet_64_00ddff.png R source/resource/icon/comet_64_00ff11.png R source/resource/icon/comet_64_d00055.png R source/resource/icon/comet_64_ff0000.png R source/resource/icon/comet_64_ff8000.png R source/resource/icon/comet_64_ffffff.png R source/resource/icon/comet_chrome_app_icon_128x128.png R source/resource/icon/comet_icon_128x128_ff8000.png R source/resource/icon/comet_icon_256x256_ff8000.png R source/resource/icon/comet_icon_512_ff8000.png R source/resource/icon/comet_icon_512x512_ff8000.png R source/resource/icon/comet_opt.svg R source/resource/icon/comet_opt_icon.svg R source/resource/icon/comet_webapp_icon.png R source/resource/icon/comet_webapp_icon_114.png R source/resource/icon/comet_webapp_icon_120.png R source/resource/icon/comet_webapp_icon_144.png R source/resource/icon/comet_webapp_icon_152.png R source/resource/icon/comet_webapp_icon_167.png R source/resource/icon/comet_webapp_icon_180.png R source/resource/icon/comet_webapp_icon_76.png R source/resource/icon/comet_webapp_icon_android_114.png R source/resource/icon/comet_webapp_icon_android_120.png R source/resource/icon/comet_webapp_icon_android_128.png R source/resource/icon/comet_webapp_icon_android_144.png R source/resource/icon/comet_webapp_icon_android_152.png R source/resource/icon/comet_webapp_icon_android_16.png R source/resource/icon/comet_webapp_icon_android_192.png R source/resource/icon/comet_webapp_icon_android_32.png R source/resource/icon/comet_webapp_icon_android_36.png R source/resource/icon/comet_webapp_icon_android_48.png R source/resource/icon/comet_webapp_icon_android_512.png R source/resource/icon/comet_webapp_icon_android_57.png R source/resource/icon/comet_webapp_icon_android_72.png R source/resource/icon/comet_webapp_icon_android_78.png R source/resource/icon/comet_webapp_icon_android_96.png R source/resource/icon/cometvisu_icon_opt.svg R source/resource/icon/cometvisu_icon_raw.svg R source/resource/icon/iconlist.html R source/resource/icon/knx-uf-iconset.svg A source/resource/icons/COPYING A source/resource/icons/CometVisu_blue.png A source/resource/icons/CometVisu_grey.png A source/resource/icons/CometVisu_orange.png A source/resource/icons/LICENCE.knx-uf-iconset A source/resource/icons/comet_112_ff8000.png A source/resource/icons/comet_128_000000.png A source/resource/icons/comet_128_00ddff.png A source/resource/icons/comet_128_00ff11.png A source/resource/icons/comet_128_d00055.png A source/resource/icons/comet_128_ff0000.png A source/resource/icons/comet_128_ff8000.png A source/resource/icons/comet_128_ffffff.png A source/resource/icons/comet_16_000000.png A source/resource/icons/comet_16_00ddff.png A source/resource/icons/comet_16_00ff11.png A source/resource/icons/comet_16_d00055.png A source/resource/icons/comet_16_ff0000.png A source/resource/icons/comet_16_ff8000.png A source/resource/icons/comet_16_ffffff.png A source/resource/icons/comet_16x16_000000.png A source/resource/icons/comet_16x16_ff0000.png A source/resource/icons/comet_16x16_ff8000.png A source/resource/icons/comet_32_000000.png A source/resource/icons/comet_32_00ddff.png A source/resource/icons/comet_32_00ff11.png A source/resource/icons/comet_32_d00055.png A source/resource/icons/comet_32_ff0000.png A source/resource/icons/comet_32_ff8000.png A source/resource/icons/comet_32_ffffff.png A source/resource/icons/comet_50_ff8000.png A source/resource/icons/comet_50x50_ff8000.jpg A source/resource/icons/comet_50x50_ff8000.png A source/resource/icons/comet_512_ff8000.jpg.png A source/resource/icons/comet_512_ff8000.png A source/resource/icons/comet_64_000000.png A source/resource/icons/comet_64_00ddff.png A source/resource/icons/comet_64_00ff11.png A source/resource/icons/comet_64_d00055.png A source/resource/icons/comet_64_ff0000.png A source/resource/icons/comet_64_ff8000.png A source/resource/icons/comet_64_ffffff.png A source/resource/icons/comet_chrome_app_icon_128x128.png A source/resource/icons/comet_icon_128x128_ff8000.png A source/resource/icons/comet_icon_256x256_ff8000.png A source/resource/icons/comet_icon_512_ff8000.png A source/resource/icons/comet_icon_512x512_ff8000.png A source/resource/icons/comet_opt.svg A source/resource/icons/comet_opt_icon.svg A source/resource/icons/comet_webapp_icon.png A source/resource/icons/comet_webapp_icon_114.png A source/resource/icons/comet_webapp_icon_120.png A source/resource/icons/comet_webapp_icon_144.png A source/resource/icons/comet_webapp_icon_152.png A source/resource/icons/comet_webapp_icon_167.png A source/resource/icons/comet_webapp_icon_180.png A source/resource/icons/comet_webapp_icon_76.png A source/resource/icons/comet_webapp_icon_android_114.png A source/resource/icons/comet_webapp_icon_android_120.png A source/resource/icons/comet_webapp_icon_android_128.png A source/resource/icons/comet_webapp_icon_android_144.png A source/resource/icons/comet_webapp_icon_android_152.png A source/resource/icons/comet_webapp_icon_android_16.png A source/resource/icons/comet_webapp_icon_android_192.png A source/resource/icons/comet_webapp_icon_android_32.png A source/resource/icons/comet_webapp_icon_android_36.png A source/resource/icons/comet_webapp_icon_android_48.png A source/resource/icons/comet_webapp_icon_android_512.png A source/resource/icons/comet_webapp_icon_android_57.png A source/resource/icons/comet_webapp_icon_android_72.png A source/resource/icons/comet_webapp_icon_android_78.png A source/resource/icons/comet_webapp_icon_android_96.png A source/resource/icons/cometvisu_icon_opt.svg A source/resource/icons/cometvisu_icon_raw.svg A source/resource/icons/iconlist.html A source/resource/icons/knx-uf-iconset.svg M source/resource/libs/EventRecorder.js R source/resource/libs/inobounce.min.js A source/resource/libs/paho-mqtt.LICENSE.edl-v10 A source/resource/libs/paho-mqtt.LICENSE.epl-v10 A source/resource/libs/paho-mqtt.about.html A source/resource/libs/paho-mqtt.js A source/resource/libs/paho-mqtt.min.js M source/resource/libs/strftime.js A source/resource/manager/completion-libs/qooxdoo.d.ts A source/resource/manager/crc32.js A source/resource/manager/worker.js A source/resource/manager/xml.js A source/resource/manager/xmllint.js R source/resource/plugins/calendarlist/calendarlist.php A source/resource/plugins/clock/clock_full.svg M source/resource/plugins/clock/clock_pure.svg A source/resource/plugins/clock/clock_simple.svg R source/resource/plugins/colorchooser/farbtastic/CHANGELOG.html R source/resource/plugins/colorchooser/farbtastic/LICENSE.txt R source/resource/plugins/colorchooser/farbtastic/README.html R source/resource/plugins/colorchooser/farbtastic/README.md R source/resource/plugins/colorchooser/farbtastic/demo1.html R source/resource/plugins/colorchooser/farbtastic/demo2.html R source/resource/plugins/colorchooser/farbtastic/farbtastic.css R source/resource/plugins/colorchooser/farbtastic/farbtastic.js R source/resource/plugins/colorchooser/farbtastic/marker.png R source/resource/plugins/colorchooser/farbtastic/mask.png R source/resource/plugins/colorchooser/farbtastic/wheel.png M source/resource/plugins/diagram/influxfetch.php A source/resource/plugins/openweathermap/font/COPYING A source/resource/plugins/openweathermap/font/weathericons-regular-webfont.eot A source/resource/plugins/openweathermap/font/weathericons-regular-webfont.ttf A source/resource/plugins/openweathermap/font/weathericons-regular-webfont.woff A source/resource/plugins/openweathermap/font/weathericons-regular-webfont.woff2 R source/resource/plugins/openweathermap/openweathermap.css R source/resource/plugins/openweathermap/owm/jquery.owm.js A source/resource/plugins/openweathermap/owm_basic_style.css A source/resource/plugins/openweathermap/owm_core.js A source/resource/plugins/openweathermap/owm_weathericon.css R source/resource/plugins/rss/dep/zrssfeed/jquery.vticker.js R source/resource/plugins/rss/dep/zrssfeed/jquery.zrssfeed.css R source/resource/plugins/rss/dep/zrssfeed/jquery.zrssfeed.js R source/resource/plugins/rss/dep/zrssfeed/jquery.zrssfeed.min.js A source/resource/plugins/rss/rss-parser.min.js M source/resource/plugins/rsslog/rsslog.php M source/resource/plugins/tr064/proxy.php M source/resource/plugins/tr064/soap.php M source/resource/plugins/upnpcontroller/mute.php M source/resource/plugins/upnpcontroller/playlists.php M source/resource/plugins/upnpcontroller/status.php M source/resource/plugins/upnpcontroller/upnpctrl_util.php M source/resource/plugins/upnpcontroller/volume.php A source/resource/qxl/apiviewer/css/sunlight.default.css A source/resource/qxl/apiviewer/lib/sunlight-min.js A source/resource/qxl/apiviewer/lib/sunlight.javascript-min.js A source/resource/qxl/apiviewer/lib/sunlight.xml-min.js R source/resource/sentry/bundle.js R source/resource/sentry/bundle.js.map M source/resource/sentry/bundle.min.js M source/resource/sentry/bundle.min.js.map A source/resource/sentry/bundle.tracing.min.js A source/resource/sentry/bundle.tracing.min.js.map M source/resource/visu_config.xsd A source/rest/generate-php.sh A source/rest/manager/.gitignore A source/rest/manager/.htaccess A source/rest/manager/.openapi-generator-ignore A source/rest/manager/.openapi-generator/VERSION A source/rest/manager/README.md A source/rest/manager/composer.json A source/rest/manager/composer.lock A source/rest/manager/environment.php A source/rest/manager/index.php A source/rest/manager/lib/Api/AbstractConfigApi.php A source/rest/manager/lib/Api/AbstractDataproviderApi.php A source/rest/manager/lib/Api/AbstractFsApi.php A source/rest/manager/lib/SlimRouter.php A source/rest/manager/phpcs.xml.dist A source/rest/manager/phpunit.xml.dist A source/rest/manager/src/Api/ConfigApi.php A source/rest/manager/src/Api/DataproviderApi.php A source/rest/manager/src/Api/FsApi.php A source/rest/manager/src/FileHandler.php A source/rest/manager/src/config.php A source/rest/manager/src/influx.inc.php A source/rest/manager/src/parse_ini.inc.php A source/rest/manager/test/Api/ConfigApiTest.php A source/rest/manager/test/Api/DataproviderApiTest.php A source/rest/manager/test/Api/FsApiTest.php A source/rest/manager/test/Model/ConfigOptionTest.php A source/rest/manager/test/Model/ConfigSectionTest.php A source/rest/manager/test/Model/DataProviderEntryTest.php A source/rest/manager/test/Model/EnvironmentStateTest.php A source/rest/manager/test/Model/FsEntryTest.php A source/rest/manager/test/Model/InlineObjectTest.php A source/rest/manager/test/Model/ReadResponseTest.php A source/rest/openapi.yaml A source/test/fixtures/karma/meta-config.xml A source/test/fixtures/rest/manager/index.php/data/designs A source/test/fixtures/rest/manager/index.php/fs/check A source/test/fixtures/rest/manager/index.php/fs?path=. A source/test/fixtures/rest/manager/index.php/fs?path=backup A sourc... [truncated message content] |