Commit graph

27 commits

Author SHA1 Message Date
Oleksandr Redko
b100721fee
♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +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
749ed8a4ac
🎨 If a file with the same name exists during export PDF/Docx, it will be automatically renamed https://github.com/siyuan-note/siyuan/issues/11357 2024-05-12 17:37:32 +08:00
Daniel
27c55b96a4
🎨 Add internal kernel API /api/file/globalCopyFiles https://github.com/siyuan-note/siyuan/issues/10614 2024-03-18 11:17:31 +08:00
Yingyi / 颖逸
4ca62ef701
🎨 Add file access control (#9722) 2023-11-22 22:17:18 +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
cf5948dd1a
🎨 Improve the response status code of kernel API /api/file/getFile https://github.com/siyuan-note/siyuan/pull/9075 2023-08-30 23:47:58 +08:00
Yingyi / 颖逸
baa3ef0bb4
Improve the response status code of kernel API /api/file/getFile (#9075)
* 🎨 Improve the response status code of API `/api/file/getFile`

* refactor: change status code from `204` to `202`
2023-08-30 23:45:24 +08:00
Daniel
6595524640
🧑‍💻 Improve kernel API /api/file/readDir for returning file mod time Fix https://github.com/siyuan-note/siyuan/issues/8945 2023-08-10 10:57:01 +08:00
Yingyi / 颖逸
b45cf73ed8
🎨 API /api/file/readDir support for returning symbolic link information (#8805)
* 🎨 API `/api/file/readDir` response symlink info

* 🎨 distinguish between directory symlink and file symlink
2023-07-22 22:20:24 +08:00
Daniel
938f450097
🎨 Renaming a directory using the kernel API /api/file/renameFile indicates that the file is in use https://github.com/siyuan-note/siyuan/issues/8635 2023-06-29 09:45:52 +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
7b0cfbe0b4
🎨 Kernel API /api/file/* no longer use HTTP status code https://github.com/siyuan-note/siyuan/issues/8329 2023-05-23 09:53:05 +08:00
Daniel
25acbb6929
🎨 Kernel API /api/file/* no longer use HTTP status code https://github.com/siyuan-note/siyuan/issues/8329 2023-05-23 09:17:01 +08:00
Daniel
8c843f8775
🎨 Add kernel API /api/file/renameFile https://github.com/siyuan-note/siyuan/issues/8328 2023-05-23 09:10:06 +08:00
Daniel
0ef094bc44
🎨 Add kernel API /api/file/renameFile https://github.com/siyuan-note/siyuan/issues/8328 2023-05-23 09:08:01 +08:00
Daniel
5a644cff73
🎨 Add kernel API /api/file/renameFile https://github.com/siyuan-note/siyuan/issues/8328 2023-05-23 09:07:17 +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
Liang Ding
6468964bd2
🎨 API putFile modTime param optional 2023-05-08 19:30:03 +08:00
Liang Ding
8545454f74
🐛 API getFile/putFile does not perform read-write lock Fix https://github.com/siyuan-note/siyuan/issues/7832 2023-03-30 19:39:59 +08:00
Liang Ding
14eb29b26c
🎨 提供列出文件 API Fix https://github.com/siyuan-note/siyuan/issues/7765 2023-03-24 11:40:25 +08:00
Liang Ding
d04eacbf9a
🎨 提供删除文件 API Fix https://github.com/siyuan-note/siyuan/issues/7678 2023-03-15 22:19:25 +08:00
Liang Ding
69a9713776
:file: 移除文件锁 https://github.com/siyuan-note/siyuan/issues/6010 2022-09-29 22:25:40 +08:00
Liang Ding
6e754ef190
🎨 桌面端支持导出图片、音频和视频 Fix https://github.com/siyuan-note/siyuan/issues/5693 2022-08-23 23:19:38 +08:00
Liang Ding
505b973c2d
♻️ 日志组件单独抽取项目 https://github.com/siyuan-note/siyuan/issues/5439 2022-07-17 12:37:13 +08:00
Liang Ding
102d9364fd
♻️ 潜在的文件锁问题 https://github.com/siyuan-note/siyuan/issues/5191 2022-06-15 23:56:47 +08:00
Liang Ding
f40ed985e1
❤️ 完整开源界面和内核 https://github.com/siyuan-note/siyuan/issues/5013 2022-05-26 15:18:53 +08:00