Commit Graph

1358 Commits

Author SHA1 Message Date
Emil Ivov 8725b80793 Moves original contribution note
Addressing readability concerns raised by @fippo
2015-09-19 12:23:58 -05:00
Emil Ivov a429800544 Moves original contribution note
Addressing readability concerns raised by @fippo
2015-09-19 12:23:54 -05:00
Boris Grozev 2702fa0175 Uses source maps to the actual source files (i.e. modules/), removes the separate debug targets, uglify before deploy. 2015-09-17 16:40:02 -05:00
paweldomas 260b610725 Fixes issue with avatar not being displayed when user is in the lastN set, but has video muted. 2015-09-17 19:04:56 +02:00
hristoterezov a7cd8bab11 Merge branch 'gerges-issue/client-analytics' 2015-09-16 17:45:58 -05:00
hristoterezov 39c5ef2f5a Fixes jshint 2015-09-16 17:44:53 -05:00
hristoterezov b59f8d3da6 Merge branch 'issue/client-analytics' of https://github.com/gerges/jitsi-meet into gerges-issue/client-analytics
Conflicts:
	modules/UI/toolbars/BottomToolbar.js
2015-09-16 17:42:51 -05:00
George Politis 5d1aeaa1c2 Merge pull request #358 from gpolitis/master
Uglifyjs, browserify and jshint should be locally installed (as opposed to globally)
2015-09-16 11:06:36 -05:00
bgrozev 9c4b69a1ba Merge pull request #357 from jitsi/fix-connect
Tries to fix connecting after XMPP authentication is requested.
2015-09-16 00:35:49 -05:00
George Politis 5e363b515b Uses uglifyjs from the local installation. 2015-09-15 20:27:59 -05:00
George Politis 1bb6e72855 Adds jshint as a dev dependency and uses the local installtion. 2015-09-15 20:27:48 -05:00
George Politis e3adafa44e Makes browserify a dev dependency. 2015-09-15 20:24:31 -05:00
Lyubomir Marinov 2740041a82 Defines the path to uglifyjs as a variable in the fashion of the path to browserify. 2015-09-15 14:18:34 -05:00
Boris Grozev c7b6cb5b94 Updates the sdp-interop version. 2015-09-15 09:16:03 -05:00
damencho 69758a3297 Uglify to use relative files. 2015-09-14 17:30:27 -05:00
Boris Grozev cd1f56fa8f Recovers removed source files. 2015-09-14 17:21:21 -05:00
damencho 34b5ce996c Fixes map locations. 2015-09-14 16:35:13 -05:00
Boris Grozev 745417be18 Tries to fix connecting after XMPP authentication is requested. 2015-09-14 16:06:58 -05:00
Boris Grozev 9ee24d7eab Minifies our libraries. 2015-09-14 15:50:13 -05:00
Boris Grozev 5b1f7b1204 Minimizes app.bundle.js by default. 2015-09-14 15:42:48 -05:00
George Politis b1825a3d1e Merge pull request #354 from marclaporte/patch-3
Firefox & Jitsi Meet are now working together
2015-09-14 13:54:39 -05:00
George Politis e46efdb666 Merge pull request #356 from mksh/master
Use valid SPDX license identifier for Jitsi-Meet NPM package description
2015-09-14 13:43:44 -05:00
mksh 9138ed692e Use valid SPDX license identifier for Jitsi-Meet to avoid warnings during installing npm dependencies 2015-09-14 18:08:24 +03:00
Boris Grozev fdf73a9b4e Fixes jshint warnings. 2015-09-14 09:26:24 -05:00
Boris Grozev dff4666bc6 Merge branch 'master' into lint 2015-09-14 09:26:16 -05:00
Boris Grozev 5ac3304956 Fixes a typo reported by Hamid Yaseen. Closes #283. 2015-09-11 17:20:24 -05:00
Boris Grozev 711d4ab634 Updates sdp-interop to 0.1.8 (fixes issues when 2 or more endpoints in a conference are running on firefox). 2015-09-11 16:32:12 -05:00
hristoterezov 694fe83fc9 Merge branch 'gerges-issue/toolbar-config' 2015-09-11 15:42:36 -05:00
hristoterezov b010b3267d Fixes the name for the recording button in interface_config.js 2015-09-11 15:41:33 -05:00
hristoterezov 161673cecb Merge branch 'issue/toolbar-config' of https://github.com/gerges/jitsi-meet into gerges-issue/toolbar-config
Conflicts:
	index.html
	libs/app.bundle.js
2015-09-11 14:49:20 -05:00
Boris Grozev 6bab3b2c86 Moves precommit-hook to devDependencies. 2015-09-11 10:52:53 -05:00
Boris Grozev 2dbd80c048 Adds a source-package and uglify targets to the makefile. 2015-09-10 23:13:04 -05:00
Boris Grozev bd58e6c799 Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files. 2015-09-10 22:28:16 -05:00
Boris Grozev a4c844f169 Adds precommit-hook as an npm dependency. Automatically runs jshint before a commit. 2015-09-10 22:27:18 -05:00
Boris Grozev 27c297c034 Fixes or ignores (explicidly, as much as possible) jshint warnings. 2015-09-10 22:27:09 -05:00
Boris Grozev 09eaa0d303 Fix comparison warnings. 2015-09-10 22:26:55 -05:00
Boris Grozev b0795e5db9 Removes libs/app.bundle.js from the repository. Pre-built versions
are available at https://download.jitsi.org/jitsi-meet/
2015-09-10 13:37:26 -05:00
damencho 5a254ba949 Uses jvb config file from the new location. Fixes a problem where reconfiguring can break package installation due to missing jvb config file. 2015-09-09 15:15:23 -05:00
Boris Grozev 68421465a7 Removes misleading documentation. Formatting fixes. 2015-09-09 14:09:58 -05:00
Marc Laporte e7d308382f Firefox & Jitsi Meet are now working together
https://hacks.mozilla.org/2015/06/firefox-multistream-and-renegotiation-for-jitsi-videobridge/

Thank you George Politis! (and anyone else involved)
2015-09-08 00:01:00 -04:00
ibauersachs e13af70717 Commit from translate.jitsi.org by user ibauersachs.: 175 of 175 strings translated (0 fuzzy). 2015-09-07 13:04:09 +00:00
paweldomas b9b64242a5 Will close install Temasys plugin popup only when cancel or close button is clicked. 2015-09-07 10:22:38 +02:00
Boris Grozev f69e7ace6d Uses the new name of the chrome extension id field. 2015-09-04 11:52:16 -05:00
Boris Grozev b2d838ba1c Fixes mirroring on firefox. 2015-09-04 10:27:55 -05:00
ibauersachs bf28c7ffd9 Commit from translate.jitsi.org by user ibauersachs.: 175 of 175 strings translated (0 fuzzy). 2015-09-04 12:42:07 +00:00
jitsi-pootle 241baad4d0 New files added from translate.jitsi.org based on templates 2015-09-04 12:28:15 +00:00
Ingo Bauersachs 2f9f5e0800 Add Slovak 2015-09-04 14:24:50 +02:00
Boris Grozev 995b3be6e7 Implements screen sharing for firefox, using a jidesha extension.
Renames some fields in config.js.
2015-09-03 10:00:36 -05:00
Boris Grozev e5184358c2 Separates the logic for obtaining a screen capture from the logic
for switching between camera and screen.
2015-09-02 17:30:38 -05:00
Boris Grozev f7ba684cf6 Enables the screen capture on firefox. 2015-09-02 17:30:38 -05:00