Commit Graph

38642 Commits

Author SHA1 Message Date
Tainan Felipe
f2e0fd43e9
Refactor: Make all chat area use graphql (#18122)
* Refactor: Make all chat area use graphql

* Fix: large space between welcome msg and chat list

* Fix: missing file

* add pending status and fix system messages

* Add: mark messages as seen in chat

* Refactor: Move char opening logic to inside of chat panel

* Refactor message and mark as seen

* Add Recharts to package.json and fix miss data

* Implements clear-chat function on graphql

* Make system message sticky

* Add clear message support and fix user is typing

* FIx chat unread and scroll not following the tail

* Change: make unread messages be marked by message and fix throttle

* Don't show restore welcome message when the welcome message isn't set

* Fix: scroll not following the tail properly

* Fix: previous page last sender not working

* Fix: scroll loading all messages

* Fix messaga not marked as read

---------

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2023-07-07 17:46:36 -03:00
Gustavo Trott
8fde225ade
refactor (graphql-middleware): Use RWMutex to improve performance (#18281)
* Migrate Mutex to RWMutex to increase performance
2023-07-06 09:34:48 -03:00
Gustavo Trott
5e7a51fef7
Merge pull request #18283 from gustavotrott/akka-fix-pg-inserts-order
refactor (graphql-server): Fix some conflicts on updating graphql-database
2023-07-05 19:04:02 -03:00
Gustavo Trott
99c2719fea Fix some conflicts on updating graphql-database 2023-07-05 19:01:48 -03:00
Gustavo Trott
55e4b94ac8
Merge pull request #18279 from gustavotrott/graphql-update-props
refactor (graphql-server): new prop user.speechLocale
2023-07-05 10:09:50 -03:00
Gustavo Trott
e31ae5d7de Include speechLocale to graphql 2023-07-05 10:05:25 -03:00
Gustavo Trott
4be594d8db Remove color from collection userVoice 2023-07-05 08:50:08 -03:00
Gustavo Trott
2879641b89
Merge pull request #18277 from gustavotrott/merge-27-into-develop-5jul2023
Merge 2.7 into Develop
2023-07-05 08:44:18 -03:00
Gustavo Trott
ae807d3421 Merge remote-tracking branch 'upstream/v2.7.x-release' into develop 2023-07-04 17:17:28 -03:00
Ramón Souza
72c995fc95
Merge pull request #18273 from antonbsa/presentation-download-tests
test: Presentation download tests
2023-07-04 17:10:41 -03:00
Ramón Souza
bb8ee4c230
Merge pull request #18270 from ramonlsouza/issue-18256
fix: Unlocking specific user to edit shared notes is not working properly
2023-07-04 15:02:42 -03:00
Anton B
ebdd2d3bc5 test: fix current presentation download test and add test for enabling and disabling original presentation download 2023-07-04 12:10:38 -03:00
Gustavo Trott
4ea7f74e27
Merge pull request #18272 from gustavotrott/graphql-connectionStatus_Report
refactor (graphql-server): Implements connection status control through graphql
2023-07-04 11:52:12 -03:00
Gustavo Trott
6877601063 Add connection status control through graphql 2023-07-04 11:38:51 -03:00
Ramón Souza
26bd960ba2 fix unlock shared notes 2023-07-04 09:50:53 -03:00
Ramón Souza
fb5e48f14c
Merge pull request #18252 from Arthurk12/bbb/18251
fix(timer): sidebar content when activated
2023-07-03 09:51:12 -03:00
Fred Dixon
e443aa9200
Merge pull request #18263 from basisbit/patch-1
Update install.md, Hetzner AX51 are not available any more. Use AX52 instead.
2023-07-02 07:59:23 -04:00
basisbit
86a2cce5ec
Update install.md, Hetzner AX51 are not available any more. Use AX52 instead 2023-07-01 22:59:42 +02:00
Ramón Souza
b205882d6d
docs: Added link for 2.7.0-alpha.3 2023-06-30 17:31:27 -03:00
Gustavo Trott
329e5d282e
Merge pull request #18253 from gustavotrott/graphql-chat-lastSeenAt
refactor (graphql-server): Add prop lastSeenAt to ChatList
2023-06-30 09:54:23 -03:00
Gustavo Trott
5375e64203 Add lastSeenAt to chatList 2023-06-30 09:52:11 -03:00
Gustavo Trott
37df04cadf Merge remote-tracking branch 'upstream/v2.7.x-release' into develop 2023-06-30 08:44:59 -03:00
Arthurk12
104550d46f fix(timer): sidebar content when activated
Changes the behavior of activating the timer. The behavior set by this commit
is: when the timer is activated, only the moderator who triggered it will see
the sidebar content switch to the timer. This change required hanging an
observer to catch the timer activation and dispatch the sidebar content
change since timer messages are passing through akka.
2023-06-29 18:24:40 -03:00
Ramón Souza
e47f1d2d7b
Merge pull request #18238 from ramonlsouza/remove-muted-grid-mode
Remove duplicated muted indicator from grid mode
2023-06-29 17:37:58 -03:00
Ramón Souza
31ca4dc6b8
Merge pull request #18242 from ramonlsouza/fix-grid-mode-resize
fix: sidebar resizing - focus on video layout (grid mode)
2023-06-29 17:37:32 -03:00
Ramón Souza
bb170633f6
Merge pull request #18250 from bigbluebutton/revert-18246-npm-audit-ld-jun29
Revert "chore: upgrade learning dashboard dependencies"
2023-06-29 17:28:06 -03:00
Ramón Souza
284656b63b
Revert "chore: upgrade learning dashboard dependencies" 2023-06-29 17:27:18 -03:00
Gustavo Trott
6f13eac170
Merge pull request #18249 from gustavotrott/graphql-breakouts-new-prop
refactor (graphql-server): New prop breakoutroom.sendInvitationToModerators to graphql
2023-06-29 16:55:16 -03:00
Gustavo Trott
89c628e5d6 Add bk sendInvitationToModerators to graphql 2023-06-29 16:52:59 -03:00
Gustavo Trott
87534259c1
Merge pull request #18247 from gustavotrott/merge-27-into-develop-29jun2023
Merge 2.7 into Develop
2023-06-29 16:30:08 -03:00
Gustavo Trott
77234e017c Merge remote-tracking branch 'upstream/v2.7.x-release' into develop 2023-06-29 16:27:14 -03:00
Gustavo Trott
a7cd1c5232 Merge 2.7 into Develop 2023-06-29 16:27:10 -03:00
Ramón Souza
826bec1337
Merge pull request #18246 from ramonlsouza/npm-audit-ld-jun29
chore: upgrade learning dashboard dependencies
2023-06-29 16:06:31 -03:00
Ramón Souza
cb2cb21344 fix warning 2023-06-29 16:05:22 -03:00
Ramón Souza
893eefbf4a
Merge pull request #18230 from Tainan404/dedupe-chat-messages-2.7
fix: Add dedupe to messages based on referenceId
2023-06-29 15:02:13 -03:00
Ramón Souza
693b72793e upgrade learning dashboard dependencies 2023-06-29 14:53:02 -03:00
Ramón Souza
0f5ec610f1
Merge pull request #18245 from ramonlsouza/npm-audit-jun29
chore: npm audit upgrade semver
2023-06-29 14:51:10 -03:00
Tainan Felipe
7004d701fa Add fix for when role changes 2023-06-29 14:15:18 -03:00
Gustavo Trott
c8867fadb5
Merge pull request #18197 from Scroody/I-18127
Allow dynamic control on moderators invitation for breakouts
2023-06-29 13:39:26 -03:00
Ramón Souza
d1678a743f npm audit 2023-06-29 13:35:12 -03:00
Ramón Souza
a65deefde7
chore: Bump BBB version to 2.7.0-alpha.3 2023-06-29 13:25:20 -03:00
André Castro
67ad7131a6
Merge pull request #8 from gustavotrott/pr-18197
Rename props to make it clearer
2023-06-29 12:58:28 -03:00
Gustavo Trott
58e862e6a7 Make names more clear for 'invite assigned moderators to breakoutRooms' 2023-06-29 12:04:14 -03:00
Gustavo Trott
ff2ccb044e
Merge pull request #18243 from gustavotrott/graphql-guestuser
refactor (graphql-server): Provide GuestUser props (and away/raiseHand)
2023-06-28 23:32:15 -03:00
Gustavo Trott
27e5e4ddbd new index user is waiting 2023-06-28 23:30:02 -03:00
Gustavo Trott
e28617c725 include guestLobbyMessage prop 2023-06-28 23:21:31 -03:00
Gustavo Trott
e497cd5cd8 Implements guest props and others to graphql 2023-06-28 23:08:03 -03:00
Ramón Souza
be48f7349f
Merge pull request #18168 from ramonlsouza/issue-18134
refactor: Restyle Reactions bar to be a bar
2023-06-28 17:27:45 -03:00
Ramón Souza
5cc26a1e7a fix resizing of sidebar in grid mode 2023-06-28 16:06:19 -03:00
Ramón Souza
9fcfb51487
Merge pull request #18240 from ramonlsouza/react-17-render
fix: undo createRoot changes in main
2023-06-28 11:24:45 -03:00