Commit graph

6316 commits

Author SHA1 Message Date
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
Vanessa
01fc87c152 🎨 https://github.com/siyuan-note/siyuan/issues/9567 2023-11-24 00:19:20 +08:00
Vanessa
27b370133d Merge remote-tracking branch 'origin/dev' into dev 2023-11-24 00:01:16 +08:00
Vanessa
ddcd38cb2e 🎨 https://github.com/siyuan-note/siyuan/issues/9567 2023-11-24 00:00:57 +08:00
Daniel
6e91b2cd8b
🎨 Update block attr 2023-11-23 23:49:49 +08:00
Vanessa
f2766ede4c 🎨 https://github.com/siyuan-note/siyuan/issues/9567 2023-11-23 23:45:54 +08:00
zxhd863943427
59f1e155e6
run js enhance (#9729) 2023-11-23 23:06:55 +08:00
Vanessa
5422bc4ffb 🎨 fix https://github.com/siyuan-note/siyuan/issues/9730 2023-11-23 22:46:41 +08:00
Vanessa
3932d1cf0c 🎨 fix https://github.com/siyuan-note/siyuan/issues/9728 2023-11-23 17:48:35 +08:00
Vanessa
7cc07198bf Merge remote-tracking branch 'origin/dev' into dev 2023-11-23 17:37:56 +08:00
Vanessa
d763a9b14b 🎨 https://github.com/siyuan-note/siyuan/issues/9648 2023-11-23 17:37:44 +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
Vanessa
0157b63a0d 🎨 https://github.com/siyuan-note/siyuan/issues/9648 2023-11-23 16:41:17 +08:00
Daniel
71abb2a483
♻️ Upgrade Electron v27.1.2 https://github.com/siyuan-note/siyuan/issues/9705 2023-11-23 11:42:56 +08:00
Vanessa
69a795b99b 🎨 fix https://github.com/siyuan-note/siyuan/issues/9725 2023-11-23 11:35:26 +08:00
Vanessa
22a1339079 🎨 fix https://github.com/siyuan-note/siyuan/issues/9714 2023-11-22 17:14:27 +08:00
Vanessa
72752f441a 🎨 fix https://github.com/siyuan-note/siyuan/issues/9695 2023-11-22 16:47:41 +08:00
Vanessa
82a0932102 🎨 fix https://github.com/siyuan-note/siyuan/issues/9718 2023-11-22 16:27:33 +08:00
Vanessa
62f30ca856 Merge remote-tracking branch 'origin/dev' into dev 2023-11-22 16:18:43 +08:00
Vanessa
ccb95c7132 🐛 fix https://github.com/siyuan-note/siyuan/issues/9717 2023-11-22 16:18:32 +08:00
Daniel
da8514c1ef
🎨 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 16:08:11 +08:00
Vanessa
1a2bc5208e 🎨 fix https://github.com/siyuan-note/siyuan/issues/9716 2023-11-22 12:17:55 +08:00
Vanessa
6f39936bb0 💄 fix https://ld246.com/article/1700557794440/comment/1700560058080#comments 2023-11-22 12:02:32 +08:00
Vanessa
8eeb73d283 💄 2023-11-22 11:50:16 +08:00
Vanessa
0c41133a2e ♻️ 2023-11-22 11:32:28 +08:00
Vanessa
56a10d7e9b Merge remote-tracking branch 'origin/dev' into dev 2023-11-22 11:30:17 +08:00
Vanessa
a477b70c6d 🎨 fix https://github.com/siyuan-note/siyuan/issues/9648 2023-11-22 11:30:06 +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
Vanessa
67128f2ef2 Merge remote-tracking branch 'origin/dev' into dev 2023-11-22 09:46:17 +08:00
Vanessa
fffc5a56e8 🎨 fix https://github.com/siyuan-note/siyuan/issues/9685 2023-11-22 09:46:06 +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
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
Vanessa
70b3406e03 🐛 https://ld246.com/article/1700535997206 2023-11-21 17:31:57 +08:00
Daniel
c664dccc6c
♻️ Upgrade Electron v27.1.0 https://github.com/siyuan-note/siyuan/issues/9705 2023-11-21 16:43:27 +08:00
Daniel
5cbc36db8e
🔖 Release v2.10.16 2023-11-21 09:51:04 +08:00
Daniel
fad7f0512c
🔖 Release v2.10.16 2023-11-21 08:34:17 +08:00
Vanessa
9a959738d2 ♻️ aria label https://ld246.com/article/1700484244170 2023-11-20 22:53:38 +08:00
Vanessa
65fd666995 🎨 fix https://ld246.com/article/1700484244170 2023-11-20 22:46:40 +08:00
Vanessa
686b3fc18f 🎨 fix https://github.com/siyuan-note/siyuan/issues/9700 2023-11-20 22:38:18 +08:00
Vanessa
ef1fdbf9c8 Merge remote-tracking branch 'origin/dev' into dev 2023-11-20 22:36:24 +08:00
Vanessa
0c04941edc 🎨 fix https://github.com/siyuan-note/siyuan/issues/9700 2023-11-20 22:35:58 +08:00
Daniel
979f832a26
💬 Update text 2023-11-20 21:51:33 +08:00
Daniel
2a5c9c3feb
📝 Update changelogs 2023-11-20 21:48:16 +08:00
Daniel
72aca7e9e3
📝 Update changelogs 2023-11-20 21:37:39 +08:00
Daniel
f38dc1281a
🎨 Update data sync notes in the user guide https://github.com/siyuan-note/siyuan/issues/9699 2023-11-20 21:35:38 +08:00
Daniel
e11c720944
📝 Update changelogs 2023-11-20 21:12:31 +08:00
Vanessa
b8eec1bd34 🚨 2023-11-20 12:28:20 +08:00
Vanessa
dc5551aea8 🎨 attr https://github.com/siyuan-note/siyuan/issues/9667 2023-11-20 12:27:20 +08:00
Vanessa
53b7f45175 Merge remote-tracking branch 'origin/dev' into dev 2023-11-20 12:07:18 +08:00
Vanessa
837ff71276 🎨 filter https://github.com/siyuan-note/siyuan/issues/9667 2023-11-20 12:06:55 +08:00