Anton Georgiev
ff24c5ae0d
Merge pull request #12466 from pedrobmarin/f-g-ns
...
feat(guests): notification settings
2021-05-31 10:48:15 -04:00
Anton Georgiev
2b4746fc85
Merge pull request #12465 from pedrobmarin/f-r-rrce
...
feat(recording): record role change event
2021-05-31 10:47:15 -04:00
Anton Georgiev
4cd3c5d29f
Merge pull request #12464 from pedrobmarin/f-r-ruc
...
refactor(recording): recording ready url callback
2021-05-31 10:46:42 -04:00
Anton Georgiev
9c44f2c919
Merge pull request #12470 from ramonlsouza/sidebar-z-index-new-lm
...
fix: use same z-index for all layouts - new LM
2021-05-31 10:31:00 -04:00
Ramon Souza
fdb07b8c37
use same z-index for all new layouts
2021-05-31 10:44:55 -03:00
Anton Georgiev
e40d376b33
Merge pull request #12462 from germanocaumo/poll-chat-export
...
fix: export poll chat message
2021-05-31 09:25:49 -04:00
Joao Siebel
f16700a8c4
Allow tags in meeting and user name. close #10221 close #12370
2021-05-31 09:59:15 -03:00
germanocaumo
262195b4e4
Merge branch 'poll-question-refactor' of https://github.com/germanocaumo/bigbluebutton into poll-chat-export
2021-05-31 12:33:06 +00:00
germanocaumo
fe7af552fb
Revert allowDragAndDropFiles default to false
2021-05-31 11:48:31 +00:00
Pedro Beschorner Marin
0e34d7239d
fix!(recording): moderator only webcams
...
BREAKING CHANGE: fix typo at moderator only webcams recorded event.
2021-05-30 14:13:39 -03:00
Pedro Beschorner Marin
21a7324f70
feat(guests): notification settings
...
Avoid showing the guest's notification toggles at client's settings if the guest
policy isn't `ASK_MODERATOR`.
2021-05-30 12:09:33 -03:00
Pedro Beschorner Marin
ed64e330ee
feat(recording): record role change event
...
Reuse `ParticipantStatusChangeEvent` record event, already used by emojis and
webcam streams, to record `UserRoleChangedEvtMsg`.
Role change is stored at `events.xml` as:
- promotion
```
<event timestamp="2068340" module="PARTICIPANT" eventname="ParticipantStatusChangeEvent">
<timestampUTC>1622384175759</timestampUTC>
<date>2021-05-30T14:16:15.759Z</date>
<status>role</status>
<userId>w_fowyht7g0tfi</userId>
<value>MODERATOR</value>
</event>
```
- demotion
```
<event timestamp="2071437" module="PARTICIPANT" eventname="ParticipantStatusChangeEvent">
<timestampUTC>1622384178855</timestampUTC>
<date>2021-05-30T14:16:18.855Z</date>
<status>role</status>
<userId>w_fowyht7g0tfi</userId>
<value>VIEWER</value>
</event>
```
2021-05-30 11:19:30 -03:00
Fred Dixon
8ade9d1f38
Update bbb-conf
...
Minor update to test build
2021-05-30 10:40:36 -03:00
Pedro Beschorner Marin
41daeca1a2
refactor(recording): callback url getter
2021-05-29 16:52:07 -03:00
Pedro Beschorner Marin
63dca7506e
fix(recording): recording ready callback
...
Fetch for server's security salt at etc's bbb-web properties file.
2021-05-29 16:51:56 -03:00
germanocaumo
be8d7405a0
fix: missing line break of poll chat export
2021-05-29 00:56:25 +00:00
germanocaumo
5c7fa6ece5
fix: export poll chat message
...
Include the new poll text in the chat export function.
Refactor some chat type constants.
Also fixes empty lines in the export chat file.
2021-05-29 00:28:47 +00:00
Anton Georgiev
3bfa5979e4
Merge pull request #12461 from ramonlsouza/fix-captions-button-crash
...
fix: captions button crash
2021-05-28 16:26:31 -04:00
Ramon Souza
247601ad3d
fix captions button crash
2021-05-28 17:16:35 -03:00
Anton Georgiev
409f10bd03
Merge pull request #12460 from ramonlsouza/fix-poll-panel-new-lm
...
fix: poll panel styles - new LM
2021-05-28 15:06:17 -04:00
Ramon Souza
7b2fd3b38e
fix poll panel in new layout manager
2021-05-28 15:55:12 -03:00
Anton Georgiev
b04ff40200
Merge pull request #12459 from ramonlsouza/fix-panels-focus-video
...
fix: Shared notes is hiding the presentation - new LM
2021-05-28 14:51:26 -04:00
Anton Georgiev
b71b0ed618
Merge pull request #12450 from antobinary/split-bbb-web-4
...
refactor: Isolate recording apis into RecordingController
2021-05-28 14:49:20 -04:00
Ramon Souza
8cfc4aa5c4
fix panels height with focus on video - LM
2021-05-28 15:20:29 -03:00
Anton Georgiev
c16567ecf2
Merge pull request #12432 from antobinary/split-bbb-web
...
refactor: Removed configXML from bbb-web
2021-05-28 11:35:53 -04:00
Anton Georgiev
d8c02779d0
Merge pull request #12457 from ramonlsouza/modals-new-layout-manager
...
Add modals to new layout manager
2021-05-28 10:42:04 -04:00
Ramon Souza
e0b3de1d3c
add modals to new layout manager
2021-05-28 10:30:35 -03:00
germanocaumo
ed6e895b67
refactor: rename inside question parameters
2021-05-27 21:11:50 +00:00
germanocaumo
4d347be53b
refactor: use questionText instead of title for poll question
2021-05-27 21:04:15 +00:00
Ramon Souza
29ed0c658b
fix open chat alert
2021-05-27 16:19:16 -03:00
Pedro Beschorner Marin
10e29f3832
Merge pull request #12451 from germanocaumo/poll-chat-translation
...
fix: translate poll answer key for default polls in chat message
2021-05-27 15:21:57 -03:00
Pedro Beschorner Marin
567d6f9dcf
Merge pull request #12446 from germanocaumo/poll-types-refactor
...
refactor(poll): improve poll types code
2021-05-27 15:21:38 -03:00
germanocaumo
4d62f8a971
fix: translate poll answer key for default polls
2021-05-27 18:16:11 +00:00
Ramon Souza
3c41c6fd83
lint + cleanup
2021-05-27 15:12:49 -03:00
Ramon Souza
94436d2630
chat alerts refactor
2021-05-27 14:46:27 -03:00
Anton Georgiev
5c94eb846d
refactor: Isolate recording apis into RecordingController
2021-05-27 16:02:17 +00:00
Gustavo Trott
b3f1d51f44
Updates user lastActivityTime in parent room while user is in breakout room
2021-05-26 17:16:15 -03:00
germanocaumo
c213b88451
refactor(poll): improve poll types code
...
this also fixes certain poll type detection for other languages than english,
so that the correct poll type is sent in the events (they were being detected as custom)
2021-05-26 17:52:55 +00:00
Pedro Beschorner Marin
b3c698a2a9
Merge pull request #12422 from germanocaumo/poll-chat-refactor
...
refactor: redo how poll result chat message is done
2021-05-26 14:49:19 -03:00
Anton Georgiev
a82505dee1
Merge pull request #12440 from ramonlsouza/unused-remove
...
refactor: remove unused import and variables
2021-05-26 09:16:08 -04:00
Anton Georgiev
0372021fba
Merge pull request #12441 from ramonlsouza/fix-extract-poll-question
...
fix: extract poll question crash
2021-05-25 15:04:32 -04:00
Ramon Souza
1cb880bb30
fix extract poll question crash
2021-05-25 15:48:53 -03:00
Ramon Souza
fe804ae657
remove unused imports in app component
2021-05-25 13:15:09 -03:00
Ramon Souza
d515f90b2d
remove unused import and variables in layout manager
2021-05-25 13:11:27 -03:00
Mohamed Amine Ben Salah
2a9fdebd61
Mobile/Tablet devices automated tests for mobile/tablet on ios/android devices ( #12173 )
...
* adds unability to see screenshare button on mobile devices test specs
* simplify code in testMobileDevice()
* userlist and chat panels should not appear at page load in mobile devices
* lint
* updates outdated audio specs due to leaveAudio changes
* correct clicks on disconnectAudio elements
* whiteboard not visible on userlistPanel or on chatPanel
* reworks mobile devices/usersagents
* fixes screenshare mobile/tablet specs
* adds whiteboardNotAppearOnMobile spec
* adds Chat Panel specification to Mobile-Tablet specs
* simplify getArgs() functions for all devices
2021-05-25 12:05:11 -04:00
Anton Georgiev
4356ea9e3d
Merge pull request #12439 from ramonlsouza/issue-12376
...
fix: replace power-queue dependency
2021-05-25 10:07:08 -04:00
Anton Georgiev
2eb09a15db
Merge pull request #12394 from vitormateusalmeida/layoutManagerNew
...
Add New Layout Manager
2021-05-25 10:06:35 -04:00
Anton Georgiev
630e03136b
Merge pull request #12438 from ramonlsouza/issue-12348
...
fix: add padding to action bar dropdowns
2021-05-25 09:06:34 -04:00
Ramon Souza
57cdf3f6b7
replace power-queue with queue
2021-05-24 16:41:22 -03:00
Vitor Mateus De Almeida
42efa722e6
Add presentation update when change layout typeNLM
2021-05-24 15:35:37 -03:00