Commit Graph

31783 Commits

Author SHA1 Message Date
Anton Georgiev
c40ccd5e15
Merge pull request #14158 from Arthurk12/pre-lim-ui
refactor(presentation): extra hint upload limit
2022-01-20 13:36:30 -05:00
Arthurk12
b29f014e1e refactor(presentation): add locales 2022-01-20 17:51:09 +00:00
Arthurk12
45fcd54ab9 refactor(presentation): upload extra hint
Adds text hint about the accepted presentation file size limit.
2022-01-20 17:50:50 +00:00
Anton Georgiev
f69b8c1a54
Merge pull request #14097 from ramonlsouza/issue-14069
fix: Keep the state of the presentation after sharing the screen
2022-01-20 09:10:25 -05:00
Anton Georgiev
6c196be63e
Merge pull request #13931 from zhem0004/BorderCase
FixGracePeriod
2022-01-20 08:52:27 -05:00
Anton Georgiev
361c8f6794
Merge pull request #14114 from KDSBrowne/BBB-open-chat-audio
Play Audio Alerts For Chats While Panel Is Open
2022-01-20 08:50:16 -05:00
KDSBrowne
190d753f7e add message toast for open chat 2022-01-20 00:43:42 +00:00
KDSBrowne
d58a07d890 add try / catch with error log 2022-01-19 23:02:57 +00:00
Anton Georgiev
57471e55a5
Merge pull request #14144 from JoVictorNunes/issue-13955
fix(waiting users): text box outline
2022-01-19 12:45:01 -05:00
Anton Georgiev
f09abce131
Merge pull request #14083 from MaximKhlobystov/playwright-updates
test: Playwight: new chat tests, improved selectors, fixed stress test
2022-01-19 12:03:38 -05:00
Anton Georgiev
0f6baea727
Merge pull request #14140 from ramonlsouza/issue-14094
fix: append build string to font requests
2022-01-19 12:03:07 -05:00
Maxim Khlobystov
6f25cbcaf4 Minor fixes for chat tests 2022-01-19 11:17:09 -05:00
Joao Victor
26ecb815bb Fix outline of the text box in waiting users' panel 2022-01-19 12:00:53 -03:00
Ramón Souza
17ad619f3a append build string to font requests 2022-01-19 14:33:14 +00:00
Anton Georgiev
b5cfbda9f1
Merge pull request #14104 from JoVictorNunes/issue-13944
fix: change log level from 'error' to 'warn'
2022-01-19 09:27:31 -05:00
Anton Georgiev
63b9da2864
Merge pull request #14133 from antobinary/backport-14019-to-24
fix(recording): not processed screenshare fix issue #13356
2022-01-18 16:52:24 -05:00
Julien Gribonvald
0ea11c9581 fix(recording): not processed screenshare
fix issue #13356
2022-01-18 21:49:28 +00:00
Anton Georgiev
8aec697627
Merge pull request #14129 from Tainan404/add-error-boundary-to-chat
Wrap the chat with the error Boundary component and add the Logger to it
2022-01-18 13:45:20 -05:00
Anton Georgiev
aea3711d7e
Merge pull request #14125 from JoVictorNunes/issue-14118
fix: infinite loop in chat component
2022-01-18 13:42:05 -05:00
Tainan Felipe
99e052ce5f
Update bigbluebutton-html5/imports/ui/components/error-boundary/component.jsx
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2022-01-18 15:37:58 -03:00
Tainan Felipe
f6f84f740f Wrap the chat with the error Boundary component and add the Logger to it 2022-01-18 15:27:54 -03:00
Anton Georgiev
600e3cc728
chore: Update bbb release to 2.4.2 2022-01-18 12:04:57 -05:00
Anton Georgiev
3dbe23f461
Merge pull request #14121 from frankemax/fix-hide-button-media
fix(layout): hide/show media in videoFocus
2022-01-18 09:58:04 -05:00
Anton Georgiev
0b85dbd3a4
Merge pull request #14105 from PhMemmel/Fix_poll_option_typing_behavior
Fix: Improve typing input behavior of poll option text fields
2022-01-18 09:17:30 -05:00
Joao Victor
4683e7ead8 Fix infinite loop in chat component 2022-01-18 09:46:53 -03:00
Max
38d95b0ea8 fix(layout): hide/show media in videoFocus
Fix an error that the hide/show button does not work when there is external
video/screenshare and the layout is "videoFocus".
2022-01-17 19:11:43 -03:00
Anton Georgiev
a0312348cb
Merge pull request #14115 from ramonlsouza/issue-14079
fix: body background gets overwritten by .layout--Z2pPMwf
2022-01-17 13:00:30 -05:00
Ramón Souza
d547ff09f5 remove hardcoded background value 2022-01-17 13:51:14 +00:00
KDSBrowne
acfaa657b0 add check to play sound for open chat panel 2022-01-17 13:51:05 +00:00
KDSBrowne
622084f414 add audio alerts for chats while open 2022-01-17 05:01:45 +00:00
Fred Dixon
8ccd896e92
Merge pull request #14110 from schrd/filepermissions
Fix: ensure services can't modify their code
2022-01-16 23:15:24 -04:00
Daniel Schreiber
5cce940346 Fix: ensure services can't modify their code
Code should be owned by root, so an attacker cannot modify it. The same
should apply to systemd unit files.

