Commit graph

240 commits

Author SHA1 Message Date
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
Daniel
5e99a37242
Reduce disk reads when editing documents https://github.com/siyuan-note/siyuan/issues/10961 2024-04-10 15:39:00 +08:00
Daniel
616821a090
Reduce disk reads when editing documents https://github.com/siyuan-note/siyuan/issues/10961 2024-04-10 15:38:40 +08:00
Daniel
06a2f3fb5c
Reduce disk reads when editing documents https://github.com/siyuan-note/siyuan/issues/10961 2024-04-10 11:49:35 +08:00
Daniel
de02e66960
Optimize document moving and renaming performance https://github.com/siyuan-note/siyuan/issues/10560 2024-03-19 16:57:38 +08:00
Daniel
9bc6415c6a
Optimize document moving and renaming performance https://github.com/siyuan-note/siyuan/issues/10560 2024-03-19 16:14:10 +08:00
Daniel
426225af96
🎨 Improve rename doc push message 2024-03-18 21:02:40 +08:00
Daniel
6feabe74c8
Improve block indexing performance https://github.com/siyuan-note/siyuan/issues/10624 2024-03-15 22:54:01 +08:00
Daniel
214840e2f4
🎨 Improve ignore indexing 2024-02-03 09:33:36 +08:00
Daniel
2ad1662877
🎨 Support ignore search results https://github.com/siyuan-note/siyuan/issues/10089 2024-01-10 09:48:14 +08:00
Daniel
0d89274eb0
🎨 Support ignore index https://github.com/siyuan-note/siyuan/issues/9198 2024-01-06 20:55:01 +08:00
Daniel
286654cb00
🎨 Add internal kernel API /api/filetree/upsertIndexes and /api/filetree/removeIndexes https://github.com/siyuan-note/siyuan/issues/10079 2024-01-05 20:55:04 +08:00
Daniel
1864d0e4a6
🐛 The parent block field of the blocks under the heading block is calculated incorrectly https://github.com/siyuan-note/siyuan/issues/9869 2024-01-03 17:38:35 +08:00
Daniel
fdb0600dbb
🎨 Improve upload assets to cloud 2024-01-01 16:54:00 +08:00
Daniel
99218f400b
🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958 2024-01-01 01:10:47 +08:00
Daniel
7b16c45c8e
🐛 The doc title image index failed when using notebook-level assets https://github.com/siyuan-note/siyuan/issues/9936 2023-12-20 21:06:46 +08:00