Ramón Souza
cdb6e2e652
restore hover/focus button styles
2022-02-03 19:45:51 +00:00
Anton Georgiev
71615bd477
Merge pull request #14186 from ramonlsouza/unused-remove
...
refactor: remove unused imports/variables
2022-01-25 08:52:14 -05:00
Ramón Souza
115ba187b5
remove unused imports/variables
2022-01-24 13:12:37 +00:00
Pedro Beschorner Marin
810deb907b
refactor(etherpad): access control et al.
...
Move all Etherpad's access control from Meteor to a separated [Node application](https://github.com/bigbluebutton/bbb-pads ).
This new app uses [Etherpad's API](https://etherpad.org/doc/v1.8.4/#index_overview )
to create groups and manage session tokens for users to access them. Each group
represents one distinct pad at the html5 client.
- Removed locked users' access to pads: replaced readOnly pad's access with a new pad's content sharing routine
- Pad's access is now controlled by [Etherpad's API](https://etherpad.org/doc/v1.8.4/#index_overview )
- Closed captions edited content now reflects at it's live feedback
- Improved closed caption's dictation mode live feedback
- Moved all Etherpad's API control from Meteor to a separated [app](https://github.com/bigbluebutton/bbb-pads )
- Included access control both in akka-apps and bbb-pads
2022-01-21 16:56:01 -03:00
Ramón Souza
f6e65f58c5
merge 2.4 into develop and resolve conflicts - partial
2022-01-12 16:40:45 +00:00
KDSBrowne
18f2d442f2
replace JSON.stringify comparison with _.isEqual
2022-01-06 13:45:35 +00:00
KDSBrowne
156ab125ab
remove unused props
2021-12-28 13:52:48 +00:00
KDSBrowne
83e6089b75
remove commented code
2021-12-28 13:50:32 +00:00
KDSBrowne
a7f69f13c7
add SR alert for new messages when userlist is closed
2021-12-28 05:40:51 +00:00
Maxim Khlobystov
4754e56407
Fixes for the locales test
2021-12-22 14:06:42 -05:00
Ramón Souza
d1c516fef6
resolve html5 conflicts
2021-12-10 21:07:35 +00:00
Anton Georgiev
797fc49633
TEMP
2021-12-09 20:37:05 +00:00
Ramón Souza
d11c6b69f8
use prefixed fullscreen event for safari
2021-12-06 12:18:23 +00:00
Maxim Khlobystov
b7cf670aec
Remove the support for iframe postMessage API (recording and self-muting)
2021-11-29 22:53:12 +00:00
KDSBrowne
e184912311
prevent properties of undefined (reading 'toUpperCase')
2021-11-22 00:55:51 +00:00
Anton Georgiev
542db847ff
Merge pull request #13574 from Tainan404/smooth-reconnection-25
...
Improve data structure to not break on reconnections
2021-11-17 15:55:21 -05:00
Ramón Souza
ea38609fc2
remove .scss files
2021-11-11 12:38:09 +00:00
Ramón Souza
7b55b650fc
convert button component
2021-11-10 14:41:55 +00:00
Ramón Souza
c2f1ec7456
Merge remote-tracking branch 'upstream/develop' into styled-components-8
2021-11-08 14:00:20 +00:00
Ramón Souza
0d4a1ce0ef
convert nav-bar settings-dropdown component
2021-11-05 18:38:01 +00:00
Ramón Souza
608485d027
convert nav-bar component
2021-11-04 18:11:42 +00:00
Joao Victor
072284fe98
fixes user list button's arrow
2021-11-04 14:30:47 -03:00
Tainan Felipe
f5eef03f3f
Improve data structure to not break on reconnections
2021-11-03 14:37:54 -03:00
Ramón Souza
e384cd81fe
convert talking-indicator component
2021-11-02 16:25:39 +00:00
Ramón Souza
b430d53289
convert recording-indicator component
2021-11-02 14:34:33 +00:00
Anton Georgiev
022f125e15
Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-dev
2021-10-29 13:24:51 +00:00
Anton Georgiev
1622425cbc
Merge branch 'develop' of github.com:bigbluebutton/bigbluebutton into 2.4-into-develop
2021-10-22 19:12:58 +00:00
Joao Victor
61f2745c7f
fix: unable to mute from talking indicator bar
2021-10-22 09:13:33 -03:00
Anton Georgiev
3ccc59ac63
Merge pull request #13521 from lfzawacki/userdata-layout
...
Userdata flags for hiding some layout elements
2021-10-20 08:43:18 -04:00
Lucas Zawacki
8f346b6ae4
feature(layout): userdata to hide navbar
2021-10-19 20:43:33 +00:00
Anton Georgiev
719afa6cd2
Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-dev
2021-10-14 15:14:22 +00:00
Anton Georgiev
24d672a832
Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-dev
2021-10-14 15:13:17 +00:00
Tainan Felipe
1de8e0779d
Add server side reactivity to publications
2021-10-13 15:00:52 -03:00
Joao Victor
55d0be4a33
sort voice users in ascending order by activity start time
2021-10-11 10:28:36 -03:00
Joao Victor
b5c1d58d88
fix variable names
2021-10-08 11:57:26 -03:00
Joao Victor
156f2efdc6
limit the who-is-talking indicators to 8
2021-10-08 11:13:37 -03:00
Joao Victor
f34a160138
limit the number of how is talking indicators to 16
2021-10-07 16:00:39 -03:00
Ramón Souza
977ca19050
fix userlist shortcut on firefox for macos
2021-09-30 12:43:28 +00:00
Ramon Souza
5c95c301e8
change leave meeting color
2021-09-29 16:43:57 -03:00
Ramon Souza
098826c70a
rename layout functions
2021-09-10 17:48:52 -03:00
Ramon Souza
981e707612
add selector to containers, remove old layoutContext + convert base component into function
2021-09-10 14:21:04 -03:00
Ramon Souza
d35c509e8b
restores required prop
2021-08-27 10:49:20 -03:00
Ramon Souza
7f1502fbf3
display userlist toggle tooltip when userlist is hidden
2021-08-27 09:21:39 -03:00
Ramon Souza
7d484c1aef
code format and unused code removal
2021-08-13 14:17:19 -03:00
Ramon Souza
c9b27dfb4c
fix empty settings menu for viewer
2021-08-13 13:53:04 -03:00
Anton Georgiev
773e8385af
Merge pull request #12970 from KDSBrowne/bbb-remaining-menus
...
Update Dropdowns To Menus
2021-08-12 14:38:04 -04:00
KDSBrowne
760a5c25d0
update recording button aria labels
2021-08-11 12:10:55 +00:00
KDSBrowne
3663290397
update public chat / video list item dropdown to menu
2021-08-11 02:44:34 +00:00
KDSBrowne
773800cdc5
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into bbb-remaining-menus
2021-08-08 17:30:16 +00:00
KDSBrowne
f72e075472
restore shortcuts for menus
2021-08-08 17:22:01 +00:00