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
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
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
950f31c39a
Set password button should be disabled
...
Until we start typing a password
11 years ago
Daniel Berteaud
0feec74dbd
Add remove pass button
...
Also simplify password setting for now, remove the confirm password dialog (will probably be added agin once everything is ready and working)
11 years ago
Daniel Berteaud
ab827ac770
Add a new menu for configuration in the toolbar
...
Only contains join password for now
11 years ago
Daniel Berteaud
10db137f6c
Rework the invitation menu
...
Fix #17
11 years ago
Daniel Berteaud
4815e4cb83
Define rootUrl in js_include
...
So /localize is working not matter which alias we use, even on the front page
11 years ago
Daniel Berteaud
98fd6cd32c
Coding style updates and comments cleanup
11 years ago
Daniel Berteaud
63c365ade4
Enable speaking events
11 years ago
Daniel Berteaud
0d77ea55fe
Replace screen sharing glyphicon
...
The old one was too close to the logout button
11 years ago
Daniel Berteaud
5218361ad1
Replace webcam pause glyphicon
11 years ago
Daniel Berteaud
a480375248
Add tooltips for tchat buttons
11 years ago
Daniel Berteaud
77c65c48f1
Change tchat button glyphicon
11 years ago
Daniel Berteaud
2b7e0e65cc
Implement tchat history save as local HTML file
...
Fix #5
11 years ago
Daniel Berteaud
f0adf964f3
Enhance the extension install modal dialog
11 years ago
Daniel Berteaud
8565b0a8a7
Fix the not supported modal dialog class
11 years ago
Daniel Berteaud
20734ca705
Alert if browser is not supported
...
Add a modal dialog uf the browser doesn't support WebRTC or dataChannels
11 years ago
Daniel Berteaud
667d4ae364
Fix toolbar size in rooms
11 years ago
Daniel Berteaud
536143bdf0
Update screen sharing
...
Since Chrome 34, a new API for screen sharing is available (the previous one using the flag will probably be deprecated soon)
This commit adds:
- Source of a simple Chrome extension to use this new API (which is a perfect copy of the sample extension given by &yet here: https://github.com/HenrikJoreteg/getScreenMedia
- Adapt help page
- New modal dialog to prompt user to install the extension from Google Web Store
- Better error messages if you can't share your screen
Should fix #7
11 years ago
Daniel Berteaud
004850b597
Put lock button next to the button group mute/pause/screenshare
11 years ago
Daniel Berteaud
d00bac6b93
Put color change button next to name input
11 years ago
Daniel Berteaud
80a7cb61cf
Reduce wasted space
...
Should fix #3 for small devices
Hide the mainVideo area on small devices, instead display only bigger previews. Also switch to 2 cols for preview on large displays, not medium ones
11 years ago
Daniel Berteaud
42d352eed4
Disable SimpleWebRTC debuging
11 years ago
Daniel Berteaud
d189b2ec06
Put all JS stuff in its own ep template, so it can be included easily in the different pages
11 years ago
Daniel Berteaud
cef5791a89
Initial import
11 years ago