Commit Graph

11031 Commits

Author SHA1 Message Date
charlie
282040e4e9 fix(ui): incorrect login entry from the settings pane 0.9.0 2023-03-28 12:25:21 +08:00
Andelf
7d92a3172e chore(release): bump version 0.9.0 2023-03-28 09:18:24 +08:00
Gabriel Horner
06fa65861f Minor clean up and help with feedback
- basic clj-kondo config and cleanup unused binding
- Add some unit tests
- Add a basic readme
2023-03-28 09:14:42 +08:00
Andelf
d26622872e chore: address comments 2023-03-28 09:14:42 +08:00
Andelf
113715c8a1 chore: cleanup fixme 2023-03-28 09:14:42 +08:00
Andelf
8aa1802c3e fix(db): wrong schema/version query 2023-03-28 09:14:42 +08:00
Andelf
d5d3857466 refactor(migration): add file/path migration 2023-03-28 09:14:42 +08:00
Andelf
62b4f0a253 refactor(fs): simplify path/absolute? 2023-03-28 09:14:42 +08:00
Tienson Qin
c1e8d6ed8e refactor: path/absolute? 2023-03-28 09:14:42 +08:00
Tienson Qin
80f708831b fix: config.edn path on settings 2023-03-28 09:14:42 +08:00
Tienson Qin
9abfd4af8b fix: can't save config.edn on web 2023-03-28 09:14:42 +08:00
Andelf
d9765a1b59 fix(fs): disable perm check for nfs read-file 2023-03-28 09:14:42 +08:00
Andelf
51bf1f4c94 fix(fs): handle empty dir for get-files 2023-03-28 09:14:42 +08:00
Tienson Qin
6ab3361a07 fix: can't pull remote graphs on iOS 2023-03-28 09:14:42 +08:00
Tienson Qin
e113df31ac fix: remove unnecessary valid-remotes-but-locals? condition
Otherwise, it'll display null in the repo switcher when there's
a demo repo.
2023-03-28 09:14:42 +08:00
Gabriel Horner
89ba13d5ac Fix multiple issues with global config
- global config saved outside the app errored and had no effect on config
- global config saved in app, saved invalid state and invalid file
- removed outdated global error handling on alter-file
- Also fix validations for repo config
2023-03-28 09:14:42 +08:00
Gabriel Horner
07c27b0f59 Fix lint and other minor fixes
- Rename is-file-url to reflect boolean return val
- Remove unused 3rd arg for set-config!
2023-03-28 09:14:42 +08:00
Gabriel Horner
94f35bda18 Add a workflow for test+lint and misc fixes
- Setup cljs tests
- No need for :no-doc
- No need to bind an unused _repo value
- Remove unused datascript dep
2023-03-28 09:14:42 +08:00
Andelf
e803e2d576 fix(sync): use fs2 2023-03-28 09:14:42 +08:00
Andelf
a555dac245 fix(sync): wrong graph-dir name 2023-03-28 09:14:42 +08:00
Andelf
c061c0bd87 fix(editor): reload custom.css requires db file 2023-03-28 09:14:42 +08:00
Tienson Qin
70a4870ca4 fix: custom.css can't be saved 2023-03-28 09:14:42 +08:00
Tienson Qin
35e8bdf8ef fix: get-files should return a collection of files on electron 2023-03-28 09:14:42 +08:00
Andelf
6e9fec448b fix(test): close notification before start 2023-03-28 09:14:42 +08:00
Andelf
783c6f1737 fix(fs): missing create default files 2023-03-28 09:14:42 +08:00
Andelf
fdeb0775f0 fix(fs): mock dir handling, fix e2e tests 2023-03-28 09:14:42 +08:00
Andelf
9637c464eb fix(config): global config validation 2023-03-28 09:14:42 +08:00
Andelf
da975da3da fix(test): unit tests fail 2023-03-28 09:14:42 +08:00
Andelf
2ad52eab3e fix(fs): file editing on windows 2023-03-28 09:14:42 +08:00
Andelf
94b27014dd fix(fs): asset path on windows 2023-03-28 09:14:42 +08:00
Andelf
3c1c338cdb fix(fs/nfs): wrong rename impl 2023-03-28 09:14:42 +08:00
Andelf
ee41048053 fix(fs): asset url of non-ex page 2023-03-28 09:14:42 +08:00
Andelf
97b534301b fix(fs): file editing in nfs 2023-03-28 09:14:42 +08:00
Andelf
f6961b4b1c fix(watcher): handle init load error 2023-03-28 09:14:42 +08:00
Andelf
72a290d21c fix(electron): initial warning of local dir 2023-03-28 09:14:42 +08:00
Andelf
669f082632 fix(mobile): ios app doc dir switch 2023-03-28 09:14:42 +08:00
Andelf
83ebd53a6f refactor(fs): use full path when renaming 2023-03-28 09:14:42 +08:00
Andelf
3338263088 fix(editor): wrong file editing save condition 2023-03-28 09:14:42 +08:00
Andelf
7737053ce1 enhance(editor): use relative path when editing files 2023-03-28 09:14:42 +08:00
Andelf
c79c352e08 fix(fs/mobile): ios fs and loading fix 2023-03-28 09:14:42 +08:00
Andelf
f1404fd537 fix(fs): avoid nil repo on ios 2023-03-28 09:14:42 +08:00
Andelf
a051ded28e refactor(fs): handle global config as state, not in db 2023-03-28 09:14:42 +08:00
Andelf
98f4236309 fix(fs): global file writing in code editor 2023-03-28 09:14:42 +08:00
Andelf
3c0973013b refactor(fs): mv fs2 logic to logseq.common pkg 2023-03-28 09:14:42 +08:00
Andelf
1cd7f89cd9 refactor(fs): handle global file write 2023-03-28 09:14:42 +08:00
Andelf
e4c37b7089 refactor(fs): re-impl rename for nfs 2023-03-28 09:14:42 +08:00
Andelf
d7fc1d785e fix(fs): fix custom.js path calc 2023-03-28 09:14:42 +08:00
Andelf
820686cd38 fix(fs): re-impl deletion for nfs 2023-03-28 09:14:42 +08:00
Andelf
41f09c162e fix(fs): refine init fs-watcher 2023-03-28 09:14:42 +08:00
Andelf
d9e0534c7f fix(fs): refine path-join 2023-03-28 09:14:42 +08:00