Commit graph

27 commits

Author SHA1 Message Date
Daniel
e334478214
🎨 Improve WebDAV/S3 data sync request timeout settings https://github.com/siyuan-note/siyuan/issues/12734 2024-10-08 17:14:47 +08:00
Oleksandr Redko
b100721fee
♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
Daniel
c86ed9bd59
🎨 Improve marketplace loading when offline https://github.com/siyuan-note/siyuan/issues/12050 2024-08-11 10:01:02 +08:00
Yingyi / 颖逸
ba2193403d
Support read-only publish service
* 🎨 kernel supports read-only publishing services

* 🐛 Fix authentication vulnerabilities

* 🎨 Protect secret information

* 🎨 Adjust the permission control

* 🎨 Adjust the permission control

* 🎨 Fixed the vulnerability that `getFile` gets file `conf.json`

* 🎨 Add API `/api/setting/setPublish`

* 🎨 Add API `/api/setting/getPublish`

* 🐛 Fixed the issue that PWA-related files could not pass BasicAuth

* 🎨 Add a settings panel for publishing features

* 📝 Add guide for `Publish Service`

* 📝 Update Japanese user guide

* 🎨 Merge fixed static file services
2024-06-12 21:03:51 +08:00
Daniel
fa49681cd9
🎨 https://ld246.com/article/1708684037961 2024-03-25 10:23:48 +08:00
Daniel
739e0754ba
🎨 Improve data sync cloud storage availability check logic https://github.com/siyuan-note/siyuan/pull/10206 2024-01-17 16:58:11 +08:00
Daniel
77db5c6ca2
🎨 Improve data sync cloud storage availability check logic https://github.com/siyuan-note/siyuan/pull/10206 2024-01-17 16:51:01 +08:00
pinghe
9c703d0016
Improved url online checking logic (#10206)
Improved url online checking logic. When 401 is returned, it can also be recognized as online
2024-01-17 16:48:51 +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
Yingyi / 颖逸
c90072c3cf
Improve localhost address validation (#9634)
* 🎨 Improv localhost address validation

* 🐛 Compatible with browser extension
2023-11-12 08:52:34 +08:00
Daniel
388ab0a352
🎨 Improve data sync network connectivity check Fix https://github.com/siyuan-note/siyuan/issues/9251 2023-09-22 09:24:41 +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
Liang Ding
516276db49
🎨 Data sync connectivity check supports redirection Fix https://github.com/siyuan-note/siyuan/issues/8264 2023-05-16 09:09:48 +08:00
Liang Ding
635eb66da9
🎨 Improve network online check of data sync Fix https://github.com/siyuan-note/siyuan/issues/7890 2023-04-05 19:54:13 +08:00
Liang Ding
388e9cdf03
🎨 Add retry to improve network check 2023-04-04 10:22:58 +08:00
Liang Ding
f87f27b352
🎨 Add retry to improve network check 2023-04-04 10:21:34 +08:00
Liang Ding
4fa0c283ff
🐛 S3 synchronization online check not using configured endpoint Fix https://github.com/siyuan-note/siyuan/issues/7831 2023-03-30 18:17:14 +08:00
Liang Ding
05daece0d1
🎨 Use Endpoint for network connectivity checks when syncing with third-party cloud providers https://github.com/siyuan-note/siyuan/issues/7805 2023-03-29 14:43:02 +08:00
Liang Ding
bdf621f8c5
🎨 Support configuration of cloud provider connectivity check URL https://github.com/siyuan-note/siyuan/issues/7805 2023-03-29 14:20:19 +08:00
Liang Ding
34483709ab
🎨 网络连通状态日志 2023-03-23 19:42:13 +08:00
Liang Ding
c8ae0a360f
🎨 网络没有连通时记录日志 2023-03-23 09:00:56 +08:00
Liang Ding
346ce6edd0
检查互联网连通性时将 www.baidu.com 排在第一个 2023-02-08 09:40:07 +08:00
Liang Ding
f37678a98b
🎨 内核 API 校验 ID 格式 Fix https://github.com/siyuan-note/siyuan/issues/7228 2023-02-02 11:06:56 +08:00
Liang Ding
bdab8961b3
🎨 数据同步前先判断网络连通性 Fix https://github.com/siyuan-note/siyuan/issues/7156 2023-01-24 15:51:37 +08:00
Liang Ding
7a3755daa1
🎨 调整网络请求超时为 30s Fix https://github.com/siyuan-note/siyuan/issues/6791
设置代理切换时不再需要重启 https://github.com/siyuan-note/siyuan/issues/6787
2022-12-06 00:37:46 +08:00
Liang Ding
74453a20bb
🎨 调整网络请求超时为 30s Fix https://github.com/siyuan-note/siyuan/issues/6791
设置代理切换时不再需要重启 https://github.com/siyuan-note/siyuan/issues/6787
2022-12-05 22:59:59 +08:00
Liang Ding
f38e053702
🐛 S3/WebDAV 数据同步无法使用代理 Fix https://github.com/siyuan-note/siyuan/issues/6695 2022-11-24 11:00:58 +08:00
Renamed from kernel/util/web.go (Browse further)