Commit Graph

554 Commits

Author SHA1 Message Date
Daniel Berteaud 7957e32a9a Remove wipe and quit button
It just cluttered the interface and wasn't OK on XS screens
2015-01-20 16:41:47 +01:00
Daniel Berteaud 527ab348b4 On XS screens, display the timecounter in the navbar 2015-01-20 16:36:25 +01:00
Daniel Berteaud 72f021c266 Update to Bootstrap 3.3.2 2015-01-20 14:37:59 +01:00
Daniel Berteaud 27337d4875 Remove the old api handler
Note that this breaks the admin interface, which will be rewritten
2015-01-18 22:54:03 +01:00
Daniel Berteaud bbf4eee3df Switch delete_room to the new api 2015-01-18 22:51:19 +01:00
Daniel Berteaud 1c8217e208 Switch get_pad_session to the new api handler 2015-01-18 22:46:36 +01:00
Daniel Berteaud f5ab168d77 Switch wipe_data to the new api handler 2015-01-18 22:38:28 +01:00
Daniel Berteaud b1e37a673f Switch promote_peer to the new api handler 2015-01-18 22:17:08 +01:00
Daniel Berteaud f181eb6406 Switch join action to the new api handler 2015-01-18 22:09:04 +01:00
Daniel Berteaud 2dc0ed116a Switch email_notification to the new api handler 2015-01-18 21:55:46 +01:00
Daniel Berteaud 2e4d09ad0e Switch set_ask_for_name to the new api handler 2015-01-18 21:19:16 +01:00
Daniel Berteaud 09917e3286 Switch get_peer_role to the new api handler 2015-01-18 21:06:01 +01:00
Daniel Berteaud c8a17e7be8 Switch get_room_info to the new api handler 2015-01-18 20:02:23 +01:00
Daniel Berteaud 0a6e2d4f9b Switch set_persistent to the new API handler 2015-01-18 19:38:18 +01:00
Daniel Berteaud d1099ec517 Fix auth call 2015-01-18 19:05:40 +01:00
Daniel Berteaud 1eb8b4f9db Switch authenticate to the new API handler 2015-01-18 18:35:51 +01:00
root 91aa46c9c7 Convert setPassword (join and owner) to the new API handler 2015-01-10 13:59:01 +01:00
Daniel Berteaud 9d67d1afc0 Move ping action to the new API handler 2014-10-24 17:54:35 +02:00
Daniel Berteaud 90c49fc6a1 Move lock_room and unlock_room to the new API handler 2014-10-24 17:42:13 +02:00
Daniel Berteaud 3a3603df1a Move email invitation to the new API handler 2014-10-24 17:28:06 +02:00
Daniel Berteaud 59aadfbbfb Rename the lang switch 2014-10-23 18:01:01 +02:00
Daniel Berteaud cb3c7cb5f9 Switch language switch to the new API handler 2014-10-22 18:39:19 +02:00
Daniel Berteaud dca0ab194e It's not jsonrpc, rename action handler to jsapi 2014-10-21 10:14:13 +02:00
Daniel Berteaud 55241c4798 Rename action URI handler to jsonrpc 2014-10-19 17:00:11 +02:00
Daniel Berteaud a78787c173 Cleanups in email_notification handling 2014-10-16 23:08:41 +02:00
Daniel Berteaud 146d1b7881 Adapt to run vroom under hypnotoad instead of a CGI script
Fix #83
2014-10-12 18:22:02 +02:00
Daniel Berteaud 4d90bb4e41 Small typo 2014-10-12 16:52:44 +02:00
root 98b81d2520 Use a prepared statement to create etherpad group 2014-10-12 16:51:14 +02:00
Daniel Berteaud 111344fb58 Don't load unused modules 2014-10-11 12:52:52 +02:00
root b4497a1e80 Switch to Mojolicious::Plugin::Mail
Close #81
2014-10-11 12:49:46 +02:00
Daniel Berteaud 232125b88c Add lang switch in the toolbar 2014-10-09 21:33:21 +02:00
Daniel Berteaud 8d8dfad3d4 Maintain client localizations on server-side
So locales can be retrieved with a get request, and be cached by the browser
2014-10-09 21:13:06 +02:00
Daniel Berteaud bc86d9b243 Rename share.png to multi.png
share.png is blocked by addblock
2014-10-09 21:02:01 +02:00
Daniel Berteaud a289803632 Separate owner password and persistence
Now, persistent rooms will be really persistent (never deleted), but can only be set by an admin
Rooms with an owner password set are now called "reserved" room, and works as before
2014-07-25 12:58:25 +02:00
Daniel Berteaud a2b19cbeb8 Remove unused jquery.linkify.min.js file 2014-07-25 12:09:18 +02:00
Daniel Berteaud f4a90fa9b4 Another fix in room expiration logic
Before that, only one room could be expired each time we called delete_rooms helper
2014-07-21 15:44:06 +02:00
Daniel Berteaud f75fb45941 Add email invitation suport on the management page 2014-07-20 15:20:36 +02:00
Daniel Berteaud 7d02133483 Fix participant cleanup logic 2014-07-20 12:53:57 +02:00
Daniel Berteaud b8576f687b Code cleanup 2014-07-20 12:48:57 +02:00
Daniel Berteaud f2db6be49e Display the number of participants in the management page 2014-07-20 12:22:44 +02:00
Daniel Berteaud 819ac83f63 Cleanup participant table after 10 min instead of 2 hours 2014-07-20 12:15:14 +02:00
Daniel Berteaud 9f8908657c Some code cleanup 2014-07-20 12:10:31 +02:00
Daniel Berteaud 22afd16b15 Fix case in components name 2014-07-20 11:51:17 +02:00
Daniel Berteaud 4f6040226e Add date and time in filename when saving chat history 2014-07-20 11:35:28 +02:00
Daniel Berteaud d51e6b8d2d Fix room deletion 2014-07-19 12:58:46 +02:00
Daniel Berteaud dde7079b1c Add buttons to join and delete room on the management page 2014-07-19 12:55:36 +02:00
Daniel Berteaud e1753fab12 Implement missing settings handling in manage room page 2014-07-19 11:37:13 +02:00
Daniel Berteaud 5124024c03 React on switch changes on the manage room page
Only lock and askForName implemented for now
2014-07-19 01:30:05 +02:00
Daniel Berteaud 3a6106aac4 Convert unix timestamp to localized date string on manage room page 2014-07-19 00:41:23 +02:00
Daniel Berteaud 387048cfc0 Make the /action handler accessible under /admin
And bypass auth check when accessed through /admin/action
2014-07-19 00:23:50 +02:00
Daniel Berteaud 34d8649e3e Add bootstrap-switch CSS and JS
It will be used on the management page
2014-07-18 19:28:55 +02:00
Daniel Berteaud 9f9b4cc8b5 Add a route to manage rooms 2014-07-18 19:27:21 +02:00
Daniel Berteaud f2594248c7 Add a get_all_rooms helper
And expire rooms before entering the admin page
2014-07-18 18:35:58 +02:00
Daniel Berteaud 85cd946587 Add a route for the admin page 2014-07-18 17:55:53 +02:00
Daniel Berteaud e5f25a93c9 Do not try to remove the participant if the session name isn't defined 2014-07-09 08:00:21 +02:00
Daniel Berteaud 2affe56392 Lowercase room name on create 2014-07-05 14:43:15 +02:00
Daniel Berteaud 6f7c51d9c8 Update notifyjs 2014-07-02 16:20:38 +02:00
Daniel Berteaud 28f01743d8 Update FileSaver 2014-07-02 16:18:06 +02:00
Daniel Berteaud 87c6cdc62c Don't reload etherpad iFrame on wipe if it wasn't loaded before 2014-07-02 15:58:52 +02:00
Daniel Berteaud d2e54b0dfb Update to SimpleWebRTC 1.9.1 2014-07-02 15:56:20 +02:00
Daniel Berteaud f32a6af965 Get ride of Data::UUID dependency 2014-07-02 15:48:36 +02:00
Daniel Berteaud 22ab05ee98 Revamp the invite by email menu 2014-06-28 18:54:06 +02:00
Daniel Berteaud 45d6130fc4 Revert "Update bootstrap to 3.2.0"
As it doesn't provide significant improvement, and actually breaks forms alignment

