Commit Graph

23753 Commits

Author SHA1 Message Date
Tienson Qin
e492a4398d add users migrate script 2026-04-20 22:24:19 +08:00
Tienson Qin
535f12ca7e feat(db-sync): add user endpoint and open collective sync hooks 2026-04-20 21:54:50 +08:00
Tienson Qin
08ab85ec58 feat(db-sync): add user entitlement fields to users table 2026-04-20 21:21:30 +08:00
Tienson Qin
e44092832e chore: remove debug log 2026-04-20 18:02:17 +08:00
Tienson Qin
7ee00cb79c Merge pull request #12511 from logseq/enhance/i18n
Improve i18n key naming, tooling, and translation coverage
2026-04-20 14:43:34 +08:00
Mega Yu
3332972fd9 Merge 'master' into enhance/i18n 2026-04-20 13:24:40 +08:00
Mega Yu
632ec2f362 fix: slash command menu won't update to the setting language 2026-04-20 13:22:39 +08:00
charlie
b6e12a263d chore(libs): build cljs sdk with the latest sdk 2026-04-20 12:54:35 +08:00
Mega Yu
b0fb33d80a fix e2e & revert limit login to email 2026-04-20 12:28:33 +08:00
Mega Yu
1bbe008807 remove unused rtl related codes for now 2026-04-20 09:25:00 +08:00
Tienson Qin
fc7d6672a2 Merge branch 'master' into enhance/i18n 2026-04-20 08:28:43 +08:00
Tienson Qin
87844c6dfb fix: move idbkv to cljs implementation 2026-04-19 12:53:48 +08:00
charlie
68db72d69d chore(libs): bump version 2026-04-18 18:58:10 +08:00
charlie
e00b3b5b58 chore: downgrade electron to 39.8.8 2026-04-18 18:40:54 +08:00
Mega Yu
59e599ec9f refactor(i18n): refine naming standard and skill, sync review/dev workflow, and align related keys 2026-04-18 16:55:00 +08:00
Mega Yu
1f29696e7c feat(i18n): update translation strings 2026-04-17 22:34:59 +08:00
Mega Yu
d6bc0b75ec Merge branch 'master' into enhance/i18n 2026-04-17 20:26:15 +08:00
megayu
76285de44b refactor: toolchain upgrade (#12517)
* chore(deps): upgrade Clojure version to 1.12.4 across multiple dependency files

* chore: bump shadow-cljs to 3.3.6

* chore: bump org.clojure/clojurescript to 1.12.134

* chore(deps): upgrade Clojure version to 1.12.4 in workflow files

* chore(deps): upgrade Java version to 21 in workflow files

* chore(deps): upgrade Node.js version to 24 in workflow files

* chore(deps): upgrade Node.js version to 24 in Dockerfile

* feat(updater): migrate electron-forge to electron-builder

* fix wrong android app version

* fix workflow

* feat(dependency-upgrade): add max-update-interval option for dependency audits

* chore(deps): upgrade electron-builder and electron-updater

* fix: update manual verification instructions for Electron shim cache

* chore: update shadow-cljs version to 3.4.4 across all dependencies

* chore: upgrade electron version to 41.2.1

* chore: update metosin/malli dependency to latest

* chore: upgrade cider-nrepl version to 0.59.0 in dependencies

* chore: upgrade clj-kondo version to 2026.04.15 and fix warning

* chore: move Electron windows build configuration from yml to ci

* chore: update Electron signing configuration to extend from base config

* fix: replace icon file for NSIS compatibility

* chore: resolve metosin/malli version conflicts

* chore: upgrade jdk to 21 in e2e workflow

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2026-04-17 19:40:01 +08:00
Tienson Qin
f53767dfc6 chore: remove both transit-read and transit-write
use write-transit-str and read-transit-str instead
2026-04-17 16:58:18 +08:00
Tienson Qin
12509f58db fix: plugins e2e tests 2026-04-17 15:57:53 +08:00
Mega Yu
007e80d74d enhance(lang): update translation summary to include untranslated count 2026-04-17 11:11:30 +08:00
Mega Yu
92681111b6 Merge branch 'master' into enhance/i18n 2026-04-17 10:35:36 +08:00
Gabriel Horner
eb1d921d5d enhance: add block context menu option to open an asset file
Addresses 2nd issue in https://github.com/logseq/db-test/issues/792
of not being able to download an asset that doesn't have a special
block view
2026-04-16 15:57:39 -04:00
Tienson Qin
9804728afa fix: failed to convert page to tag
fixes https://github.com/logseq/db-test/issues/805
2026-04-17 01:48:04 +08:00
Gabriel Horner
ea3a732095 fix: Can't copy image in desktop
Addresses one of the issues in
https://github.com/logseq/db-test/issues/792
2026-04-16 13:41:26 -04:00
Tienson Qin
8606a8b5f0 fix: it's unsafe to invoke d/store in nested batch tx
Switched to use our own `conn-from-db` that doesn't call `d/store`.
2026-04-17 01:36:30 +08:00
Tienson Qin
6c05b9d66e chore: bump cider-nrepl 2026-04-16 16:32:50 +08:00
megayu
0fa98f35e5 Merge branch 'master' into enhance/i18n 2026-04-16 16:05:13 +08:00
Mega Yu
81b42a8249 enhance(i18n): add translation summary stats and sorting functions 2026-04-16 16:03:42 +08:00
charlie
78aded53ea enhance(ux): add retry mechanism for clicking add button after page creation 2026-04-16 15:31:13 +08:00
Mega Yu
950b4d36ae Merge 'master' into enhance/i18n 2026-04-16 15:30:25 +08:00
hoellen
8a2159e907 fix: use scheme instead of hardcoded http 2026-04-16 15:21:51 +08:00
hoellen
3b13f5f19f fix: snapshot upload stuck when graph has large blocks 2026-04-16 15:20:17 +08:00
charlie
08f197ded9 enhance(plugin): add normalization function for user keys and enhance sidebar renderer integration 2026-04-16 13:02:01 +08:00
Mega Yu
df2890396f fix(i18n): replace pseudo-translations copied from English across locales 2026-04-16 12:18:19 +08:00
Mega Yu
620fbadca2 chore(i18n): remove common ui label from dicts 2026-04-16 11:37:06 +08:00
Mega Yu
0c6d08acd9 fix(i18n): replace copied English locale entries with real translations 2026-04-16 11:25:34 +08:00
Mega Yu
a4644a2699 update contributing to translations md about bb lang:pseudo 2026-04-16 11:12:46 +08:00
Mega Yu
b9f08881db feat(util): add utility functions for display width and table rendering 2026-04-16 11:08:00 +08:00
Mega Yu
bf197f9861 feat(lang): add functions for identifying identical translations to English 2026-04-16 11:06:44 +08:00
Gabriel Horner
996a278b45 fix: batch page delete always returns failed message
This happened because successful deletes didn't return their result
and threw errors
2026-04-15 17:18:10 -04:00
Gabriel Horner
eadad9df45 enhance: improve wording on recycle related ux
- Update confirmations so that tag and property are clearly explained as
  permanently deleted
- Deleted page/delete-confirmation non-en translations since the text
  has changed
2026-04-15 17:18:10 -04:00
Tienson Qin
7edeae6971 enhance(search): speed up indexing and show progress 2026-04-16 03:43:43 +08:00
Tienson Qin
843f871dc6 add log to debug search 2026-04-16 03:09:14 +08:00
Tienson Qin
989e70284d fix: number eids shouldn't be used for ops 2026-04-16 03:00:33 +08:00
Mega Yu
f28d9b63c7 fix lint 2026-04-15 23:03:39 +08:00
megayu
3a3fd6f301 Merge branch 'master' into enhance/i18n 2026-04-15 22:50:09 +08:00
Mega Yu
26d807d0d6 fix typos 2026-04-15 22:49:11 +08:00
Tienson Qin
7aca776183 chore: show debug checksums on dev or test environments 2026-04-15 22:47:13 +08:00
megayu
e7ff4eb2c9 Merge branch 'master' into enhance/i18n 2026-04-15 22:39:48 +08:00