aboutsummaryrefslogtreecommitdiff
path: root/models/auth
AgeCommit message (Expand)Author
2023-03-12Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-03-10Add user webhooks (#21563)KN4CK3R
2023-03-04Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-22Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath
2023-02-20Add scopes to API to create token and display them (#22989)zeripath
2023-01-30Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-20Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-17Support scoped access tokens (#20908)Chongyi Zheng
2023-01-11Replace deprecated Webauthn library (#22400)techknowlogick
2023-01-11Improve utils of slices (#22379)Jason Song
2022-12-22Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2022-11-28Use random bytes to generate access token (#21959)Jason Song
2022-11-28Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-23Add index for access_token (#21908)Jason Song
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-10-27Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-24Record OAuth client type at registration (#21316)M Hickford
2022-10-18Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-10-18Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath
2022-10-09Allow creation of OAuth2 applications for orgs (#18084)qwerty287
2022-09-29Ignore port for loopback redirect URIs (#21293)M Hickford
2022-09-05Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-19Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-08-17Fix panic when an invalid oauth2 name is passed (#20820)Balki
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-08-03Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-07-30WebAuthn CredentialID field needs to be increased in size (#20530)zeripath
2022-06-25Merge remote-tracking branch 'upstream/main'Anthony Wang
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-19Add Person and Repository ActivityPub endpointsAnthony Wang
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-05-11Delete user related oauth stuff on user deletion too (#19677)6543
2022-05-03Fix some slice problems (incorrect slice length) (#19592)Lunny Xiao
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-02-16Attempt to fix the webauthn migration again - part 3 (#18770)zeripath
2022-02-04Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439)Gusted
2022-01-26Use base32 for 2FA scratch token (#18384)wxiaoguang
2022-01-20format with gofumpt (#18184)6543
2022-01-15Webauthn nits (#18284)zeripath
2022-01-14Support webauthn (#17957)Lunny Xiao
2022-01-02Refactor auth package (#17962)Lunny Xiao