Antonio Scandurra
|
0d1d267213
|
Move Store::decline_call to Db::decline_call
|
2022-11-11 15:41:56 +01:00 |
|
Antonio Scandurra
|
cc58607c3b
|
Move Store::join_room into Db::join_room
|
2022-11-11 14:43:40 +01:00 |
|
Antonio Scandurra
|
58947c5c72
|
Move incoming calls into Db
|
2022-11-11 14:28:26 +01:00 |
|
Antonio Scandurra
|
6871bbbc71
|
Start moving Store state into the database
|
2022-11-11 12:06:43 +01:00 |
|
Antonio Scandurra
|
28aa1567ce
|
Include sender_user_id when handling a server message/request
|
2022-11-11 11:45:58 +01:00 |
|
Max Brunsfeld
|
05a6bd914d
|
Get integration tests passing with sqlite
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
|
2022-11-10 11:03:52 -08:00 |
|
Antonio Scandurra
|
f54f653d42
|
Don't return an error when failing to send AddProjectCollaborator
This can happen when a peer has disconnected but we haven't yet been
able to acquire a lock to the store to clean up the state associated
with it.
|
2022-11-01 11:21:40 +01:00 |
|
Antonio Scandurra
|
7e411ae098
|
Merge branch 'main' into screen-sharing
# Conflicts:
# crates/collab/src/integration_tests.rs
# crates/collab/src/main.rs
# styles/src/styleTree/workspace.ts
|
2022-10-21 14:29:45 +02:00 |
|
Antonio Scandurra
|
219793afcc
|
Merge remote-tracking branch 'origin/main' into screen-sharing
|
2022-10-19 10:04:56 +02:00 |
|
Max Brunsfeld
|
5e57a33df7
|
Store entire Config struct on collab AppState
|
2022-10-18 13:58:03 -07:00 |
|
Antonio Scandurra
|
0c0e8688ed
|
Use PeerId in TestServer::disconnect_client
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-10-18 19:05:37 +02:00 |
|
Antonio Scandurra
|
2c4f003897
|
Tell clients their peer id on connection in Hello message
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-10-18 18:42:55 +02:00 |
|
Antonio Scandurra
|
0491747eed
|
Only leave room on connections that are associated with the active call
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-10-18 17:42:10 +02:00 |
|
Antonio Scandurra
|
48a1dd1588
|
Delete room when no participants are left
|
2022-10-18 14:59:12 +02:00 |
|
Mikayla Maki
|
5bb2edca8b
|
Added absolute path info to remote worktrees (updated protocol version)
|
2022-10-17 15:27:46 -07:00 |
|
Antonio Scandurra
|
499b8f5f55
|
WIP
|
2022-10-17 18:00:54 +02:00 |
|
Antonio Scandurra
|
81d83841ab
|
WIP: Start integrating screen-sharing
|
2022-10-17 14:50:05 +02:00 |
|
Antonio Scandurra
|
cce00526b9
|
Remove participants from live-kit rooms when they leave zed rooms
|
2022-10-17 14:03:44 +02:00 |
|
Antonio Scandurra
|
c9225bb87c
|
WIP: Start integrating with LiveKit when creating/joining rooms
|
2022-10-17 12:20:55 +02:00 |
|
Max Brunsfeld
|
69dcfbb423
|
Send guests DiskBasedDiagnosticsFinished messages when they join a project
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
|
2022-10-12 13:49:09 -07:00 |
|
Antonio Scandurra
|
ec19f0f8e9
|
Remove unnecessary async from Peer::add_connection
|
2022-10-12 15:32:39 +02:00 |
|
Antonio Scandurra
|
8e7f96cebc
|
Update contacts when automatically canceling calls
|
2022-10-11 11:55:15 +02:00 |
|
Antonio Scandurra
|
1d4bdfc4a1
|
Cancel calls automatically when caller hangs up or disconnects
|
2022-10-11 11:28:27 +02:00 |
|
Nathan Sobo
|
b8c2acf0f2
|
Show worktree root names when sharing additional projects on a call
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
|
2022-10-10 17:56:03 -06:00 |
|
Antonio Scandurra
|
afaacba41f
|
Merge remote-tracking branch 'origin/main' into room
|
2022-10-10 15:43:38 +02:00 |
|
Antonio Scandurra
|
d7cea646fc
|
Include a busy field in proto::Contact
|
2022-10-07 12:21:56 +02:00 |
|
Antonio Scandurra
|
95e08edbb8
|
Always include room id in protos
This is redundant, but it futures-proof the ability to talk about
multiple rooms at any given time and feels safer in terms of race
conditions.
|
2022-10-06 15:20:49 +02:00 |
|
Antonio Scandurra
|
4cb306fbf3
|
Implement call cancellation
|
2022-10-06 15:12:27 +02:00 |
|
Antonio Scandurra
|
2e84fc6737
|
Delete rooms without pending users or participants
|
2022-10-06 14:20:40 +02:00 |
|
Julia
|
836b536a90
|
Merge pull request #1632 from zed-industries/git-gutter
Tracking PR: Git gutter
|
2022-10-04 15:12:28 -04:00 |
|
Antonio Scandurra
|
fceba6814f
|
Automatically share project when creating the room
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2022-10-04 19:25:48 +02:00 |
|
Antonio Scandurra
|
456dde200c
|
Implement Room::set_location
|
2022-10-04 11:46:01 +02:00 |
|
Julia
|
e6487de069
|
Rename head text to indicate that it's not always going to be from head
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-10-03 15:11:06 -04:00 |
|
Julia
|
a5c2f22bf7
|
Move git gutter settings out of editor settings
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-10-03 14:53:33 -04:00 |
|
Max Brunsfeld
|
4477f95ee6
|
Set staff user property in telemetry
Co-authored-by: Joseph Lyons <joseph@zed.dev>
|
2022-10-03 10:52:57 -07:00 |
|
Antonio Scandurra
|
da6106db8e
|
Prevent calls from users who aren't contacts
|
2022-10-03 15:54:20 +02:00 |
|
Antonio Scandurra
|
6426037653
|
Adapt integration tests to always pass a room id to Project::share
Randomized test is failing, so we'll look into that next.
|
2022-10-03 15:44:11 +02:00 |
|
Mikayla Maki
|
0f1d71c38f
|
Merge branch 'main' into git-gutter
|
2022-10-02 18:03:50 -07:00 |
|
Mikayla Maki
|
56b4162023
|
Fix stray merge failure
|
2022-10-02 18:02:25 -07:00 |
|
Mikayla Maki
|
52dbf2f9b8
|
add proto stuff
|
2022-10-02 18:01:37 -07:00 |
|
Mikayla Maki
|
512f817e2f
|
Added proto messages for updating the head text
|
2022-10-01 18:18:35 -07:00 |
|
Antonio Scandurra
|
964a5d2db7
|
WIP: require sharing projects on a given Room
|
2022-09-30 18:21:47 +02:00 |
|
Antonio Scandurra
|
074b8f18d1
|
Rip out project registration and use sharing/unsharing instead
|
2022-09-30 12:23:57 +02:00 |
|
Antonio Scandurra
|
be8990ea78
|
Remove project join requests
|
2022-09-30 11:35:50 +02:00 |
|
Max Brunsfeld
|
5d09083a7d
|
Identify users in amplitude via a separate 'metrics_id' UUID
|
2022-09-29 13:15:21 -07:00 |
|
Antonio Scandurra
|
80ab144bf3
|
Ring users upon connection if somebody was calling them before connecting
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-09-28 11:33:38 +02:00 |
|
Antonio Scandurra
|
6aa0f0b200
|
Leave room automatically on disconnection
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-09-28 11:33:38 +02:00 |
|
Antonio Scandurra
|
e55e7e4844
|
Leave room when Room entity is dropped
|
2022-09-28 11:33:38 +02:00 |
|
Antonio Scandurra
|
bb9ce86a29
|
Introduce the ability of declining calls
|
2022-09-28 11:33:38 +02:00 |
|
Antonio Scandurra
|
55b095cbd3
|
Implement joining a room and sending updates after people join/leave
|
2022-09-28 11:33:38 +02:00 |
|