Commit Graph

91 Commits

Author SHA1 Message Date
hristoterezov 5b34a66cb6 Implements RTC module. 2014-12-19 15:59:08 +02:00
bgrozev 996b1791d5 Merge pull request #205 from Zalmoxisus/master
Prevent XSS injection using 'nick' tag on presence
2014-12-18 18:24:44 +02:00
paweldomas f4004656a3 Adds functionality for authentication with external system. 2014-12-16 14:54:35 +01:00
fo d1c634abc2 Fixes active speaker avatar and active speaker audio level missmatch. 2014-12-12 11:32:16 +02:00
fo b6a665e007 Adds audio levels for the active speaker avatar. 2014-12-10 15:10:54 +02:00
paweldomas 1729f7e17e Recognizes focus user. Adds missing semicolons. 2014-12-05 17:02:40 +01:00
fo f0a4c08f26 Fixes bugs with thumbnails getting black when prezi is playing or etherpad is viewed. 2014-12-05 15:10:45 +02:00
fo 8bb5994715 Fixes mixup between jid and resourceJid. 2014-12-04 18:04:17 +02:00
paweldomas 4776605dec Merge branch 'ssfocus' 2014-12-04 11:19:45 +01:00
Zalmoxisus 7b0be8e953 Prevent XSS injection using 'nick' on presence
Also allows special characters in displayName. Fixes issue #182.
2014-12-03 22:44:03 +02:00
George Politis 5af92474c3 Attempts to prevent ghost contacts from appearing in the contact list. 2014-12-03 12:47:44 +01:00
paweldomas e308025143 Merge branch 'master' into ssfocus
Conflicts:
	config.js
	libs/strophe/strophe.jingle.session.js
	rtp_sts.js
2014-12-02 20:09:24 +01:00
hristoterezov e2058edfdd Merge branch 'master' into firefox
Conflicts:
	libs/colibri/colibri.focus.js
	videolayout.js
2014-12-01 14:12:04 +02:00
hristoterezov 6cf96c5d72 Fixes an issue with black thumbnails 2014-12-01 13:15:36 +02:00
hristoterezov 501c97b27c Implements firefox support for the rtp stats 2014-11-28 19:47:19 +02:00
George Politis d4a5b3cf2e Fixes typo in comments. 2014-11-28 17:06:36 +01:00
George Politis 37bb4b82ad Fixes issue introduced by 71e290a8ad.
simulcastlayerschanged/ing should run if lastN is disabled.
2014-11-28 17:00:16 +01:00
paweldomas b035bfc9aa Merge branch 'master' into ssfocus
Conflicts:
	index.html
	muc.js
	videolayout.js
2014-11-28 16:43:45 +01:00
paweldomas 871c661ba9 Adds support for muting audio on the bridge. 2014-11-28 16:20:43 +01:00
paweldomas 7dc8102dee Replaces 'focus' occurrences with moderator for handling privileged functionalities. 2014-11-28 16:17:53 +01:00
George Politis a8909028c8 Modifies the avatars, lastN and adaptive lastN handling so that they play nicely together. 2014-11-28 12:29:52 +01:00
fo 1d4177faeb Adds a side panel toggler, settings menu, avatars, uuids. 2014-11-27 12:44:22 +02:00
hristoterezov c6cc570f1d Fixes issues caused by the merge with master. Fixes the simulcast conferences on chrome. 2014-11-26 14:10:41 +02:00
hristoterezov 5213583af2 Merge branch 'master' into firefox
Conflicts:
	app.js
	libs/strophe/strophe.jingle.adapter.js
	simulcast.js
	videolayout.js
2014-11-25 17:01:46 +02:00
George Politis 7da0fd6794 Make it possible to pin a participant from the contact list, even if he's not in the lastN set. 2014-11-25 11:58:09 +01:00
George Politis 71e290a8ad Run simulcastlayerschanged/ing event handlers only if the affected endpoint is in lastN. 2014-11-25 11:57:59 +01:00
hristoterezov 03f828ba9a Fixes issues when participant leaves caused by removing src dependancies. Stops the tracks when stream is removed. 2014-11-24 18:14:35 +02:00
George Politis 092149711b videoSrcToSsrc stores strings 2014-11-24 12:00:15 +01:00
hristoterezov 99da618811 Removes browser checks. Optimizes the browser specific code. 2014-11-21 16:50:16 +02:00
hristoterezov c2f6c9f7bc Removes the "src" attribute dependancies. Fixes the issues with not displaying the large video and thumbnails clicking not working on firefox. 2014-11-21 15:29:05 +02:00
George Politis 2004b6ef18 Fixes an issue where the pinned video src was getting set when it shouldn't. 2014-11-21 11:29:37 +01:00
George Politis 1ac99309e7 Hooks up participant pinning into lastN functionality. 2014-11-20 16:52:52 +01:00
George Politis de7cc0b52b Implements local lastN set. 2014-11-20 16:52:52 +01:00
George Politis bc6b48cce9 Fixes issue with adaptive lastN 2014-11-20 16:52:52 +01:00
hristoterezov 2e26c212a2 Fixes the issue with the chrome video that is not displayed in firefox. 2014-11-14 17:44:38 +02:00
hristoterezov f5189d5cdc Fixes firefox issues. The firefox video is displayed in chrome. 2014-11-14 12:13:26 +02:00
fo 1057c6dd0d Removes the notifications for entering/leaving lastN. 2014-11-06 13:04:04 +02:00
fo f2a310f6c3 Adds notifications when a user joins/leaves or is added/removed from lastN. 2014-11-05 10:57:27 +02:00
George Politis e8de53413b Factors simulcast related code. 2014-10-31 11:17:41 +01:00
George Politis 68e6afbd61 Attempts to fix the resolution N/A problem. 2014-10-31 11:10:53 +01:00
hristoterezov f9daa25a6c Fixes the issue with the IPv6 addresses in connection quality tooltips. 2014-10-30 10:18:08 +02:00
hristoterezov a3d0050328 Implements support for events for the API. Adds toggleChat and toggleContactList commands. Renames filmStrip to toggleFilmStrip command. Fixes issues with removing the embedded Jitsi Meet. 2014-10-27 15:24:09 +02:00
George Politis e41c8eff14 Fixes issue with video pre-loading. 2014-10-27 12:09:24 +01:00
George Politis fad08fdef0 Takes advantage of the smart simulcast layer escalation of the bridge to prevent blackness when we switch to a higher order layer. 2014-10-26 20:59:19 +01:00
hristoterezov 667a8c1493 Implements API that allows external applications to embed Jitsi Meet. 2014-10-22 12:03:07 +03:00
hristoterezov b369e28bb0 Fixes the issues with resolution value when simulcast is enabled. 2014-10-21 12:19:17 +03:00
George Politis 117d6c513c Reverts 774785 "Attempts to prevent blackness when switching simulcast streams."
It seems to break things when testing with multiple tabs open.
2014-10-21 10:10:24 +02:00
George Politis 774785c648 Attempts to prevent blackness when switching simulcast streams. 2014-10-20 14:34:00 +02:00
hristoterezov 13e43e2b25 Handles multiple IPs displayed in connection popover. 2014-10-17 17:45:58 +03:00
hristoterezov ee7752dfe2 Fixes positioning issues with connection popover. Fixes some issues with removal of the connection popover. 2014-10-17 16:51:23 +03:00