gitea/routers/web/user
Gusted 253d9e4158
Remove unnecassary calls to filepath.Join (#17608)
- Partialy resolvess #17596
- Resolves `badCall` errors from go-critic `badCall: suspicious Join on
1 argument`
- When only 1 argument is passed into `filepath.Join`, it won't do
anything special other than `filepath.Clean(...)` will be applied over
it.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
2021-11-15 14:02:53 +08:00
..
setting Remove unnecassary calls to filepath.Join (#17608) 2021-11-15 14:02:53 +08:00
auth_openid.go
auth.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2021-11-11 15:03:30 +08:00
avatar.go
home_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
home.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
main_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
notification.go
oauth_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
oauth.go Add groups scope/claim to OIDC/OAuth2 Provider (#17367) 2021-10-22 17:19:24 +08:00
profile.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2021-11-11 15:03:30 +08:00
task.go Correctly handle failed migrations (#17575) 2021-11-13 19:28:50 +08:00