This reverts commit 25016b2b58.
2014-06-28 14:31:07 +02:00
Daniel Berteaud 2347f2b1fa Don't reload etherpad iframe when setting name if etherpad hasn't been loaded yet 2014-06-27 19:01:58 +02:00
Daniel Berteaud 21a5640065 Reduce images size with optipng 2014-06-27 17:03:12 +02:00
Daniel Berteaud 25016b2b58 Update bootstrap to 3.2.0 2014-06-27 15:33:40 +02:00
Daniel Berteaud a9eda212e2 Pause mic and webcam when opening the quitModal dialog
Resume in we cancel
Dont change previous state (if it was already paused, don't resume)
Fix #77
2014-06-24 17:11:15 +02:00
Daniel Berteaud a4cacdddb6 Use the leaveRoom method to leave 2014-06-18 16:20:16 +02:00
Daniel Berteaud 69fec4e842 Use our displayName in etherpad
And reload the etherpad iFram when you change your name
Usefull in the timeline, where you can see who wrote what
2014-06-18 15:31:41 +02:00
Daniel Berteaud c3543a77b5 Some more logs in debug mode 2014-06-18 14:22:12 +02:00
Daniel Berteaud 8b0a0ae6ee Purge inactive participants from the database
Fix #74
2014-06-18 13:56:19 +02:00
Daniel Berteaud 35475e3638 Add the timestamp when adding a participant in the room 2014-06-18 13:39:35 +02:00
Daniel Berteaud fdb2840451 Update activity timestamp for each peer when they ping a room 2014-06-18 13:38:36 +02:00
Daniel Berteaud 9c2808c046 Handle terminate call in JS client 2014-06-18 12:50:18 +02:00
Daniel Berteaud da8633c1a3 Fix a typo goodby -> goodbye 2014-06-18 12:49:20 +02:00
Daniel Berteaud 35cc1dd3a2 Add a deleteRoom action handler
And adapt the goodbye page to allow empty room name
2014-06-18 12:42:16 +02:00
Daniel Berteaud 192521e8c7 Add a delete_room helper to remove a specific room 2014-06-18 12:31:39 +02:00
Daniel Berteaud 3e8b0bb819 Empty password fields on modal dismiss 2014-06-18 11:15:27 +02:00
Daniel Berteaud 351a9421c3 Fix undefined variable when loging out 2014-06-17 23:08:46 +02:00
Daniel Berteaud 4266377454 Better button layout on error page 2014-06-17 23:02:02 +02:00
Daniel Berteaud 8257c4401a No opacity exception for XS screens
As they use a more standard layout now, where a preview can be selected as the main video
2014-06-17 22:15:07 +02:00
Daniel Berteaud 5848938f08 Fix log message when setting peer role in the database 2014-06-17 17:01:02 +02:00
Daniel Berteaud 64fdb9bf33 Do not hide the main div on XS screen
Instead, reduce the previews size (up to 4 previews in a row), and place the main div just under, using all the available width
Not perfect yet, but much better than before, so fix #73
2014-06-17 14:05:05 +02:00
Daniel Berteaud cc106a6691 sm breakpoint is 768px 2014-06-17 13:35:47 +02:00
Daniel Berteaud 62e769a2b3 Only reduce preview opacity when width > 750
Fix #72
2014-06-16 22:59:40 +02:00
Daniel Berteaud 953b9486c0 Add a confirm dialog when quiting
Fix #69
2014-06-16 22:45:53 +02:00
Daniel Berteaud d58bb6738e Cleanup notifications class
Fix #71
2014-06-16 22:13:35 +02:00
Daniel Berteaud f2760ef0c2 Remove useless msg 2014-06-16 19:33:22 +02:00
Daniel Berteaud 8b6be5c14a Add the wipe modal and implement logic to wipe data
Both chatHistory (client side only) and etherpad (needs server side) are handled
Fix #68
2014-06-16 19:22:14 +02:00
Daniel Berteaud 4a1a6e813c Use a helper to create etherpad sessions 2014-06-16 17:37:59 +02:00
Daniel Berteaud 31fca2b4ef Use a helper to create etherpad group and pad 2014-06-16 16:05:05 +02:00
Daniel Berteaud 3c0fd60be5 Also create etherpad group on room creation 2014-06-13 19:03:26 +02:00
Daniel Berteaud 081a8c18bf Delete the pad, not just the group 2014-06-13 17:30:04 +02:00
Daniel Berteaud bbe77d48cf Create etherpad group when joining, not creating the room
So it's created for pre-existing rooms
2014-06-13 16:39:23 +02:00
Daniel Berteaud 479639e1f7 Reload etherpad iFrame immediatly on color change
Instead of waiting for the next opening of the etherpad menu
2014-06-13 15:29:40 +02:00
Daniel Berteaud c4a87c698c Forbid color change if etherpad is opened
So colors doesn't get out of sync
2014-06-13 15:20:48 +02:00
Daniel Berteaud a0c2084d07 Load the etherpad iframe only when clicking on the button
Work arround a problem in FF where the pad wasn't loaded properly
Also reload the iFrame if we changed our color so it's being synced
2014-06-13 15:18:25 +02:00
Daniel Berteaud 109f4380da Add a new etherpadBaseDomain param so you can set the domain for etherpad Cookie 2014-06-13 14:19:02 +02:00
Daniel Berteaud c1418e3aee Add a new slide on the index to talk about etherpad integration
Only if etherpad is enabled
2014-06-13 13:44:10 +02:00
Daniel Berteaud 261ac0bdc3 Better etherpad iframe sizing 2014-06-13 13:29:29 +02:00
Daniel Berteaud 1c3a7c2687 Enable etherpad access in the interface 2014-06-13 12:49:25 +02:00
Daniel Berteaud 1bf4330ec9 Add jquery etherpad-lite plugin 2014-06-13 11:30:24 +02:00
Daniel Berteaud ce7ed9e8b5 Fix delete_room logic 2014-06-13 11:24:38 +02:00
Daniel Berteaud 6416c8ac6a Update room deletion helper
And remove etherpad groups when the corresponding room is deleted
2014-06-13 10:37:21 +02:00
Daniel Berteaud 8378ddb78a Add basic etherpad handling (create group, pad user session) 2014-06-12 22:52:53 +02:00
Daniel Berteaud 03252b99b2 Add new settings for etherpad 2014-06-12 21:34:18 +02:00
Daniel Berteaud 8894735650 Add name and email in headers 2014-06-12 18:56:54 +02:00
Daniel Berteaud 68228482d6 Mark screen unshared just before doing so
Fix #67
2014-06-12 18:22:19 +02:00
Daniel Berteaud 003d094625 Work arround for FF when removing the main video 2014-06-12 18:07:18 +02:00
Daniel Berteaud dfe38a654d Slightly delay the disconnected modal
So it's not displayed when quiting or refreshing the page
2014-06-11 23:08:47 +02:00
Daniel Berteaud 0fd8f42776 Add a simple modal dialog when connection is lost
Fix #65
2014-06-11 22:32:22 +02:00
Daniel Berteaud 60e102371d Fix copy/paste error in CSS 2014-06-11 22:16:25 +02:00
Daniel Berteaud 729bed5dba Update SimpleWebRTC to 1.9.0 2014-06-11 21:54:24 +02:00
Daniel Berteaud 82ee4f6681 Fix quality threshold 2014-06-11 13:11:46 +02:00
Daniel Berteaud 06f7ec3e1e Measure latency between peers and add feedback
Previews will be grey when latency is unknown (not measured yet), green when it's good (60ms or less), blue when medium (between 60 and 120), orange when it's becoming high (between 120 and 250) and red when latency is too high to have a good call (250ms or more)
To reduce confusion, slected preview will now have a reduced opacity instead of the red border
Fix #66
2014-06-10 23:02:10 +02:00
Daniel Berteaud ec34e179d1 Reduce overlays icon size 2014-06-10 22:08:59 +02:00
Daniel Berteaud 11691f244f Add a few more reserved words 2014-06-09 12:59:10 +02:00
Daniel Berteaud ac2bffca01 Reduce padding under the nav
SO we can use more space for the main video
2014-06-08 22:20:26 +02:00
Daniel Berteaud 5658c6db4e Update browser not supported dialog
Adapt links for android (point to Google Play)
Don't display browsers download link on iOS, as they will not work anyway
Fix #62
2014-06-08 15:38:11 +02:00
Daniel Berteaud 4280c46182 Remove useless CSS rules 2014-06-08 15:02:33 +02:00
Daniel Berteaud 061e7ba4d4 Remove some dead code 2014-06-06 22:44:56 +02:00
Daniel Berteaud a02ac71159 Use warn class to notify that the room isn't persistent 2014-06-06 13:53:10 +02:00
Daniel Berteaud 1bc08f124a Only notify you are owner if it's the case
Check that we're really owner now before notifying
2014-06-06 09:29:01 +02:00
Daniel Berteaud e7d4e34a49 Another typo which prevented group actions menu to be displayed
When another owner promote you
2014-06-06 09:26:28 +02:00
Daniel Berteaud 29cc7cddd1 Fix typo which made an undefined variable 2014-06-06 09:22:26 +02:00
Daniel Berteaud 1f2b112b3c Notify others if we don't have a webcam
In which case, add a grey glyphicon in the preview
Also disable suspend buttons
2014-06-06 09:16:32 +02:00
Daniel Berteaud 4c53aa5117 Fix chat buttons height on Firefox
Also adapt those buttons height to the size of the textarea
2014-06-05 22:42:53 +02:00
Daniel Berteaud 5185018da9 Expire invitations before checking if the token is valid 2014-06-05 18:57:07 +02:00
Daniel Berteaud 2fdda24bd3 Add feedback_thanks to the list of reserved names 2014-06-05 18:29:47 +02:00
Daniel Berteaud 5c7480a8f0 Align notif to bottom center for room creation error 2014-06-05 13:47:53 +02:00
Daniel Berteaud e56dbad9e6 Add the error class only on the input zone
WHen you type an invalid room name
2014-06-05 13:46:02 +02:00
Daniel Berteaud 146b126bc7 Put time and name in bold in the chat
It's easier to distinguish the text like this
2014-06-05 10:03:42 +02:00
Daniel Berteaud 1fe47a461f Disable screen sharing buton on android
Fix #59
2014-06-04 22:37:09 +02:00
Daniel Berteaud 94e57a3bee Localize invalid room name error message 2014-06-04 16:33:53 +02:00
Daniel Berteaud 12b7f32e14 Add a "promote to owner" button
Fix #58
2014-06-04 16:00:29 +02:00
Daniel Berteaud 0686bed1e8 Do not try to submit if we already know the name is invalid 2014-06-03 22:34:23 +02:00
Daniel Berteaud 5f01424bb5 Update room creation
Uses JS now to submit so it can fail gracefuly on error, and warn if room already eists, instead of redirecting to the ugly error page
Fix #52
2014-06-03 22:30:19 +02:00
Daniel Berteaud acf855cbfc Remove the active class on the help button
When the modal dialog is closed
2014-06-03 19:32:06 +02:00
Daniel Berteaud 2406cbeecd Hide threePeersEl when a peer leaves a room
If there's less than 3 peers
2014-06-03 12:07:19 +02:00
Daniel Berteaud b228147906 Hide group actions until there's at least 2 other peers
They do not make sens when you're two or less in the room
2014-06-03 12:03:45 +02:00
Daniel Berteaud 767e59a9f3 Don't check if MoH is needed when the video being removed is our local screen 2014-06-03 11:18:47 +02:00
Daniel Berteaud 2a437cc4fd Various cleanups in invitations handling 2014-06-03 09:43:11 +02:00
Daniel Berteaud 50cab2837f Handle join auth through the invitation token 2014-06-03 09:09:52 +02:00
Daniel Berteaud 20d1bf695f Add grouped actions
To mute/unmute/suspend/resume everyone in one click
Fix #54
2014-06-02 22:15:50 +02:00
Daniel Berteaud 547d5365a1 Only enable sound detection if supported
Also use a lower threshold. -80 should be enough
And should Fix #55
2014-06-02 20:55:39 +02:00
Daniel Berteaud d23e40e89d Don't add moh notif if it just resumed 2014-06-02 12:08:27 +02:00
Daniel Berteaud eca15d3987 Add the name in join notifications subject
Fix #53
2014-06-02 12:03:32 +02:00
Daniel Berteaud 581889f559 Typo occured -> occurred 2014-06-02 10:40:51 +02:00
Daniel Berteaud 7c90b688f4 Default MoH to pause
Fix #51
2014-06-02 10:24:14 +02:00
Daniel Berteaud 4bcd816d77 Animation on dropdown menus
Fix #48
2014-05-31 14:34:31 +02:00
Daniel Berteaud d780a63c41 Reduce volume of MoH
Fix #49
2014-05-31 14:27:01 +02:00
Daniel Berteaud 094bcbae2e Mute preview instead of pausing the video
FF doesn't support pausing one video with another connected to the same stream still playing
So, be consistent between FF and webkit, and just mute the preview
Also lower the volume of the previews (70%) and bump the one of the main video
Fix #47 and also fix #50
2014-05-31 14:20:27 +02:00
Daniel Berteaud c840438feb Only play previews which are paused 2014-05-30 19:00:23 +02:00
Daniel Berteaud f235f3a13c Add btn class to extension and audio only buttons
So they are more discoverable
2014-05-30 18:30:45 +02:00
Daniel Berteaud 5e664660dd Support audio only fallback
Fix #46
2014-05-30 18:01:44 +02:00
Daniel Berteaud 05c0851d31 Don't pause preview on small screens, as there's no main video div 2014-05-30 17:08:16 +02:00
Daniel Berteaud bf6f1de4f3 Add a timer in the navbar 2014-05-30 16:41:23 +02:00
Daniel Berteaud 2d36ad921b Pause a preview when going on the main div
This reduce the CPU pressure, as only one stream needs to be decoded
Also prevent the main vid to double its audio level (which was not a bad thing, but was just beacause this same track was decoded and played twice, it'd be better to play with the volume of only one track)
Doesn't work well on FF for now (because FF doesn't like switching main div, it often do not resume the video, or after several seconds, will need to investigate)
2014-05-30 13:59:51 +02:00
Daniel Berteaud 5c5c17ebe2 Don't dup video el ID 2014-05-30 13:19:49 +02:00
Daniel Berteaud 20d3c40dd9 Allow the new screensharing on Chrome35/Linux
I see no crash or other problem
2014-05-30 13:10:33 +02:00
Daniel Berteaud f7c22254b3 Use success class for askForName setting 2014-05-30 13:08:15 +02:00
Daniel Berteaud 37ef2240f9 Update msg when seting passwords (join or owner) 2014-05-30 13:07:12 +02:00
Daniel Berteaud 3c19a340a2 Don't display peer ID if the peer has no displayName 2014-05-30 12:36:38 +02:00
Daniel Berteaud ccd1f68a87 Update to SimpleWebRTC 1.8.3 2014-05-30 12:31:35 +02:00
Daniel Berteaud 60f0cb53b9 Update fr and en locales 2014-05-29 23:30:42 +02:00
Daniel Berteaud 94f0be24f8 Adapt the client side JS to the new modal dialog for join password 2014-05-29 22:55:20 +02:00
Daniel Berteaud 4e5f6b7ffa Adapt JS part to the new modal dialog for persistent rooms 2014-05-29 12:36:11 +02:00
Daniel Berteaud 8876352913 Protect every table or field name in SQL queries 2014-05-28 15:40:14 +02:00
Daniel Berteaud 11a86f4fe2 Small cleanups in vroom.pl 2014-05-28 15:16:49 +02:00
Daniel Berteaud 2511d72663 Do not allow response if the invitation has already been processed 2014-05-28 14:55:50 +02:00
Daniel Berteaud fbd3fa4830 Use a common class for public forms
And make them a bit larger
2014-05-28 14:53:45 +02:00
Daniel Berteaud c133030704 Add a timestamp field to invitations
And purge those older than 2 hours
2014-05-28 14:35:25 +02:00
Daniel Berteaud 77f5239164 Enable UTF-8 on MySQL connection 2014-05-28 13:22:15 +02:00
Daniel Berteaud f95e2730bd Change ping responce notif class to info
And disable autoHide
2014-05-28 12:42:06 +02:00
Daniel Berteaud 5a4affa600 Process invitations on ping
and send status to the inviter
Mark responses as processed once sent
2014-05-28 12:41:21 +02:00
Daniel Berteaud 67c7ac4438 Handle invitation responses
Not used yet, we also need to pass the response to the inviter
2014-05-28 09:39:38 +02:00
Daniel Berteaud d597d4a790 Add notifications in the table before sending the email
And manage invitations cleanups when rooms expire
2014-05-27 19:09:30 +02:00
Daniel Berteaud 45a418b9c6 Fix resources path when not running on a dedicated vhost 2014-05-26 22:13:53 +02:00
Daniel Berteaud 806ec1d443 Use a much lower thrshold to detect no sound
the previous -40 triggered far too much false positives
2014-05-26 16:01:48 +02:00
Daniel Berteaud 513fd90d47 Don't display cryptic peer ID
When the participant hasn't set a display name
2014-05-25 15:49:07 +02:00
Daniel Berteaud 07276cbd86 Slightly delay MoH check
So it doesn't start/stop when you join a room with participants
2014-05-25 15:23:19 +02:00
Daniel Berteaud d4dcea1b58 Shorter animations for main video transitions 2014-05-25 15:20:33 +02:00
Daniel Berteaud 149bcdde72 Fix a few untranslated message
also normalize localization in actions' handler
2014-05-25 01:21:14 +02:00
Daniel Berteaud f53a16b86d Forbid setting an owner password for rooms which uses a common name
This list can be set in the config
2014-05-25 01:12:49 +02:00
Daniel Berteaud 6cfec8335b Only reduce font size on really small screens
And don't reduce that much
2014-05-25 00:27:40 +02:00
Daniel Berteaud 8f582b0e57 More comments + few cleanups 2014-05-25 00:14:10 +02:00
Daniel Berteaud f44dac9b8e Remove context menu on the main video 2014-05-24 22:40:47 +02:00
Daniel Berteaud 34bdc2f27e Better main video sizing 2014-05-24 16:46:41 +02:00
Daniel Berteaud 7ca297267f Also correctly fade out the main video when we unshare our screen 2014-05-24 16:38:39 +02:00
Daniel Berteaud 811f61fab2 Fix main video removal when the peer share its screen 2014-05-24 16:33:59 +02:00
Daniel Berteaud 950a84fbbe Some code refactoring
Reduce duplicate code
Also add some more checks that event received from the signaling channel are sent by owners (ignore them if it's not the case)
2014-05-24 14:06:31 +02:00
Daniel Berteaud 36d202585c Don't loop to check if MoH is needed
Instead, start it once when you join the room, and check each time a peer leaves if it must be re-enabled
2014-05-24 13:28:07 +02:00
Daniel Berteaud 9766ea688a Do not autoplay moh if it was muted 2014-05-24 00:42:05 +02:00
Daniel Berteaud 32790721f4 Fix going fullScreen when double clicking the main video 2014-05-23 23:06:30 +02:00
Daniel Berteaud 2cf278e25b Fix handling our own screen preview 2014-05-23 22:55:42 +02:00
Daniel Berteaud d6f70c8594 Small transitions for previews
Also fix main video removal if it's a peer's screen
2014-05-23 22:49:21 +02:00
Daniel Berteaud 1913a24a44 Fix video remove 2014-05-23 20:32:12 +02:00
Daniel Berteaud 7fd7d863ed Add transitions for the main video
And also remove some duplicated code
2014-05-23 20:23:37 +02:00
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
2014-05-23 19:16:45 +02:00
Daniel Berteaud f4ab4626e9 Hide the unread counter until needed 2014-05-23 14:01:05 +02:00
Daniel Berteaud 20d03ec012 Add a counter of unread message for the text chat 2014-05-23 13:46:16 +02:00
Daniel Berteaud 3a4c4680f8 Add link to the icon set 2014-05-23 13:20:04 +02:00
Daniel Berteaud 319dd9a03e Wait a bit before enabling owner's action button
As all the channels have to be ready first
2014-05-23 13:05:46 +02:00
Daniel Berteaud 0ac90f012c Warning if webcam access is refused
Fix #41
2014-05-23 12:48:45 +02:00
Daniel Berteaud 1d84ee7cc7 Update to SimpleWebRTC 1.8.2 2014-05-23 09:51:40 +02:00
Daniel Berteaud a6566704ff Fix owner's action mess when a peer shares its screen 2014-05-22 18:28:14 +02:00
Daniel Berteaud 652682b00a Correctly escape chars in email addresses
Without this, some email address with strange chars were not removable
2014-05-22 16:07:00 +02:00
Daniel Berteaud bd0535c940 Suspend button when used to prevent abuse and server overload 2014-05-22 14:18:52 +02:00
Daniel Berteaud 4f79e4b156 Make invite menu owner reserved
Simple participants should have access to this
2014-05-22 10:23:26 +02:00
Daniel Berteaud 8286e77155 Chage owner's action buttons depending on the actual status 2014-05-21 19:34:16 +02:00
Daniel Berteaud 4327f56a86 Add a grey box-shadow on unselected previews 2014-05-21 19:13:04 +02:00
Daniel Berteaud 4522add764 Only enable the add email button when input looks like an email address 2014-05-21 18:50:21 +02:00
Daniel Berteaud dac515d5f7 Enable chat when the displayName is set before joining the room 2014-05-21 18:43:41 +02:00
Daniel Berteaud dde00417ba Remove warning in vroom.js 2014-05-21 18:22:09 +02:00
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)
2014-05-21 18:08:43 +02:00
Daniel Berteaud d56d875a7f Differ no sound detection until we effectivly joined the room 2014-05-21 17:45:15 +02:00
Daniel Berteaud 43169f282e Add localization for the new display name feature (ask on join) 2014-05-21 17:40:25 +02:00
Daniel Berteaud 5cda9f2bea Add client side support to get display name on the new modale dialog 2014-05-21 17:39:50 +02:00
Daniel Berteaud b70b8f5336 Implement action handler for ask_for_name 2014-05-21 14:16:17 +02:00
Daniel Berteaud 42b9dc8a1c Client side support for setting and retrieving ask_for_name status 2014-05-21 14:08:00 +02:00
Daniel Berteaud b1780003a3 Send to JS client if the name is mandatory on this room 2014-05-21 13:52:43 +02:00
Daniel Berteaud e30edf6c1b Small typo 2014-05-20 23:05:17 +02:00
Daniel Berteaud ed78f22d0e Update to SimpleWebRTC 1.8.0 2014-05-20 22:38:37 +02:00
Daniel Berteaud 656ac33b1a Add a new more slides in the carousel 2014-05-20 21:37:35 +02:00
Daniel Berteaud 854d7369e7 Remove now unused JS code and CSS rules 2014-05-20 19:23:10 +02:00
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 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 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