ioBroker.js-controller

ioBroker controller

MIT License

Downloads
823K
Stars
293
Committers
33

Bot releases are visible (Hide)

ioBroker.js-controller - Release v4.0.0-alpha.15-20211123-d1545c0e

Published by github-actions[bot] almost 3 years ago

nightly release

ioBroker.js-controller - Release v4.0.0-alpha.14-20211123-08ffe9ed

Published by github-actions[bot] almost 3 years ago

nightly release

ioBroker.js-controller - Release v4.0.0-alpha.13-20211122-8d835c2d

Published by github-actions[bot] almost 3 years ago

nightly release

ioBroker.js-controller - Release v4.0.0-alpha.12-20211121-4ca7ec41

Published by github-actions[bot] almost 3 years ago

nightly release

ioBroker.js-controller - Release v4.0.0-alpha.11-20211118-e40274a2

Published by github-actions[bot] almost 3 years ago

nightly release

ioBroker.js-controller - Release v3.3.19

Published by github-actions[bot] almost 3 years ago

we fixed a crash due to multilingual instance objects

ioBroker.js-controller - Release v4.0.0-alpha.10-20211116-cb8ad50a

Published by github-actions[bot] almost 3 years ago

nightly release

ioBroker.js-controller - Release v3.3.18

Published by github-actions[bot] about 3 years ago

Fix another edge case for UUID generation

ioBroker.js-controller - Release v3.3.17

Published by github-actions[bot] about 3 years ago

Fix edge case for UUID generation

ioBroker.js-controller - Release v3.3.16

Published by github-actions[bot] about 3 years ago

Adjust generation of installation UUID

ioBroker.js-controller - Release v3.3.15

Published by github-actions[bot] about 3 years ago

avoid deleting too many meta objects starting with the same name as adapter

ioBroker.js-controller - Release v3.3.14

Published by github-actions[bot] over 3 years ago

(foxriver/Apollon77) fix invalid logging in package manager

ioBroker.js-controller - Release v3.3.13

Published by github-actions[bot] over 3 years ago

Do not install info adapter by default

ioBroker.js-controller - Release v3.3.12

Published by github-actions[bot] over 3 years ago

Make sure getStates uses write attribute of aliases instead of read
Add messages to read logs
prevent crash in disconnect cases on startup
allow defaultNewAcl updates on the fly

ioBroker.js-controller - Release v3.3.11

Published by github-actions[bot] over 3 years ago

initialize new default ACLs in any case, only controller sets it for all objects
do not send null as diag info in error cases or if user has selected none
revive config.dataDir if deleted via bug in admin5 config editor
add _design/custom to the controller objects to make sure it is always provided
fixed a bug which lead to an infinite loop if the repo was invalid and no cached sources available
check host existence before adding instance
Check that password is provided when multihost discovery server should be started in secure mode
Fix issues with typescript adapter feature

ioBroker.js-controller - Release v3.3.10

Published by github-actions[bot] over 3 years ago

only send diagnose data if license and diag dialog has been confirmed on new installations

ioBroker.js-controller - Release v3.3.9

Published by github-actions[bot] over 3 years ago

make sure adapters are added only once to upgrade queue if it has no dependencies
Optimize Database save handling on write
Optimize restart logic
optimize cli help
Optimize search for adapter start file to also respect main property from package.json
Add location of ioBroker as information to getHostInfo

ioBroker.js-controller - Release v3.3.8

Published by github-actions[bot] over 3 years ago

(Apollon77/foxriver76) Optimize Database storage behaviour for file database
change default behaviour of cli update command -> only list installed, allow --all as parameter to see all again

ioBroker.js-controller - Release v3.3.7

Published by github-actions[bot] over 3 years ago

Adjust another set state check

ioBroker.js-controller - Release v3.3.6

Published by github-actions[bot] over 3 years ago

Fix some set state checks and logging
(Apollon77/Stabilostick) Try fix restart on Windows