Daniel Berteaud
94de8f308b
Various comments and small code cleanup
11 years ago
Daniel Berteaud
8122691209
Cleanup setPassword handler
11 years ago
Daniel Berteaud
7222122f23
Localize msg in ping handler
11 years ago
Daniel Berteaud
e00e0f7605
Cleanup the ping action handler
11 years ago
Daniel Berteaud
6517fb930a
Add a new setting to expire persistent rooms
...
Using a dedicated timeout, so you can set it very high, but still remove very old rooms
Fix #28
11 years ago
Daniel Berteaud
1695c9dfff
Only the owner is allowed to lock/unlock a room
11 years ago
Daniel Berteaud
96d8a0eaa6
Fix error handling for lock/unlock
11 years ago
Daniel Berteaud
a15e6d7199
Don't allow previous participant to join if locked
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
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
e4ce4b9678
Check if room exists in the goodbye route
11 years ago
Daniel Berteaud
2800c35dca
Cleanup error handling in ajax requests
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
1c7cc79768
Only grant the owner role if creation succedded
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
9364ff66d8
Fix password prompt when you're the owner
...
Also fix a typo
11 years ago
Daniel Berteaud
e70be95255
Add password to the list of reserved words
11 years ago
Daniel Berteaud
240a0d2aa0
Set default role to participant
11 years ago
Daniel Berteaud
76468a8958
Only allow owner (creator) to set a passord
11 years ago
Daniel Berteaud
065eac4be5
Fix log warning
11 years ago
Daniel Berteaud
25f2602694
Remove room lock, not that usefull now that you can use a password
11 years ago
Daniel Berteaud
a4ae1dbc0b
Localize response message on password set/unset
11 years ago
Daniel Berteaud
56f606a504
Implement password check logic
11 years ago
Daniel Berteaud
6b4ced06bb
Implement join password setting
...
But it's not used yet :-)
11 years ago
Daniel Berteaud
6a916d7ba7
Add timestamp as get param to resources
...
Should force clients to get new files each time thy change
without any maintenance, as it just reads the file mtime
Should fix #22
11 years ago
Daniel Berteaud
c86ac4e0d7
Fix default MySQL db name
11 years ago
Daniel Berteaud
f65932fee1
Some more email invitation refactoring
11 years ago
Daniel Berteaud
1d8ad29190
Send alternative/multipart emails
...
Plus some other adjustements
Fix #20
Unfortunatly, it's not sufficient, as gmail still often tags invitations as spam :-(
but still a bit better
11 years ago
Daniel Berteaud
6ef394b914
Add a thank page after feedback submission
...
Fix #16
11 years ago
Daniel Berteaud
4a6e292ea6
Generate shorter random room names
...
Fix #18
11 years ago
Daniel Berteaud
0ee132334f
Prevent room name using reserved word
11 years ago
Daniel Berteaud
3e23445ea2
Remove baseUrl
...
It's not used anywhere
11 years ago
Daniel Berteaud
3aa3415a0e
Add a feedback form
...
Add a link to the feedback page in the public toolbar, and the goodby page
Should fix #14
11 years ago
Daniel Berteaud
46d9ddb85d
Redirect to lowercase
...
Should fix #13
11 years ago
Daniel Berteaud
3b99238cbf
Add a join button on conflict error
...
Cleanup stash handling for the error template, and add a button to join the room
Should fix #12
11 years ago
Daniel Berteaud
e06811c8d3
Remove unused rooms before trying to create
...
Prevent the strange situation where trying to create tells you the room already exists, and when you try to join, the error is that the room doesn't exist
11 years ago
Daniel Berteaud
2b7e0e65cc
Implement tchat history save as local HTML file
...
Fix #5
11 years ago
Daniel Berteaud
a9bd21a596
Better spam score
...
- Correctly encode the subject
- Change subject string in en and fr locales (looks like gmail doesn't like "Join us")
Should fix #10
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
0001b6da86
Set default conf values in vroom.pl
11 years ago
Daniel Berteaud
cef5791a89
Initial import
11 years ago