-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (@GermanBluefox) Added the check of well-known passwords for the linux systems - (@GermanBluefox) Added the history for the installation from URL - (@foxriver76) fixed wrongly displayed repository warning
- Loading branch information
1 parent
1c0f0ef
commit f06e491
Showing
8 changed files
with
644 additions
and
635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
{ | ||
"version": "7.1.5", | ||
"packages": ["packages/*"], | ||
"command": { | ||
"run": { | ||
"stream": true | ||
}, | ||
"version": { | ||
"npmClientArgs": ["-f"], | ||
"allowBranch": ["master"], | ||
"ignoreChanges": ["*.md"], | ||
"exact": true, | ||
"forcePublish": true | ||
} | ||
"version": "7.2.0", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"command": { | ||
"run": { | ||
"stream": true | ||
}, | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json" | ||
} | ||
"version": { | ||
"npmClientArgs": [ | ||
"-f" | ||
], | ||
"allowBranch": [ | ||
"master" | ||
], | ||
"ignoreChanges": [ | ||
"*.md" | ||
], | ||
"exact": true, | ||
"forcePublish": true | ||
} | ||
}, | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "iobroker.admin", | ||
"description": "The adapter opens a webserver for the ioBroker admin UI.", | ||
"version": "7.1.5", | ||
"version": "7.2.0", | ||
"contributors": [ | ||
"bluefox <[email protected]>", | ||
"apollon77", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters