Gustavo Trott
81d30480bd
feature: Introduces API /sendChatMessage endpoint ( #20323 )
...
* feature: Introduces API /sendChatMessage endpoint
* only allow GET requests for sendChatMessage
---------
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-06-06 15:49:52 -04:00
João Victor Nunes
5d3178f15d
refactor(guest-wait): turn guest wait page into a React component ( #20344 )
...
* refactor(guest-wait): turn guest wait page into a React component
* Fix rendering when the meeting is ended
* refactor(guest-wait): Backend portion for migration of `guest-wait` to Graphql
* Add message timeout
* Remove static guest wait page
---------
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-06-05 17:41:23 -03:00
Paul Trudel
e4708412a3
Remove unused imports and catch exceptions when parsing content type
2024-06-04 14:11:40 +00:00
Paul Trudel
f489198551
Use library for parsing content type string
2024-06-04 14:11:32 +00:00
Paul Trudel
f9a831aef1
Ingore case when comparing content type strings
2024-06-04 14:11:24 +00:00
Paul Trudel
bbae434a81
Allow additional values in content type header
2024-06-04 14:11:15 +00:00
Paul Trudel
d4eadabe7d
Removed unused POST checksum validation code
2024-05-16 13:56:39 +00:00
Paul Trudel
7d2dcb0434
Remove support for join POST requests and fix checksum calculation for POST requests
2024-05-16 13:52:24 +00:00
Paul Trudel
e9f04ab263
Add support for text/xml to create and insertDocument
2024-05-16 13:42:42 +00:00
Paul Trudel
8e74e13930
Removed unused set of supported content types from validator
2024-05-16 13:42:21 +00:00
Paul Trudel
e8b4524744
Added servlet request back to the checksums
2024-05-16 13:42:09 +00:00
Paul Trudel
57b6f77632
Allow each request to define its own supported content types
2024-05-16 13:41:57 +00:00
Paul Trudel
1530067257
Changed content type validation error key and message
2024-05-16 13:33:41 +00:00
Paul Trudel
cb6653a227
Reject requests with a body but no Content-Type header
2024-05-16 13:33:27 +00:00
Paul
dd07deaff2
Removed support for application/json content
2024-05-16 13:33:10 +00:00
Paul
babdb5dd9a
Added request content type validation
2024-05-16 13:32:46 +00:00
Paul
e329dbec1a
Check for pressence of query and body
2024-05-16 13:28:49 +00:00
Gustavo Trott
23e8c110b2
Revert wrong removal
2024-05-14 22:25:22 -03:00
Gustavo Trott
429065b245
convet html tags to html entities for guest lobby messages
2024-05-14 11:25:10 -03:00
Gustavo Trott
ba5b44986f
remove unsafe tags and add blank target to Welcome msgs
2024-05-14 10:19:30 -03:00
Gustavo Trott
7872712138
rename modOnlyMessage to welcomeMsgForModerators and delete welcomeMsgTemplate
2024-05-14 09:57:58 -03:00
Gustavo Trott
65d22e3b93
rename modOnlyMessage to welcomeMsgForModerators and delete welcomeMsgTemplate
2024-05-14 09:40:51 -03:00
Anton Georgiev
58cdb75c45
refactor: remove html5InstanceId
2024-05-01 12:53:11 -04:00
Gustavo Trott
84b1cd53c5
Fix ident
2024-04-24 18:49:26 -03:00
Gustavo Trott
913a2ffca6
Fix ident
2024-04-24 18:48:07 -03:00
Gustavo Trott
75b72fe662
Fix ident
2024-04-24 18:42:37 -03:00
Gustavo Trott
1723e9d4a8
Add new create param loginURL
2024-04-24 17:40:35 -03:00
Anton Georgiev
ef300cf28e
chore: Fix typo (found by typos) (port) #19834
...
Co-authored-by: Stefan Weil <sw@weilnetz.de>
2024-03-18 09:58:53 -04:00
Anton Georgiev
5eace35d79
fix(sec): bump postgresql to 42.7.2 ( #19663 )
2024-02-23 20:11:36 -05:00
Gustavo Trott
ef4773e9e6
Introduces learningDashboard-AccessToken through Graphql
2024-02-20 14:55:54 -03:00
Gustavo Trott
3e72e2d082
Introducing Session Persistence Post-Meeting ( #19534 )
...
* Add Session Cleanup Delay Configuration After Meeting End
* Makes 60minutes as default sessionsCleanupDelayInMinutes
2024-02-05 11:31:31 -03:00
Gustavo Trott
cd03c116b0
Add configs from /enter to Graphql
2024-01-24 11:33:38 -03:00
Anton Georgiev
8cf87dbb3e
Merge pull request #19484 from antobinary/ports-02
...
fix: Bump spring-boot-starter-validation to 2.7.17 to match bbb-web (port from 2.7)
2024-01-23 10:40:27 -05:00
Anton Georgiev
75b57baec7
Merge pull request #19487 from antobinary/ports-05
...
fix(sec): validate URL for external upload of presentation (port from 2.7)
2024-01-23 10:39:44 -05:00
GuiLeme
554f4f2e2a
[GHSA-j42p-fh2w-24q6] - validate URL for external upload of presentation.
2024-01-19 15:44:34 -05:00
Anton Georgiev
7c10f49f4a
fix(sec): filter tags in presentation name
2024-01-19 15:42:38 -05:00
Anton Georgiev
6a887c442f
fix: Bump spring-boot-starter-validation to 2.7.17 to match bbb-web
2024-01-19 15:38:26 -05:00
Gustavo Trott
5779bc0410
Add a new config graphqlWebsocketUrl in bbb-web.properties ( #19433 )
2024-01-15 14:12:06 -03:00
Gustavo Trott
c04e6d19e0
refactor (graphql-server): Optimize Hasura Queries with Session Variables ( #19347 )
2024-01-09 08:31:12 -03:00
Gustavo Trott
d5ea98ec12
Make guest-wait page fetch data from Hasura
2023-12-12 17:42:44 -03:00
Gustavo Trott
399dfa33d1
Undo wrong change
2023-11-20 12:01:53 -03:00
Gustavo Trott
9532d68bad
Add new JOIN param enforceLayout
2023-11-20 11:53:53 -03:00
Paul Trudel
b38641ecb5
fix (bbb-web): Null pointer exception when parent meeting does not exist
2023-11-16 09:44:55 -03:00
Gustavo Trott
9628b1790e
Merge pull request #19116 from Scroody/preUploadedPresentation-get-v30
...
feature (api): Add preUploadedPresentation param to API's /create via GET
2023-11-14 14:44:39 -03:00
Gustavo Trott
57aab3d049
Fix hasPresentationUrlInParameter
2023-11-14 13:21:33 -03:00
Paul Trudel
f9f419cdf1
Refactor: Add chat message to Postgres when user status changes ( #18980 )
...
* Insert chat msg on use status change
* Insert system message for user status change
* Close pres file resources
* Remove unused code
* Remove trailing whitespace
* Remove more trailing whitespace
* Use frontend message
* Send user name and add validation
* Fix js errors
* Modify user validation for sending away msg
2023-11-14 10:47:09 -03:00
Guilherme Pereira Leme
6af3d4fae0
feature (api): Add preUploadedPresentation param to API's /create via GET
2023-11-13 13:16:02 -03:00
Gustavo Trott
8f0ecf2d63
Insert presentation on UploadTokenReq
2023-11-01 11:38:19 -03:00
Gustavo Trott
fb224428e4
refactor update Presentations on Hasura
2023-10-27 17:29:36 -03:00
Paul Trudel
25b334f0de
Update bbb-common-web/src/main/scala/org/bigbluebutton/api2/MsgBuilder.scala
...
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2023-10-18 15:06:28 -04:00