Commit Graph

1006 Commits

Author SHA1 Message Date
KDSBrowne
96b5979952 remove menu items not for dial-in-users 2021-08-10 03:56:50 +00:00
Vitor Mateus De Almeida
145ca61d40 linting some files 2021-08-09 11:24:02 -03:00
Anton Georgiev
27bbc710ab
Merge pull request #12898 from antonbsa/ppt-tests-fix-to-develop
fix(tests): Some fixes needed after updating the path
2021-08-06 11:19:37 -04:00
Vitor Mateus De Almeida
1b18977eac rename all NewLayout.. to Layout.. 2021-08-05 08:03:24 -03:00
Vitor Mateus De Almeida
abf089ae73 remove layout manager legacy 2021-08-05 01:22:07 -03:00
Anton
cb3d94f1d8 Merge remote-tracking branch 'upstream/develop' into ppt-tests-fix-to-develop 2021-08-04 09:31:40 -03:00
Anton Georgiev
22e38f9b47
Merge pull request #12865 from KDSBrowne/bbb-list-focus
Update List Style To Show Focus Outline
2021-08-03 09:59:14 -04:00
Anton Georgiev
ba6a86bf2f
Merge pull request #12866 from KDSBrowne/bbb-manage-user-menu
Update Manage Users Dropdown To Menu
2021-08-03 09:47:35 -04:00
Anton
2f43ee7efa add data-test prop on menuItem actions and fix some eslint errors 2021-08-02 14:48:52 -03:00
Anton Georgiev
ee06ec64af
Merge pull request #12854 from PhMemmel/fix_private_chat_aria_alert
fix: Announce new private chat messages in screenreader
2021-07-30 17:05:57 -04:00
Philipp Memmel
c62b5bf6d2 avoid double announcing of name when chat is added to userlist 2021-07-30 17:05:14 +00:00
Philipp Memmel
11933c044a include chat name in announcement 2021-07-30 15:53:05 +00:00
Ramon Souza
3d36a9c8ef fix presenter position in breakout room userlist 2021-07-30 08:54:31 -03:00
KDSBrowne
e05bd476ac
remove obsolete box-shadow 2021-07-29 15:33:37 -04:00
KDSBrowne
dee41faa3c replace manage user dropdown with menu 2021-07-29 16:06:50 +00:00
KDSBrowne
af852a9e7d update list style to accomodate focus outline 2021-07-29 16:01:15 +00:00
Philipp Memmel
c73de0beab fix read new messages in screenreader 2021-07-27 20:56:47 +00:00
Gustavo Trott
1267bfd880 Moves ActivityReport icon from navbar to part of the gear icon 2021-07-21 17:00:08 -03:00
Anton Georgiev
7ef3fa0d63
Merge pull request #12745 from KDSBrowne/BBB-accessible-menu
Add a more accessible dropdown menu
2021-07-21 08:59:08 -04:00
KDSBrowne
8e317c24ec fix console error | style warnings 2021-07-20 17:48:08 +00:00
Anton Georgiev
472c9a6107 Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into 237-into-develop 2021-07-20 15:21:21 +00:00
Anton Georgiev
ceaa61d4ee
Merge pull request #12741 from ramonlsouza/issue-12658
fix: Unlocking specific user doesn't unlock all options to him
2021-07-19 13:15:28 -04:00
KDSBrowne
4e2c8ea116 update virtulizedScrollableList hover style 2021-07-18 17:32:23 +00:00
KDSBrowne
5a106b330f fix userlist keyboard access | update styles 2021-07-18 17:30:27 +00:00
Ramon Souza
eef6a7ec5b get locale from settings in export usernames 2021-07-14 15:19:41 -03:00
KDSBrowne
e8d951121b replace map with forEach 2021-07-08 12:08:02 +00:00
KDSBrowne
afe0bfe5cc Add accessible dropdown menu component 2021-07-08 11:41:03 +00:00
Ramon Souza
2ede8b898f fix unlock label and dropdown option in userlist 2021-07-07 15:30:41 -03:00
Ramon Souza
efc15d89ae remove unused code 2021-06-23 16:52:52 -03:00
Pedro Beschorner Marin
068b82b1fa refactor(connection status): remove legacy monitor
Remove parts of a previous connection monitor.

