This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
gitea
Watch
0
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2025-08-14 13:17:20 +02:00
Code
Issues
Activity
gitea
/
services
/
auth
/
source
/
oauth2
History
TheFox0x7
0fde8ecd55
Enable testifylint rules (
#34075
)
...
enable testifylint rules disabled in:
https://github.com/go-gitea/gitea/pull/34054
2025-03-31 01:53:48 -04:00
..
assert_interface_test.go
…
init.go
Make oauth2 code clear. Move oauth2 provider code to their own packages/files (
#32148
)
2024-10-02 08:03:19 +08:00
main_test.go
allow synchronizing user status from OAuth2 login providers (
#31572
)
2024-07-16 20:33:16 +02:00
providers_base.go
…
providers_custom.go
…
providers_openid.go
…
providers_simple.go
…
providers_test.go
allow synchronizing user status from OAuth2 login providers (
#31572
)
2024-07-16 20:33:16 +02:00
providers.go
Fix tautological conditions (
#30735
)
2024-04-30 14:34:40 +02:00
source_authenticate.go
…
source_callout.go
…
source_name.go
…
source_register.go
…
source_sync_test.go
Enable testifylint rules (
#34075
)
2025-03-31 01:53:48 -04:00
source_sync.go
allow synchronizing user status from OAuth2 login providers (
#31572
)
2024-07-16 20:33:16 +02:00
source.go
allow synchronizing user status from OAuth2 login providers (
#31572
)
2024-07-16 20:33:16 +02:00
store.go
fix: Fix to delete cookie when AppSubURL is non-empty (
#30375
)
2024-04-14 12:46:56 +08:00
urlmapping.go
…