Cloudreve/models
2023-02-08 10:06:24 +08:00
..
dialects refactor(db): move dialects to a standalone pkg 2023-02-08 10:06:24 +08:00
scripts i18n: logs in database script 2022-11-23 18:31:43 +08:00
defaults.go feat(wopi): implement required rest api as a WOPI host 2023-01-09 19:37:46 +08:00
download.go feat(remote download): show download node in list page 2022-10-30 10:45:25 +08:00
download_test.go Test: new database models and middlewares 2021-11-08 20:49:07 +08:00
file.go fix(fs): cannot delete file while user is deleted (fix #1586) 2023-02-07 20:04:53 +08:00
file_test.go test: delete file while user not found 2023-02-07 20:18:13 +08:00
folder.go test: fix failed UT 2022-10-15 09:02:28 +08:00
folder_test.go refactor(db): change SQLite driver from github.com/jinzhu/gorm/dialects/sqlite to github.com/glebarez/go-sqlite (#1626) 2023-02-08 09:53:41 +08:00
group.go feat(explorer): advance delete options for users 2023-02-07 20:08:22 +08:00
group_test.go Modify: travis CI build and test 2020-03-12 08:46:14 +08:00
init.go refactor(db): move dialects to a standalone pkg 2023-02-08 10:06:24 +08:00
migration.go feat(explorer): advance delete options for users 2023-02-07 20:08:22 +08:00
migration_test.go refactor(db): change SQLite driver from github.com/jinzhu/gorm/dialects/sqlite to github.com/glebarez/go-sqlite (#1626) 2023-02-08 09:53:41 +08:00
node.go Feat: aria2 download and transfer in slave node (#1040) 2021-10-31 09:41:56 +08:00
node_test.go Test: newly added sb models 2021-11-09 19:29:56 +08:00
policy.go feat(s3): support setting for force using path style endpoint (#1559) 2022-12-16 16:54:58 +08:00
policy_test.go Test: new changes in model pkg 2022-03-24 20:07:56 +08:00
setting.go fix: deadlock while creating default user in SQLite 2022-04-24 15:16:25 +08:00
setting_test.go Test: new changes in model pkg 2022-03-24 20:07:56 +08:00
share.go i18n: logs in models 2022-09-29 17:40:22 +08:00
share_test.go Test: new database models and middlewares 2021-11-08 20:49:07 +08:00
source_link.go feat(source link): record downloads for redirected source link 2022-10-29 11:08:16 +08:00
source_link_test.go test(source link): add unit test 2022-10-30 09:41:14 +08:00
tag.go i18n: logs in models 2022-09-29 17:40:22 +08:00
tag_test.go Test: new changes in model pkg 2022-03-24 20:07:56 +08:00
task.go i18n: logs in models 2022-09-29 17:40:22 +08:00
task_test.go Test: newly added sb models 2021-11-09 19:29:56 +08:00
user.go fix: text too long for some option field 2022-04-26 19:06:51 +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: new database models and middlewares 2021-11-08 20:49:07 +08:00
webdav.go feat(webdav): add read-only option (#1629) 2023-02-07 19:43:28 +08:00
webdav_test.go Test: newly added sb models 2021-11-09 19:29:56 +08:00