You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/user
Lunny Xiao 7a9b01a2dd
Add migrate repo archiver and packages storage support on command line (#20757) (#20806)
* Add migrate repo archiver and packages storage support on command line (#20757)

* Add migrate repo archiver and packages storage support on command line

* Fix typo

* Use stdCtx

* Use packageblob and fix command description

* Add migrate packages unit tests

* Fix comment year

* Fix the migrate storage command line description

* Update cmd/migrate_storage.go

Co-authored-by: zeripath <art27@cantab.net>

* Update cmd/migrate_storage.go

Co-authored-by: zeripath <art27@cantab.net>

* Update cmd/migrate_storage.go

Co-authored-by: zeripath <art27@cantab.net>

* Fix test

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>

* bug fix

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
3 years ago
..
avatar.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
email_address.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
email_address_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago
error.go Move user related model into models/user (#17781) 3 years ago
external_login_user.go add test coverage for original author conversion during migrations (#18506) 3 years ago
follow.go Remove NewSession method from db.Engine interface (#17577) 3 years ago
follow_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago
list.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
main_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago
openid.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
openid_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago
redirect.go Move EmailAddress & UserRedirect into models/user/ (#17607) 3 years ago
redirect_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago
search.go Add migrate repo archiver and packages storage support on command line (#20757) (#20806) 3 years ago
setting.go Add config options to hide issue events (#17414) 3 years ago
setting_keys.go Added auto-save whitespace behavior if it changed manually (#15566) 3 years ago
setting_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago
user.go Only show Followers that current user can access (#20220) (#20252) 3 years ago
user_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago