index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
auth
/
oauth2.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Less naked returns (#25713)
6543
2023-07-07
1
-3
/
+4
*
Add ability to set multiple redirect URIs in OAuth application UI (#25072)
Denys Konovalov
2023-06-05
1
-8
/
+0
*
Use minio/sha256-simd for accelerated SHA256 (#23052)
zeripath
2023-02-22
1
-1
/
+1
*
Improve utils of slices (#22379)
Jason Song
2023-01-11
1
-2
/
+2
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-11-12
1
-2
/
+2
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-1
/
+1
*
Record OAuth client type at registration (#21316)
M Hickford
2022-10-24
1
-24
/
+35
*
Make every not exist error unwrappable to a fs.ErrNotExist (#20891)
zeripath
2022-10-18
1
-1
/
+11
*
Allow creation of OAuth2 applications for orgs (#18084)
qwerty287
2022-10-09
1
-2
/
+3
*
Ignore port for loopback redirect URIs (#21293)
M Hickford
2022-09-29
1
-0
/
+13
*
Fix panic when an invalid oauth2 name is passed (#20820)
Balki
2022-08-17
1
-1
/
+5
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
1
-4
/
+4
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-97
/
+37
*
Delete user related oauth stuff on user deletion too (#19677)
6543
2022-05-11
1
-0
/
+20
*
Fix some slice problems (incorrect slice length) (#19592)
Lunny Xiao
2022-05-03
1
-1
/
+1
*
Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439)
Gusted
2022-02-04
1
-4
/
+18
*
Refactor auth package (#17962)
Lunny Xiao
2022-01-02
1
-0
/
+564