To add some context (as far as my memory goes) to the multiple connection
monitor features the product has, `stats` (currently named `connection status`)
was introduced at the Flash client back in ~2016. @fcecagno and I did it
as a BigBlueButton's Summit activity. Our work was squashed into a single
commit in 92554f8b3e :).

I'm not sure about the whole story behind `network information` (the late
connection monitor added to the HTML5 client) but I assume it should work
as a collector for a bunch of different connectivity monitors. I remember
when it was introduced but I don't know why it wasn't adopted. My best guess
would be because of some performance issues the `user list` had back then.

To follow on why `connection status` replaced `network information` at the
HTML5 client, when I did the `multiple webcams` feature I had to refactor
a big chunk of the `video provider` (#8374). Something that wasn't really
helping there was the adaptation of `stats` that was made to show local
feedback for each webcam connection. Although this feature wasn't being
used anymore, `network information` did rely on that to build up data. With
this monitor gone I assumed it was my responsibility to provide an alternative
so I promoted Mconf's port of the Flash `stats` monitor to BigBlueButton's
HTML5 client (#8579).

Well, that's my perspective on how things went for those features. If
anyone would like to correct me on something or add something else on
that history I would appreciate to know.
2021-06-13 14:02:46 -03:00
Max Franke
8b274476b1 feat(video): indicate who is sharing webcam
Add the `camera` icon in the user list for whoever is sharing,
in order to improve the understanding of who is sharing the webcam.
It is possible to enable/disable this indication in the settings.yml
2021-06-12 13:40:47 -03:00
Anton Georgiev
9395f50b99
Merge pull request #12474 from Tainan404/refactor-dropdown
refactor: Decrease amount of imports in dropdown
2021-06-01 09:32:14 -04:00
Tainan Felipe
baf7afc883 Decrease amount of imports in dropdown 2021-05-31 15:28:27 -03:00
Ramon Souza
247601ad3d fix captions button crash 2021-05-28 17:16:35 -03:00
Vitor Mateus De Almeida
ede57507ef Merge remote-tracking branch 'upstream/develop' into layoutManagerNew 2021-05-21 14:56:10 -03:00
Vitor Mateus De Almeida
a3aea117ed Fix options menu, private chat message, breakout panel 2021-05-21 14:52:08 -03:00
Ramon Souza
d17cc3149f use session instead of storage 2021-05-21 09:17:24 -03:00
Vitor Mateus De Almeida
d44fea18c2 Fix allways show mobile sub name tag 2021-05-19 20:05:26 -03:00
Vitor Mateus De Almeida
047b573d10 Fix auto resize when open/close panels 2021-05-19 19:29:03 -03:00
Ramon Souza
32afa3bdbc do not display private chat before first message is sent 2021-05-19 14:46:04 -03:00
Vitor Mateus De Almeida
444b29a346 Merge remote-tracking branch 'upstream/develop' into layoutManagerNew 2021-05-19 11:54:22 -03:00
Vitor Mateus De Almeida
88a1edcc06 Fix userlist item button, Fix polling close button 2021-05-19 11:51:31 -03:00
Ramon Souza
d11e0917b0 remove useless conditional in user-name component 2021-05-19 09:28:16 -03:00
Vitor Mateus De Almeida
1326f3f791 Add New Layout Manager 2021-05-17 17:25:07 -03:00
Anton Georgiev
b3f0609984
Merge pull request #12367 from ramonlsouza/issue-12355
fix: show avatar in private chat list
2021-05-12 16:10:59 -04:00
Ramon Souza
49bba65f5f indentation 2021-05-12 16:33:20 -03:00
Ramon Souza
f5887d29fc show avatar in private chat list 2021-05-12 16:21:48 -03:00
Anton Georgiev
b4e609f2c8 feat(guests): Introduce dynamicGuestPolicy in setting.yml 2021-05-12 16:01:04 +00:00
Anton Georgiev
9dba4f6dab
Merge pull request #12215 from vitormateusalmeida/issue-12143
Fix layout broken when close waiting room panel
2021-04-29 16:37:48 -04:00
Vitor Mateus De Almeida
45f8556f9a fix layout broken when close waiting room panel 2021-04-29 16:41:18 -03:00