gitea/routers/web/user/setting
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-09-22 13:38:34 +08:00
..
account.go Make LDAP be able to skip local 2FA (#16954) 2021-09-17 12:43:47 +01:00
account_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
adopt.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
applications.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
keys.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
main_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
oauth2.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
profile.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
security.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
security_openid.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
security_twofa.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
security_u2f.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00