Commit Graph

500 Commits

Author SHA1 Message Date
Daniel
e02d0daa53
🎨 Improve kernel stability https://github.com/siyuan-note/siyuan/issues/9912 2023-12-20 21:06:46 +08:00
Daniel
106ffb292b
🐛 Blockquote in list turn into paragraph causes internal error https://github.com/siyuan-note/siyuan/issues/9920 2023-12-19 12:30:24 +08:00
Daniel
fd0e44fbf0
🔖 Release v2.11.3 2023-12-19 08:41:02 +08:00
Daniel
fe88ac105d
🎨 Improve database table view template column sorting https://github.com/siyuan-note/siyuan/issues/9914 2023-12-18 19:17:04 +08:00
Daniel
20462f302d
🎨 Add template func pow, powf, log and logf https://github.com/siyuan-note/siyuan/issues/9911 2023-12-18 12:24:39 +08:00
Daniel
8f9ce6e3f0
⬆️ Upgrade database table view 2023-12-14 11:54:27 +08:00
Daniel
c461bad99a
🔖 Release v2.11.2 2023-12-13 21:06:57 +08:00
Daniel
df1d3d13f3
🔖 Revert Release v2.11.2 2023-12-13 16:45:44 +08:00
Daniel
2ba7b00ec1
🔖 Release v2.11.2 2023-12-13 16:45:02 +08:00
Daniel
aaf15c77e0
🎨 OCR no longer blocks document loading https://github.com/siyuan-note/siyuan/issues/9230 2023-12-09 22:11:38 +08:00
Daniel
071f3f9af8
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-08 20:14:26 +08:00
Daniel
8c4adbc48a
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-08 16:40:10 +08:00
Daniel
26e3f6807b
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-08 13:15:52 +08:00
Daniel
bea32e96d5
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-08 13:05:50 +08:00
Daniel
283917a9a8
🎨 OCR no longer blocks document loading https://github.com/siyuan-note/siyuan/issues/9230 2023-12-07 20:40:16 +08:00
Jeffrey Chen
3dc72e25da
Add a template function about date 补充一个日期相关的模板函数 (#9815)
* Update time.go

添加一个与日期相关的模板函数,有「星期天」了

* Update template.go

添加一个日期相关的模板函数
2023-12-06 08:56:00 +08:00
Daniel
b1cea465ac
🎨 Improve file read/write locking https://github.com/siyuan-note/siyuan/issues/9748 2023-12-05 17:51:17 +08:00
Daniel
0f766ecb31
🔖 Release v2.11.1 2023-12-05 09:00:29 +08:00
Daniel
5c5f7da1e6
🎨 Add some template function about date https://github.com/siyuan-note/siyuan/pull/9812 2023-12-04 15:29:21 +08:00
Daniel
c9f90c606e
🐛 File system exception when exporting docs containing ../ hyperlinks to Markdown Fix https://github.com/siyuan-note/siyuan/issues/9779 2023-11-30 12:37:51 +08:00
Daniel
a75abfb811
🔖 Release v2.11.0 2023-11-28 09:48:38 +08:00
Yingyi / 颖逸
4ca62ef701
🎨 Add file access control (#9722) 2023-11-22 22:17:18 +08:00
Daniel
63e65af27c
🎨 Clean code https://github.com/siyuan-note/siyuan/pull/9720 2023-11-22 17:00:46 +08:00
Yingyi / 颖逸
f38c52292b
🐛 Authentication middleware compatible (#9720) 2023-11-22 16:55:44 +08:00
Daniel
08a374825f
🎨 Set the env SIYUAN_ACCESS_AUTH_CODE_BYPASS=true to skip checking access auth code when deploying Docker Fix https://github.com/siyuan-note/siyuan/issues/9709 2023-11-22 08:59:46 +08:00
Daniel
e00d106e09
🎨 Set the env SIYUAN_ACCESS_AUTH_CODE_BYPASS=true to skip checking access auth code when deploying Docker Fix https://github.com/siyuan-note/siyuan/issues/9709 2023-11-22 08:58:59 +08:00
Yingyi / 颖逸
cb016aac14
Improve kernel API authentication (#9702)
* 🎨 Add API `/api/network/echo`

* 🎨 Improve localhost checking

* 🎨 Add `model.CheckReadonly` for some APIs

/api/storage/setLocalStorage
/api/storage/setLocalStorageVal
/api/notebook/openNotebook
/api/notebook/removeNotebook
/api/search/removeTemplate
/api/attr/setBlockAttrs
/api/sync/importSyncProviderS3
/api/sync/importSyncProviderWebDAV
/api/riff/resetRiffCards
/api/snippet/setSnippet
/api/av/setAttributeViewBlockAttr
/api/archive/zip
/api/archive/unzip

* 🎨 Remove `model.CheckReadonly` for some APIs

/api/history/searchHistory
/api/history/getHistoryItems
/api/search/findReplace
/api/block/getParentNextChildID
/api/file/readDir
/api/sync/listCloudSyncDir
/api/asset/getDocImageAssets
/api/template/renderSprig
/api/ai/chatGPT
/api/ai/chatGPTWithAction

* 🎨 improve API `/api/network/echo`
2023-11-21 21:45:44 +08:00
Daniel
fad7f0512c
🔖 Release v2.10.16 2023-11-21 08:34:17 +08:00
Daniel
99b3c7e192
🔖 Release v2.10.15 2023-11-15 09:20:49 +08:00
Yingyi / 颖逸
c90072c3cf
Improve localhost address validation (#9634)
* 🎨 Improv localhost address validation

* 🐛 Compatible with browser extension
2023-11-12 08:52:34 +08:00
Daniel
524776c005
🎨 Supports via environment var SIYUAN_TESSERACT_ENABLED=false to close OCR Fix https://github.com/siyuan-note/siyuan/issues/9619 2023-11-10 11:23:27 +08:00
Daniel
efec2c749e
🎨 Supports via environment var SIYUAN_TESSERACT_ENABLED=false to close OCR Fix https://github.com/siyuan-note/siyuan/issues/9619 2023-11-10 11:17:12 +08:00
Daniel
1e7a45c66d
🐛 The authentication page after startup Alt+M fails https://github.com/siyuan-note/siyuan/issues/9575 2023-11-09 10:52:46 +08:00
Daniel
25c656a88a
🔖 Release v2.10.14 2023-11-08 16:46:38 +08:00
Daniel
7892e0f4be
🔖 Release v2.10.13 2023-10-31 10:29:10 +08:00
Daniel
ccbb095a71
🔖 Release v2.10.12 2023-10-24 10:36:48 +08:00
Daniel
d8bb02fb20
🎨 Remove invisible characters when entering document title https://github.com/siyuan-note/siyuan/issues/9493 2023-10-24 01:36:25 +08:00
Daniel
57066c7dc9
🐛 Problem with initializing workspace error alerts Fix https://github.com/siyuan-note/siyuan/issues/9492 2023-10-23 22:29:04 +08:00
Daniel
09e2e622fc
🔖 Release v2.10.11 2023-10-17 23:03:12 +08:00
Daniel
ffcdb5d398
🐛 SVG images cannot be displayed on some systems https://github.com/siyuan-note/siyuan/issues/9413 2023-10-12 16:37:28 +08:00
Daniel
fd46593815
🔖 Release v2.10.10 2023-10-11 14:55:06 +08:00
Daniel
c8a6f4185e
🔖 Release v2.10.9 2023-10-10 10:18:57 +08:00
Daniel
642d041513
🔖 Release v2.10.8 2023-10-03 13:36:25 +08:00
Daniel
279e17e8b5
🎨 The access authorization code command line parameter must be set when deploying via Docker https://github.com/siyuan-note/siyuan/issues/9328 2023-10-02 22:15:33 +08:00
Daniel
fde1cf4a84
🔖 Release v2.10.7 2023-09-26 15:40:21 +08:00
Daniel
388ab0a352
🎨 Improve data sync network connectivity check Fix https://github.com/siyuan-note/siyuan/issues/9251 2023-09-22 09:24:41 +08:00
Daniel
cd94ce9fb1
🔖 Release v2.10.6 2023-09-19 10:54:05 +08:00
Yingyi / 颖逸
e460f17a8d
🎨 Improve local IP display (#9186) 2023-09-15 19:30:38 +08:00
Daniel
d997382644
🎨 Refactor symlink read 2023-09-13 08:58:25 +08:00
Daniel
736256e26a
🎨 Support for symlinked theme folder when exporting HTML https://github.com/siyuan-note/siyuan/issues/9173 2023-09-13 08:54:29 +08:00