closes #11752
closes #10831
2022-01-16 18:10:09 +01:00
Philipp Memmel
4d3742ffc8 Fix typing input behavior of poll option text fields 2022-01-14 21:05:16 +00:00
Joao Victor
7511ca4707 changes log level from 'error' to 'warn' 2022-01-14 17:47:34 -03:00
Anton Georgiev
0f15d4d6f6
Merge pull request #14096 from JoVictorNunes/issue-14086
refactor: window title in breakout rooms
2022-01-14 10:46:44 -05:00
Joao Victor
b78574e04a refactors window title in breakout rooms 2022-01-14 09:59:31 -03:00
Ramón Souza
6ad5ae2baa only restore presentation after screenshare ends if it is open when screenshare starts 2022-01-14 12:43:48 +00:00
Anton Georgiev
9696517750
Merge pull request #14092 from antobinary/npm-audit
chore: Updated npm dependencies
2022-01-13 16:50:48 -05:00
Anton Georgiev
1a06e14dd3 chore: Updated npm dependencies 2022-01-13 21:30:54 +00:00
Anton Georgiev
7b1ba55a10
Merge pull request #14090 from antobinary/backport-restart
build: Added auto restart of bbb-html5-backend and frontend on failure
2022-01-13 16:24:17 -05:00
Anton Georgiev
10aaf8071f build: Added auto restart of bbb-html5-backend and frontend on failure 2022-01-13 21:13:19 +00:00
Anton Georgiev
f088cea6db
Merge pull request #14089 from antobinary/2.4.1-locales
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2022-01-13 16:08:52 -05:00
Localization Server
47ec25cad0 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2022-01-13 21:03:32 +00:00
Anton Georgiev
3126dfece7
Merge pull request #14087 from Arthurk12/skip-preview-modal-err-mob
fix(webcam): unresponsive camera button on mobile
2022-01-13 14:26:29 -05:00
Arthurk12
5dce39f8bf fix(webcam): unresponsive camera button on mobile
Makes clicking the camera button always open the video preview modal
when a camera is already shared on a mobile endpoint even when
skip_video_preview is true.
This allows mobile users to change virtual backgrounds.
2022-01-13 17:54:57 +00:00
Anton Georgiev
87d707c8cb
Merge pull request #14076 from prlanzarin/u24-meet-cleophis
fix(screenshare): add state sync between bbb-html5 and akka-apps
2022-01-13 12:14:37 -05:00
Anton Georgiev
1d14bd945e
Merge pull request #14082 from JoVictorNunes/dependency-fix
fix(Dashboard): dependency updates
2022-01-13 12:11:12 -05:00
Anton Georgiev
2c9755e984
Merge pull request #14080 from Arthurk12/skip-preview-modal-err
fix(webcam): unresponsive webcam selector button
2022-01-13 12:10:24 -05:00
Anton Georgiev
9030c1dfb4
Merge pull request #14085 from ramonlsouza/issue-13984
fix: html5 client loads outdated language file from browser cache after update
2022-01-13 12:07:58 -05:00
Maxim Khlobystov
746fb46df4 New chat tests, improved selectors 2022-01-13 10:11:17 -05:00