1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/routers/web/admin
zeripath ab9bb54144
Add microsoft oauth2 providers (#16544)
* Clean up oauth2 providers

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add AzureAD, AzureADv2, MicrosoftOnline OAuth2 providers

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Apply suggestions from code review

* remove unused Scopes

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-08-05 21:11:08 -04:00
..
admin_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
admin.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
auths.go Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
emails.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
hooks.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
main_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
notice.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
orgs.go Add Visible modes function from Organisation to Users too (#16069) 2021-06-26 20:53:14 +01:00
repos.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
users_test.go Fix source typos (#16374) 2021-07-08 14:55:09 +02:00
users.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00