Anton Georgiev
|
21b6dab852
|
Merge pull request #5267 from Tainan404/issue-5237
Add custom logo area
|
2018-04-05 15:08:05 -04:00 |
|
Tainan Felipe
|
cc6c3318cf
|
rename variable of SHOULD_SHOW_CUSTOM to SHOW_BRANDING
|
2018-04-04 11:05:58 -03:00 |
|
KDSBrowne
|
8801a21f18
|
add access keys
|
2018-03-23 08:42:56 -07:00 |
|
Tainan Felipe Pauli de Almeida
|
505a00daba
|
add custom logo area
|
2018-03-21 15:19:09 -03:00 |
|
KDSBrowne
|
5ea0a2ac66
|
fix aria-label not being announced for users in userlist
|
2018-03-15 09:39:56 -07:00 |
|
KDSBrowne
|
898b5c755c
|
remove aria tag preventing JAWS navigation with users
|
2018-03-06 07:21:47 -08:00 |
|
KDSBrowne
|
6ebf27e3e4
|
change region announcment for userlist
|
2018-02-22 13:10:32 -08:00 |
|
KDSBrowne
|
a0f6392c71
|
switch messages and users title to headings in userlist
|
2018-02-22 09:39:10 -08:00 |
|
Maxim Khlobystov
|
7968a55bf3
|
Simplified the toggleSelfVoice code.
|
2018-02-08 14:00:29 -05:00 |
|
Maxim Khlobystov
|
483f543f17
|
Made sure non-moderators can user userlist for mute/unmute.
|
2018-02-08 11:06:41 -05:00 |
|
Maxim Khlobystov
|
0568a01692
|
Merge pull request #4923 from MaximKhlobystov/selenium-visual-regression
[HTML5 Client] Initial Visual Regression Tests Setup
|
2018-01-23 11:13:54 -05:00 |
|
Oleksandr Zhurbenko
|
7871681448
|
Changed all the references of kick to remove, to be consistent
|
2018-01-09 14:28:48 -08:00 |
|
Maxim Khlobystov
|
927a2bf005
|
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into selenium-visual-regression
|
2018-01-09 15:38:29 -05:00 |
|
Anton Georgiev
|
980a6490ec
|
Merge pull request #4832 from KDSBrowne/x.0.3-fix-console-warnings
Fix Invalid prop 'children[2]' supplied to `DropdownList`
|
2018-01-09 13:28:17 -02:00 |
|
Maxim Khlobystov
|
9ebc82d29f
|
Committing additional test specs.
|
2018-01-08 21:43:34 -05:00 |
|
Oleksandr Zhurbenko
|
ce1f40ac9a
|
Updated Meteor to 1.6.0.1
|
2018-01-07 22:17:18 -08:00 |
|
Oleksandr Zhurbenko
|
962e659378
|
Switched the components from deprecated method to
|
2018-01-07 20:44:42 -08:00 |
|
Anton Georgiev
|
a00487cc75
|
Merge pull request #4740 from Tainan404/fix-dropdown-bug
Fix user list dropdown bug when making user presenter.
|
2018-01-03 19:40:49 -02:00 |
|
KDSBrowne
|
ed3d58f0f2
|
Merge remote-tracking branch 'upstream/v2.0.x-release' into x.0.3-fix-console-warnings
|
2018-01-03 08:56:22 -08:00 |
|
KDSBrowne
|
f1cd5f2d6e
|
move _.uniqueId() out of render function
|
2017-12-15 20:25:41 -08:00 |
|
Anton Georgiev
|
c9c6797fc9
|
Merge pull request #4788 from antobinary/audio-work-3
Handle dial-in users in HTML5
|
2017-12-15 13:44:51 -02:00 |
|
KDSBrowne
|
409b2e95e3
|
clean up code
|
2017-12-15 07:22:29 -08:00 |
|
KDSBrowne
|
57e1f80d55
|
convert to component that entends Purefunction
|
2017-12-14 11:23:43 -08:00 |
|
KDSBrowne
|
b59106912a
|
fix console warnings
|
2017-12-14 09:31:05 -08:00 |
|
Anton Georgiev
|
b450db91f7
|
Merge pull request #4683 from KDSBrowne/z14-fix-userlist-keyboard-accessibility
Fix user-list keyboard accessibility
|
2017-12-13 16:25:44 -02:00 |
|
Oleksandr Zhurbenko
|
ed7b3f619a
|
Corrected the detection of the clear_status
|
2017-12-12 09:27:51 -08:00 |
|
Oleksandr Zhurbenko
|
c31ee309f4
|
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into fix-userlist-sorting
|
2017-12-12 09:11:22 -08:00 |
|
Oleksandr Zhurbenko
|
ed0c338f8a
|
Fixed sorting in the user list
|
2017-12-12 07:03:33 -08:00 |
|
KDSBrowne
|
909a44bdd3
|
remove unused user-list-header
|
2017-12-11 07:32:23 -08:00 |
|
Anton Georgiev
|
96f773b954
|
Merge pull request #4751 from Tainan404/fix-userlist-bug
Fix false click in userlist.
|
2017-12-08 16:51:40 -02:00 |
|
Anton Georgiev
|
085eb57556
|
add ejectUserFromVoice for moderator
|
2017-12-08 11:40:52 -05:00 |
|
Anton Georgiev
|
48bf163559
|
linting and clean-up
|
2017-12-07 17:13:44 -05:00 |
|
Anton Georgiev
|
a1a64a1524
|
Protect dial-in users from web user actions
disallow { promote / demote / make presenter / clear status } being triggered on a dial in user
|
2017-12-07 17:07:02 -05:00 |
|
KDSBrowne
|
53b6f8c71c
|
remove focus when ESC key pressed
|
2017-12-06 09:05:32 -08:00 |
|
KDSBrowne
|
7631359bd1
|
Merge remote-tracking branch 'upstream/v2.0.x-release' into z14-fix-userlist-keyboard-accessibility
|
2017-12-06 08:57:28 -08:00 |
|
KDSBrowne
|
9606b5aa10
|
add prop validation
|
2017-12-06 08:53:16 -08:00 |
|
KDSBrowne
|
61de88d8d0
|
clean up code
|
2017-12-06 08:36:29 -08:00 |
|
KDSBrowne
|
089b3c5b56
|
make userlist accessibility work via props/state
|
2017-12-06 08:34:23 -08:00 |
|
Anton Georgiev
|
c9a5ded2c1
|
Merge pull request #4662 from Tainan404/fix-design
Fix design issues
|
2017-12-05 18:54:08 -02:00 |
|
Tainan Felipe
|
812d5d396d
|
fix margin-bottom of userlist title
|
2017-12-04 10:45:03 -02:00 |
|
Tainan Felipe
|
188fa68ff9
|
fix false click in userlist
|
2017-12-04 10:42:47 -02:00 |
|
KDSBrowne
|
632d56d456
|
fix scrollbar appearing when it shouldn't
|
2017-11-30 13:02:33 -08:00 |
|
KDSBrowne
|
23e3d6b322
|
fix mouse not able to scroll through lists in userlist
|
2017-11-30 12:51:05 -08:00 |
|
KDSBrowne
|
628c6114c7
|
change variable names
|
2017-11-30 11:48:16 -08:00 |
|
KDSBrowne
|
d81591e7ce
|
Merge remote-tracking branch 'upstream/v2.0.x-release' into z14-fix-userlist-keyboard-accessibility
|
2017-11-30 11:17:03 -08:00 |
|
KDSBrowne
|
8b1e96acb8
|
fix first item in lists not being selected bug
|
2017-11-30 09:57:20 -08:00 |
|
KDSBrowne
|
a599bcd7c7
|
remove the need for .firstChild
|
2017-11-28 12:10:12 -08:00 |
|
Tainan Felipe
|
f5cf9c5893
|
Fix user list dropdown bug when making user presenter
|
2017-11-28 15:20:47 -02:00 |
|
Tainan Felipe
|
0d25ba5ae7
|
add blue color on emoji menu for ethe emoji selected
|
2017-11-21 08:50:20 -02:00 |
|
KDSBrowne
|
54d82d456c
|
use firstchild once instead of 3
|
2017-11-17 12:54:04 -08:00 |
|