Commit Graph

190 Commits

Author SHA1 Message Date
Daniel
ae2fb32569
🎨 Add internal kernel API /api/repo/getRepoFile https://github.com/siyuan-note/siyuan/issues/10101 2024-01-08 19:47:17 +08:00
Daniel
3bfbfbc7e9
🎨 Reduce the delay in adding rows in database table view https://github.com/siyuan-note/siyuan/issues/10082 2024-01-07 22:53:05 +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
97012e75c6
🎨 Database block supports export as CSV https://github.com/siyuan-note/siyuan/issues/10072 2024-01-04 11:52:43 +08:00
Daniel
e29b674301
🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958 2023-12-29 09:55:25 +08:00
Daniel
3016d8eb8c
🎨 Add internal kernel API /api/sqlite/flushTransaction https://github.com/siyuan-note/siyuan/issues/10005 2023-12-28 19:31:56 +08:00
Daniel
9403eef8b7
🎨 Add internal kernel API /api/block/foldBlock and /api/block/unfoldBlock https://github.com/siyuan-note/siyuan/issues/9962 2023-12-24 16:19:52 +08:00
Daniel
c916cd0c23
🎨 Add Relation and Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9888 2023-12-23 17:17:47 +08:00
Daniel
62e92c0e6b
🎨 Add Relation and Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9888 2023-12-23 12:04:54 +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
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
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
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
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
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 / 颖逸
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
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
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
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
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
121d33e74d
🎨 Improve handling of copy block ref when including images https://github.com/siyuan-note/siyuan/issues/9317 2023-09-30 17:56:47 +08:00
Daniel
5a9a4a1ece
🎨 Physically delete a workspace on the mobile https://github.com/siyuan-note/siyuan/issues/9134 2023-09-08 15:36:11 +08:00
Daniel
4ddef21aa6
🎨 Windows/macOS add a option Settings - About - Access authorization code - Follow system lock screen https://github.com/siyuan-note/siyuan/issues/9087 2023-09-04 09:05:03 +08:00
Daniel
2bdabfe9e7
🐛 Unable to enter the main interface after enabling the kernel read-only mode Fix https://github.com/siyuan-note/siyuan/issues/9086 2023-09-01 20:13:51 +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
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
e66676598f
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-13 00:17:05 +08:00
Daniel
fece4f114e
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-12 11:39:36 +08:00
Daniel
c96e815aa6
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-11 10:28:32 +08:00
Daniel
d168951d34
🎨 Update av 2023-07-31 23:34:36 +08:00
Daniel
85d876e667
🎨 Update av 2023-07-31 23:18:30 +08:00
Daniel
14c270c238
🎨 Better display of attribute view fields in block attribute panel https://github.com/siyuan-note/siyuan/issues/8765 2023-07-30 20:35:03 +08:00
Yingyi / 颖逸
0c7e16e558
🎨 Add API /api/export/exportResources to export files and folders (#8841) 2023-07-28 16:48:17 +08:00
Daniel
8f439494cd
🎨 Add kernel API /api/network/forwardProxy https://github.com/siyuan-note/siyuan/issues/8724 2023-07-10 23:02:38 +08:00
Daniel
df991abe98
🎨 Improve create workspace interaction https://github.com/siyuan-note/siyuan/issues/8700 2023-07-07 18:56:14 +08:00
Daniel
b9c35fd0f5
🎨 Update slogan Refactor your thinking https://github.com/siyuan-note/siyuan/issues/8608 2023-06-24 20:39:55 +08:00
Daniel
41cd90b771
🎨 Support one-click enable/disable of all downloaded plugins https://github.com/siyuan-note/siyuan/issues/8523 2023-06-23 22:47:44 +08:00
Daniel
d54195a943
🎨 Support one-click enable/disable of all downloaded plugins https://github.com/siyuan-note/siyuan/issues/8523 2023-06-23 21:52:23 +08:00
Daniel
b53d210258
🎨 Improve the mouse hove data sync button information on the desktop and browser https://github.com/siyuan-note/siyuan/issues/8521 2023-06-12 10:37:54 +08:00
Daniel
f7818c54b1
🎨 Data synchronization supports the multi-kernel online perception https://github.com/siyuan-note/siyuan/issues/8518 2023-06-11 23:25:47 +08:00
Daniel
558f1cdabc
🎨 Support for listing missing files in Settings - Assets https://github.com/siyuan-note/siyuan/issues/8383 2023-06-04 10:30:19 +08:00
Daniel
1d5365294f
🎨 Marketplace introduction page https://github.com/siyuan-note/siyuan/issues/8324 2023-05-25 10:41:22 +08:00
Daniel
e4229f2bad
🎨 Add kernel API /api/file/renameFile https://github.com/siyuan-note/siyuan/issues/8328 2023-05-23 09:01:37 +08:00