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
Daniel Berteaud
5c0373ed8b
Add a new button to force user to set a name
11 years ago
Daniel Berteaud
a94fe314e4
Slightly reduce titles in slides
11 years ago
Daniel Berteaud
7a68318f35
Rework the about page using panels
11 years ago
Daniel Berteaud
70597ee9f7
Add notes about notifications on the help page
11 years ago
Daniel Berteaud
656ac33b1a
Add a new more slides in the carousel
11 years ago
Daniel Berteaud
aba49e1e62
Replace the 3 panels on the index page with a carousel
11 years ago
Daniel Berteaud
ceb3690e97
Send notifications and add localizations
11 years ago
Daniel Berteaud
f6ddfd119c
Add basic interface and frontend support for email notifications
...
Not used yet, but you can add and remove emails
11 years ago
Daniel Berteaud
67d874e66e
Add a new button to create the room if it doesn't exist
...
Fix #39
11 years ago
Daniel Berteaud
693d2b2a01
Only suggest to auth as owner if an owner password is set
11 years ago
Daniel Berteaud
51945c1c51
Add mute/pause/kick action for room owners
...
Fix #24
11 years ago
Daniel Berteaud
648a5b01a6
Add timestamp in the path, not as a GET param
...
Fix #35
11 years ago
Daniel Berteaud
ecbee1f15c
Split JS resources
...
Fix for #36
11 years ago
Daniel Berteaud
5ef1801ade
Load JS on feedback, feedback_thanks and about pages
...
Fix #33
11 years ago
Daniel Berteaud
d05925722b
Fix lock button status sync
...
When there're several owners
11 years ago
Daniel Berteaud
f55d6cf092
Various fixes in path handling when using language suffix
11 years ago
Daniel Berteaud
596ef48dcb
Add a sticky footer div
11 years ago
Daniel Berteaud
7c11139bee
Fix several missing closing tags in the join template
11 years ago
Daniel Berteaud
e2cb0d41b5
Center the navbar in the conf menu
11 years ago
Daniel Berteaud
883905af6a
Fix feedback email templates
...
As they now need to be in email_html and email_text format
11 years ago
Daniel Berteaud
102df46a80
Reduce page title size
...
h1 was a bit too big
11 years ago
Daniel Berteaud
dec8da6a44
Don't add the active class on the lock button if locked
...
prevent an inconsistent button state if the owner join a locked room (after he authenticate)
11 years ago