Tienson Qin
94b2d5018d
fix: no UX feedback when downloading a large graph from 'Graphs' screen
2026-02-06 15:07:09 +08:00
Tienson Qin
ee30d51c46
fix: show user doesn't exist error when inviting wrong email
2026-02-06 14:57:35 +08:00
Tienson Qin
11bd281987
fix: ensure RSA keys for new users
2026-02-06 14:51:49 +08:00
Mega Yu
6750333df1
refactor: update today page check to use async block retrieval
2026-02-03 16:23:26 +08:00
Tienson Qin
05be455371
feat: reactions
2026-02-01 21:45:31 +08:00
Tienson Qin
276c66f0de
don't reload app after importing zip
2026-02-01 17:29:04 +08:00
Tienson Qin
6759c4c206
debug asset import
2026-02-01 17:19:13 +08:00
Tienson Qin
24fc5cd8ba
fix: asset not fully imported
2026-02-01 17:02:15 +08:00
Tienson Qin
256355c356
fix: lint
2026-02-01 16:39:02 +08:00
Tienson Qin
267587a551
enhance(ux): add progress bar when exporting zip
2026-02-01 16:29:28 +08:00
Tienson Qin
199ecb6bbd
support zip import
2026-02-01 15:55:01 +08:00
Tienson Qin
4c85d8ff26
enhance: presence debounce
2026-01-30 17:27:49 +08:00
Tienson Qin
d46b66c228
enhance: trigger sync after creating new remote graph
2026-01-30 03:35:33 +08:00
Tienson Qin
1aa16b5355
enhance: fetch graphs after logged in
2026-01-30 03:17:23 +08:00
Tienson Qin
e00a037624
fix: don't run sync for local graphs that's detached from server
2026-01-30 03:00:28 +08:00
Tienson Qin
de1c58b02a
fix: don't record local txs for remote graph
2026-01-30 02:00:09 +08:00
Tienson Qin
8472d03826
remove legacy rtc implementation and tests
2026-01-29 19:42:29 +08:00
Tienson Qin
9651d033c6
fix: asset download
2026-01-29 17:05:44 +08:00
Tienson Qin
8116067f85
fix: can't paste block with children to empty target
2026-01-29 16:01:15 +08:00
Tienson Qin
ee80960146
fix: can't delete remote graph
2026-01-28 18:55:21 +08:00
Tienson Qin
1c4dd7cf7c
enhance(ux): graph download && upload log
2026-01-28 17:14:27 +08:00
Tienson Qin
d7b4d61e19
fix: delay building search indice
2026-01-28 12:13:50 +08:00
Tienson Qin
1b4ad6a416
fix: large graph download OOM
2026-01-28 11:58:54 +08:00
Tienson Qin
53ca427ac7
enhance: on-demand asset download
2026-01-27 20:59:14 +08:00
Tienson Qin
41a020a17e
fix: lint
2026-01-26 20:17:41 +08:00
Tienson Qin
94c6f698e4
fix: lint
2026-01-26 19:39:43 +08:00
Tienson Qin
729ca7fcbf
Merge branch 'master' into feat/worker-sync
2026-01-26 18:52:12 +08:00
Tienson Qin
59e1cd9af9
enhance(ux): able to remove graph access or leave a graph
2026-01-26 15:54:25 +08:00
Tomasz Kontusz
3a3e14b790
fix: return the function's result in hook-lifecycle-fn! ( #11712 )
...
This is needed for prevent-default-behaviour, which just returns
`false`.
Fixes #11711 .
Co-authored-by: Charlie <xyhp915@qq.com >
2026-01-25 10:31:17 +08:00
Gabriel Horner
208b4bc205
fix: remove whiteboards and tldraw from rest of codebase
...
Also remove some old excalidraw refs that should've been removed awhile
back
2026-01-22 13:19:58 -05:00
Gabriel Horner
c77ccc8827
fix: remove org mode everywhere except graph-parser
2026-01-22 13:19:58 -05:00
Gabriel Horner
01426fd244
fix: editing global config.edn and export.css in desktop app
...
Only enable export.css for desktop since it doesn't work
for browser and db graphs. Also remove a related and
unused db-graph? flag
2026-01-22 13:19:58 -05:00
Gabriel Horner
a6c3569ea3
fix: remove most file-graph references from frontend and electron
...
- Remove references to old files under logseq/ e.g.
logseq/version-files
- Remove flashcard commands and translations that applied to file graph flashcards
- Remove unused electron and frontend events
- Remove timetracking config which was for file graphs
2026-01-22 13:19:58 -05:00
Gabriel Horner
173898240e
fix: remove most file graph uses in deps
...
except for graph-parser and publish deps
- Removed most mentions of 'repo' in deps, which cleaned up a lot related
to export cli and worker
- Removed db-based-graph? checks in deps except for unknown use
in entity-plus?
- Removing db-based-graph? checks resulted in deleting unused file graph
code paths e.g. get-pid
- Removed file graph handling in cli list command
- Remove file-based-graph? checks from deps
2026-01-22 13:19:58 -05:00
Gabriel Horner
37af8f690e
fix: remove remaining uses of file graph specific attributes
...
Removed all file graph uses of :block/namespace, :block/file, :block/type and
:block/properties except for graph-parser which still uses them for db
importer.
Removed all uses of :block/format except for graph-parser and
src/main/frontend
2026-01-22 13:19:58 -05:00
Gabriel Horner
4bb7430682
fix: rm the last file-based namespaces in db dep
...
Also remove the following related file schema
attributes and their dependent code:
:block/marker, :block/priority, :block/scheduled,
:block/deadline,:block/repeated?, :block/pre-block?,
:block/properties-order, :block/properties-text-values, :block/macros,
:block/invalid-properties
2026-01-22 13:19:58 -05:00
Gabriel Horner
ab137a962a
fix: remove file graph imports
...
Remove mention of removed JSON import in descriptions. Also mv frontend.util.fs
to where they are used instead of keeping an outdated file ns
2026-01-22 13:19:58 -05:00
Gabriel Horner
6312f8236a
fix: remove file graph :block/file and dependent code
...
Also remove all file graph references in publishing and
add back publishing.db tests with db graph.
Also remove file graph behavior for cmd-k and files
2026-01-22 13:19:57 -05:00
Gabriel Horner
1d15e1f85d
fix: rm file graph config from user config
...
Also remove unused helpers for file config keys and file graph code in
mobile.intent. These removals also result in removing
frontend.common.file.util as it's no longer used
2026-01-22 13:19:57 -05:00
Gabriel Horner
6c876a0be2
chore: convert last of frontend tests to db graphs
...
Now able to remove unused frontend.test.* namespaces.
Also removed file-graph specific handling of old attrs like
:block/ref-pages
2026-01-22 13:19:57 -05:00
Gabriel Horner
96a9f95622
fix: remove file graph code from query-dsl
...
Allows removing unused file-rules and common.marker. Also remove
any incorrect or unused references to file graph markers like NOW
2026-01-22 13:19:57 -05:00
Tienson Qin
2ea6a290a6
fix: leaf node encrypt/decrypt
2026-01-22 23:37:02 +08:00
Tienson Qin
0f3ec8c4eb
fix: db row keys encrypt/decrypt
2026-01-22 19:32:48 +08:00
Tienson Qin
1f71f9e78e
e2ee
2026-01-22 18:50:05 +08:00
Gabriel Horner
7ca5c1de64
fix: unpublish not working for a local graph
2026-01-21 12:26:59 -05:00
Gabriel Horner
094b65336a
chore: rename new property to be feature specific
...
and encourage for more varied use
2026-01-22 00:52:47 +08:00
Tienson Qin
c978675abc
add enable-bidirectional? property to excludes
2026-01-22 00:52:47 +08:00
Tienson Qin
bcb9f84469
add tests
2026-01-22 00:52:47 +08:00
Tienson Qin
e5521da233
enhance: able to edit property value of :string type
...
able to set plural form for tags
2026-01-22 00:52:47 +08:00
Tienson Qin
3f4685f862
fix: graph role
2026-01-21 23:05:28 +08:00