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
Daniel Berteaud
769e288796
Revamp help page
11 years ago
Daniel Berteaud
4fb717b6be
Use form instead of simple divs for paswords
...
So hitting enter also submit it
11 years ago
Daniel Berteaud
697b143cef
Add an auth form in the join template
...
Lets you authenticate as the room owner even if there's no join pasword
11 years ago
Daniel Berteaud
a5837dac98
Implement owner password auth
...
Owner passwords are salt+sha256 hashed (unlike join password) as they do not need cleartext access
For now, you also have to set a join password if you want to be able to auth as an owner
Need to implement a password popup if there's an owner password but no join password
11 years ago
Daniel Berteaud
eaf20b6a13
Send join password in email invitations
...
Fix #26
11 years ago
Daniel Berteaud
41b5f5754b
Hide conf menu by default
...
And display it only if we are the owner of the room
11 years ago
Daniel Berteaud
25f2602694
Remove room lock, not that usefull now that you can use a password
11 years ago
Daniel Berteaud
c092c45431
Move lock button in config menu
11 years ago
Daniel Berteaud
6300a0b6d4
Add a retry button on error page
...
If the error is WRONG_PASSWORD
11 years ago
Daniel Berteaud
c7dae14d32
Add password page template
11 years ago
Daniel Berteaud
950f31c39a
Set password button should be disabled
...
Until we start typing a password
11 years ago