Commit Graph

89 Commits

Author SHA1 Message Date
appflowy
7c60626049 [rust]: refactor flowy-document crate 2021-11-19 14:16:07 +08:00
appflowy
b4237b1986 [rust]: extract flowy-document-infra 2021-11-13 11:11:24 +08:00
appflowy
d4353b2ee9 [flutter]: open latest view after launch 2021-11-10 23:40:13 +08:00
appflowy
f9ed746f9a [rust]: add export interface 2021-11-09 16:00:29 +08:00
appflowy
b79267d15c [rust]: create default workspace 2021-11-08 19:19:02 +08:00
appflowy
52ca87662b [rust]: extract workspace_infra from flowy_workspace 2021-11-08 10:25:26 +08:00
appflowy
65cdeec1dc [rust]: extra user-infro from flowy-user 2021-11-08 10:25:26 +08:00
appflowy
4966b03123 [rust]: delete app 2021-10-30 17:19:50 +08:00
appflowy
22cc76163b [client]: close opened doc after close or delete the view 2021-10-19 13:04:09 +08:00
appflowy
d1b7fd29a6 [client]: crud with trash on server & fix some bugs 2021-10-17 22:55:02 +08:00
appflowy
495dc24ec4 [client]: adding trash record as delete view 2021-10-16 16:45:52 +08:00
appflowy
4cc8d2b3f1 [server]: replace pool with transaction for sql api 2021-10-16 12:24:02 +08:00
appflowy
8e40ae60e6 [server]: trash table and create params 2021-10-15 15:52:08 +08:00
appflowy
931c638b93 [flutter]: config trash list 2021-10-14 14:34:22 +08:00
appflowy
7ad3e35c16 save trash record 2021-10-13 23:11:45 +08:00
appflowy
54208d027a rename flowy-observable to flowy-dart-notify 2021-10-05 11:52:50 +08:00
appflowy
c0e126c550 notify server when open the doc with local rev_id 2021-10-03 11:33:19 +08:00
appflowy
c9cfe9dfeb rename i64 as RevId 2021-10-02 21:35:06 +08:00
appflowy
957b10fe5e add document actor && remove rwlock of document 2021-10-01 19:39:08 +08:00
appflowy
11bc536df8 save rev to db and update rev state to acked if server ack client rev 2021-09-27 14:49:05 +08:00
appflowy
bd4caa2e99 save doc delta & cache the connect user information 2021-09-26 20:04:47 +08:00
appflowy
77313ab431 remove notify from edit context 2021-09-26 16:39:57 +08:00
appflowy
9175efa4c6 compose delta from remote and sync with client 2021-09-25 21:47:02 +08:00
appflowy
0092f1a356 WsDocumentMessage supports command/delta 2021-09-23 19:59:58 +08:00
appflowy
1d9d776e3a send revsion to server 2021-09-23 15:49:10 +08:00
appflowy
302631f808 create op table 2021-09-23 13:15:35 +08:00
appflowy
2b9bc7a0cd move flowy-ot document to flowy-document 2021-09-22 23:21:44 +08:00
appflowy
526f1408bc save the delta continuely when typing 2021-09-21 15:07:07 +08:00
appflowy
2b32f2111f fix async future bug 2021-09-18 22:32:00 +08:00
appflowy
1fd460f3e5 ws connect to server 2021-09-17 19:03:46 +08:00
appflowy
34ed5a6be2 add flowy-ws crate 2021-09-16 18:31:25 +08:00
appflowy
e2e47e8df0 errors with static constructor 2021-09-16 12:38:52 +08:00
appflowy
335b5327de bridge flutter delta to rust delta 2021-09-14 16:22:44 +08:00
appflowy
4d139b3f56 refactor attribute key 2021-09-13 15:51:13 +08:00
appflowy
59d447e27b config doc test with view 2021-09-11 14:26:30 +08:00
appflowy
a5a07944dc refactor flowy-document & config server api 2021-09-09 15:43:05 +08:00
appflowy
916c2eee97 config user observable 2021-09-07 23:30:43 +08:00
appflowy
9771066d80 rename user detail 2021-09-04 16:53:58 +08:00
appflowy
33138382bd rename struct 2021-08-31 23:01:46 +08:00
appflowy
92d7d6f60a [backend]: save active user 2021-08-31 17:25:08 +08:00
appflowy
4c93b04f3d explicityly print the internal error from DispatchError 2021-08-31 11:32:51 +08:00
appflowy
18d13a3cb2 add strum crate for event stringtify 2021-08-30 22:44:17 +08:00
appflowy
dd2cec28e4 create default workspace 2021-08-26 17:58:59 +08:00
appflowy
c8664c8a28 view crud & test 2021-08-25 21:33:29 +08:00
appflowy
f520769283 app crud & test 2021-08-25 17:34:20 +08:00
appflowy
7cf563614b workspace crud 2021-08-24 21:38:53 +08:00
appflowy
15f1267956 save user password with bcrypt 2021-08-23 18:39:10 +08:00
appflowy
49e5f38406 consume reqwest status code 2021-08-21 17:18:01 +08:00
appflowy
57b4a8e114 replace tryFrom &Bytes to Bytes 2021-08-21 12:34:11 +08:00
appflowy
fed6117d04 replace error type string with dispatch error 2021-08-21 12:11:33 +08:00