Commit graph

6966 commits

Author SHA1 Message Date
Daniel
6e85d12d5e
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:12:29 +08:00
Daniel
a2a3bca000
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:59 +08:00
Daniel
ea178b40f3
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:59 +08:00
Daniel
b274350948
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:59 +08:00
Daniel
2104a48b17
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:58 +08:00
Daniel
bbfd732689
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-30 00:03:58 +08:00
Daniel
aa1893e3de
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 22:58:21 +08:00
Daniel
409b2062a3
🎨 Do not strip kernel lib debug symbol table for HarmonyOS
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 21:57:48 +08:00
Daniel
9a610cae0a
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 10:34:21 +08:00
Daniel
efe11801ad
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-29 10:15:57 +08:00
Davide Garberi
cff12611c0
🎨 Support HTTPS network serving (#16930)
* Add use TLS for network serving configuration option

* kernel: Implement TLS certificate generation

* kernel: server: Use https for fixed port proxy when needed

* Allow exporting the CA Certificate file

* Implement import and export of CA Certs

* kernel: fixedport: Use the same port for HTTP and HTTPS
2026-01-29 09:41:39 +08:00
Daniel
d23d9d61ca
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 23:40:32 +08:00
Daniel
7028956397
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 23:31:42 +08:00
Daniel
5762d62ddc
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 23:25:31 +08:00
Daniel
a5b863a4eb
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 23:03:21 +08:00
Daniel
22f63e335a
🎨 https://ld246.com/article/1769610715566
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 22:41:49 +08:00
Daniel
d7f790755e
🔒 Fix https://github.com/siyuan-note/siyuan/security/advisories/GHSA-c4jr-5q7w-f6r9
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 21:42:30 +08:00
Daniel
399a38893e
🔒 Fix https://github.com/siyuan-note/siyuan/security/advisories/GHSA-f72r-2h5j-7639
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 21:24:36 +08:00
Daniel
7c9acda465
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 21:19:10 +08:00
Daniel
5c4660f520
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 21:09:39 +08:00
Daniel
6c70144d7c
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 21:09:39 +08:00
Jeffrey Chen
10fb34ab88
🎨 Improve recent documents handling 3 (#16935) 2026-01-28 20:55:27 +08:00
Daniel
1aa84bd749
Improve find performance
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 10:44:42 +08:00
Daniel
34e3261bce
🎨 https://github.com/siyuan-note/siyuan/issues/16931#issuecomment-3808557014
Signed-off-by: Daniel <845765@qq.com>
2026-01-28 10:17:12 +08:00
Daniel
1fa674e430
🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569
Signed-off-by: Daniel <845765@qq.com>
2026-01-27 22:58:56 +08:00
Daniel
d36e9d7766
Revert "🎨 Implement HTTPS network serving (#16912)"
This reverts commit 43ea6757d5.
2026-01-27 14:16:16 +08:00
Davide Garberi
43ea6757d5
🎨 Implement HTTPS network serving (#16912)
* Add use TLS for network serving configuration option

* kernel: Implement TLS certificate generation

* kernel: server: Use https for fixed port proxy when needed

* Allow exporting the CA Certificate file

* Implement import and export of CA Certs
2026-01-27 12:59:11 +08:00
Daniel
a6c866fe0e
🔖 Release v3.5.4
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 16:15:17 +08:00
Daniel
5765dc7a93
🎨 https://github.com/siyuan-note/siyuan/issues/16883
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 13:34:02 +08:00
Daniel
9b07a78b16
🎨 https://github.com/siyuan-note/siyuan/issues/16883
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 13:33:00 +08:00
Daniel
dc0b27e02b
🎨 https://github.com/siyuan-note/siyuan/issues/16883
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 13:12:58 +08:00
Daniel
cc6cedbad1
⬆️ Upgrade lute
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 13:12:00 +08:00
Daniel
9010967b04
🎨 https://github.com/siyuan-note/siyuan/issues/16898#issuecomment-3796811073
Signed-off-by: Daniel <845765@qq.com>
2026-01-26 09:44:19 +08:00
Daniel
40ae99e278
🧑‍💻 https://github.com/siyuan-note/siyuan/issues/16898
Signed-off-by: Daniel <845765@qq.com>
2026-01-25 22:10:43 +08:00
Daniel
0be193eee6
🎨 https://github.com/siyuan-note/siyuan/issues/14970#issuecomment-3796317161
Signed-off-by: Daniel <845765@qq.com>
2026-01-25 17:53:35 +08:00
Jeffrey Chen
09da39a676
🎨 Improve recent documents handling 2 (#16908)
* https://ld246.com/article/1769260741412 空间换时间

* https://ld246.com/article/1769260741412 跳过不存在的文档
2026-01-25 12:07:40 +08:00
Daniel
c1a6206f7b
🎨 https://github.com/siyuan-note/siyuan/issues/13635#issuecomment-3794560233
Signed-off-by: Daniel <845765@qq.com>
2026-01-24 20:31:24 +08:00
Daniel
18761d43a3
🎨 Supports setting Pandoc parameters for export docx https://github.com/siyuan-note/siyuan/issues/16845 https://github.com/siyuan-note/siyuan/issues/14970#issuecomment-3793004593
Signed-off-by: Daniel <845765@qq.com>
2026-01-24 20:17:05 +08:00
Daniel
2659950350
🎨 Supports setting Pandoc parameters for export docx https://github.com/siyuan-note/siyuan/issues/16845 https://github.com/siyuan-note/siyuan/issues/14970#issuecomment-3793004593
Signed-off-by: Daniel <845765@qq.com>

🎨 Supports setting Pandoc parameters for export docx https://github.com/siyuan-note/siyuan/issues/16845
https://github.com/siyuan-note/siyuan/issues/14970#issuecomment-3793004593

Signed-off-by: Daniel <845765@qq.com>
2026-01-24 14:23:39 +08:00
Daniel
9d1302a8f1
🎨 Supports setting Pandoc parameters for export docx https://github.com/siyuan-note/siyuan/issues/16845
Signed-off-by: Daniel <845765@qq.com>
2026-01-23 20:58:53 +08:00
Jane Haring
30bf687d1b
🧑‍💻 replace reflect.DeepEqual with custom func for arg comparison. (#16884) 2026-01-23 20:19:53 +08:00
Daniel
fb5d170df2
🎨 Improve export to Word .docx format https://github.com/siyuan-note/siyuan/issues/14970
Signed-off-by: Daniel <845765@qq.com>
2026-01-23 20:03:19 +08:00
Daniel
c516e38007
🎨 https://github.com/siyuan-note/siyuan/issues/16654#issuecomment-3775896912
Signed-off-by: Daniel <845765@qq.com>
2026-01-23 17:26:47 +08:00
Vanessa
dafb7673bc 🎨 https://github.com/siyuan-note/siyuan/pull/16727 2026-01-21 10:10:28 +08:00
Jeffrey Chen
b0f71123a3
Improve recent documents handling (#16727)
* merge

* Update RecentDoc struct to make timestamp fields optional

* GetDoc is solely responsible for retrieving document content and does not handle business logic

* Remove RemoveRecentDoc function and its calls from multiple files to streamline document handling

* Ensure the API correctly returns an empty array, add deduplication logic, and remove redundant sorting steps when updating fields

* 🎨 Supports configuring the maximum number of `Recent documents` to be listed https://github.com/siyuan-note/siyuan/issues/16720

* merge

* 🎨 Supports configuring the maximum number of `Recent documents` to be listed https://github.com/siyuan-note/siyuan/issues/16720

* 🐛 Fix browsing time not sorted

* 🎨 Supports configuring the maximum number of `Recent documents` to be listed https://github.com/siyuan-note/siyuan/issues/16720

* merge

* remove async

* try catch
2026-01-21 08:52:05 +08:00
Daniel
048f0ab17c
🎨 https://github.com/siyuan-note/siyuan/issues/16872
Signed-off-by: Daniel <845765@qq.com>
2026-01-20 18:25:09 +08:00
Daniel
a5d206db89
🎨 Improve export to Word .docx format https://github.com/siyuan-note/siyuan/issues/14970
Signed-off-by: Daniel <845765@qq.com>
2026-01-20 17:08:46 +08:00
Daniel
ad3652d219
🎨 Improve export to Word .docx format https://github.com/siyuan-note/siyuan/issues/14970
Signed-off-by: Daniel <845765@qq.com>
2026-01-20 16:47:47 +08:00
Daniel
48f26f9247
🎨 The image address bar is automatically converted to an asset after filling in Base64 https://github.com/siyuan-note/siyuan/issues/16132
Signed-off-by: Daniel <845765@qq.com>
2026-01-20 11:16:14 +08:00
Daniel
a64ab76640
🎨 https://github.com/siyuan-note/siyuan/issues/16854
Signed-off-by: Daniel <845765@qq.com>
2026-01-20 10:45:58 +08:00