Historique des commits

Auteur SHA1 Message Date
  appflowy 7b00581c66 add test for delta sync between client and server il y a 3 ans
  appflowy c748d17daf sync with server when ws becomes avaliable il y a 3 ans
  appflowy 15d628c750 push rev if client doc is outdated il y a 3 ans
  appflowy d70072ae9f retry ws connection using WsConnectAction il y a 3 ans
  appflowy d7300dd7e2 retry if ws send new_doc_user message failed il y a 3 ans
  appflowy c0e126c550 notify server when open the doc with local rev_id il y a 3 ans
  appflowy c9cfe9dfeb rename i64 as RevId il y a 3 ans
  appflowy af6afafd0f build doc from local revision or fetch from remote il y a 3 ans
  appflowy 4e3ebf8876 fix local spawn issue il y a 3 ans
  appflowy 957b10fe5e add document actor && remove rwlock of document il y a 3 ans
  appflowy efb2a607e7 edit document via actor stream il y a 3 ans
  appflowy 1fdef0914b using CacheActor method to handle the ws message one by one il y a 3 ans
  appflowy 83acc79cd1 refactor test to tokio::test to enable & enable test doc with server il y a 3 ans
  appflowy 01c9620e03 add server with flowy_document test il y a 3 ans
  appflowy 11bc536df8 save rev to db and update rev state to acked if server ack client rev il y a 3 ans
  appflowy bd4caa2e99 save doc delta & cache the connect user information il y a 3 ans
  appflowy 77313ab431 remove notify from edit context il y a 3 ans
  appflowy 9175efa4c6 compose delta from remote and sync with client il y a 3 ans
  appflowy a26f588409 send acked to client using ws il y a 3 ans
  appflowy c41b35af4e fix artix deadlock while acquire the write lock of document recusively il y a 3 ans
  appflowy c23bf46916 compare md5 of document after applying remote delta il y a 3 ans
  appflowy 0092f1a356 WsDocumentMessage supports command/delta il y a 3 ans
  appflowy 3e3e10b316 receive revision from client il y a 3 ans
  appflowy d4b020b64f rename backend dir il y a 3 ans
  appflowy 1d9d776e3a send revsion to server il y a 3 ans
  appflowy 302631f808 create op table il y a 3 ans
  appflowy 2b9bc7a0cd move flowy-ot document to flowy-document il y a 3 ans
  appflowy 47f3a187c4 fix deserialize error with invalid map type il y a 3 ans
  appflowy 79560dd161 refactor ot il y a 3 ans
  appflowy 45e74e48a2 send delta to server il y a 3 ans