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
Daniel Berteaud
76ae8e18ea
Prevent owner to be locked out of its own room
...
If the room was locked when he left
11 years ago
Daniel Berteaud
2b461fbc59
Move lock button at the top of the conf menu
11 years ago
Daniel Berteaud
43f3fba40b
Revert "Remove room lock, not that usefull now that you can use a password"
...
This reverts commit 25f2602694
.
Locking can still be usefull to prevent participant to join, event is they know the pass
Conflicts:
public/js/vroom.js
11 years ago
Daniel Berteaud
072215a071
Add custom message intro in email invitation
...
Also don't XML escape translated strings in the plain text version
11 years ago
Daniel Berteaud
d80ab2440a
Change email input placeholder
11 years ago
Daniel Berteaud
fdff058521
Add a custom message field in email invitations
...
Can be used to send the join password, or anything else
11 years ago
Daniel Berteaud
cea2189774
Store join paswword hashed
...
Do not trade security and privacy for convenience
11 years ago
Daniel Berteaud
e394b8d911
Hide the app URL on XS screens
11 years ago
Daniel Berteaud
6e48945f4e
More help items
11 years ago