0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-30 19:44:09 +01:00
gitea/cmd
Lunny Xiao 5842a55b31
Move login related structs and functions to models/login (#17093)
* Move login related structs and functions to models/login

* Fix test

* Fix lint

* Fix lint

* Fix lint of windows

* Fix lint

* Fix test

* Fix test

* Only load necessary fixtures when preparing unit tests envs

* Fix lint

* Fix test

* Fix test

* Fix error log

* Fix error log

* Fix error log

* remove unnecessary change

* fix error log

* merge main branch
2021-09-24 19:32:56 +08:00
..
admin.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
admin_auth_ldap.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
admin_auth_ldap_test.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
cert.go
cmd.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
convert.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
docs.go
doctor.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
dump.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
dump_repo.go
embedded.go
embedded_stub.go
generate.go
hook.go
hook_test.go
keys.go
mailer.go
manager.go
migrate.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
migrate_storage.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
restore_repo.go
serv.go
web.go
web_graceful.go
web_letsencrypt.go