gitea/routers/web/admin
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 Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
admin_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
auths.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
emails.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
hooks.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
main_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
notice.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
orgs.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
repos.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
users.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
users_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00