Commit Graph

29 Commits

Author SHA1 Message Date
appflowy
54208d027a rename flowy-observable to flowy-dart-notify 2021-10-05 11:52:50 +08:00
appflowy
1fd460f3e5 ws connect to server 2021-09-17 19:03:46 +08:00
appflowy
2b4a9c2497 config doc reqeust 2021-09-09 19:16:39 +08:00
appflowy
47851b3024 add middleware to handle user unauthorized 2021-09-08 13:50:20 +08:00
appflowy
916c2eee97 config user observable 2021-09-07 23:30:43 +08:00
appflowy
ccb51234c5 support run tests on remote 2021-09-04 15:12:53 +08:00
appflowy
a6346dffae add test script 2021-09-04 09:00:15 +08:00
appflowy
9b571a08f7 replace user_id with logger_user for auth 2021-09-02 14:47:39 +08:00
appflowy
2088595f3b replace std::sync::RwLock with parking_lot::RwLock 2021-09-01 11:21:42 +08:00
appflowy
33138382bd rename struct 2021-08-31 23:01:46 +08:00
appflowy
18d13a3cb2 add strum crate for event stringtify 2021-08-30 22:44:17 +08:00
appflowy
bda12233a1 config user mock server, integrate with backend 2021-08-20 14:38:03 +08:00
appflowy
b0df64138f config doc bloc 2021-07-24 18:55:13 +08:00
appflowy
a63d5f5eaf support multi user db initialize 2021-07-18 09:03:21 +08:00
appflowy
3b06cde2d2 [feat]: get user detail & logout 2021-07-11 17:38:03 +08:00
appflowy
55454c5bec save user info to database after sign up 2021-07-10 16:27:20 +08:00
appflowy
b9d7902acb config user db and user session 2021-07-09 23:31:44 +08:00
appflowy
8bf355f956 use diesel as sqlite orm & setup db init schedule 2021-07-09 16:34:50 +08:00
appflowy
ae23a41445 fix some test bugs when dispatcher initialize by multi threads 2021-07-09 14:02:42 +08:00
appflowy
53a041b6cd rename flowy-sys to flowy-dispatch 2021-07-08 22:06:20 +08:00
appflowy
dfc2cbff4f add flowy-test crate 2021-07-06 14:14:55 +08:00
appflowy
447b5aa128 create crate protobuf mod file automatically 2021-07-05 15:49:03 +08:00
appflowy
def717be59 auto generate proto file from rust struct 2021-07-04 23:31:33 +08:00
appflowy
1cfcdab124 config sdk initialize 2021-07-02 20:47:52 +08:00
appflowy
2d3e50c017 add ToBytes and FromBytes trait, generic handle input&output params 2021-07-01 15:40:26 +08:00
appflowy
678dd84f93 config flowy-user test 2021-06-30 23:11:27 +08:00
appflowy
f73b3ded1d generice handle input params using In<> and Out<>, support protobuf with features=user_protobuf 2021-06-30 15:33:49 +08:00
appflowy
9371a3d31e add generic for FromRequest and Responder & config user check 2021-06-29 23:21:25 +08:00
appflowy
4e45b1bdfe add flowy-user crate & config user module 2021-06-29 16:52:29 +08:00