Guilherme Leme
|
9104a0308e
|
[issue-14321] - Changes to make it possible to send 2 presentations with the same name
|
2022-03-14 12:10:27 -03:00 |
|
Tainan Felipe
|
d609a1fd8d
|
Fix lint errors
|
2022-02-16 15:55:11 -03:00 |
|
Tainan Felipe
|
b730ef7aa2
|
Add a message for when the guest isn't valid
|
2022-02-10 16:31:35 -03:00 |
|
Anton Georgiev
|
a761f0177a
|
Merge pull request #14143 from frankemax/fix-userdata-injection
fix(userdata): consistent breakout room userdata
|
2022-01-24 15:10:38 -05:00 |
|
Pedro Beschorner Marin
|
4a0882f9f2
|
fix(userdata): merge breakout room userdata
Avoid using MongoDB to copy breakout room user's userdata. All userdata is
now merged at bbb-web's join API call.
|
2022-01-19 10:58:13 -03:00 |
|
Pedro Beschorner Marin
|
2bc370ce0b
|
feat(api): allowRequestsWithoutSession as a meeting create param
Add a create meeting parameter to enable or disable the user's cookie
session requests.
|
2022-01-17 09:51:01 -03:00 |
|
prlanzarin
|
31df1b0efe
|
chore: add legacy checkAuthorization endpoint
For the sake of backwards compatibility
|
2021-12-16 23:43:55 -03:00 |
|
paultrudel
|
65688af8b0
|
Added logging for passwords
|
2021-12-15 14:28:37 -05:00 |
|
prlanzarin
|
434b2200b1
|
chore: add user infos in custom headers to checkAuthorization OK response
|
2021-12-03 19:48:30 +00:00 |
|
Anton Georgiev
|
a2d8b59e4d
|
Merge pull request #13814 from prlanzarin/u24-sahel-terroir
fix(core): look for session/jsession cookie in checkAuthorization endpoint
|
2021-12-02 16:01:52 -05:00 |
|
prlanzarin
|
5dfc2f10cb
|
fix(core): look for session/jsession cookie in checkAuthorization endpoint
|
2021-12-02 15:53:39 +00:00 |
|
Gustavo Trott
|
df60295d22
|
Implements join param excludeFromDashboard
|
2021-11-26 14:07:03 -03:00 |
|
Anton Georgiev
|
123705bd37
|
Merge pull request #13609 from jfsiebel/bbb-version-api-response
Add bbb version in api response
|
2021-11-02 16:35:38 -04:00 |
|
Anton Georgiev
|
ca5815ebbc
|
Merge pull request #13589 from jfsiebel/add-role-join-param
Add role parameter in join url
|
2021-11-02 16:35:11 -04:00 |
|
Anton Georgiev
|
4731d767c7
|
Merge pull request #13616 from paultrudel/remove-additional-logging
Removed additional session info logging from api controller
|
2021-11-01 13:47:19 -04:00 |
|
paultrudel
|
a7edb2536c
|
Removed additional session info logging from api controller
|
2021-11-01 13:04:18 -04:00 |
|
Joao Siebel
|
cb4c21a7ac
|
Add bbb version in api response
|
2021-10-29 17:20:19 -03:00 |
|
paultrudel
|
fc39ddf93b
|
duplicate voice bridge now returns the proper error
|
2021-10-29 14:39:10 -04:00 |
|
paultrudel
|
33956cf6b2
|
Reverted sessionToken value in enter reject response
|
2021-10-27 17:07:05 -04:00 |
|
paultrudel
|
1fe0f93ab2
|
Added an import that was accidentally removed
|
2021-10-27 15:00:43 -04:00 |
|
paultrudel
|
aa5b105e6e
|
Added more logging to ApiController
|
2021-10-27 14:58:05 -04:00 |
|
paultrudel
|
cd92f4a4f4
|
modified sessionToken value name in enter response
|
2021-10-27 14:31:29 -04:00 |
|
Joao Siebel
|
7ea48706ef
|
Add role parameter on join
|
2021-10-27 15:28:11 -03:00 |
|
paultrudel
|
960ed35810
|
added more logging to API controller
|
2021-10-27 13:31:32 -04:00 |
|
paultrudel
|
5fe8577098
|
Added additional logging to bbb-web api controller
|
2021-10-27 12:43:21 -04:00 |
|
Gustavo Trott
|
ae88e8d325
|
Add Api/learningDashboard properly validation
|
2021-10-18 18:15:46 -03:00 |
|
Gustavo Trott
|
efee460fe4
|
Update Api/LearningDashboard validation in favor of #13371
|
2021-10-18 17:08:47 -03:00 |
|
Anton Georgiev
|
a1e3bbebd3
|
Merge pull request #13488 from gustavotrott/learning-dashboard-individual-token
refactor: Makes LearningDashboard data be provided by bbb-web (avoid demoted user to receive updates)
|
2021-10-18 13:37:03 -04:00 |
|
Gustavo Trott
|
0102104fbe
|
Makes bbb-web provide LearningDashboard data while meeting is alive
|
2021-10-14 14:00:25 -03:00 |
|
paultrudel
|
6f40fa115d
|
Merge branch 'v2.4.x-release' of https://github.com/bigbluebutton/bigbluebutton into change-message-key-value
|
2021-10-06 16:02:48 -04:00 |
|
Anton Georgiev
|
59fc722529
|
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into merge-23-24
|
2021-10-05 17:14:46 +00:00 |
|
paultrudel
|
5e3f33131c
|
Reverted the messageKey values in validation error messages back to their old values
|
2021-10-01 15:31:30 -04:00 |
|
Pedro Beschorner Marin
|
c43ca7a22d
|
fix(guests): max participants
Waiting users shouldn't count as valid participants at the meeting's
`maxParticipants` constraint.
Avoid calling `enter` at the waiting page.
Reference https://github.com/bigbluebutton/bigbluebutton/pull/10542
|
2021-09-28 08:31:18 -03:00 |
|
paultrudel
|
39aaa52b25
|
Move max participant check back to Api
Controller
|
2021-09-01 15:50:45 -04:00 |
|
paultrudel
|
2af81a3a9e
|
fixed issue with guests not joining meeting after being approved
|
2021-07-30 15:57:30 -04:00 |
|
Anton Georgiev
|
1abedcc698
|
Merge pull request #12789 from jfsiebel/implement-default-layout-config
Allow default layout config in bbb-web
|
2021-07-21 16:11:08 -04:00 |
|
paultrudel
|
0d526845cb
|
removed 'Validation Error' from client error message
|
2021-07-19 15:07:07 -04:00 |
|
Joao Siebel
|
8462465a5f
|
Allow default layout config in bbb-web. close #12668
|
2021-07-19 11:02:58 -03:00 |
|
paultrudel
|
fe9d356230
|
changed validation error message
|
2021-07-14 14:16:32 -04:00 |
|
paultrudel
|
e5f13e7916
|
added postman test scripts to test to the functionality of the bbb-web api
|
2021-07-12 11:24:09 -04:00 |
|
paultrudel
|
078a369b68
|
Minor bug fixes to validation in some validators
|
2021-06-30 13:21:28 -04:00 |
|
paultrudel
|
f74ea387d7
|
updates to validation on all api endpoints
|
2021-06-30 10:17:08 -04:00 |
|
paultrudel
|
1191713b48
|
fixed merge conflicts
|
2021-06-24 10:03:02 -04:00 |
|
paultrudel
|
a2cd27c1f9
|
merge with update-api-create-join-validation
|
2021-06-24 09:32:23 -04:00 |
|
paultrudel
|
1cdfbbd08a
|
updated validation for bbb-web api create/join
|
2021-06-23 11:17:35 -04:00 |
|
Joao Siebel
|
f16700a8c4
|
Allow tags in meeting and user name. close #10221 close #12370
|
2021-05-31 09:59:15 -03:00 |
|
Anton Georgiev
|
5c94eb846d
|
refactor: Isolate recording apis into RecordingController
|
2021-05-27 16:02:17 +00:00 |
|
Anton Georgiev
|
ced0cc0b26
|
removed configXML from bbb-web
|
2021-05-22 16:13:29 +00:00 |
|
Gustavo Trott
|
5e0ccf47b2
|
Removes support of configToken param
|
2021-05-20 16:31:38 -03:00 |
|
Gustavo Trott
|
14301b27ea
|
Makes bbb-web return code 403 when uploaded file exceeds limit
|
2021-04-13 16:54:17 -03:00 |
|