gitea/models/user
Lunny Xiao 7a9b01a2dd
Add migrate repo archiver and packages storage support on command line () ()
* Add migrate repo archiver and packages storage support on command line ()

* 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>
..
avatar.go Move almost all functions' parameter db.Engine to context.Context ()
email_address.go Move almost all functions' parameter db.Engine to context.Context ()
email_address_test.go Move tests as seperate sub packages to reduce duplicated file names ()
error.go Move user related model into models/user ()
external_login_user.go add test coverage for original author conversion during migrations ()
follow.go Remove NewSession method from db.Engine interface ()
follow_test.go Move tests as seperate sub packages to reduce duplicated file names ()
list.go Move almost all functions' parameter db.Engine to context.Context ()
main_test.go Move tests as seperate sub packages to reduce duplicated file names ()
openid.go Move almost all functions' parameter db.Engine to context.Context ()
openid_test.go Move tests as seperate sub packages to reduce duplicated file names ()
redirect.go
redirect_test.go Move tests as seperate sub packages to reduce duplicated file names ()
search.go Add migrate repo archiver and packages storage support on command line () ()
setting.go Add config options to hide issue events ()
setting_keys.go Added auto-save whitespace behavior if it changed manually ()
setting_test.go Move tests as seperate sub packages to reduce duplicated file names ()
user.go Only show Followers that current user can access () ()
user_test.go Move tests as seperate sub packages to reduce duplicated file names ()