Daniel Berteaud
b3fb7cb453
Update email placeholder on the feedback form
11 years ago
Daniel Berteaud
e56dbad9e6
Add the error class only on the input zone
...
WHen you type an invalid room name
11 years ago
Daniel Berteaud
91467fd800
Restruct footer text width (half screen each)
...
Fix #60
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
8cac51e88f
Fix room creation on the error page
11 years ago
Daniel Berteaud
5f01424bb5
Update room creation
...
Uses JS now to submit so it can fail gracefuly on error, and warn if room already eists, instead of redirecting to the ugly error page
Fix #52
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
2a437cc4fd
Various cleanups in invitations handling
11 years ago
Daniel Berteaud
50cab2837f
Handle join auth through the invitation token
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
eb8d155d82
One missing OCCURRED typo fix
11 years ago
Daniel Berteaud
376e089705
Add some notes about audio only in help page
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
4c44d6e63e
Do not HTML escape the plain text version of invitations email
11 years ago
Daniel Berteaud
fbd3fa4830
Use a common class for public forms
...
And make them a bit larger
11 years ago
Daniel Berteaud
37cd041a7d
Fix a typo in string ID
11 years ago
Daniel Berteaud
d99fe04c64
Small enhancement in the invitation html template
11 years ago
Daniel Berteaud
b92df0bb01
Add the response link in the notifications email
11 years ago
Daniel Berteaud
8856ff0aca
Select the decline response by default
11 years ago
Daniel Berteaud
626fd86cdd
Add minimal templates to handle invitation response
11 years ago
Daniel Berteaud
45a418b9c6
Fix resources path when not running on a dedicated vhost
11 years ago
Daniel Berteaud
bbb979bb6f
Remove useless link
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
c2784c8dea
Hide slides caption on XS screens
...
Also add the thumbnail class to the carousel container
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
b3a613ddc7
Change the way notifications are triggered
...
And send the name of the participant in the notification email (only if name is asked before you can join)
11 years ago
Daniel Berteaud
72a6babc15
Add the displayName modale dialog
11 years ago