Cloudreve/models
chauncey 959e1f2576
fixed: webdav 上传接受图片时不生成缩略图的问题 (#779)
* fix:修复webdav上传图片时无缩略图问题

* 修改 Trim 为 TrimRight

* 1.增加图片生成缩略图时自动识别EXIF信息并存储到数据库

2.修改迁移配置、manage 接口返回文件增加 exif 信息字段

3.计划任务增加自动识别将经纬度转换为文本地址任务

* 变更assets

* fix:修复前端页面合并遗留bug

* 1. 将获取更新EXIF地址的文件列表函数更名为 GetEmptyLocationFilesByPage

2.页面API展示列表接口增加过滤默认空时间

* update assets
2021-03-10 22:44:29 -08:00
..
scripts Test: user storage calibration script 2020-12-06 16:50:08 +08:00
download.go Fix: incorrect attr column type in download table 2020-12-08 19:55:23 +08:00
download_test.go Feat: delete aria2 record in client side (#335) 2020-11-23 19:24:56 +08:00
file.go fixed: webdav 上传接受图片时不生成缩略图的问题 (#779) 2021-03-10 22:44:29 -08:00
file_test.go Test: model.Tags / modifications 2020-02-12 13:19:25 +08:00
folder.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
folder_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
group.go Modify: clean modals 2020-03-11 15:22:21 +08:00
group_test.go Modify: travis CI build and test 2020-03-12 08:46:14 +08:00
init.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
migration.go fixed: webdav 上传接受图片时不生成缩略图的问题 (#779) 2021-03-10 22:44:29 -08:00
migration_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
policy.go Feat: using custom reverse proxying in OneDrive file downloading 2020-12-08 17:30:22 +08:00
policy_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
setting.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
setting_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
share.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
share_test.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
tag.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
tag_test.go Test: model.Tags / modifications 2020-02-12 13:19:25 +08:00
task.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
task_test.go Test: WebDAV model 2020-02-21 11:32:59 +08:00
user.go 注册帐号时,如果尚未验证,再发一次验证信 (#765) 2021-03-02 12:43:14 +08:00
user_authn.go Comply with Golang semantic import versioning (#630) 2020-11-21 17:34:55 +08:00
user_authn_test.go Test: WebDAV model 2020-02-21 11:32:59 +08:00
user_test.go Test: #765 2021-03-02 12:45:54 +08:00
webdav.go Feat: WebDAV account management 2020-02-18 12:10:28 +08:00
webdav_test.go Test: WebDAV model 2020-02-21 11:32:59 +08:00