Anton Georgiev
|
0b6a7082ff
|
Merge pull request #4431 from OZhurbenko/slide-change-fix
HTML5 - fix for the bug with the current Slide being unset
|
2017-09-26 16:39:05 -04:00 |
|
Oleksandr Zhurbenko
|
b02cbb3208
|
Removed redundand brackets
|
2017-09-26 13:36:47 -07:00 |
|
Anton Georgiev
|
fe7130473d
|
Merge pull request #4418 from KDSBrowne/xx-02-mute-show-bug
[HTML5] - Mute button fix
|
2017-09-26 16:30:38 -04:00 |
|
KDSBrowne
|
32187d446a
|
rename service import and remove constants
|
2017-09-25 18:18:08 -07:00 |
|
Oleksandr Zhurbenko
|
76808b3e7d
|
Fixed a bug with the current slide being unset
|
2017-09-25 17:00:08 -07:00 |
|
Anton Georgiev
|
91f912ce4b
|
Merge pull request #4416 from OZhurbenko/mongo-indexing
Added indexes for the html5 Mongo collections
|
2017-09-25 15:57:07 -04:00 |
|
KDSBrowne
|
00ac3b1a54
|
move functions to service and rename callback
|
2017-09-25 08:39:56 -07:00 |
|
KDSBrowne
|
baa1f0955e
|
change function signature line length
|
2017-09-25 07:13:14 -07:00 |
|
gcampes
|
b17f2ebe41
|
fix proptypes for intl
|
2017-09-22 11:33:12 -03:00 |
|
gcampes
|
56e9fedb45
|
removes console.log
|
2017-09-21 15:51:58 -03:00 |
|
gcampes
|
06400c7034
|
fix breakout logout
|
2017-09-21 15:50:21 -03:00 |
|
KDSBrowne
|
83adf4200f
|
remove unneeded if condition
|
2017-09-21 08:03:42 -07:00 |
|
KDSBrowne
|
c6647dfc95
|
mute button wont render for listenOnly users
|
2017-09-20 17:42:35 -07:00 |
|
Anton Georgiev
|
90db7326b8
|
Merge pull request #4415 from KDSBrowne/x2.0.9-clear-chat-bug
[HTML5] - Fix clear chat feature
|
2017-09-20 14:13:05 -04:00 |
|
Anton Georgiev
|
7372d708ad
|
include bowser.js in html5 client for browser detection in webrtc
|
2017-09-20 09:59:11 -04:00 |
|
Anton Georgiev
|
e22da926bb
|
Merge pull request #4414 from KDSBrowne/x2.0.8-stun-turn-delete
[HTML5] - Remove requestStunTurn
|
2017-09-19 15:53:08 -04:00 |
|
KDSBrowne
|
2e1fb712a1
|
use userId instead of username
|
2017-09-19 12:01:02 -07:00 |
|
KDSBrowne
|
bd8c57eb45
|
remove log messages
|
2017-09-19 11:57:08 -07:00 |
|
KDSBrowne
|
6b6d431a5b
|
switch variable positions in object
|
2017-09-19 11:55:32 -07:00 |
|
KDSBrowne
|
9b3bb04a90
|
fix clear chat feature
|
2017-09-19 10:39:13 -07:00 |
|
KDSBrowne
|
4388fc4b0f
|
remove requestStunTurn
|
2017-09-19 08:42:10 -07:00 |
|
Oleksandr Zhurbenko
|
f3a17e74a8
|
Removed unused properteties from the slide object
|
2017-09-18 17:18:20 -07:00 |
|
Oleksandr Zhurbenko
|
838382b6f9
|
Moved presentation overlays' rendering to a separate function
|
2017-09-18 16:54:52 -07:00 |
|
Oleksandr Zhurbenko
|
ff4e7bffd0
|
Fixed a bug with the helper's import
|
2017-09-18 16:52:20 -07:00 |
|
Oleksandr Zhurbenko
|
537175dad2
|
Moved part of the presentation display calculations to the server side
|
2017-09-18 15:20:44 -07:00 |
|
Oleksandr Zhurbenko
|
d57f60fe09
|
Adjusted publish calls to #4385
|
2017-09-18 12:18:37 -07:00 |
|
Oleksandr Zhurbenko
|
c9552247b2
|
Merge branch 'bbb-2x-mconf' of https://github.com/bigbluebutton/bigbluebutton into presenter-functionality-2x
|
2017-09-18 12:08:14 -07:00 |
|
Anton Georgiev
|
17b4beb545
|
Merge pull request #4385 from KDSBrowne/x2.0.7-messages
[HTML5] - header functions update
|
2017-09-18 12:00:31 -04:00 |
|
Oleksandr Zhurbenko
|
9e1c8a4fb7
|
Permissions fix
Can't afford WebStorm :-(
|
2017-09-17 19:01:48 -07:00 |
|
Oleksandr Zhurbenko
|
c7d737e9b8
|
Improvements based on the PR review
|
2017-09-17 18:58:37 -07:00 |
|
KDSBrowne
|
cd5da84984
|
make handlePublishError static
|
2017-09-13 15:57:52 -07:00 |
|
KDSBrowne
|
c7328a5bb7
|
fix: Expected 'this' to be used by class method 'handlerPublishError'
|
2017-09-13 13:50:04 -07:00 |
|
KDSBrowne
|
e3ed9aa84d
|
remove need for wrapper function
|
2017-09-13 12:47:52 -07:00 |
|
KDSBrowne
|
27dbe42189
|
pass this.pub as a parameter to _publish
|
2017-09-13 10:01:47 -07:00 |
|
KDSBrowne
|
91718abfba
|
add underscore to indicate private function
|
2017-09-13 09:10:28 -07:00 |
|
KDSBrowne
|
41b629b232
|
make publish function private to RedisPubSub2x class
|
2017-09-13 08:29:23 -07:00 |
|
KDSBrowne
|
4b7d790a57
|
change variable name
|
2017-09-12 11:13:27 -07:00 |
|
KDSBrowne
|
571c3763dd
|
add publishVoiceMessage
|
2017-09-12 10:58:06 -07:00 |
|
KDSBrowne
|
090b3e91c2
|
add comment to publish
|
2017-09-12 10:25:41 -07:00 |
|
KDSBrowne
|
72acea229b
|
remove single quotes from variable
|
2017-09-12 10:01:07 -07:00 |
|
KDSBrowne
|
c987ef6635
|
add publishSystemMessage
|
2017-09-12 09:11:08 -07:00 |
|
KDSBrowne
|
39bd590329
|
rework header creation
|
2017-09-12 08:52:02 -07:00 |
|
Oleksandr Zhurbenko
|
39ba2d12de
|
Fixed permissions
|
2017-09-11 12:13:42 -07:00 |
|
Oleksandr Zhurbenko
|
eca8090bac
|
Adjusted the PR 'methods' to #4322
|
2017-09-11 12:12:39 -07:00 |
|
Oleksandr Zhurbenko
|
43b3b89c6a
|
Merge branch 'bbb-2x-mconf' of https://github.com/bigbluebutton/bigbluebutton into presenter-functionality-2x
|
2017-09-11 12:11:03 -07:00 |
|
Anton Georgiev
|
9599ed9374
|
Merge pull request #4320 from MaximKhlobystov/selenium-browser-versions
[HTML5 Client] Test Update: Support for browser versioning + Code optimization
|
2017-09-11 14:08:02 -04:00 |
|
Anton Georgiev
|
802b3bb4fb
|
Merge pull request #4322 from KDSBrowne/x2.0-header-functions
[HTML5] - Add header functions
|
2017-09-11 14:00:15 -04:00 |
|
KDSBrowne
|
89de2f771b
|
change parameter name to header
|
2017-09-11 10:19:06 -07:00 |
|
Anton Georgiev
|
bf35fa7a4c
|
Merge pull request #4354 from KDSBrowne/x2.0.1-fix-lock-issue-userlist
[HTML5] - Fix Userlist Lock Notification
|
2017-09-11 12:07:17 -04:00 |
|
KDSBrowne
|
467ffaba49
|
change log message
|
2017-09-11 06:46:19 -07:00 |
|