Commit graph

255 commits

Author SHA1 Message Date
Daniel
6021603966
🎨 Return document blocks when the keyword search hits different block content https://github.com/siyuan-note/siyuan/issues/10584 2024-10-27 12:07:56 +08:00
Daniel
94f378aa55
Revert Document block sort value changed from 0 to 100 https://github.com/siyuan-note/siyuan/issues/12886 2024-10-24 01:08:10 +08:00
Daniel
ad91c2dfc3
🎨 Document block sort value changed from 0 to 100 https://github.com/siyuan-note/siyuan/issues/12886 2024-10-24 00:07:55 +08:00
Daniel
6a3c280639
🎨 Clean code 2024-10-22 17:12:08 +08:00
Daniel
e2b2d46a47
🎨 The backlink panel no longer displays child-block references https://github.com/siyuan-note/siyuan/issues/12861 2024-10-21 10:32:36 +08:00
Daniel
3300502aa1
Improve database relation & rollup field loading performance https://github.com/siyuan-note/siyuan/issues/12835 2024-10-19 18:53:49 +08:00
Daniel
ac4b0526a4
🐛 Improve importing .sy.zip https://github.com/siyuan-note/siyuan/issues/12825 2024-10-18 14:53:21 +08:00
Daniel
6c4a72b16e
🐛 Improve importing .sy.zip https://github.com/siyuan-note/siyuan/issues/12825 2024-10-18 14:51:04 +08:00
Daniel
9cea8ca069
♻️ Improve database loading performance https://github.com/siyuan-note/siyuan/issues/12818 2024-10-18 00:44:28 +08:00
Daniel
d675496e52
♻️ Improve database loading performance https://github.com/siyuan-note/siyuan/issues/12818 2024-10-18 00:44:28 +08:00
Daniel
95c82187af
♻️ Improve database loading performance https://github.com/siyuan-note/siyuan/issues/12818 2024-10-17 23:45:28 +08:00
Daniel
c42064ec0b
♻️ Improve database loading performance https://github.com/siyuan-note/siyuan/issues/12818 2024-10-17 23:45:27 +08:00
Daniel
475155b7df
Improve performance for data indexing https://github.com/siyuan-note/siyuan/issues/12777 2024-10-14 20:39:16 +08:00
Daniel
655b6bc418
🐛 Search ignore is not working in some cases 2024-10-02 22:42:59 +08:00
Daniel
150aa2a7bf
🎨 Ignore assets associated with the custom-data-assets block attribute when cleaning unreferenced assets https://github.com/siyuan-note/siyuan/issues/12574 2024-09-24 23:20:22 +08:00
Daniel
c765bcc36f
⬆️ Upgrade kernel deps 2024-09-22 10:41:11 +08:00
Daniel
eb84c1f90f
🎨 Highlight regular expression search results https://github.com/siyuan-note/siyuan/issues/11112 2024-09-21 17:29:01 +08:00
Daniel
0ff99f758a
🎨 Add a template function getHPathByID https://github.com/siyuan-note/siyuan/issues/11734 2024-09-19 22:18:43 +08:00
Daniel
c67ff98972
🐛 Subdocument path not updated after moving parent document https://github.com/siyuan-note/siyuan/issues/12493 2024-09-16 11:09:09 +08:00
Oleksandr Redko
b100721fee
♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
Daniel
b763b4d482
🎨 Add the parent_id index for table blocks https://github.com/siyuan-note/siyuan/issues/12054 2024-08-09 09:29:59 +08:00
Daniel
6312d50f57
🎨 Block ref dynamic anchor text no longer contains escape char https://github.com/siyuan-note/siyuan/issues/12187 2024-08-03 22:46:17 +08:00
Daniel
07d2930739
🎨 Improve indexing completeness when exiting https://github.com/siyuan-note/siyuan/issues/12039 2024-08-02 10:04:21 +08:00
Daniel
fc4f614e72
🎨 Improve block ref searching https://github.com/siyuan-note/siyuan/issues/12010 2024-07-24 21:08:36 +08:00
Daniel
afcb666892
🎨 Improve block ref searching https://github.com/siyuan-note/siyuan/issues/12010 2024-07-24 12:07:40 +08:00
Daniel
e4541c9d5f
🐛 After changing the History Retention Days, the file history cannot be displayed https://github.com/siyuan-note/siyuan/issues/11935 2024-07-10 12:02:52 +08:00
Daniel
1011cd4900
🎨 Improve search index ignore for virtual refs https://github.com/siyuan-note/siyuan/issues/11827 2024-06-28 22:13:23 +08:00
Daniel
ed5c4738f9
🎨 Improve boot index checking https://github.com/siyuan-note/siyuan/issues/11842 2024-06-27 21:29:31 +08:00
Daniel
992586e04a
🎨 Support ignore search results https://github.com/siyuan-note/siyuan/issues/10089 https://github.com/siyuan-note/siyuan/issues/11830 2024-06-27 10:51:26 +08:00
Daniel
06f3721fd4
Improve performance for rendering databases, due flashcards 2024-06-23 21:37:28 +08:00
Daniel
7a3d4a05ad
♻️ Refactor the blocktree storage https://github.com/siyuan-note/siyuan/issues/11773 2024-06-20 23:59:27 +08:00
崮生
c0bd645048
Kernel API OCR returns text coordinate information (#11738)
* 优化setImageOCRText接口调用

* 扩展 ocr 接口,添加 ocrJSON 返回字段

* 过滤不可见字符

* 返回的ocr文本添加空格
2024-06-16 22:55:22 +08:00
崮生
b590091c9e
🎨 Remove the check for !TesseractEnabled when saving OCR recognition results (#11708)
* 去除保存ocr识别结果时对 !TesseractEnabled 的检测

* 🐛 https://github.com/siyuan-note/siyuan/issues/11709

* https://github.com/siyuan-note/siyuan/pull/11708

修改ocr相关接口

* https://github.com/siyuan-note/siyuan/pull/11708

修改前端相关代码

* Update router.go

* Update router.go

---------

Co-authored-by: Vanessa <lly219@gmail.com>
2024-06-15 17:51:48 +08:00
Yingyi / 颖逸
ba2193403d
Support read-only publish service
* 🎨 kernel supports read-only publishing services

* 🐛 Fix authentication vulnerabilities

* 🎨 Protect secret information

* 🎨 Adjust the permission control

* 🎨 Adjust the permission control

* 🎨 Fixed the vulnerability that `getFile` gets file `conf.json`

* 🎨 Add API `/api/setting/setPublish`

* 🎨 Add API `/api/setting/getPublish`

* 🐛 Fixed the issue that PWA-related files could not pass BasicAuth

* 🎨 Add a settings panel for publishing features

* 📝 Add guide for `Publish Service`

* 📝 Update Japanese user guide

* 🎨 Merge fixed static file services
2024-06-12 21:03:51 +08:00
Daniel
dcb1237af3
🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552 2024-06-10 16:54:43 +08:00
Daniel
22c94e9a68
🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552 2024-06-10 16:53:43 +08:00
Daniel
cb41abb7bd
🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552 2024-06-10 16:50:00 +08:00
Daniel
69d0f20501
🎨 Improve rollback doc file history https://github.com/siyuan-note/siyuan/issues/11575 2024-05-31 12:02:41 +08:00
Daniel
34202540e9
🎨 The keyword search logic in-database is changed from OR to AND https://github.com/siyuan-note/siyuan/issues/11535 2024-05-26 19:48:57 +08:00
Daniel
98e8083122
🐛 Fix NPE https://github.com/siyuan-note/siyuan/issues/11497 2024-05-23 11:30:53 +08:00
Daniel
8479aef270
🎨 Improve database text, email, url and phone field content escaping https://github.com/siyuan-note/siyuan/issues/11489 2024-05-22 22:38:59 +08:00
Daniel
4a29d45a5c
🎨 Improve av name https://github.com/siyuan-note/siyuan/issues/11481 2024-05-20 23:04:24 +08:00
Daniel
373bce9791
♻️ Improve av structure 2024-05-15 00:47:25 +08:00
Daniel
fc1e9154b3
🐛 Opening notebook repeatedly causes reference count to increase https://github.com/siyuan-note/siyuan/issues/11378 2024-05-13 21:30:48 +08:00
Daniel
8cd2fd7718
🎨 Improve data indexing performance when editing doc https://github.com/siyuan-note/siyuan/issues/10976 2024-04-13 00:14:47 +08:00
Daniel
fbce0bbf31
Improve data indexing performance for creating documents Fix https://github.com/siyuan-note/siyuan/issues/11005 2024-04-12 23:55:22 +08:00
Daniel
ee473289d2
🎨 Prevent frontend request pending https://github.com/siyuan-note/siyuan/issues/10992 2024-04-12 20:33:53 +08:00
Daniel
0e8f5b24c4
🎨 Improve data indexing performance when editing doc https://github.com/siyuan-note/siyuan/issues/10976 2024-04-11 22:56:43 +08:00
Daniel
a5ec51a3d1
Reduce disk reads when editing documents https://github.com/siyuan-note/siyuan/issues/10961 2024-04-10 20:49:08 +08:00
Daniel
444f873919
🎨 Improve data indexing 2024-04-10 18:05:15 +08:00