1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-29 15:03:41 +02:00
Commit Graph

1144 Commits

Author SHA1 Message Date
Daniel Berteaud
aba49e1e62 Replace the 3 panels on the index page with a carousel 2014-05-20 19:22:03 +02:00
Daniel Berteaud
a44ddff81a Validate email format server-side
Also cleanup the invite action handler
2014-05-20 14:10:32 +02:00
Daniel Berteaud
a4d2a0769a Move a few functions to the global scope
As they can be used outside of a room
2014-05-20 13:39:56 +02:00
Daniel Berteaud
fa2545b2fa Add a title on the remove email button 2014-05-20 11:41:12 +02:00
Daniel Berteaud
2953f9eb84 Fails on dupplicate email address instead of ignoring the INSERT
So you cannot add two times the same address, and you get an error
2014-05-20 11:22:02 +02:00
Daniel Berteaud
cdece954cf Split huge line 2014-05-20 11:21:03 +02:00
Daniel Berteaud
ceb3690e97 Send notifications and add localizations 2014-05-20 11:17:38 +02:00
Daniel Berteaud
1effe36d96 Sync email notifications between owners of the room 2014-05-20 09:51:16 +02:00
Daniel Berteaud
109ce1c9ba Rename updateRole to getRoomInfo
As it's now used for much more than getting our own role
2014-05-20 09:35:46 +02:00
Daniel Berteaud
f6ddfd119c Add basic interface and frontend support for email notifications
Not used yet, but you can add and remove emails
2014-05-20 09:34:28 +02:00
Daniel Berteaud
23e4c677e8 Add a notifications table 2014-05-19 17:12:57 +02:00
Daniel Berteaud
e5dcbbce0b Add localization for the new CREATE_THIS_ROOM button 2014-05-19 11:40:53 +02:00
Daniel Berteaud
67d874e66e Add a new button to create the room if it doesn't exist
Fix #39
2014-05-19 11:37:40 +02:00
Daniel Berteaud
1b858a8912 Hide auth menu if the owner password is unset 2014-05-19 11:20:36 +02:00
Daniel Berteaud
693d2b2a01 Only suggest to auth as owner if an owner password is set 2014-05-19 11:10:12 +02:00
Daniel Berteaud
479540c3ac Fix owner check when room is locked 2014-05-19 11:04:44 +02:00
Daniel Berteaud
0385a5b137 Add rootUrl to sound paths 2014-05-19 11:02:42 +02:00
Daniel Berteaud
fdc22b45ce Rework no sound detected message in fr locale 2014-05-19 10:55:21 +02:00
Daniel Berteaud
8603c0aee9 Cleanup in unmuting handling 2014-05-19 10:53:05 +02:00
Daniel Berteaud
8eacbbad85 Use single quotes in jquery selectors 2014-05-19 10:50:48 +02:00
Daniel Berteaud
7879fab16e Remove the ownerActions div from other owner's preview
As those feature are disabled anyway
2014-05-18 23:13:38 +02:00
Daniel Berteaud
5ae54e003e Update comment 2014-05-18 23:11:51 +02:00
Daniel Berteaud
cbf6e3ba8f Allow dropdown menus to overflow the toolbar
Useful when the toolbar is collapsed
Fix #34
2014-05-18 22:49:51 +02:00
Daniel Berteaud
0d186fefd0 Allow unmute/resume webcam in owner's actions 2014-05-18 22:44:44 +02:00
Daniel Berteaud
4f4bc8397c Record peers mute/pause status 2014-05-18 22:09:20 +02:00
Daniel Berteaud
24bee4d6f8 Prevent muting/suspending/kicking other owners
Also print a few notifications
2014-05-18 22:04:47 +02:00
Daniel Berteaud
090cd85cbe Fix double semicolon 2014-05-18 20:09:19 +02:00
Daniel Berteaud
20a774805a Change kick button glyphicon 2014-05-18 20:08:57 +02:00
Daniel Berteaud
7da38b5d2e Fix peer stream end
Terminate connection with the kicked peer, not the owner kicking it ;-)
2014-05-18 20:03:42 +02:00
Daniel Berteaud
299b3393e4 Add localizations for new owner actions 2014-05-18 20:02:11 +02:00
Daniel Berteaud
eb331ad0ad Add titles to owner actions buttons 2014-05-18 19:38:40 +02:00
Daniel Berteaud
51945c1c51 Add mute/pause/kick action for room owners
Fix #24
2014-05-18 19:22:44 +02:00
Daniel Berteaud
648a5b01a6 Add timestamp in the path, not as a GET param
Fix #35
2014-05-18 17:01:02 +02:00
Daniel Berteaud
ecbee1f15c Split JS resources
Fix for #36
2014-05-18 16:30:13 +02:00
Daniel Berteaud
5ef1801ade Load JS on feedback, feedback_thanks and about pages
Fix #33
2014-05-17 21:36:28 +02:00
Daniel Berteaud
9062fd568c Notify and explain why the display name is truncated 2014-05-16 18:20:02 +02:00
Daniel Berteaud
a7b711acae Limit displayName to 50 chars
Should fix #32
2014-05-16 18:09:26 +02:00
Daniel Berteaud
1ec24bb93b Exchange peer status and verify it on the frontend
Also add a symbol on owner's preview
Should Fix #30 and #31
2014-05-16 17:57:33 +02:00
Daniel Berteaud
f77d2c296d Record our local ID
Might be needed
2014-05-15 18:28:53 +02:00
Daniel Berteaud
d05925722b Fix lock button status sync
When there're several owners
2014-05-15 17:18:13 +02:00
Daniel Berteaud
d43ec95052 Small typo in signalmaster 2014-05-15 16:57:05 +02:00
Daniel Berteaud
f55d6cf092 Various fixes in path handling when using language suffix 2014-05-15 16:56:14 +02:00
Daniel Berteaud
596ef48dcb Add a sticky footer div 2014-05-15 16:16:05 +02:00
Daniel Berteaud
7c11139bee Fix several missing closing tags in the join template 2014-05-15 15:44:10 +02:00
Daniel Berteaud
83cafa7536 Warn if no sound has been detected
Fix #29
2014-05-15 14:02:37 +02:00
Daniel Berteaud
94de8f308b Various comments and small code cleanup 2014-05-15 13:41:01 +02:00
Daniel Berteaud
7748c39b43 Update README.md to include link to the ML
Fix #25
2014-05-15 12:13:55 +02:00
Daniel Berteaud
8122691209 Cleanup setPassword handler 2014-05-15 10:58:35 +02:00
Daniel Berteaud
7222122f23 Localize msg in ping handler 2014-05-15 10:54:05 +02:00
Daniel Berteaud
0fddb7e790 Don't flush custom message on invitation
So you can send the same message to several people easily
2014-05-15 10:42:57 +02:00