Daniel Berteaud
a36ba57b8d
Add missing close button on wipe data dialog
11 years ago
Daniel Berteaud
953b9486c0
Add a confirm dialog when quiting
...
Fix #69
11 years ago
Daniel Berteaud
d43d387b8c
Add localization for the new wipe data feature
11 years ago
Daniel Berteaud
023b6e47f7
Better look for the wipe confirm dialog
11 years ago
Daniel Berteaud
acbf3a6ba5
Add the wipe data button in the help modal
11 years ago
Daniel Berteaud
8b6be5c14a
Add the wipe modal and implement logic to wipe data
...
Both chatHistory (client side only) and etherpad (needs server side) are handled
Fix #68
11 years ago
Daniel Berteaud
d094539207
Add a new "wipe data" button in the conf menu
11 years ago
Daniel Berteaud
136a92efa6
Hide etherpad button on XS screens
...
Fix #70
11 years ago
Daniel Berteaud
5beda54955
Fix chat button appearance when etherpad is disabled
11 years ago
Daniel Berteaud
1c3a7c2687
Enable etherpad access in the interface
11 years ago
Daniel Berteaud
745d3ab685
Add a etherpad button (if etherpad is enabled)
11 years ago
Daniel Berteaud
eb90707b39
Add a warning if javascript is disabled
...
Fix #64
11 years ago
Daniel Berteaud
0fd8f42776
Add a simple modal dialog when connection is lost
...
Fix #65
11 years ago
Daniel Berteaud
06f7ec3e1e
Measure latency between peers and add feedback
...
Previews will be grey when latency is unknown (not measured yet), green when it's good (60ms or less), blue when medium (between 60 and 120), orange when it's becoming high (between 120 and 250) and red when latency is too high to have a good call (250ms or more)
To reduce confusion, slected preview will now have a reduced opacity instead of the red border
Fix #66
11 years ago
Daniel Berteaud
5658c6db4e
Update browser not supported dialog
...
Adapt links for android (point to Google Play)
Don't display browsers download link on iOS, as they will not work anyway
Fix #62
11 years ago
Daniel Berteaud
f6b923e39f
Better img alignment on small devices
...
In the browser not supported dialog
11 years ago
Daniel Berteaud
d7f353065f
Put help, counter and logout button in one btn-group
...
To gain some space
11 years ago
Daniel Berteaud
1f2b112b3c
Notify others if we don't have a webcam
...
In which case, add a grey glyphicon in the preview
Also disable suspend buttons
11 years ago
Daniel Berteaud
4c53aa5117
Fix chat buttons height on Firefox
...
Also adapt those buttons height to the size of the textarea
11 years ago
Daniel Berteaud
9dda1b654c
Update spacing in the help dialog
11 years ago
Daniel Berteaud
12b7f32e14
Add a "promote to owner" button
...
Fix #58
11 years ago
Daniel Berteaud
5023978a3b
Some fix on the new modal help dialog
11 years ago
Daniel Berteaud
49b64f17cb
Add basic help modal dialog skeleton
11 years ago
Daniel Berteaud
b228147906
Hide group actions until there's at least 2 other peers
...
They do not make sens when you're two or less in the room
11 years ago
Daniel Berteaud
20d1bf695f
Add grouped actions
...
To mute/unmute/suspend/resume everyone in one click
Fix #54
11 years ago
Daniel Berteaud
4bcd816d77
Animation on dropdown menus
...
Fix #48
11 years ago
Daniel Berteaud
f235f3a13c
Add btn class to extension and audio only buttons
...
So they are more discoverable
11 years ago
Daniel Berteaud
5e664660dd
Support audio only fallback
...
Fix #46
11 years ago
Daniel Berteaud
bf6f1de4f3
Add a timer in the navbar
11 years ago
Daniel Berteaud
80734145ac
Fix string ID conflict
11 years ago
Daniel Berteaud
05131716a6
Display info about how long rooms (both standard and persistant) are kept
11 years ago
Daniel Berteaud
3d9ad7fff4
Make the password forms look nicer
11 years ago
Daniel Berteaud
8473b831cf
Move the joinPass option in its own modal dialog
...
Same as the owner pass
11 years ago
Daniel Berteaud
098c7ce94e
Move the askForName button to the right
11 years ago
Daniel Berteaud
a82a55ac14
Change the glyphicon for room locking
...
The lock symbol will be used for join password setting
11 years ago
Daniel Berteaud
21776096d6
Move persistent/ownerpass form in its own modal dialog
...
Accessible with a simple button in the conf menu
11 years ago
Daniel Berteaud
45a418b9c6
Fix resources path when not running on a dedicated vhost
11 years ago
Daniel Berteaud
2c7c41cae0
Fix toolbar button alignment when collapsed
11 years ago
Daniel Berteaud
c7726c0d96
Put the suspend MoH button in the main btn-group
11 years ago
Daniel Berteaud
7568797558
Put both invite and conf menu in a single btn-group
11 years ago
Daniel Berteaud
432340d858
This should have been included in the previous commit :-)
11 years ago
Daniel Berteaud
4ee0d76444
Add MoH when you are alone in the room
...
You can pause/resume music
Stops when someone joins, and resume when the last peer leaves
Also prints a message
Fix #42
11 years ago
Daniel Berteaud
20d03ec012
Add a counter of unread message for the text chat
11 years ago
Daniel Berteaud
fded08fef8
Add a small delay after the DOM is ready to start SimpleWebRTC
...
Seems to reduce the chance to have a permissionDeniedError on Chrome
See https://github.com/HenrikJoreteg/SimpleWebRTC/issues/127
11 years ago
Daniel Berteaud
0ac90f012c
Warning if webcam access is refused
...
Fix #41
11 years ago
Daniel Berteaud
ea26c00d62
Reduce hark poll frequency and use a very high threslhold
...
So speaking events won't be fired (we don't use them) but volume will still be analyzed
to warn when no sound is detected
11 years ago
Daniel Berteaud
a1ad41d7d1
Re-enable speaking events, needed for no sound detection
11 years ago
Daniel Berteaud
4f79e4b156
Make invite menu owner reserved
...
Simple participants should have access to this
11 years ago
Daniel Berteaud
beac9d822a
Disable speaking events (again) as it's not working correctly
...
Probably too much data pushed in dataChannels (and the signaling channel too), it eats CPU, until it just stop working. Enabling debug with speaking events disable freezes JS console in Chrome after a few seconds
11 years ago
Daniel Berteaud
72a6babc15
Add the displayName modale dialog
11 years ago