forgejo/routers/web/user
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package ()
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
..
setting refactor: move from io/ioutil to io and os package () 2021-09-22 13:38:34 +08:00
auth.go refactor: move from io/ioutil to io and os package () 2021-09-22 13:38:34 +08:00
auth_openid.go Make LDAP be able to skip local 2FA () 2021-09-17 12:43:47 +01:00
avatar.go Add Cache-Control to avatar redirects () 2021-09-06 23:05:44 +02:00
home.go Correctly return the number of Repositories for Organizations () 2021-09-01 01:31:42 -04:00
home_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
main_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
notification.go Notifications API: respond with updated notifications () 2021-09-17 19:40:50 -04:00
oauth.go Decoupled code from DefaultSigningKey () 2021-08-27 20:28:00 +01:00
oauth_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
profile.go In Render tolerate not being passed a context () 2021-08-28 21:15:56 +01:00
task.go Add an abstract json layout to make it's easier to change json library () 2021-07-24 18:03:58 +02:00