Daniel Berteaud
75c683b8b4
Enclose wss proxy directives in IfModule
...
So it should work even if mod_proxy_wstunnel isn't available (socket.io should fallback to another method like xhr-polling)
11 years ago
Daniel Berteaud
62e769a2b3
Only reduce preview opacity when width > 750
...
Fix #72
11 years ago
Daniel Berteaud
a36ba57b8d
Add missing close button on wipe data dialog
11 years ago
Daniel Berteaud
7e634c0b39
Add localization for the new confirm on quit dialog
11 years ago
Daniel Berteaud
953b9486c0
Add a confirm dialog when quiting
...
Fix #69
11 years ago
Daniel Berteaud
d58bb6738e
Cleanup notifications class
...
Fix #71
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
f2760ef0c2
Remove useless msg
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
4a1a6e813c
Use a helper to create etherpad sessions
11 years ago
Daniel Berteaud
31fca2b4ef
Use a helper to create etherpad group and pad
11 years ago
Daniel Berteaud
3c0fd60be5
Also create etherpad group on room creation
11 years ago
Daniel Berteaud
e000bf6ccf
Update README
11 years ago
Daniel Berteaud
081a8c18bf
Delete the pad, not just the group
11 years ago
Daniel Berteaud
bbe77d48cf
Create etherpad group when joining, not creating the room
...
So it's created for pre-existing rooms
11 years ago
Daniel Berteaud
479639e1f7
Reload etherpad iFrame immediatly on color change
...
Instead of waiting for the next opening of the etherpad menu
11 years ago
Daniel Berteaud
c4a87c698c
Forbid color change if etherpad is opened
...
So colors doesn't get out of sync
11 years ago
Daniel Berteaud
a0c2084d07
Load the etherpad iframe only when clicking on the button
...
Work arround a problem in FF where the pad wasn't loaded properly
Also reload the iFrame if we changed our color so it's being synced
11 years ago
Daniel Berteaud
109f4380da
Add a new etherpadBaseDomain param so you can set the domain for etherpad Cookie
11 years ago
Daniel Berteaud
c1418e3aee
Add a new slide on the index to talk about etherpad integration
...
Only if etherpad is enabled
11 years ago
Daniel Berteaud
261ac0bdc3
Better etherpad iframe sizing
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
1bf4330ec9
Add jquery etherpad-lite plugin
11 years ago
Daniel Berteaud
ce7ed9e8b5
Fix delete_room logic
11 years ago
Daniel Berteaud
745d3ab685
Add a etherpad button (if etherpad is enabled)
11 years ago
Daniel Berteaud
6416c8ac6a
Update room deletion helper
...
And remove etherpad groups when the corresponding room is deleted
11 years ago
Daniel Berteaud
8378ddb78a
Add basic etherpad handling (create group, pad user session)
11 years ago
Daniel Berteaud
d4201a9159
Add etherpad_group column in db
11 years ago
Daniel Berteaud
03252b99b2
Add new settings for etherpad
11 years ago
Daniel Berteaud
8894735650
Add name and email in headers
11 years ago
Daniel Berteaud
68228482d6
Mark screen unshared just before doing so
...
Fix #67
11 years ago
Daniel Berteaud
003d094625
Work arround for FF when removing the main video
11 years ago
Daniel Berteaud
dfe38a654d
Slightly delay the disconnected modal
...
So it's not displayed when quiting or refreshing the page
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
60e102371d
Fix copy/paste error in CSS
11 years ago
Daniel Berteaud
729bed5dba
Update SimpleWebRTC to 1.9.0
11 years ago
Daniel Berteaud
d980e4a874
FIx a typo in en locale
11 years ago
Daniel Berteaud
82ee4f6681
Fix quality threshold
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
ec34e179d1
Reduce overlays icon size
11 years ago
Daniel Berteaud
11691f244f
Add a few more reserved words
11 years ago
Daniel Berteaud
ac2bffca01
Reduce padding under the nav
...
SO we can use more space for the main video
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