You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cloudreve/models
Aaron Liu 95027e4f5d
refactor(db): move dialects to a standalone pkg
3 years ago
..
dialects refactor(db): move dialects to a standalone pkg 3 years ago
scripts i18n: logs in database script 3 years ago
defaults.go feat(wopi): implement required rest api as a WOPI host 3 years ago
download.go feat(remote download): show download node in list page 3 years ago
download_test.go
file.go fix(fs): cannot delete file while user is deleted (fix #1586) 3 years ago
file_test.go test: delete file while user not found 3 years ago
folder.go
folder_test.go refactor(db): change SQLite driver from github.com/jinzhu/gorm/dialects/sqlite to github.com/glebarez/go-sqlite (#1626) 3 years ago
group.go feat(explorer): advance delete options for users 3 years ago
group_test.go
init.go refactor(db): move dialects to a standalone pkg 3 years ago
migration.go feat(explorer): advance delete options for users 3 years ago
migration_test.go refactor(db): change SQLite driver from github.com/jinzhu/gorm/dialects/sqlite to github.com/glebarez/go-sqlite (#1626) 3 years ago
node.go
node_test.go
policy.go feat(s3): support setting for force using path style endpoint (#1559) 3 years ago
policy_test.go
setting.go
setting_test.go
share.go
share_test.go
source_link.go feat(source link): record downloads for redirected source link 3 years ago
source_link_test.go test(source link): add unit test 3 years ago
tag.go
tag_test.go
task.go
task_test.go
user.go
user_authn.go
user_authn_test.go
user_test.go
webdav.go feat(webdav): add read-only option (#1629) 3 years ago
webdav_test.go