Commit Graph

767 Commits

Author SHA1 Message Date
463cab6eee fix warnings 2022-01-03 19:49:25 +08:00
64ea2d4f31 [backend]: refactor document persistence 2022-01-03 19:49:25 +08:00
777082c879 mv revision to flowy-collaborate 2022-01-03 19:49:25 +08:00
cb4398eab0 config document kv store 2022-01-03 19:49:25 +08:00
b25db57fca fix warnings. 2021-12-21 14:00:42 +08:00
adce96f15b fix generate pb bugs 2021-12-21 14:00:42 +08:00
d9421f70a0 refactor backend directory 2021-12-21 14:00:41 +08:00
b66f46108d disable sync test 2021-12-20 20:59:33 +08:00
d3a00b14b0 enable local web socket 2021-12-20 15:37:37 +08:00
ef491f4276 mv lib-sqlite to rust-lib 2021-12-20 14:26:26 +08:00
16c702b1e1 fix listen on websocket error 2021-12-20 12:06:17 +08:00
936e133624 rename crates 2021-12-19 21:29:33 +08:00
77be3e9c71 send connect message when open the document 2021-12-19 21:17:45 +08:00
987a246c80 send user connect message 2021-12-18 18:35:45 +08:00
1744938a51 fix bugs 2021-12-18 00:23:26 +08:00
405c618d27 rename some struct 2021-12-16 22:24:05 +08:00
4a46bf3fa3 refcator web socket message sent logic 2021-12-16 21:31:36 +08:00
511b6658a4 md5 for consistency check 2021-12-15 23:01:50 +08:00
ef6e777ec0 fix warnings 2021-12-15 16:28:18 +08:00
84d5d2c2f1 start ws connect after sign up 2021-12-14 20:50:07 +08:00
013d8f753a refactor errors 2021-12-14 18:20:07 +08:00
72a8f7a9e3 mv websocket to flowy-net crate 2021-12-14 15:31:44 +08:00
5b7e6690f8 test sync 2021-12-13 22:46:35 +08:00
31086ad4df add mock server 2021-12-13 13:55:44 +08:00
df432d11c3 add flowy-net crate 2021-12-12 21:48:52 +08:00
dfa9c04f5a mv kv to flowy-database 2021-12-12 21:18:23 +08:00
0231ad3adf add doc persistence trait 2021-12-12 16:02:58 +08:00
90e3ba14f1 mv server's DocManager to flowy_collaboration crate 2021-12-12 12:41:16 +08:00
d3bfca10e9 refactor backend editor 2021-12-11 17:48:39 +08:00
d80061461b add flowy-collaboration crate 2021-12-11 13:47:16 +08:00
69ee8aff55 rename flowy-workspace-infra 2021-12-10 22:48:30 +08:00
aeb448c4de mock websocket 2021-12-10 22:18:44 +08:00
34441ee076 add test 2021-12-10 15:15:33 +08:00
45d9a0918f add user_id in revision 2021-12-10 11:22:21 +08:00
3fa0f97e74 add pb generation log 2021-12-10 11:22:14 +08:00
909406bf08 fix bugs & add unit test 2021-12-10 11:22:07 +08:00
0172fc71db stop sync after close the view 2021-12-10 11:22:00 +08:00
6b338d4cc5 add feature flowy_unit_test 2021-12-10 11:21:53 +08:00
7ac55f29db refactor tests 2021-12-10 11:21:45 +08:00
4450d4410b send revision periodically 2021-12-10 11:21:39 +08:00
23f4684d3f add revision cache layer 2021-12-10 11:21:31 +08:00
8a9a23ddbe add rich_text crate 2021-12-10 11:21:25 +08:00
2f413a8e67 generic lib-ot 2021-12-10 11:21:17 +08:00
8457682092 refactor backend dir hierarchi 2021-12-10 11:21:06 +08:00
6298a0d96d add core 2021-12-10 11:20:52 +08:00
29c14949cb reanme flowy-workspace to flowy-core 2021-12-10 11:20:29 +08:00
5a89655982 setup flowy sdk server configuration 2021-12-06 08:35:17 +08:00
90b5eca5d9 fix compile errors 2021-12-05 14:06:10 +08:00
bb07eeb2e2 move network state to lib-infra 2021-12-05 14:06:10 +08:00
2e7ab3000f Correct the capitalization of GitHub
To accomplish this task, I ran the following command (on macOS):

    find . -type f -print0 | xargs -0 sed -i '' 's/Github/GitHub/g'

GitHub, for better or worse, decided that the way their company is
spelled is with a capital "G" and a capital "H" and it's their name so
they get to do that if they want.

When I went to check out AppFlowy's web site, I noticed that GitHub
wasn't spelled correctly, and for me, this made the project feel less
than polished and myself reluctant to try it out. However, there is only
one way to find out about the project: I [opened a ticket]. And BAM! It
was resolved in mere hours by @annieappflowy. Nice.

With fresh motivation to check out the project, I downloaded the app
and...found myself staring at the same issue on the first screen of the
app. Well, as I was a bit flippant with the issue I opened up for the
web site misspellings, I decided to fix this one myself.

[opened a ticket]: https://github.com/AppFlowy-IO/appflowy/issues/118
2021-12-04 20:52:12 -05:00