Fred Dixon
e986cc9eba
Merge pull request #9616 from nough/develop
...
removing /tmp/t_net after --network finished
2020-05-20 21:48:49 -04:00
nough
590341cf1d
removing /tmp/t_net after --network finished
...
as suggested in https://github.com/bigbluebutton/bigbluebutton/issues/9069
2020-05-20 09:21:26 +01:00
Fred Dixon
658676c0fb
Merge pull request #9332 from nough/develop
...
added port 443 to bbb-conf --network command.
2020-05-19 17:34:08 -04:00
Anton Georgiev
e188c0571e
Merge pull request #9379 from spawnthink/after-breakout-auto-share-cam
...
Apply autoShareWebCam on return from breakout room
2020-05-19 09:48:26 -04:00
Anton Georgiev
231c962029
Merge pull request #9510 from jfsiebel/move-intl
...
Move Intl component outside of Base component
2020-05-12 17:02:11 -04:00
Joao Siebel
73d0de34dd
Move Intl component outside of Base component
2020-05-12 10:31:00 -03:00
Anton Georgiev
5eced7f3ff
Merge pull request #9446 from dns2utf8/balanced-brackets
...
Use unicode emoji to balance brackets
2020-05-11 12:29:52 -04:00
Anton Georgiev
b203095e07
Merge pull request #9173 from FarzadAkj/develop
...
customSvgIcon css class bug fixed for rtl layouts
2020-05-11 12:11:55 -04:00
Mohamed Amine Ben Salah
a9d8a3d81e
adds Virtualizedlist test ( #9153 )
...
* adds media tests files
* fixes the audio test
* adds virtualized list test
* add default values to .env-template
* re-add media folder to ignored list
* Revert "adds media tests files"
This reverts commit cca05d3513
.
* Revert "fixes the audio test"
This reverts commit 73ef7f69a4
.
* fixes the audio test
* updates puppeteer from 1.7.0 to 2.0.0 to fix Page.setInterceptFileChooserDialog problems
* [WIP]: adding the collection of number of users in DOM and mongo
* updates virtualized user list test
* browserless as a singleton
* adds some console logs
* adds logs and code updates
* updates code and deleted singleton
* deleted the dateObj from Page.getMetrics()
* updates .env-template variables
* updates the test to return if success or fail
* removes debugging comments and updates w/ or w/o browserless page args
2020-05-07 16:55:40 -04:00
Stefan Schindler
59002f83db
Use unicode emoji to balance brackets
2020-05-07 00:26:55 +02:00
Anton Georgiev
86b4b94447
Merge pull request #9441 from antobinary/adjust-remove-user-waiting-to-join
...
Adjust #8499 for 58fed45754
2020-05-06 12:39:08 -04:00
Anton Georgiev
c3e1738314
Adjust #8499 for 58fed45754
...
Tweaking `RegisteredUsers.remove(u.id, liveMeeting.registeredUsers)`
since we no longer have .remove on RegisteredUsers
2020-05-06 16:27:47 +00:00
Anton Georgiev
a7ba089403
Merge pull request #9433 from antobinary/fix-overlay-media
...
Split querySelector with fallback value
2020-05-05 17:20:01 -04:00
Anton Georgiev
983de1c468
split querySelector with fallback value
2020-05-05 21:17:48 +00:00
Anton Georgiev
5859e297cf
Merge pull request #9429 from antobinary/merge-2.2-into-develop
...
Merge 2.2 into develop, May 5, 2020
2020-05-05 16:12:11 -04:00
Anton Georgiev
cc79c4b6ae
merge 2.2.10 into 2.3
2020-05-05 19:52:44 +00:00
Anton Georgiev
c6148fb004
Merge pull request #9419 from jfsiebel/fix-race-condition-add-user-settings
...
Fix race condition in addUserSettings
2020-05-05 10:20:43 -04:00
Joao Siebel
6f9c8ee8ee
Filter by authed users and add projection to the query
2020-05-05 11:19:52 -03:00
Anton Georgiev
d3935fc326
Merge pull request #9402 from basisbit/develop
...
improve issue templates and issue creation process
2020-05-05 09:33:41 -04:00
Joao Siebel
3b8d10bd8c
Fix race condition in addUserSettings
2020-05-04 22:16:52 -03:00
basisbit
f265760fa4
improve issue template process
...
- Added config.yml for support sources outside of Github based on list from bigbluebutton.org
- Added comment to each issue template about this issue tracker not being for general support questions
- Deleted the general-issue.md template to try to steer support requests to the google groups/forums
2020-05-04 12:39:37 +02:00
Fred Dixon
fed60617ae
Merge pull request #9398 from bigbluebutton/bump-to-2-2-10
...
Update version as we work on 2.2.10
2020-05-03 08:38:29 -04:00
Fred Dixon
3694c2bd4e
Update bigbluebutton-release
2020-05-03 08:37:32 -04:00
Richard Alam
af3de9217b
Merge pull request #9391 from ritzalam/validate-file-paths
...
Rework file upload and download
2020-05-02 07:55:55 -04:00
Richard Alam
5cde97b139
Reweork file upload and download
...
- fix filename regex
- create download flag when uploading file with that can be downloaded
2020-05-02 04:51:32 -07:00
Fred Dixon
49d3b16a2c
Merge pull request #9386 from ritzalam/validate-file-paths
...
Rework presentation download and upload
2020-05-01 23:26:20 -04:00
Richard Alam
f876ce01c2
Rework presentation download and upload
...
- verify presentation and meeting id formats
- construct presentation file path making sure that they are valid
- add "downloadable" flag to check if presentation can be downloaded or not
- collect presentation upload errors so we can send to the client in the future
2020-05-01 14:16:42 -07:00
Ahmed Omar
e77cfe3755
Apply autoShareWebCam on return from breakout room
2020-05-01 18:09:29 +02:00
Fred Dixon
f4b7287960
Merge pull request #9365 from KDSBrowne/2.2-prevent-dup-user-styles
...
Prevent multiple users displaying as selected in user list
2020-04-30 19:49:24 -04:00
KDSBrowne
dffe1b1747
prevent multiple users displaying as selected in userlist
2020-04-30 23:26:17 +00:00
Anton Georgiev
0ee1d7a4fe
Merge pull request #9363 from antobinary/breakouts-no-private-chat
...
Disable private chat initiation in breakouts
2020-04-30 17:54:59 -04:00
Anton Georgiev
722ffa5d07
disable private chat initiation in breakouts
2020-04-30 17:50:34 -04:00
Anton Georgiev
4fd7166587
Merge pull request #9362 from antobinary/breakouts-no-private-chat
...
Include Meteor connection ID in logs from client
2020-04-30 16:48:31 -04:00
Anton Georgiev
63f7da5241
include Meteor connection ID in logs
2020-04-30 16:40:45 -04:00
Richard Alam
1297819518
Merge pull request #9359 from riadvice/fix-file-download
...
Improve the file download in the browser
2020-04-30 14:15:06 -04:00
Anton Georgiev
c969c7be3c
Merge pull request #9357 from KDSBrowne/2.2-fix-dictation
...
Fix live captions via dictation not displaying
2020-04-30 14:05:02 -04:00
Ghazi Triki
481afb514d
Check path for file to download.
2020-04-30 15:44:08 +01:00
Ghazi Triki
84ba925014
Improve the file download in the browser.
2020-04-30 15:41:06 +01:00
KDSBrowne
6915a028e3
use extractCredentials to get meeting id
2020-04-30 13:46:30 +00:00
Anton Georgiev
09bbcbb3c9
Bump up release to 2.2.9
2020-04-30 09:33:18 -04:00
KDSBrowne
957e5e3d30
fix captions from dictation not working
2020-04-30 13:15:21 +00:00
Anton Georgiev
117d172b0d
Merge pull request #9343 from KDSBrowne/2.2-update-hideOverlay-css
...
Fix media overlay blocking whiteboard when drawing
2020-04-29 16:41:07 -04:00
KDSBrowne
174660a27c
fully hide media ovelay / fix whiteboard drawing with no cams
2020-04-29 20:23:29 +00:00
Anton Georgiev
06f6331433
Merge pull request #8725 from capilkey/fix-typing-indicator-spacing
...
Fix the spacing in the typing indicator
2020-04-29 12:48:08 -04:00
Anton Georgiev
c5f3109b74
Merge pull request #9341 from KDSBrowne/issue-9337
...
Add logger and upload failure error messages
2020-04-29 12:46:40 -04:00
KDSBrowne
9d9528798f
Add client logger and error code messages
2020-04-29 16:34:37 +00:00
Anton Georgiev
1548f5785a
Merge pull request #9340 from pedrobmarin/upstream-fix-note-id
...
Fix note id length
2020-04-29 12:28:14 -04:00
Pedro Beschorner Marin
d97f413ef6
Fix note id
2020-04-29 13:08:10 -03:00
Fred Dixon
d8cb8573e3
Merge pull request #9336 from bigbluebutton/bump-2.2.8
...
Update bigbluebutton-release to 2.2.8
2020-04-29 09:16:07 -04:00
Fred Dixon
429eb61047
Update bigbluebutton-release
2020-04-29 09:15:49 -04:00