Commit Graph

766 Commits

Author SHA1 Message Date
paweldomas 4fb7001b00 Converts 'constraints' to local variable in order to fix desktop sharing issues(audio constraints were retained in global var and get desktop stream failed). 2015-01-05 13:07:28 +01:00
paweldomas f1cb3af345 Increases default size of authentication popup. 2015-01-05 13:07:18 +01:00
Boris Grozev 427dc093cc Do not log presence changes to the console. 2014-12-30 19:57:43 +02:00
Boris Grozev 87f8b91a96 Implements recording through a jirecon instance. 2014-12-30 19:57:43 +02:00
paweldomas fdcae01d21 Configures the room as non-anonymous. 2014-12-29 17:55:48 +01:00
George Politis f95d5f36bb Moves add/remove source element creation in strophe.jingle.sdp.js. 2014-12-29 11:55:33 +01:00
George Politis 1938280e27 Narrows the gap between strophe.jingle and our code. 2014-12-26 12:46:23 +01:00
George Politis dc5d5f8436 Nukes colibri.*.js and restores original file structure of strophe.jingle. 2014-12-26 10:40:06 +01:00
hristoterezov efc161dacd Fixes issue with obtaining audio/video permissions when simulcast is disabled. 2014-12-23 16:24:56 +02:00
George Politis 2ee5a92ef0 Adds comment to modules/RTC/MediaStream.js 2014-12-22 15:08:49 +01:00
hristoterezov 4a991f7187 Adds package.json files for our browserify modules. 2014-12-22 15:46:24 +02:00
Paweł Domas 91358476a1 Update manual-install.md
Adds jicofo install instructions.
2014-12-22 13:05:20 +01:00
hristoterezov ec5e0f09ea Moves require to top for the RTC module. 2014-12-22 11:03:21 +02:00
hristoterezov a1da42ff00 Fixes the filename in require call of data channels file. 2014-12-19 17:49:22 +02:00
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
bgrozev 3b0fcad39b Merge pull request #208 from Zalmoxisus/master
Fixes chat messages
2014-12-18 18:24:23 +02:00
Paweł Domas 484b80965c Update quick-install.md
Adds 'jicofo' package to Deinstall section.
2014-12-18 09:32:30 +01:00
hristoterezov c6d8e34779 Implements statistics module. 2014-12-17 18:21:25 +02:00
Damian Minkov 7bacd957bd Updates invitation email. 2014-12-17 14:45:22 +02:00
Boris Grozev e830ced554 Removes the troubleshooting section. 2014-12-17 11:35:10 +02:00
Boris Grozev 2041b54a07 Removes the add-apt-repository way of adding a repository. 2014-12-17 11:34:16 +02:00
Boris Grozev 3473f1c20c s/OpenSource/open-source/. 2014-12-17 11:33:16 +02:00
Boris Grozev 10adea1691 Moves INSTALL.md to doc/manual-install. Links to both installation documents from README.md. 2014-12-17 11:32:42 +02:00
Damian Minkov b3a4b8a1cf Fixes configuring prosody which can break also jicofo configuration, the missing domain will fail later creating admin account for jicofo. 2014-12-17 09:40:45 +02:00
paweldomas 78f8521145 Handles the case where browser is blocking popups and prevents from opening authentication window. 2014-12-16 19:05:34 +01:00
Damian Minkov ba627718be Creates prosody conf.avail if missing. 2014-12-16 17:01:14 +02:00
bgrozev 698f511676 Merge pull request #211 from Zalmoxisus/master
Fixes a smile typo that causing missing image
2014-12-16 16:48:51 +02:00
paweldomas f4004656a3 Adds functionality for authentication with external system. 2014-12-16 14:54:35 +01:00
Mihail Diordiev 66e1a98869 Fixes a smile typo that causing missing image 2014-12-16 08:52:14 +02:00
yanas cc38c2641b Modifies default avatar image. 2014-12-12 13:18:36 +01:00
fo d1c634abc2 Fixes active speaker avatar and active speaker audio level missmatch. 2014-12-12 11:32:16 +02:00
Lyubomir Marinov 4230aa1ff1 Renames a variable/field for the purposes of clarity. 2014-12-11 22:08:52 +02:00
Lyubomir Marinov ae4dafb06d Optionally automatically mutes the local video if it is not in any "last N". 2014-12-11 21:50:08 +02:00
paweldomas 4c95921b06 Does not reload the page when "focus left MUC" event is generated after we have left the MUC intentionally. 2014-12-11 19:14:46 +01:00
paweldomas 8068d4e810 Changes "browser is too old message" error message as it's not always related to the browser version. 2014-12-11 19:09:18 +01:00
George Politis e8779eeb18 Adds the user agent in the presence. 2014-12-11 13:02:45 +01:00
George Politis a1624138fe Disables the "Focus connected" notification. 2014-12-11 13:01:46 +01:00
fo 451d16a664 Fixes error when myroomjid is null. 2014-12-11 13:39:27 +02:00
fo b6a665e007 Adds audio levels for the active speaker avatar. 2014-12-10 15:10:54 +02:00
paweldomas e4154c055e Fixes handling of "bridgeIsDown" presence extension coming from focus participant. 2014-12-08 16:38:56 +01:00
paweldomas 28e41f6c7b Fixes broken room locking functionality. 2014-12-08 11:44:05 +01:00
paweldomas 3f15d5495d Sends JVB from config.js to the focus. 2014-12-08 09:24:23 +01:00
Mihail Diordiev 60e7482df1 Fixes chat messages
Fixes issue #177 and also show new lines
2014-12-08 00:41:05 +02:00
paweldomas 7f057377d0 Displays error message when focus component is not available. 2014-12-05 17:02:42 +01:00
paweldomas 933a41492e No longer requires focus component and focusUserJid to be configured in config.js(but they can still be overridden there). 2014-12-05 17:02:41 +01:00
paweldomas 1729f7e17e Recognizes focus user. Adds missing semicolons. 2014-12-05 17:02:40 +01:00
George Politis 3c96c91ca8 Bumps version numbers for changed js files. 2014-12-05 17:00:24 +01:00
George Politis cb8f57b3e3 Adds support for the openSctp and enableFirefoxHacks configuration params. 2014-12-05 16:49:22 +01:00
George Politis 5ba666de2e Restores broken config.displayJids functionality. 2014-12-05 16:49:21 +01:00