forked from bigbluebutton/bigbluebutton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request bigbluebutton#433 from mconf/improving-client-checks
Improving client checks
- Loading branch information
Showing
46 changed files
with
1,286 additions
and
572 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
head -c $1 < /dev/urandom |
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,5 +1,29 @@ | ||
bbbsystemcheck.title=BigBlueButton Client Check | ||
bbbsystemcheck.title = BigBlueButton Client Check | ||
bbbsystemcheck.refresh = Refresh | ||
bbbsystemcheck.mail = Mail | ||
bbbsystemcheck.version = Client Check Version | ||
bbbsystemcheck.dataGridColumn.item = Item | ||
bbbsystemcheck.dataGridColumn.status = Status | ||
bbbsystemcheck.dataGridColumn.result = Result | ||
bbbsystemcheck.copyAllText = Copy all text | ||
bbbsystemcheck.copyAllText = Copy all text | ||
bbbsystemcheck.result.undefined = Undefined | ||
bbbsystemcheck.result.javaEnabled.disabled = Java is disabled in your browser | ||
bbbsystemcheck.result.javaEnabled.notDetected = No Java detected | ||
bbbsystemcheck.status.succeeded = Succeded | ||
bbbsystemcheck.status.warning = Warning | ||
bbbsystemcheck.status.failed = Failed | ||
bbbsystemcheck.status.loading = Loading... | ||
bbbsystemcheck.test.name.browser = Browser | ||
bbbsystemcheck.test.name.cookieEnabled = Cookie Enabled | ||
bbbsystemcheck.test.name.downloadSpeed = Download Speed | ||
bbbsystemcheck.test.name.flashVersion = Flash Version | ||
bbbsystemcheck.test.name.pepperFlash = Is Pepper Flash | ||
bbbsystemcheck.test.name.javaEnabled = Java Enabled | ||
bbbsystemcheck.test.name.language = Language | ||
bbbsystemcheck.test.name.ping = Ping | ||
bbbsystemcheck.test.name.screenSize = Screen Size | ||
bbbsystemcheck.test.name.uploadSpeed = Upload Speed | ||
bbbsystemcheck.test.name.userAgent = User Agent | ||
bbbsystemcheck.test.name.webRTCEcho = WebRTC Echo Test | ||
bbbsystemcheck.test.name.webRTCSocket = WebRTC Socket Test | ||
bbbsystemcheck.test.name.webRTCSupported = WebRTC Supported |
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
Oops, something went wrong.