WeidiDeng and GitHub
ad6c6bcd93
feat(webdav): supoort rename in copy and move ( #1774 )
2023-07-18 15:27:56 +08:00
WeidiDeng and GitHub
f4a04ce3c3
fix webdav proppatch ( #1771 )
2023-07-18 15:25:43 +08:00
WeidiDeng and GitHub
4c18e5acd1
webdav兼容nextcloud propset设置修改时间 ( #1710 )
2023-05-24 12:10:03 +08:00
Weidi Deng
1b4eff624d
webdav兼容rclone的nextcloud选项(修改日期和checksum)
2023-04-07 22:16:11 +08:00
WeidiDeng and GitHub
a93ea2cfa0
feat(webdav): add read-only option ( #1629 )
2023-02-07 19:43:28 +08:00
WeidiDeng and GitHub
f89653cea7
feat(static): release static files into memory while startup ( #1471 )
...
* 初始化时解压zip文件读取内存中
* update go.mod
* 更新各种go版本
2022-10-15 09:05:05 +08:00
WeidiDeng and GitHub
846438e3af
graceful 关闭服务器 ( #1416 )
2022-08-22 19:49:19 +08:00
WeidiDeng and GitHub
36b310133c
fix: IP address is empty in unix socket mode ( #1314 )
2022-05-24 11:01:00 +08:00
WeidiDeng and GitHub
3fa1249678
fix: use file extension to search for content-type ( #1313 )
2022-05-24 10:57:20 +08:00
Weidi Deng
024f09f666
修复webdav上传的根目录
2022-04-26 14:37:03 +08:00
Weidi Deng
23bd1389bc
使用archiver对压缩文件进行解压
2022-04-21 16:33:10 +08:00
Weidi Deng
7a3d44451b
precompress embedded frontend. import mholt/archiver.
2022-04-20 19:56:00 +08:00
WeidiDeng and GitHub
8c8ad3e149
Fix: WebDAV cannot move and rename at the same time ( #1056 )
2021-11-22 20:29:45 +08:00
WeidiDeng and GitHub
4b88eacb6a
Remove unnecessary import "C" ( #1048 )
...
There are no C binding in this file. And for users to compile themselves, this line will cause compilation to fail for those who don't need sqlite support.
移除不必要的c binding,使用CGO=0时,这行会导致编译失败。禁用CGO会导致sqlite无法使用,但可以方便编译(不需要安装gcc,跨平台编译方便),这点可以在文档中说明。
2021-11-11 17:45:51 +08:00
WeidiDeng and GitHub
9ff1b47646
fix webdav prop get ( #1023 )
...
修复了displayname为空,potplayer可以正常使用webdav功能
2021-09-27 22:28:36 +08:00