Daniel Berteaud
79ff17c2a8
Fix toolbar rendering on XS screens
...
Fix #89
10 years ago
Daniel Berteaud
eef3002a8e
Enhance the display name modal
10 years ago
Daniel Berteaud
cabf32d255
Split etherpad URI into host and baseUrl
...
So it works in recent FF instead of trying to speak to SignalMaster SocketIO server
10 years ago
Daniel Berteaud
9033568f2c
Remove the help modal
...
It's not that usefull and is out of date
10 years ago
Daniel Berteaud
2013c85c28
Completly remove screen share button if not supported
...
and move the MOH button in its own btn-group
10 years ago
Daniel Berteaud
6bc6c0dde7
Completly hide the help dialog on XS screens
10 years ago
Daniel Berteaud
4e455d1caa
Replace the dropdown auth menu with a modal dialog
10 years ago
Daniel Berteaud
2a3468d7ec
Push the logout button and time counter to the navbar on XS screens
10 years ago
Daniel Berteaud
bac285b055
Remove group actions
...
They aren't that useful and just make trhe interface less clear
10 years ago
Daniel Berteaud
4f7ce39d6b
CHange the glyph for webcam
10 years ago
Daniel Berteaud
2b0b0bf609
Huge cleanup, remove all old config stuff
10 years ago
Daniel Berteaud
8c5d67c5a6
First round of the config menu revamp
10 years ago
Daniel Berteaud
432f6521e4
Simplify invite menu
10 years ago
Daniel Berteaud
a329c59d91
Hide MOH button on XS screens
10 years ago
Daniel Berteaud
7957e32a9a
Remove wipe and quit button
...
It just cluttered the interface and wasn't OK on XS screens
10 years ago
Daniel Berteaud
ec912503f6
Remove lang switch from room
...
Only keep it on the front pages
10 years ago
Daniel Berteaud
527ab348b4
On XS screens, display the timecounter in the navbar
10 years ago
Daniel Berteaud
59aadfbbfb
Rename the lang switch
10 years ago
Daniel Berteaud
cfb6fddac2
Switch conf parser to Config::Simple
...
Fix #84
10 years ago
Daniel Berteaud
bee623937b
Fix closing button
10 years ago
Daniel Berteaud
232125b88c
Add lang switch in the toolbar
10 years ago
Daniel Berteaud
a289803632
Separate owner password and persistence
...
Now, persistent rooms will be really persistent (never deleted), but can only be set by an admin
Rooms with an owner password set are now called "reserved" room, and works as before
10 years ago
Daniel Berteaud
f75fb45941
Add email invitation suport on the management page
10 years ago
Daniel Berteaud
7fe7a8f292
Move passwords modal in separated templates
...
so they can be reused
10 years ago
Daniel Berteaud
d9561698df
Revamp displaynamepre form and add a cancel button which redirect to the front page
10 years ago
Daniel Berteaud
22ab05ee98
Revamp the invite by email menu
10 years ago
Daniel Berteaud
c12115de3e
Fix centering element on disconnected modal
10 years ago
Daniel Berteaud
871b1c3388
Fix etherpad iframe not loading
10 years ago
Daniel Berteaud
12b6e41d6d
Remove all the hardcoded <center> horrors
...
Replaced with text-center or center-block class
Plus other minor HTML cleanups
10 years ago
Daniel Berteaud
561b61704b
Some more explanation on terminate room action
11 years ago
Daniel Berteaud
1694d22534
Add a button+modal to terminate call
11 years ago
Daniel Berteaud
4fb6de7a1d
Add cancel buttons on password modal
...
Both join and owner
11 years ago
Daniel Berteaud
64fdb9bf33
Do not hide the main div on XS screen
...
Instead, reduce the previews size (up to 4 previews in a row), and place the main div just under, using all the available width
Not perfect yet, but much better than before, so fix #73
11 years ago
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