ZIm/crates/collab/src/db
Max Brunsfeld 26dae3c04e Lookup access tokens by id when authenticating a connection
This avoids the cost of hashing an access token multiple times,
to compare it to all known access tokens for a given user.

Co-authored-by: Antonio Scandurra <antonio@zed.dev>
2023-03-17 11:13:50 -07:00
..
access_token.rs Start using the new sea-orm backed database 2022-12-01 14:41:59 +01:00
contact.rs Start using the new sea-orm backed database 2022-12-01 14:41:59 +01:00
follower.rs Begin tracking follow states on collab server 2023-02-22 11:21:23 -05:00
language_server.rs Finish porting remaining db methods to sea-orm 2022-12-02 13:58:23 +01:00
project.rs Allow nulls in projects.host_connection_{id,server_id} 2022-12-15 11:30:51 +01:00
project_collaborator.rs Make host reconnection test pass when mutating worktree while offline 2022-12-20 17:30:58 +01:00
room.rs Begin tracking follow states on collab server 2023-02-22 11:21:23 -05:00
room_participant.rs Fix stale server queries, use foreign keys from connectionsn to servers 2022-12-14 17:34:24 -08:00
server.rs Fix stale server queries, use foreign keys from connectionsn to servers 2022-12-14 17:34:24 -08:00
signup.rs Ensure that subsequent signup happens after initial 2022-12-07 08:15:01 -05:00
tests.rs Lookup access tokens by id when authenticating a connection 2023-03-17 11:13:50 -07:00
user.rs Use i32 to represent Postgres INTEGER types in Rust 2022-12-02 13:58:54 +01:00
worktree.rs WIP 2023-01-03 13:30:14 -07:00
worktree_diagnostic_summary.rs Use i32 to represent Postgres INTEGER types in Rust 2022-12-02 13:58:54 +01:00
worktree_entry.rs Implement rejoining projects as guest when rejoining a room 2022-12-20 15:02:26 -08:00