- Oct 20, 2017
-
-
Yoann HOUPERT authored
-
- Oct 19, 2017
-
-
Tom JORQUERA authored
Add LICENSE file and headers Closes #49 See merge request !33
-
Tom Jorquera authored
fix #49
-
Tom JORQUERA authored
[issue-34] Disconnect on meeting ending Closes #34 See merge request !31
-
Tom JORQUERA authored
Add node 7 config file See merge request !32
-
- Oct 16, 2017
-
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
- Oct 13, 2017
-
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
- Oct 12, 2017
-
-
Yoann HOUPERT authored
-
- Oct 11, 2017
-
-
Yoann HOUPERT authored
Issue 31 See merge request !30
-
- Oct 10, 2017
-
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
- Sep 29, 2017
-
-
Valérian STG_CAZANAVE authored
Add README.md See merge request !29
-
- Sep 27, 2017
-
-
Valérian STG_CAZANAVE authored
Create new section about models issue Add other minor modifications
-
- Sep 26, 2017
-
-
Valérian STG_CAZANAVE authored
-
- Sep 25, 2017
-
-
Tom JORQUERA authored
Issue 32 Closes #32 See merge request !28
-
Valérian STG_CAZANAVE authored
Change base image to node:8-alpine
-
Valérian STG_CAZANAVE authored
Add tmp/ and nohup.out to .dockerignore
-
Tom Jorquera authored
-
Tom Jorquera authored
Add docker-compose.yaml file - Add ports, volumes, env_file and environment options - Update the .gitignore to add .env file - Access URL for the external services now uses docker-compose hostnames. - selenium-server is now a container service dependency Selenium is no longer directly managed by directly by hublot, but is instead an external service dependency. This dependency is managed in docker-compose with a selenium server image. This simplifies a LOT of things and make the project organization cleaner.
-
Valérian STG_CAZANAVE authored
The `getMyId` method had incorrect case. It caused errors since it was called with a different (correct) case elsewhere. Fix case.
-
Tom Jorquera authored
client/lib/live-reco.js indent was all screwed up. fixing it. No actual code change.
-
Tom Jorquera authored
Online reco method will now return a boolean indicating of the method succeded or failed. When starting online reco, if it fails, it will be tried again at fixed intervals.
-
- Sep 19, 2017
-
-
Tom Jorquera authored
robot now displays some log when initialized.
-
- Sep 08, 2017
-
-
Tom JORQUERA authored
issue-29 client: robot now tries to reopen STT WS on error Closes #29 See merge request !25
-
Tom JORQUERA authored
client: Hublot no longer record itself Closes #30 See merge request !24
-
Tom Jorquera authored
Refactored `recordParticipant` in order to extract two independent functions for getting a STT WS and recording the user stream. On STT WS error, try to get a new STT WS for the user.
-
Tom Jorquera authored
STT lib mock is now extracted into a separate object for cleaner handling.
-
Tom Jorquera authored
Previously hublot would record and try to transcribe it own media stream. Add check to avoid this. Add the `getMyId` function to the controller in order for hublot to know its own participant Id.
-
- Sep 01, 2017
-
-
Valérian STG_CAZANAVE authored
-
Valérian STG_CAZANAVE authored
-
Valérian STG_CAZANAVE authored
The build time has been reduced, and the Dockerfile now respects the best practices.
-
- Aug 28, 2017
-
-
Valérian STG_CAZANAVE authored
-
Valérian STG_CAZANAVE authored
-
- Aug 25, 2017
-
-
Valérian STG_CAZANAVE authored
Add the script xvfb-chromium Change start.sh to launch xvfb-chromium, and export the right value of DISPLAY Change also the base image of the Dockerfile (node:8-strecht)
-
- Jul 26, 2017
-
-
Valérian STG_CAZANAVE authored
Add the "webdriver-manager update ...." command.
-