Commit Graph

90 Commits

Author SHA1 Message Date
微凉
b131ffa224 Merge pull request #145 from S0urceC0der/main
add support for postgresql
2021-09-23 23:00:18 +08:00
微凉
23019bddba 🚧 change platform 2021-09-23 22:54:21 +08:00
S0urceC0der
f39c7e4fce add support for postgresql 2021-09-23 10:02:37 +00:00
微凉
b51b4e083d add proxy 2021-09-04 19:52:56 +08:00
微凉
eefe53ff01 🍃 Optimization download config 2021-08-21 17:10:56 +08:00
微凉
f927c974cf 🐛 update down.go 2021-08-11 18:30:50 +08:00
微凉
905e8f5c73 Merge pull request #122 from Xhofe/dependabot/go_modules/github.com/gin-gonic/gin-1.7.0
⬆️ Bump github.com/gin-gonic/gin from 1.6.3 to 1.7.0
2021-07-27 21:07:12 +08:00
dependabot[bot]
2750c53420 ⬆️ Bump github.com/gin-gonic/gin from 1.6.3 to 1.7.0
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 to 1.7.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.6.3...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-27 12:50:37 +00:00
微凉
5a3231e265 🎊 fix default generate config 2021-07-13 18:17:59 +08:00
微凉
34825e1368 🚧 change video preview api 2021-07-09 23:46:11 +08:00
微凉
32ad062b73 Merge pull request #119 from sihuan/transonly
prohibit preview when download is not allowed
2021-07-07 07:56:35 +08:00
SiHuan
2f24000fb5 prohibit preview when download is not allowed 2021-07-06 19:15:33 +08:00
微凉
5398196575 Merge pull request #118 from sihuan/transonly
支持仅秒传模式
2021-07-06 17:30:20 +08:00
SiHuan
c2ddf2f470 not allow download 2021-07-06 16:22:10 +08:00
微凉
f31fc9155a 🔖 release v1.0.5 v1.0.5 2021-06-30 21:25:27 +08:00
微凉
d3db012dd0 🚡 move response struct 2021-06-30 21:13:29 +08:00
微凉
74b86ef5e5 🔧 修改每次请求文件数量 2021-06-30 19:32:38 +08:00
微凉
6be90429ad 😧 remove sponsor 2021-06-30 11:28:22 +08:00
微凉
a6bbff2199 🎇 创建默认配置文件 2021-05-26 19:14:58 +08:00
微凉
3827d3ed67 Merge pull request #111 from daofeng2015/main
fix:api格式修改,新增加生成默认配置文件
2021-05-26 10:54:38 +08:00
daofeng
e242867f41 fix:api格式修改,新增加生成默认配置文件 2021-05-26 00:50:37 +08:00
微凉
e09a75a87c close #109 文件夹软链接 2021-05-17 16:36:55 +08:00
微凉
e0a80b1477 Update README.md 2021-05-15 22:34:35 +08:00
微凉
d693e27ec0 🔖 release 1.0.4 v1.0.4 2021-05-01 20:42:00 +08:00
微凉
b20f0717fe 🐛 fix: #101 分次请求文件 2021-04-30 19:01:40 +08:00
微凉
427244d8d5 🎇 指定路径与深度rebuild 2021-04-14 13:34:14 +08:00
zsbai
b613598c2b 在线预览视频时间延长到4小时 (#96)
* Update request.go

* Update req_bean.go
2021-04-13 23:37:20 +08:00
微凉
f0013320a6 🔖 release v1.0.3 v1.0.3 2021-04-09 10:45:16 +08:00
微凉
974caf74d9 🔥 只初始化一次client 2021-04-09 10:38:57 +08:00
Hello_海生
0bb02664c7 🐛 fix: #85 修复 x509: certificate signed by unknown authority (#86)
* 修复 x509: certificate signed by unknown authority

* 添加忽略证书验证
2021-04-09 10:30:03 +08:00
微凉
6c5a0cba6e 🐛 修复refresh_token失效时无限刷新的bug v1.0.2 2021-03-31 11:05:39 +08:00
微凉
7e21e12e11 👷 release增加Linux386 2021-03-31 09:08:06 +08:00
微凉
11489d8856 Merge pull request #68 from 122cygf/main
修复了因为Referer导致不能下载的问题
2021-03-31 08:04:51 +08:00
lzz
6d824a4ee9 Update auth.go 2021-03-31 00:23:51 +08:00
lzz
8d74d070d4 Update req_bean.go 2021-03-31 00:21:49 +08:00
Xhofe
77aae6660e 增加视频接口 2021-03-30 10:22:07 +08:00
微凉
76081a81a6 💚 linux_386构建出错 2021-03-21 10:31:53 +08:00
微凉
8760ab283d 💚 linux_386构建出错 2021-03-21 10:23:00 +08:00
微凉
61ab27398c 👷 添加linux386测试 2021-03-21 10:14:59 +08:00
微凉
2e64df7e3d Merge pull request #48 from phoon/main
自定义监听地址配置
2021-03-19 18:45:53 +08:00
Peven
9561f0c951 update conf.yml.example 2021-03-17 18:25:20 +08:00
Peven
03f5a54764 allow to set address in configuration file 2021-03-17 18:08:22 +08:00
微凉
9952c3e90b 💚 版本号 v1.0.1 2021-03-17 13:01:02 +08:00
微凉
d94e319df3 🔖 release v1.0.1 2021-03-17 12:56:47 +08:00
微凉
b51b2deea1 💚 错误的文件名 2021-03-17 11:46:53 +08:00
微凉
7dda701f1e 💚 CI重复ID 2021-03-17 11:40:45 +08:00
微凉
3b93445648 👷 release ci surpoort cgo 2021-03-17 11:34:24 +08:00
微凉
a353081126 🐛 重建时删除不完全 2021-03-16 23:52:41 +08:00
微凉
a5b2f998ab 🎇 支持mysql 2021-03-16 23:15:37 +08:00
微凉
4d0d892ce7 🎇 多盘支持 2021-03-16 21:25:16 +08:00