Daniel
a8b1b51c96
🎨 Add kernel API /api/filetree/listDocTree
Fix https://github.com/siyuan-note/siyuan/issues/10482
2024-03-05 20:24:23 +08:00
Daniel
83dca3f853
🎨 Database block support specified view https://github.com/siyuan-note/siyuan/issues/10443
2024-03-04 11:51:03 +08:00
Daniel
a02ed0b5cc
🎨 Support listing for invalid block references in the search dialog https://github.com/siyuan-note/siyuan/issues/10396
2024-02-26 11:18:34 +08:00
Daniel
285eb12b48
🎨 Add internal kernel API /api/riff/batchSetRiffCardsDueTime
https://github.com/siyuan-note/siyuan/issues/10423
2024-02-24 22:04:59 +08:00
Daniel
aea30d12f7
🎨 Candidate values of the database relation fields are no longer subject to view filtering https://github.com/siyuan-note/siyuan/issues/10411
2024-02-23 22:22:54 +08:00
Daniel
678f28a37c
🧑💻 Add internal kernel API /api/block/appendDailyNoteBlock
Fix https://github.com/siyuan-note/siyuan/issues/10368
2024-02-18 15:03:20 +08:00
Daniel
11993cab32
🎨 Add internal kernel API /api/attr/batchSetBlockAttrs
https://github.com/siyuan-note/siyuan/issues/10337
2024-02-11 16:58:25 +08:00
Daniel
0dd90ecef6
🎨 Add internal kernel API /api/setting/setEditorReadOnly
https://github.com/siyuan-note/siyuan/issues/10268
2024-01-28 10:13:51 +08:00
Daniel
ce2c774baf
🎨 Support manual purge of unreferenced data snapshots in the S3/WebDAV cloud storage https://github.com/siyuan-note/siyuan/issues/10081
2024-01-24 13:12:25 +08:00
Daniel
43042e8dc2
🎨 Add some database related internal kernel APIs https://github.com/siyuan-note/siyuan/issues/10201
2024-01-18 21:04:08 +08:00
Daniel
6bd04ecb2a
🎨 Add some database related internal kernel APIs https://github.com/siyuan-note/siyuan/issues/10160
2024-01-12 21:24:55 +08:00
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