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 |
|
appflowy
|
2ebe922507
|
replace vec<u8> with Bytes
|
2021-08-20 22:00:03 +08:00 |
|
appflowy
|
bda12233a1
|
config user mock server, integrate with backend
|
2021-08-20 14:38:03 +08:00 |
|
appflowy
|
139a21d98a
|
add flowy-net crate shared code by server and client
|
2021-08-20 11:52:45 +08:00 |
|
appflowy
|
55de7f69a4
|
rename flowy-editor to flowy-document
|
2021-07-31 10:50:56 +08:00 |
|
appflowy
|
c8ba8284ef
|
update view & update app & add some rust test
|
2021-07-29 17:27:59 +08:00 |
|
appflowy
|
0191645d49
|
fetch user workspaces
|
2021-07-26 14:35:07 +08:00 |
|
appflowy
|
c5881daddd
|
rename files
|
2021-07-25 08:14:38 +08:00 |
|
appflowy
|
c05b772fe6
|
config editor for doc
|
2021-07-24 14:05:49 +08:00 |
|
appflowy
|
bfdc0b6ee9
|
config view's update and query handle
|
2021-07-23 22:42:44 +08:00 |
|
appflowy
|
c27f616ddb
|
test read file & save file in flowy-editor
|
2021-07-23 14:37:18 +08:00 |
|
appflowy
|
4e80b296f8
|
config doc sql table
|
2021-07-23 08:14:45 +08:00 |
|
appflowy
|
2bb332fb2c
|
integrate editor into sdk
|
2021-07-22 22:26:38 +08:00 |
|
appflowy
|
ebc489738c
|
test stream from rust to flutter
|
2021-07-21 22:41:44 +08:00 |
|
appflowy
|
a529a3bf43
|
config workspace and app repo callback
|
2021-07-21 17:07:49 +08:00 |
|
appflowy
|
892526c2f9
|
config rust and flutter steam
|
2021-07-21 17:07:49 +08:00 |
|
appflowy
|
7868305a32
|
create app's views
|
2021-07-20 23:50:43 +08:00 |
|
appflowy
|
b1f4f0520a
|
create app in workspace
|
2021-07-20 23:50:43 +08:00 |
|
appflowy
|
b547e94273
|
config view
|
2021-07-19 22:44:37 +08:00 |
|
appflowy
|
ef4c4180e2
|
fix sqlite database is lock issue by setting busy_timeout and wal mode
|
2021-07-19 16:15:20 +08:00 |
|