Commit Graph

7428 Commits

Author SHA1 Message Date
Yukun Guo
367f288941 fix: only periodically push current repo 2020-12-04 17:34:18 +08:00
Tienson Qin
89d5593ad8 fix: mkdir not works for nfs
Also, fix readme
2020-12-04 16:17:07 +08:00
Tienson Qin
7a8d2dc9ef feat(chrome native fs): respect .gitignore 2020-12-03 19:04:29 +08:00
Tienson Qin
4c738d3824 Merge branch 'master' into feat/chrome-native-fs 2020-12-03 17:02:45 +08:00
Tienson Qin
b43ca56cd2 fix: remove unused component 2020-12-03 16:23:44 +08:00
Tienson Qin
98bde66b48 fix: try to fix entire file content deleted after unusual sync behavior
Related to #783
2020-12-03 16:23:44 +08:00
Tienson Qin
f09c8aed75 chore: bump minor version 2020-12-03 15:16:05 +08:00
Yukun Guo
9cf79e9a66 fix: do not show intro on published sites 2020-12-03 15:03:59 +08:00
anoffvu
d409aa682c Merge branch 'master' into feat/light-theme 2020-12-02 20:40:25 -08:00
Tienson Qin
66b3ec19d2 fix: refresh button style 2020-12-03 00:11:29 +08:00
Tienson Qin
0dce7cdb11 feat: add refresh progressing animation 2020-12-03 00:06:49 +08:00
Tienson Qin
bcb40c6629 fix: only show open a directory when nfs api is supported
Also, ask for permission when clicking the refresh button
2020-12-02 23:29:16 +08:00
Tienson Qin
f0c0e44628 fix: nfs diffs 2020-12-02 21:12:28 +08:00
Tienson Qin
c49a31778a fix: don't rename journal files 2020-12-02 19:24:27 +08:00
Tienson Qin
5c63ff25e9 feat(date): add yyyyMMdd format support 2020-12-02 19:19:40 +08:00
defclass
bbf76eb87f fix(token): add extra time to deal with some critical condtions 2020-12-02 17:33:47 +08:00
defclass
0dfbc31875 fix(token): calculate expiration based on user's system time and duration 2020-12-02 17:33:47 +08:00
Tienson Qin
43e925767b fix: click contents page doesn't close the left bar 2020-12-02 17:31:22 +08:00
Charlie
ed2b68d863 Merge pull request #774 from logseq/refactor/editor
Change editor input as uncontrolled component & try composition input for UX (by xyhp915)
2020-12-02 13:03:46 +08:00
Tienson Qin
4d59e4317d fix(editor): add yarn test and fix CI 2020-12-02 11:27:57 +08:00
Tienson Qin
9f2346ebbd refactor(editor): remove *warn-on-infer* 2020-12-02 11:11:27 +08:00
Tienson Qin
8b165c89a5 refactor(editor): fix on-key-down mixin
Add both explicit options:
1. :not-match-handler
2. :all-handler
2020-12-02 11:08:50 +08:00
Tienson Qin
7fbac4211f fix(editor): display image upload processing 2020-12-02 10:30:39 +08:00
Tienson Qin
5e460c7434 fix: sci safe call-fn 2020-12-02 09:39:51 +08:00
Tienson Qin
5563b1c28c fix: nfs diff resolve 2020-12-02 00:35:46 +08:00
Tienson Qin
9d9ce7f76a feat(chrome native ui): better ui 2020-12-02 00:11:09 +08:00
Tienson Qin
58228dc336 feat(chrome native fs): support refresh to sync 2020-12-01 19:32:33 +08:00
Yukun Guo
be1fc91805 refactor: remove unused state key :git/clone-repo 2020-12-01 17:36:22 +08:00
Yukun Guo
a6d04f6b38 refactor: use mkdir-if-not-exists 2020-12-01 17:36:22 +08:00
Yukun Guo
14e11c6740 refactor: simplify p/let 2020-12-01 17:36:22 +08:00
Yukun Guo
47b30bc3e5 refactor: simplify code of repo.cljs 2020-12-01 17:36:22 +08:00
Yukun Guo
de6f9fff47 fix: make periodically-push-tasks consistent with state/get-git-auto-push? 2020-12-01 17:36:22 +08:00
Yukun Guo
e750eca112 fix: fix push-if-auto-enabled! 2020-12-01 17:36:22 +08:00
Yukun Guo
2030943d4d refactor: remove unused code 2020-12-01 17:36:22 +08:00
charlie
eb651cfe81 [refactor] support React change event for set-edit-content! & fix image style of block conent 2020-12-01 15:56:38 +08:00
Yukun Guo
9906555aad chore: remove git/get-local-diffs
It is the same as git/get-diffs
2020-12-01 15:32:56 +08:00
anoffvu
e73729aeee reconciling old repo branch to current 2020-11-30 21:16:20 -08:00
Tienson Qin
0b90dcf71b feat(chrome native fs): add sync button 2020-12-01 00:30:00 +08:00
charlie
66a24e99d3 [refactor] improve some input cases 2020-11-30 22:12:27 +08:00
Tienson Qin
fccbcdd719 refactor: simplify parse-files-and-load-to-db! arguments 2020-11-30 19:58:00 +08:00
Tienson Qin
3f6c09935c feat(chrome native): multiple graphs picker 2020-11-30 16:50:10 +08:00
Tienson Qin
2fa8ff8d6b feat: nfs support multiple directories 2020-11-30 15:40:20 +08:00
defclass
4a9fea7697 fix(repo): retry when fetching encounter 401 2020-11-30 14:19:23 +08:00
Tienson Qin
ae25da9aee fix: remove comment code 2020-11-30 13:30:10 +08:00
Tienson Qin
88eda1a014 fix: address issues when merging master 2020-11-30 13:00:52 +08:00
Tienson Qin
d93b298714 Merge branch 'feat/chrome-native-fs' of github.com:logseq/logseq into feat/chrome-native-fs 2020-11-30 12:17:55 +08:00
Tienson Qin
14b6c64196 feat: restore dbs for native file stores 2020-11-30 11:53:04 +08:00
Tienson Qin
50a7a7c585 feat: chrome native compatible fs api 2020-11-30 11:50:18 +08:00
Tienson Qin
3a81b5e856 chore: cache nfs file handles 2020-11-30 11:49:51 +08:00
Tienson Qin
6c3da67f6b feat: native filesystem api integration WIP 2020-11-30 11:49:46 +08:00