Commit graph

131 commits

Author SHA1 Message Date
Gigiaj
f3c0aebda2 Remove unused 2025-05-25 16:32:52 -05:00
Gigiaj
99576a2432 Remove viewed room setting here and pass the room to hang up (seems state doesn't update fast enough otherwise) 2025-05-25 16:30:23 -05:00
Jaggar
f842356438
Merge branch 'dev' into dev 2025-05-25 00:39:38 +00:00
Gigiaj
3818671446 Remove repetitive check 2025-05-24 19:30:53 -05:00
Ajay Bura
206ed33516
Better invites management (#2336)
* move block users to account settings

* filter invites and add more options

* add better rate limit recovery in rateLimitedActions util function
2025-05-24 20:07:56 +05:30
Gigiaj
8b22573e43 Re-add the default view current active room behavior 2025-05-23 16:43:50 -05:00
Gigiaj
b6afe3b968 Fixes call initializing by default on mobile 2025-05-23 12:04:06 -05:00
Gigiaj
b18f6366c7 Revert navitem change 2025-05-23 01:55:06 -05:00
Gigiaj
9302003c30 Sets initial states so the iframes don't cause the other to fail with the npm embedded package 2025-05-23 01:52:38 -05:00
Gigiaj
1871f70704 Fix path issue from moving file locations 2025-05-23 01:24:32 -05:00
Gigiaj
d54bc2c110 Move files to more correct location 2025-05-23 00:01:19 -05:00
Gigiaj
ff02c461e7 Fixes element-call embedded support (but it seems to run poorly) 2025-05-22 23:52:19 -05:00
Gigiaj
e4ce4da8ee Remove unneeded logger.errors 2025-05-22 23:14:24 -05:00
Gigiaj
f262f54728 Fix to use shorthand prop 2025-05-22 23:13:08 -05:00
GigiaJ
cd0d4c9704 Resolved merge conflict 2025-05-22 20:28:19 -05:00
Gigiaj
0db52c2d37 Moved CallProvider 2025-05-22 20:02:35 -05:00
Gigiaj
a81492c5b2 update imports and dependency array 2025-05-22 19:57:40 -05:00
Gigiaj
67fbf949b0 Move and rename RoomCallNavStatus 2025-05-22 19:57:13 -05:00
Gigiaj
c6ceb3f977 revert ternary expression change and add to dependency array 2025-05-22 19:42:46 -05:00
Gigiaj
3bd7588497 Add widgetId as a getWidgetUrl param 2025-05-22 17:49:40 -05:00
Gigiaj
0b70ce7591 Remove Date.now() that was causing widgetId desync 2025-05-22 17:33:36 -05:00
Gigiaj
e688c19350 Fix mobile call room default behavior from auto-join to displaying lobby 2025-05-21 21:11:25 -05:00
Gigiaj
1e44557406 Add ideal call room join behavior where text rooms to call room simply joins, but doesn't swap current view 2025-05-20 11:26:54 -05:00
Ajay Bura
87e97eab88
Update commands (#2325)
* kick-ban all members by servername

* Add command for deleting multiple messages

* remove console logs and improve ban command description

* improve commands description

* add server acl command

* fix code highlight not working after editing in dev tools
2025-05-13 16:16:22 +05:30
Ajay Bura
13f1d53191
fix room setting crash in knock_restricted join rule (#2323)
* fix room setting crash in knock_restricted join rule

* only show knock & space member join rule for space children

* fix knock restricted icon and label
2025-05-13 14:18:52 +05:30
Gigiaj
af455a5fe3 Ensure drawer doesn't appear in call room 2025-05-11 19:11:21 -05:00
Gigiaj
7043376383 Fix the position of the member drawer to its correct location 2025-05-11 19:09:39 -05:00
Gigiaj
4486ef1e72 add url as a param for widget url 2025-05-11 17:55:19 -05:00
Gigiaj
5ab0b39152 Fix the view to correctly display the active iframe based on which is currently hosting the active call (juggling views) 2025-05-11 17:54:11 -05:00
Gigiaj
d488c24974 add navigateRoom to be in both conditions for the nav button 2025-05-11 17:53:33 -05:00
Gigiaj
da3d20d0fe add ViewedRoom usage 2025-05-10 20:41:35 -05:00
Gigiaj
a1c0b79cbd split into two refs 2025-05-10 20:41:06 -05:00
Gigiaj
cd233053bc Improve call room view stability 2025-05-10 08:58:32 -05:00
Gigiaj
9ae7c318ab re-add mobile chat handling 2025-05-10 08:58:03 -05:00
Gigiaj
ae9cc7a548 Fix unexpected visibility in non-room areas 2025-05-09 14:17:25 -05:00
Gigiaj
807c90e2f5 swap to using ref provider context from to connect to persistentcallcontainer more directly 2025-05-09 11:14:08 -05:00
Gigiaj
a690dbd2ca Add backupIframeRef so we can re-add the lobby screen for non-joined calls (for viewing their text channels) 2025-05-09 09:38:43 -05:00
Gigiaj
43ce6f0210 Update room to use CallView 2025-05-08 18:01:27 -05:00
Gigiaj
abe79ceb66 Add CallView 2025-05-08 17:57:57 -05:00
Gigiaj
3fcf2fef59 loosely provide nav handling for testing refactoring 2025-05-08 17:57:45 -05:00
Gigiaj
5ee3897fde Add RoomNavUser for displaying the user avatar + name in the nav for a visual of call activity and participants 2025-05-04 12:16:15 -05:00
Gigiaj
3dcfde4461 add check to prevent DCing from the call you're currently in... 2025-05-03 22:09:21 -05:00
Gigiaj
7f8aeb335f remove logger statement and swap hash to search 2025-05-02 17:11:33 -05:00
Gigiaj
a2a83fc316 update to enable chat icon to be able to open call room WITHOUT joining by making sure the navitems into a diff call room performs a hangup on click 2025-05-02 17:11:03 -05:00
GigiaJ
96be8e1b8a add chat button handling for call rooms and impl call room icon 2025-05-01 16:57:28 -05:00
GigiaJ
4779b09879 Always embed to give a proper call room lobby experience 2025-05-01 12:48:35 -05:00
GigiaJ
8700fe84ab Add some parameters to be settable (need to create an param object type instead of using any) in widgetUrl 2025-04-29 15:29:02 -05:00
GigiaJ
b5ca54d6fd Prevents undefined object from being checked for values and filtered against 2025-04-27 16:48:35 -05:00
GigiaJ
39d4eedb75 Disable DM calling button for now (not implemented properly yet) 2025-04-22 22:30:48 -04:00
GigiaJ
f7fb4bcc11 Remove chat open icon from DMs 2025-04-22 21:35:04 -04:00