Commit Graph

3372 Commits

Author SHA1 Message Date
Daniel
a75abfb811
🔖 Release v2.11.0 2023-11-28 09:48:38 +08:00
Daniel
eda3deafb3
🎨 Only HTML code wrapped in <div> is supported to be parsed into HTML blocks https://github.com/siyuan-note/siyuan/issues/9758 2023-11-27 23:10:21 +08:00
Daniel
fd1211a6a9
🎨 In production mode, data reset warning pops up when editing data in the user guide https://github.com/siyuan-note/siyuan/issues/9757 2023-11-27 22:33:43 +08:00
Yingyi / 颖逸
4679d6011e
API /api/network/echo supports echoing files in multipart/form-data (#9756)
* 🐛 Fix the issue of unparsing `PostForm`

* 🎨 API `/api/network/echo` supports echoing files in `multipart/form-data`
2023-11-27 22:08:43 +08:00
Daniel
fac371dd38
🎨 Improve data repo index purging prompt 2023-11-27 17:26:02 +08:00
Yingyi / 颖逸
698a02beb1
🐛 Fix the issue of unparsing PostForm (#9746) 2023-11-26 21:06:46 +08:00
Daniel
2f2abf0eff
🎨 Improve data sync perception when data merging https://github.com/siyuan-note/siyuan/issues/9740 2023-11-25 17:13:59 +08:00
Daniel
3c755b1864
🎨 Proxy setting sometimes cancel requests https://github.com/siyuan-note/siyuan/issues/9725 2023-11-24 21:47:51 +08:00
Daniel
b1985eac74
🎨 Proxy setting sometimes cancel requests https://github.com/siyuan-note/siyuan/issues/9725 2023-11-24 21:43:37 +08:00
Daniel
1bab5429ac
🎨 Improve index verification taskbar push message https://github.com/siyuan-note/siyuan/issues/9739 2023-11-24 21:18:09 +08:00
Daniel
4d9a432f9c
🎨 Improve processing when copying and pasting plain text contains escape char Fix https://github.com/siyuan-note/siyuan/issues/9727 2023-11-24 20:57:55 +08:00
Daniel
933b71bca9
🎨 Improve processing when copying and pasting plain text contains escape char Fix https://github.com/siyuan-note/siyuan/issues/9727 2023-11-24 20:56:46 +08:00
Daniel
69b0d90dcd
🎨 Improve processing when copying and pasting plain text contains escape char Fix https://github.com/siyuan-note/siyuan/issues/9727 2023-11-24 19:51:37 +08:00
Daniel
4a8c32f649
🎨 Add internal kernel API /api/search/updateEmbedBlock https://github.com/siyuan-note/siyuan/issues/9736 2023-11-24 17:37:34 +08:00
Daniel
47df3f8b3d
⬆️ Upgrade kernel deps 2023-11-24 17:32:49 +08:00
Daniel
80b68e6eb9
🎨 Add ial for building embed block 2023-11-24 12:44:51 +08:00
Daniel
59dcc2637a
🎨 Support doc/snapshot history for database table view https://github.com/siyuan-note/siyuan/issues/9567 2023-11-24 00:20:00 +08:00
Daniel
faeaec707d
🎨 Support doc/snapshot history for database table view https://github.com/siyuan-note/siyuan/issues/9567 2023-11-24 00:07:58 +08:00
Daniel
66211b2f3f
🎨 Support doc/snapshot history for database table view https://github.com/siyuan-note/siyuan/issues/9567 2023-11-23 22:58:56 +08:00
Daniel
9b831b967a
🎨 Support doc/snapshot history for database table view https://github.com/siyuan-note/siyuan/issues/9567 2023-11-23 22:10:25 +08:00
Daniel
ad23d018a8
⬆️ Upgrade kernel deps 2023-11-23 22:10:25 +08:00
Daniel
94380db8cd
🎨 Improve processing when copying and pasting plain text contains escape char Fix https://github.com/siyuan-note/siyuan/issues/9727 2023-11-23 17:19:04 +08:00
Daniel
183621ea00
🎨 Sort by Due asc on the flashcard management UI https://github.com/siyuan-note/siyuan/pull/9673#issuecomment-1823003087 2023-11-23 11:38:06 +08:00
Daniel
bf6ff5bc32
🎨 The data history of a database view should follow the doc history and data snapshot https://github.com/siyuan-note/siyuan/issues/9567 2023-11-23 11:22:35 +08:00
Yingyi / 颖逸
4ca62ef701
🎨 Add file access control (#9722) 2023-11-22 22:17:18 +08:00
Daniel
f5205d846c
🎨 List file/asset history following the limit of editor history retention days https://github.com/siyuan-note/siyuan/issues/9723 2023-11-22 22:11:56 +08:00
Daniel
e0d0c5c4d5
🎨 List file/asset history following the limit of editor history retention days https://github.com/siyuan-note/siyuan/issues/9723 2023-11-22 21:51:59 +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
1e9a00a039
⬆️ Upgrade kernel deps 2023-11-22 16:48:54 +08:00
Daniel
5c182e2ea7
Improve database table view update time column rendering performance https://github.com/siyuan-note/siyuan/issues/9719 2023-11-22 16:48:53 +08:00
Daniel
4642dd6190
🐛 Inline memos cannot be searched Fix https://github.com/siyuan-note/siyuan/issues/9710 2023-11-22 10:03:50 +08:00
Daniel
52943932e9
🎨 If the data repo indexing time is greater than 12s, prompt user to purge the data repo https://github.com/siyuan-note/siyuan/issues/9613 2023-11-22 09:15:50 +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
3294cb9281
⬆️ Upgrade kernel deps 2023-11-20 22:34:22 +08:00
Daniel
c40605df72
⬆️ Upgrade kernel deps 2023-11-20 22:33:14 +08:00
Daniel
9dfc35e1ac
🎨 Supports configuring data sync index time-consuming prompts https://github.com/siyuan-note/siyuan/issues/9698 2023-11-20 21:11:28 +08:00
Daniel
a54dd12533
🎨 Add index serving log 2023-11-20 17:50:39 +08:00
Daniel
7ab6d6c3f8
⬆️ Upgrade kernel deps 2023-11-20 16:45:23 +08:00
Daniel
98c724b16d
🎨 Improve checking local data chunk integrity before data sync https://github.com/siyuan-note/siyuan/issues/9688 2023-11-19 14:56:51 +08:00
Daniel
e24a724630
🎨 Query embed block supports executing JavaScript https://github.com/siyuan-note/siyuan/issues/9648 2023-11-18 12:03:22 +08:00
Daniel
20094b0f43
🎨 Improve Quit the application on the auth page https://github.com/siyuan-note/siyuan/issues/9680 2023-11-18 11:14:59 +08:00
Daniel
b894c7b300
🎨 Kernel API /api/query/sql support || operator https://github.com/siyuan-note/siyuan/issues/9662 2023-11-17 21:13:39 +08:00
Daniel
422b8fdecd
🎨 Kernel API /api/query/sql support || operator https://github.com/siyuan-note/siyuan/issues/9662 2023-11-17 21:11:42 +08:00
Daniel
0bc3332db2
🎨 Inline formulas and memo support preserving line breaks Fix https://github.com/siyuan-note/siyuan/issues/9664 2023-11-17 20:52:56 +08:00
Daniel
5091542629
🎨 Improve heading2doc/li2doc sorting Fix https://github.com/siyuan-note/siyuan/issues/9668 2023-11-17 17:26:28 +08:00
Daniel
7f4b7a4844
🎨 Creating a dailynote no longer switches between multiple windows https://github.com/siyuan-note/siyuan/issues/9669 2023-11-17 12:06:31 +08:00