Commit Graph

2950 Commits

Author SHA1 Message Date
Yingyi / 颖逸
2bfefbe885
🎨 Authentication supports query parameters token (#9069) 2023-08-29 16:16:33 +08:00
Daniel
40d546e953
🔖 Release v2.10.2 2023-08-29 11:19:26 +08:00
Daniel
00c163c338
⬆️ Upgrade kernel deps 2023-08-28 20:42:20 +08:00
Daniel
77358dfa2e
⬆️ Upgrade kernel deps 2023-08-28 20:39:50 +08:00
Daniel
813328ce74
⬆️ Upgrade kernel deps 2023-08-28 17:29:57 +08:00
Daniel
9612e41cf7
🎨 Limit memory usage of PDF parsing https://github.com/siyuan-note/siyuan/pull/9051 2023-08-27 17:49:21 +08:00
Daniel
f755daee1e
🎨 Limit memory usage of PDF parsing https://github.com/siyuan-note/siyuan/pull/9051 2023-08-27 17:46:23 +08:00
Daniel
06f6534402
🎨 Limit memory usage of PDF parsing https://github.com/siyuan-note/siyuan/pull/9051 2023-08-27 17:46:06 +08:00
Daniel
0ec9a28763
⬆️ Upgrade kernel deps 2023-08-27 17:41:39 +08:00
Daniel
c1924d0a78
⬆️ Upgrade kernel deps 2023-08-27 17:35:31 +08:00
Daniel
d3fa2bc547
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053 2023-08-27 11:17:53 +08:00
Daniel
7d6c101813
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053 2023-08-27 11:13:39 +08:00
Daniel
184b4aa074
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053 2023-08-27 11:12:11 +08:00
Daniel
9cfcec2310
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053 2023-08-27 11:09:37 +08:00
Daniel
b578506ea5
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053 2023-08-27 11:09:19 +08:00
Daniel
fd32668abc
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053 2023-08-27 11:02:36 +08:00
Daniel
4baeeed1ec
🎨 Non-UTF-8 encoded text files are not included in asset file content searching Fix https://github.com/siyuan-note/siyuan/issues/9052 2023-08-27 10:53:48 +08:00
nekrondev
f4e840fae6
feat(assets): improve PDF asset parser performance (#9051)
This commit will change the single-threaded behavior of
PDF parser into multi-threaded worker pool
speeding up PDF parsing into text

Co-authored-by: Heiko Besemann <heiko.besemann@qbeyond.de>
2023-08-26 22:44:14 +08:00
Daniel
0beca364fa
🎨 Add kernel API /api/archive/zip and /api/archive/unzip Fix https://github.com/siyuan-note/siyuan/issues/9028 2023-08-26 22:38:02 +08:00
Daniel
f38cd184dc
🎨 Inline element custom attribute https://github.com/siyuan-note/siyuan/issues/9038 2023-08-25 10:51:40 +08:00
Daniel
84475df22d
🐛 Optimize typography exception in case of task list and heading Fix https://github.com/siyuan-note/siyuan/issues/9035 2023-08-25 00:22:51 +08:00
Yingyi / 颖逸
2f75010785
Add APIs for message broadcast (#9031)
* 🎨 Add API for broadcast

* 🎨 Add API `/api/broadcast/getListenerCount`

* 🎨 Add API GET `/api/broadcast/channels`

* 🎨 Add API POST `/api/broadcast/getChannelInfo`

* Update broadcast.go

* Update broadcast.go
2023-08-23 17:31:59 +08:00
Daniel
c00270cf01
🐛 Unable to open the doc when the block pointed by the scroll position does not exist Fix https://github.com/siyuan-note/siyuan/issues/9030 2023-08-23 10:18:11 +08:00
Daniel
092b8b16ca
🎨 AI Maximum number of Tokens setting value is no longer limited Fix https://github.com/siyuan-note/siyuan/issues/9023 2023-08-23 09:41:15 +08:00
Daniel
5868ae1102
🔖 Release v2.10.1 2023-08-21 21:11:05 +08:00
Daniel
ca73a70112
🎨 Remove asset content indexes when deleting asset files https://github.com/siyuan-note/siyuan/issues/9010 2023-08-20 11:24:11 +08:00
Daniel
2d61568fad
🎨 Remove asset content indexes when deleting asset files https://github.com/siyuan-note/siyuan/issues/9010 2023-08-20 11:22:48 +08:00
Daniel
71f87cfd55
🎨 Improve asset content searching 2023-08-20 11:01:00 +08:00
Daniel
04cf28c962
🎨 Support searching EPUB asset content Fix https://github.com/siyuan-note/siyuan/issues/9000 2023-08-18 16:20:32 +08:00
Daniel
e4fe341026
🎨 An error Failed to create data snapshot is occasionally reported during automatic data sync Fix https://github.com/siyuan-note/siyuan/issues/8998 2023-08-18 11:39:39 +08:00
Daniel
620853575b
🎨 Support searching some plaintext assets content https://github.com/siyuan-note/siyuan/issues/8987 2023-08-17 18:01:11 +08:00
Daniel
89f85a93c4
🎨 Support searching some plaintext assets content https://github.com/siyuan-note/siyuan/issues/8987 2023-08-17 12:14:19 +08:00
Daniel
3b549f46f2
🎨 Support searching PDF asset content https://github.com/siyuan-note/siyuan/pull/8985 2023-08-17 11:58:54 +08:00
nekrondev
19a295e157
Support searching PDF asset content (#8985)
* feat(asset): add PDF parser

* test: changed test function name to match parser

* asset: add separator

* asset: add pdf factory product

* test: remove println

---------

Co-authored-by: Heiko Besemann <heiko.besemann@qbeyond.de>
2023-08-17 11:52:59 +08:00
Daniel
4c5e71be7a
🎨 Improve inline formulas input https://github.com/siyuan-note/siyuan/issues/8972 2023-08-16 23:14:16 +08:00
Daniel
dd7679eac6
🐛 Document duplicated when creating by block reference Fix https://github.com/siyuan-note/siyuan/issues/8981 2023-08-16 11:34:37 +08:00
Daniel
a516f8da2c
⬆️ Upgrade kernel deps 2023-08-15 20:47:56 +08:00
Daniel
d40632cddb
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-15 20:39:08 +08:00
Daniel
2e51a5e30b
🔖 Release v2.10.0 2023-08-15 20:24:24 +08:00
Daniel
29678939f3
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-15 20:16:04 +08:00
Daniel
0fc89a4277
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-15 17:04:34 +08:00
Daniel
4b96ead36a
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-15 16:32:31 +08:00
Daniel
a169b3913a
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-15 16:32:31 +08:00
Daniel
5e1ac8c298
🎨 logging https://github.com/siyuan-note/siyuan/pull/8977 2023-08-15 15:36:03 +08:00
nekrondev
f4f8bde3d1
🎨 fix missing parameters (#8977)
Co-authored-by: Heiko Besemann <heiko.besemann@qbeyond.de>
2023-08-15 15:31:19 +08:00
Daniel
68be7bdfe4
🎨 Improve node parsing 2023-08-15 10:07:28 +08:00
Daniel
9f6d08ac01
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-15 09:34:58 +08:00
Daniel
253b228bb0
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-13 00:17:06 +08:00
Daniel
e66676598f
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-13 00:17:05 +08:00
Daniel
81a02babb5
⬆️ Upgrade kernel deps 2023-08-12 14:17:53 +08:00