Commit Graph

22421 Commits

Author SHA1 Message Date
Tienson Qin
e5982b678d enhance: run db validation before graph EDN export 2025-12-24 16:25:33 +08:00
Tienson Qin
0b406c487f fix: invalid data 2025-12-24 15:56:23 +08:00
Tienson Qin
f927ae8b72 fix: e2ee password confirm inconsistent
fixes https://github.com/logseq/db-test/issues/681
2025-12-24 15:44:04 +08:00
Tienson Qin
5132eddd95 enhance: enable db backup on desktop 2025-12-24 15:37:05 +08:00
Tienson Qin
1ae9e2c496 fix: extends tags query and support eid|title|db-ident
Previously `tags` doesn't return blocks that have children tag(s).

Also, `tags` support both db/ident and block/title to make it easy
to use:
(tags ?b #{144})
(tags ?b #{"Task"})
(tags ?b #{:logseq.class/Task})
2025-12-24 14:37:57 +08:00
Tienson Qin
be26d42783 enhance(ux): prompt user to input encryption password when creating
the first sync graph
2025-12-20 13:12:07 +08:00
Gabriel Horner
a630835cee chore: update libs links so they are compatible with DB 2025-12-19 11:34:54 -05:00
Gabriel Horner
8c27331113 fix: rename Encryption tab to match description 2025-12-19 11:07:20 -05:00
Gabriel Horner
e0f136a367 fix: improve wording to describe external asset workflow 2025-12-19 10:03:43 -05:00
Tienson Qin
aea9f09fd1 Simple query performance enhancements (#12262)
* perf: separate scalar from ref property query

* fix: query bindings

* perf: separate default value query from others

* fix: import properties first and then other datoms
2025-12-19 19:37:51 +08:00
Gabriel Horner
045cd5f537 enhance: import block tags that are
specified via tags property. Fixes
https://github.com/logseq/db-test/issues/434
2025-12-18 13:35:42 -05:00
rcmerci
b947f87604 fix(rtc): clean cached local-t and remote-t while download-graph 2025-12-19 01:49:55 +08:00
rcmerci
8d7ce39897 test(e2e): add asset-blocks-validate-after-init-downloaded-test 2025-12-19 01:49:40 +08:00
Tienson Qin
38e3b99803 fix: lint 2025-12-18 19:49:41 +08:00
Tienson Qin
60f6c76138 perf: linked references with filters 2025-12-18 19:20:25 +08:00
rcmerci
5918429db1 test(rtc,e2e): add paste-multiple-blocks-test 2025-12-18 18:27:00 +08:00
rcmerci
cec20a543c fix(rtc,asset): :logseq.property.asset/remote-metadata shouldn't be ignored when init-download 2025-12-18 13:47:01 +08:00
albanobattistella
020f65b001 Update it.edn (#11881) 2025-12-17 10:28:57 -05:00
Piotr Narel
8da7e7604a Fix: typos in PL translation (#12190) 2025-12-17 10:25:29 -05:00
Gabriel Horner
84db92bc19 fix: translations from #12258 2025-12-17 10:19:19 -05:00
Laer-tty
f88b0c63d9 Update pt-br translation. (#12258) 2025-12-17 10:18:00 -05:00
Gabriel Horner
87dff14f4c chore(cli): bump to 0.4.2 2025-12-17 08:40:42 -05:00
Gabriel Horner
ee97b8cda6 enhance(cli): Add -h/--help to commands 2025-12-17 08:24:46 -05:00
Gabriel Horner
3a9b00f21f chore(cli): changelog for 0.4.2 and tweak option descriptions 2025-12-17 08:02:30 -05:00
Tienson Qin
8541b7c79f perf: linked refs without filters 2025-12-17 18:13:04 +08:00
Tienson Qin
260f6511f0 fix: recursive alias redirect 2025-12-17 17:05:43 +08:00
Tienson Qin
954b3b41fb fix: d/entity print 2025-12-17 13:04:24 +08:00
Tienson Qin
4a2d9c1308 fix: e2e tests 2025-12-17 00:19:57 +08:00
Gabriel Horner
584dd3e362 chore: remove rest of fix-broken-graph
Removed in 30068f882e for
https://github.com/logseq/db-test/issues/655
2025-12-16 11:02:12 -05:00
Tienson Qin
bc6ab38679 fix: delete page result in invalid data
When children blocks have references of their parent page
2025-12-16 23:52:42 +08:00
Gabriel Horner
9d49ba6d49 fix(cli): import-edn and mcp-server commands
don't transact refs for local graphs
2025-12-16 10:37:31 -05:00
Gabriel Horner
dce3b4111f fix: refs not built for imported EDN
from UI form or when using cli in-app graph
2025-12-16 10:37:31 -05:00
Tienson Qin
f7207d2d2a fix(mobile): cold start capture first doesn't render other journals 2025-12-16 23:17:48 +08:00
Tienson Qin
7b063be300 fix: don't hide right positioned properties 2025-12-16 21:53:28 +08:00
Tienson Qin
efc9f36b67 fix(mobile): favorite icon doesn't update status 2025-12-16 21:36:56 +08:00
Tienson Qin
b9928a150c fix(mobile): press home button in the root tab doesn't scroll to top 2025-12-16 21:19:02 +08:00
Tienson Qin
6020df8806 fix: pages backlink count resets to zero
fixes https://github.com/logseq/db-test/issues/634
2025-12-16 21:08:38 +08:00
Tienson Qin
ef8f5caa27 chore: remove debug 2025-12-16 19:20:07 +08:00
Tienson Qin
fd52fb50c0 fix: search highlights doesn't work for pages
fix https://github.com/logseq/db-test/issues/633
2025-12-16 19:16:35 +08:00
rcmerci
bef3939f39 enhance(e2ee): update :iterations for en/decrypt fns (2)
add version to encrypted-data vector
2025-12-16 17:32:24 +08:00
rcmerci
85211e95db enhance(e2ee): update :iterations for en/decrypt fns (1) 2025-12-16 17:32:24 +08:00
Tienson Qin
60b8e92980 fix(mobile): foldable control 2025-12-16 17:20:26 +08:00
Tienson Qin
1caefaef61 enhance(mobile): add create new graph link to graph switcher 2025-12-16 16:35:45 +08:00
Tienson Qin
6eea79313d fix(ios): set keyboard resize to none 2025-12-16 16:10:35 +08:00
Tienson Qin
50963ed058 fix(mobile): pop to root shouldn't be running on ios 2025-12-16 15:47:59 +08:00
Tienson Qin
9cfb7f0b2e fix(mobile): clicking icon and properties shouldn't redirect page 2025-12-16 15:20:55 +08:00
Tienson Qin
135878a78f fix(mobile): swipe on node link opens the node 2025-12-16 14:57:27 +08:00
Tienson Qin
52dae0feed fix(iOS): failed to share screenshot
related to https://github.com/logseq/db-test/issues/594
2025-12-16 14:37:10 +08:00
Tienson Qin
2801130bb3 fix(mobile): duplicate assets created when sharing to mobile 2025-12-16 13:54:44 +08:00
Tienson Qin
666c50f659 fix: sentry-cli releases 2025-12-16 08:31:07 +08:00