Commit Graph

565 Commits

Author SHA1 Message Date
Daniel
339020a282
🎨 Improve kernel stability https://github.com/siyuan-note/siyuan/issues/9912 2023-12-19 17:04:25 +08:00
Daniel
65f747fbf2
🎨 Enable or disable all CSS and JS code snippets https://github.com/siyuan-note/siyuan/issues/9860 2023-12-18 10:04:42 +08:00
Daniel
9052e4ff92
🎨 Add internal kernel API /api/setting/addVirtualBlockRefInclude and addVirtualBlockRefExclude https://github.com/siyuan-note/siyuan/issues/9909 2023-12-17 22:45:09 +08:00
Daniel
32ce33d0fb
🎨 Add internal kernel API /api/setting/addVirtualBlockRefInclude and addVirtualBlockRefExclude https://github.com/siyuan-note/siyuan/issues/9909 2023-12-17 22:34:35 +08:00
Daniel
65fbfc5a1f
🎨 Find replace supports selecting element types https://github.com/siyuan-note/siyuan/issues/9895 2023-12-17 22:15:02 +08:00
Daniel
23a24b28e6
🎨 Find replace supports selecting element types https://github.com/siyuan-note/siyuan/issues/9895 2023-12-16 23:25:39 +08:00
Daniel
81780c81c8
🎨 Enable or disable all CSS and JS code snippets https://github.com/siyuan-note/siyuan/issues/9860 2023-12-15 10:21:31 +08:00
Daniel
a16fde8ae7
🎨 Add internal kernel API /api/block/getTailChildBlocks https://github.com/siyuan-note/siyuan/issues/9884 2023-12-14 22:56:17 +08:00
Daniel
55f2720868
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-11 00:15:17 +08:00
Daniel
1d54de679f
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-08 21:47:15 +08:00
Daniel
535f72afdb
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-08 20:28:57 +08:00
Daniel
3aa32f7f8d
🎨 Database table view supports paged loading https://github.com/siyuan-note/siyuan/issues/9424 2023-12-06 17:23:09 +08:00
Daniel
802a703486
🎨 Add internal kernel API /api/setting/refreshVirtualBlockRef Fix https://github.com/siyuan-note/siyuan/issues/9829 2023-12-06 16:26:23 +08:00
Daniel
d6765e0303
🎨 Add internal kernel API /api/setting/refreshVirtualBlockRef Fix https://github.com/siyuan-note/siyuan/issues/9829 2023-12-06 16:25:49 +08:00
Daniel
083e9b839b
🎨 Supports multiple views for the database https://github.com/siyuan-note/siyuan/issues/9751 2023-12-01 10:44:10 +08:00
Daniel
4f50a8b06d
🎨 Supports multiple views for the database https://github.com/siyuan-note/siyuan/issues/9751 2023-11-30 20:05:20 +08:00
Daniel
d802980fb7
🎨 Automatically download network assets when the cloud inbox is moved to docs https://github.com/siyuan-note/siyuan/issues/9775 2023-11-29 10:51:17 +08:00
Daniel
a8625ca27d
🎨 Automatically download network assets when the cloud inbox is moved to docs https://github.com/siyuan-note/siyuan/issues/9775 2023-11-29 10:07:52 +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
Yingyi / 颖逸
698a02beb1
🐛 Fix the issue of unparsing PostForm (#9746) 2023-11-26 21:06:46 +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
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
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
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
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
e24a724630
🎨 Query embed block supports executing JavaScript https://github.com/siyuan-note/siyuan/issues/9648 2023-11-18 12:03:22 +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
Daniel
fb92772ae7
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564 2023-11-16 22:54:41 +08:00
Daniel
37b099dfa5
🎨 Support resetting the learning progress of flashcards https://github.com/siyuan-note/siyuan/issues/9564 2023-11-16 11:37:56 +08:00
Daniel
38099e4892
🎨 Add kernel API /api/filetree/getIDsByHPath https://github.com/siyuan-note/siyuan/issues/9654 2023-11-15 09:10:33 +08:00
Daniel
4190c7bf8d
🎨 Copy one cell from Excel/HTML table and paste it using the cell's content https://github.com/siyuan-note/siyuan/issues/9614 2023-11-09 21:54:36 +08:00
Daniel
70c56c8e25
🐛 Notebook data may be corrupted during data synchronization https://github.com/siyuan-note/siyuan/issues/9594 2023-11-06 22:44:06 +08:00
Daniel
5fd8cb121b
🎨 Support search installed plugins https://github.com/siyuan-note/siyuan/issues/9577 2023-11-03 11:26:10 +08:00
Daniel
1455857410
🎨 Support exporting/importing S3 and WebDAV configurations https://github.com/siyuan-note/siyuan/issues/9566 2023-11-02 20:26:47 +08:00
Daniel
960cf3fe04
🎨 Identify the database view whether is a "mirror" https://github.com/siyuan-note/siyuan/issues/9578 2023-11-02 16:25:19 +08:00
Daniel
af6036eefe
🎨 Support exporting/importing S3 and WebDAV configurations https://github.com/siyuan-note/siyuan/issues/9566 2023-11-02 10:29:18 +08:00
Daniel
a952fd7e83
🎨 Support search installed plugins https://github.com/siyuan-note/siyuan/issues/9577 2023-11-02 09:50:59 +08:00
Daniel
cba9f59cfd
🎨 Support exporting/importing S3 and WebDAV configurations https://github.com/siyuan-note/siyuan/issues/9566 2023-11-01 16:05:20 +08:00
Daniel
8ce4c7987b
🎨 Support exporting/importing S3 and WebDAV configurations https://github.com/siyuan-note/siyuan/issues/9566 2023-11-01 16:05:19 +08:00
Daniel
eba283d8b2
🎨 题头图支持资源文件搜索 https://github.com/siyuan-note/siyuan/issues/9524 2023-10-30 15:25:46 +08:00
Daniel
e54641f2c1
🎨 Support Jump to the next block in the parent level on focus status https://github.com/siyuan-note/siyuan/issues/9527 2023-10-28 11:25:46 +08:00
Daniel
fd32095929
🎨 Add data-doc-type and attribute when exporting image and PDF https://github.com/siyuan-note/siyuan/issues/9497 2023-10-25 09:30:23 +08:00
Daniel
dbd829a4a0
🎨 Add data-doc-type and attribute when exporting image and PDF https://github.com/siyuan-note/siyuan/issues/9497 2023-10-25 09:30:03 +08:00
Daniel
8ad15c4d23
🎨 Shallow clone the corresponding database when the template contains database blocks https://github.com/siyuan-note/siyuan/issues/9494 2023-10-24 09:38:33 +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
9f9494a4e7
🎨 The marketplace supports searching https://github.com/siyuan-note/siyuan/issues/8173 2023-10-22 11:04:41 +08:00
Daniel
c597bd2f3d
🎨 Support for modifying Settings - About - API token https://github.com/siyuan-note/siyuan/issues/9448 2023-10-22 10:31:06 +08:00
Daniel
785f467a99
🎨 Adjust workspace name length limit to 32 runes Fix https://github.com/siyuan-note/siyuan/issues/9440 2023-10-16 18:01:32 +08:00