Ramon Souza
e7366485aa
removing unused imports
2021-04-13 08:43:08 -03:00
prlanzarin
001ab9554c
video: added voice activity stream sorting, made stream sorting extensible
...
Video streams can be sorted by voice floor activity in the client according to FreeSWITCH´s floor events. The feature works together with pagination, essentially giving an Last-N like experience while not disrupting too much
Made video stream sorting extensible in a way. The sorting modes for pagination and unbounded can be configured in settings.yml and new sorting modes can be added to the stream sorting util under video-provider. Inline docs explain how to do that
Changed how the stream ID attribute from video-streams collection was passed to downstream components; we had an array map that was executed every change just to map stream to cameraId, which is bizarre. So I changed the cameraId usage in downstream components to be conformat with the collection attributes and shaved off the map where it wasnt needed
Add better selectors to video-list-item container´s VoiceUser fetch
2021-04-12 19:06:07 +00:00
Ramon Souza
32dec42264
fix join webcam breakout room
2021-04-12 15:59:43 -03:00
prlanzarin
172e31b78e
Rework of the floor event
...
Now it`s called AudioFloorChanged* to properly reflect its role
Add fields to carry the floor state (boolean) along with the uID and vID to be able to send events for a floor takeover and a floor surrender
2021-04-12 18:25:58 +00:00
Anton Georgiev
2955fed194
Merge pull request #11895 from MaximKhlobystov/sync-options-length-dragndrop
...
Syncing the length of poll options list with the drag and drop input
2021-04-12 13:48:39 -04:00
Anton Georgiev
c9b5e3d681
Merge pull request #12002 from ramonlsouza/issue-11999
...
Remove max-width from polling options container
2021-04-12 13:43:46 -04:00
Ramon Souza
858e1c7529
remove max-width from polling options container
2021-04-12 14:34:05 -03:00
Anton Georgiev
a589ffc14f
Merge pull request #12000 from ramonlsouza/issue-11968
...
Fix active poll refresh crash
2021-04-12 13:02:32 -04:00
Ramon Souza
d90e889394
fix active poll refresh crash
2021-04-12 13:57:02 -03:00
Anton Georgiev
34e1c2f160
Merge pull request #11989 from PhMemmel/fix-private-public-chat-lock
...
Fix private public chat lock interference
2021-04-12 12:21:49 -04:00
Anton Georgiev
dcc8f5d753
Merge pull request #11995 from pedrobmarin/fix-whiteboard-access
...
fix: whiteboard access for multiple presentations
2021-04-12 10:58:06 -04:00
Ramon Souza
7ed119cf4b
fix panel resizing for poll, cc and waiting list
2021-04-12 11:51:01 -03:00
Anton Georgiev
7bdc04262d
Merge pull request #11994 from ramonlsouza/issue-11894
...
Fix save and copy messages
2021-04-12 10:08:56 -04:00
Pedro Beschorner Marin
4170b9d1ac
fix: whiteboard access for multiple presentations
...
Whiteboard service wasn't considering the current presentation id when
fetching for the current whiteboard id. Calls were always returning
the id of the first slide available. This was effecting the state of the
whiteboard access feedback at the users' list.
2021-04-12 11:06:43 -03:00
Ramon Souza
88a89d982a
fix-save-copy-messages
2021-04-12 09:13:42 -03:00
Ramon Souza
f6b70600d0
fix chat alerts
2021-04-12 08:16:57 -03:00
Maxim Khlobystov
1da39201a8
Fix for addition and removal of options in drag and drop poll creation
2021-04-12 00:40:46 +00:00
Philipp Memmel
319138eda4
avoid problems when chat doesn't have proper state
2021-04-11 21:48:25 +02:00
Philipp Memmel
4b9d695069
fix private public chat lock interference
2021-04-11 21:12:59 +02:00
Anton Georgiev
ef337acbe6
Merge pull request #11956 from gustavotrott/upload-maxsize-error
...
Creates a pubSub error message when Upload max size exceeded
2021-04-09 16:41:22 -04:00
Anton Georgiev
7544580de5
Merge pull request #11967 from vitormateusalmeida/eslint
...
Update eslint to ecma 2020
2021-04-09 16:40:23 -04:00
Gustavo Trott
28555ed33d
Sends error code 413 to Upload request when file is too large
2021-04-09 15:41:19 -03:00
Vitor Mateus De Almeida
3b3612d211
update eslint to ecma 2020
2021-04-09 15:02:18 -03:00
Ramón Souza
d107f77714
Prevent users from sending private messages to offline user ( #11906 )
...
* lock offline user private messages
* removing reassignment of props
2021-04-09 10:16:49 -04:00
Pedro Beschorner Marin
f44f73c1c7
Refactor chat sorting
2021-04-09 11:15:59 -03:00
Anton Georgiev
74a2a6683f
Merge pull request #11915 from daminebenq/add-raise-hand-test-spec
...
Add missing Connection Status and Hand raising specs
2021-04-09 10:15:03 -04:00
Ramon Souza
086d370428
remove returnless function use
2021-04-09 10:08:59 -03:00
Anton Georgiev
ced8c35f2e
Merge pull request #11963 from ramonlsouza/issue-11935
...
Formatting of PIN number within client
2021-04-09 08:50:10 -04:00
Anton Georgiev
3f8d619ef1
Merge pull request #11927 from PhMemmel/order-presentations-alphabetically
...
Update order of presentation lists
2021-04-09 08:48:13 -04:00
Ramon Souza
095bf7b3c2
formatting pin number
2021-04-09 08:44:55 -03:00
Pedro Beschorner Marin
b23c1b411c
Merge branch 'develop' into non-ascii-sorting
2021-04-08 21:55:30 -03:00
Anton Georgiev
598dcb7751
Merge pull request #11951 from ramonlsouza/new-poll-warning
...
Fix new poll key warning
2021-04-08 16:47:49 -04:00
Anton Georgiev
eb9a339211
Merge pull request #11953 from ramonlsouza/remove-unused-chat-vars
...
Remove unused chat-related variables
2021-04-08 16:23:25 -04:00
Anton Georgiev
a2c17ad069
Merge pull request #11955 from bigbluebutton/antobinary-patch-1
...
Update deploy_to_usr_share.sh
2021-04-08 16:20:08 -04:00
Anton Georgiev
d9ee27cd09
Merge pull request #11954 from bigbluebutton/antobinary-remove-logs
...
Remove bbb-html5-backend log when meeting handled by other backend
2021-04-08 16:19:55 -04:00
Pedro Beschorner Marin
6d717e1770
Extend user's name sorting to use non-ASCII characters
...
Some languages rely on non-ASCII characters and this should be considered,
at least at name's sorting.
2021-04-08 17:16:36 -03:00
Anton Georgiev
f3cf1a7782
Update deploy_to_usr_share.sh
...
After updating npm from 6.5.x to 7.x I have had to add `sudo` to install npm dependencies. A few lines below file ownership and permissions are corrected, so I think all should be fine. This should work well even with npm 6.x
2021-04-08 16:11:23 -04:00
Anton Georgiev
65b7616da1
Correct upper to lower case for Select random user
2021-04-08 16:00:23 -04:00
Anton Georgiev
abd9539405
Update redis.js
2021-04-08 15:55:55 -04:00
Gustavo Trott
b7d61e45eb
Reorganize code
2021-04-08 16:53:22 -03:00
Anton Georgiev
30229cebb6
Remove bbb-html5-backend log when meeting handled by other backend
2021-04-08 15:51:57 -04:00
Gustavo Trott
3e675af3b5
Akka broadcasts UploadedFile Too Large error msg
2021-04-08 16:49:17 -03:00
Ramon Souza
ace0920b7e
remove unused chat-related vars
2021-04-08 16:14:34 -03:00
Ramon Souza
b4f91f443e
fix new poll key warning
2021-04-08 15:42:06 -03:00
Anton Georgiev
b6a29fb56d
Merge pull request #11950 from mariogasparoni/fix-11913
...
fix: when muted alert is active, can't click on 'Leave audio'
2021-04-08 14:18:04 -04:00
Gustavo Trott
3d1575e635
Send pubSub FileTooLarge Error Msg from bbb-web when file is too large, (and makes Akka send meetingId with presentation token msg)
2021-04-08 14:18:15 -03:00
Mario Jr
3253980584
fix: when muted alert is active, can't click on 'Leave audio'
...
Closes #11913
2021-04-08 14:13:04 -03:00
Anton Georgiev
5189abb225
Merge pull request #11911 from Tainan404/issue-11795
...
Fix client crashing because users object is missing
2021-04-08 12:30:01 -04:00
Anton Georgiev
e11dc05f98
Merge pull request #11945 from KDSBrowne/bbb-11647
...
Fix Text Area's Not Opening IOS Virtual Keyboard
2021-04-08 11:22:54 -04:00
Anton Georgiev
1809f1640a
Merge pull request #11940 from ramonlsouza/navbar-mobile-changes
...
Remove recording button text on phones
2021-04-08 11:03:00 -04:00