Aaron Liu
|
7cb5e68b78
|
refactor(thumb): thumb logic for slave policy
|
2 years ago |
VigorFox
|
9c58278e08
|
refactor(db): change SQLite driver from github.com/jinzhu/gorm/dialects/sqlite to github.com/glebarez/go-sqlite (#1626)
* sqlite 驱动从 github.com/jinzhu/gorm/dialects/sqlite 改为 github.com/glebarez/go-sqlite,以移除对 cgo 的依赖
* // 兼容已有配置中的 "sqlite3" 配置项
* Update models/init.go: 修改变量名
|
2 years ago |
HFO4
|
644a326580
|
i18n: logs in rest pkgs
|
2 years ago |
Ink33
|
84807be1ca
|
use go:embed for static resources (#1107)
* feat: use go:embed to embed static files
* ci: fix broken test
* docs: update readme.md
* chore: remove statik
* feat: simplify code
Co-authored-by: AaronLiu <abslant@126.com>
|
3 years ago |
HFO4
|
bfb5b34edc
|
Fix: concurrent logging lock / Feat: listen SSL (#287)
|
5 years ago |
HFO4
|
4d70f9fa3e
|
Fix: get execute file path dynamically
|
5 years ago |
Aaron
|
d80446d30f
|
Feat: cross compile script
|
5 years ago |
HFO4
|
68d3131521
|
Feat: cross compile script
|
5 years ago |
HFO4
|
81d6988a50
|
Feat: user register / send activate email
|
5 years ago |
HFO4
|
4c530a26a0
|
Test: pkg/task / Fix: failed test due to policy cache
|
5 years ago |
HFO4
|
8c7e3883ee
|
Feat: handle aria2 download complete
|
5 years ago |
HFO4
|
91e202c7e6
|
Feat: decompression task
|
5 years ago |
HFO4
|
4baddecd8e
|
Fix: ignore data-race detector in onedrive tests
|
5 years ago |
HFO4
|
f3c7263b52
|
Fix: ignore data-race detector in onedrive tests
|
5 years ago |
HFO4
|
7eda63f089
|
Feat: Get file for oss handler
|
5 years ago |
HFO4
|
f8c8604cda
|
Feat: auth middleware for complex request
|
5 years ago |
HFO4
|
bb27d1d587
|
Test: remove test for internal xml package
|
5 years ago |
HFO4
|
c1b02380ac
|
Feat: adapt copy method for WebDAV
|
5 years ago |
HFO4
|
cf9416ef88
|
Feat: archive download and sign temp url
|
5 years ago |
HFO4
|
e871f6e421
|
Feat: HMAC auth and check
|
5 years ago |
HFO4
|
6eff13c80a
|
Test: modified folder methods and filesystem
|
5 years ago |
HFO4
|
56b1ae9f31
|
Modify: use pure tree structure in file system scheme
|
5 years ago |
HFO4
|
5df8f688d1
|
Test: util / filesystem
|
5 years ago |
HFO4
|
fd02425547
|
Feat: move files/directories
|
5 years ago |
HFO4
|
081c92067f
|
Test: delete objects related methods
|
5 years ago |
HFO4
|
93010e3525
|
Feat: delete objects
|
5 years ago |
HFO4
|
0cbbe5bb79
|
Modify: use uri parameter in Get File
|
5 years ago |
HFO4
|
e09294d388
|
Feat: insert file record to database
|
5 years ago |
HFO4
|
e835dafc88
|
Feat: colorful log output for log prefix
|
5 years ago |
HFO4
|
88a543ef74
|
Feat: `{path}` marker in name rule representing the virtual path of the file
|
5 years ago |
HFO4
|
2e9f256462
|
Feat: after uploading finished hook
|
5 years ago |
HFO4
|
99e7eecab7
|
Feat: file upload handler
|
5 years ago |
HFO4
|
79caf635f9
|
Feat: basic file validator
|
5 years ago |
HFO4
|
4309653160
|
Feat: model/policy
|
5 years ago |
HFO4
|
9660d2f9c1
|
Feat: captcha config
|
5 years ago |
HFO4
|
7d4e212d4e
|
Feat: captcha
|
5 years ago |
HFO4
|
c8c85501e4
|
Test: middleware/auth
|
5 years ago |
HFO4
|
943c84320c
|
Feat: Setting model
|
5 years ago |
HFO4
|
f453b3e918
|
Fix: rand seeding error / Test: conf/version and util
|
5 years ago |
HFO4
|
e858cbe2cf
|
Feat: Decide whether to do database migration based on `version.lock`
|
5 years ago |
HFO4
|
ec7ab83d7c
|
Test: conf
|
5 years ago |
HFO4
|
53da4655ad
|
Reading config file
|
5 years ago |
HFO4
|
aca8bde521
|
User model/migrations and gorm init
|
5 years ago |
HFO4
|
2c9e0c1119
|
Testing for controller/main.go
|
5 years ago |