This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/web/user
Lunny Xiao fb3ffeb18d
Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086)
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes

* Remove unnecessary check

* Rename sso -> auth

* remove unused method of Auth interface
2021-06-09 19:53:16 +02:00
..
setting Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
auth.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
auth_openid.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
avatar.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
home.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
home_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
main_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
notification.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
oauth.go Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#16086) 2021-06-09 19:53:16 +02:00
profile.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
task.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00