AppFlowy-Cloud/services/appflowy-collaborate/src
Nathan.fooo 3e3bf693fd
chore: upload api endpoint for web upload (#1024)
* chore: upload api endpoint for web upload

* chore: use rust 1.78

* fix: test
2024-11-28 09:09:09 +08:00
..
actix_ws feat: refactor access control to enable swapping implementation (#859) 2024-10-10 13:04:47 +08:00
client feat: refactor access control to enable swapping implementation (#859) 2024-10-10 13:04:47 +08:00
collab chore: store pending collab writes in memory (#1000) 2024-11-17 13:25:42 +08:00
group chore: upload api endpoint for web upload (#1024) 2024-11-28 09:09:09 +08:00
indexer chore: reduce number of SQL statements executed when inserting/updating collab (#1022) 2024-11-27 13:00:00 +08:00
snapshot chore: using copy to improve write speed of batch collab api endpoint (#862) 2024-10-07 08:58:19 +08:00
util chore: move collab rt crate (#489) 2024-04-22 12:14:41 +08:00
api.rs chore: remove realtime shared state 2024-11-04 07:58:16 +01:00
application.rs chore: store pending collab writes in memory (#1000) 2024-11-17 13:25:42 +08:00
command.rs fix: limit concurrency level of batch get encode collab (#892) 2024-10-17 13:29:27 +08:00
compression.rs feat: add post realtime message stream handler to independent collab ws (#647) 2024-06-25 13:30:05 +08:00
config.rs chore: use env to use control multiple thread runtime or not (#760) 2024-08-28 00:13:24 +08:00
connect_state.rs Integrate ai chat (#569) 2024-05-22 11:18:07 +08:00
error.rs Integrate ai chat (#569) 2024-05-22 11:18:07 +08:00
lib.rs chore: remove realtime shared state 2024-11-04 07:58:16 +01:00
main.rs feat: add telemetry to appflowy collaborate service (#662) 2024-06-28 13:44:59 +08:00
metrics.rs chore: store pending collab writes in memory (#1000) 2024-11-17 13:25:42 +08:00
permission.rs feat: migrate collab access control to collaboration service (#548) 2024-05-15 15:24:07 +08:00
pg_listener.rs chore: remove workspace and collab listener (#893) 2024-10-17 17:43:00 +08:00
rt_server.rs chore: disable history service (#985) 2024-11-13 10:46:15 +08:00
state.rs chore: remove realtime shared state 2024-11-04 07:58:16 +01:00
telemetry.rs feat: add telemetry to appflowy collaborate service (#662) 2024-06-28 13:44:59 +08:00