Commit Graph

8359 Commits

Author SHA1 Message Date
Junyi Du
41fbed5ce5 fix: legacy wrapping of " around title contains 2022-09-05 10:02:24 -04:00
Junyi Du
60e9f083fb fix: collapsed not persisted after re-index 2022-09-05 10:02:24 -04:00
Tienson Qin
a46f0a2d9e fix: sloppy ios sidebar 2022-09-05 17:15:49 +08:00
Tienson Qin
d39b4ba401 delay running sync-start to load persist vars 2022-09-05 15:29:27 +08:00
rcmerci
7de5282db3 chore: move map->FileMetadata 2022-09-05 14:45:14 +08:00
rcmerci
c2ce13abe7 enhance: use gobj/get to impl ILookup 2022-09-05 14:45:14 +08:00
rcmerci
19fed2afb8 fix: FileMetadata support keyword access 2022-09-05 14:45:14 +08:00
Tienson Qin
ff6b83182d fix: sync stops when editing some code 2022-09-05 13:42:04 +08:00
rcmerci
56b0aecaa0 fix: FileMetadata add iequiv and ihash 2022-09-05 13:08:45 +08:00
rcmerci
007d7dc4c6 fix: get graph-uuid from graphs-txid.edn 2022-09-05 11:27:54 +08:00
rcmerci
7ec99104da Merge pull request #6597 from logseq/fix/sync-start
fix: remove tricky check for sync
2022-09-05 11:22:58 +08:00
Tienson Qin
86c18bd706 fix: add pre condition for sync-state 2022-09-05 11:09:33 +08:00
Tienson Qin
1f7269182b fix: remove tricky check 2022-09-05 11:03:12 +08:00
Andelf
ce0a2e5944 fix(sync): wrong stop-sync condition check 2022-09-05 10:37:06 +08:00
Tienson Qin
e9ee940873 fix: don't start sync if not logged in or it's not a remote graph 2022-09-05 10:37:06 +08:00
Emin Devrim Fidan
666981ef0b "Themes" translation corrected 2022-09-05 10:35:50 +08:00
rcmerci
97aa8c0659 chore: remove outdated comments 2022-09-03 20:16:54 +08:00
rcmerci
0f98f92ae5 Merge pull request #6582 from logseq/fix/remove-monitor-dirs
fix: remove monitor-dirs
2022-09-03 20:02:10 +08:00
rcmerci
b2cb89bd2f fix(lint): var used by testcase 2022-09-03 19:53:10 +08:00
Tienson Qin
cc66195b58 fix: remove monitor-dirs 2022-09-03 19:31:17 +08:00
Andelf
dc10bfd6cc fix(build): nightly env (#6580) 2022-09-03 18:34:57 +08:00
Junyi Du
98712e5014 fix: url param double decoded 2022-09-02 17:48:00 +08:00
Charlie
3c72670243 fix(api): returns of raw datascript query (#6568)
* fix(api): returns of raw datascript query

Co-authored-by: Andelf <andelf@gmail.com>
2022-09-02 13:22:29 +08:00
Andelf
8dd0e1977c chore(deps): update rsapi 0.0.36
fix: windows path handling
2022-09-02 13:14:08 +08:00
Andelf
5f36380e7f chore(deps): update rsapi 0.0.35
chore(build): default to file-sync prod env
2022-09-02 05:04:30 +08:00
Andelf
57c1145677 chore(deps): update rsapi 0.0.34 2022-09-02 03:56:41 +08:00
Andelf
1cf767e5d0 chore: bump version 0.8.4 0.8.4 2022-09-02 00:10:26 +08:00
Andelf
628ee9e735 fixup! fix(ios): handle ios indexedDB preload 2022-09-02 00:09:51 +08:00
Andelf
ba0a67ae05 fix(ios): handle ios indexedDB preload 2022-09-02 00:09:51 +08:00
Andelf
fb98531c1c fix(build): rm build flags 2022-09-01 22:20:52 +08:00
Tienson Qin
ccfd76b2a8 fix: lint warning 2022-09-01 21:05:08 +08:00
Tienson Qin
935ba7930c fix: journal titles with different capitalization in Query
results/Linked References

close #6541
2022-09-01 20:06:50 +08:00
Tienson Qin
e008a38540 fix: cloud icon is not shown when restarting the app 2022-09-01 19:59:43 +08:00
charlie
4c84589da4 improve(ui): nested scroll container for left sidebar dynamic modules 2022-09-01 19:49:33 +08:00
Andelf
63d268f5f0 fix: aways clean all load state when nfs open 2022-09-01 16:50:15 +08:00
charlie
0809e1329e fix(ux): sometimes hamburger not responding on mobile 2022-09-01 16:49:48 +08:00
Andelf
2cebce3d91 fix(android): crash at start, accessing illegal path 2022-09-01 16:48:46 +08:00
Junyi Du
c96ad37bf1 fix: open new window shortcut on Win/Linux, remove button on macOS as menu bar is available 2022-09-01 14:31:03 +08:00
Junyi Du
496c2b4ca9 fix: recover open new window button 2022-09-01 14:31:03 +08:00
Tienson Qin
e7008b5387 fix: can't read properties of null 2022-09-01 12:13:01 +08:00
Andelf
2f5f84e9de fix: wrong demo-graph? condition 2022-09-01 11:56:00 +08:00
Andelf
8a9819d5d9 fix: do not loading persist vars when nil graph 2022-09-01 11:21:08 +08:00
Andelf
7ce832d53e fix(ios): disable bitcode in build options 2022-09-01 10:09:02 +08:00
Andelf
c45a15d576 chore: bump version 0.8.3 (#6537) 0.8.3 2022-09-01 00:40:21 +08:00
Charlie
01d879c18e feat!: File Sync (#5355)
- file sync for electron/ios/android
- age encryption of both file content and file path
- massive UI enhancement
- corresponding CI tasks

Co-authored-by: llcc <lzhes43@gmail.com>
Co-authored-by: rcmerci <rcmerci@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Andelf <andelf@gmail.com>
Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2022-09-01 00:31:49 +08:00
Gabriel Horner
252fec4dd6 Fix typo in comment 2022-08-31 11:09:35 -04:00
Tienson Qin
9ac8bf98e1 feat: introduce :block/content-max-length for better performance for
both searching and editing.
2022-08-31 23:02:19 +08:00
Tienson Qin
c764b9c423 fix: use regex 2022-08-31 23:02:19 +08:00
Tienson Qin
bdbf4bad2a fix: search/editor frozen by base64 encoded image 2022-08-31 23:02:19 +08:00
Viktor Moros
c7703e5e93 Adding E2E test for scenario with text after a soft return 2022-08-31 22:39:04 +08:00