summaryrefslogtreecommitdiffstats
path: root/models/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when the linked account was disactived and list the linked accounts (...Lunny Xiao2024-02-191-3/+7
* Avoid cycle-redirecting user/login page (#28636) (#28658)wxiaoguang2023-12-301-3/+0
* Fix wrong xorm Delete usage(backport for 1.21) (#28002)Nanguan Lin2023-11-121-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-163-64/+34
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-153-42/+45
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+1
* Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597)wxiaoguang2023-08-212-2/+23
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-091-0/+91
* Remove "misc" scope check from public API endpoints (#26134)wxiaoguang2023-07-261-1/+1
* Upgrade go dependencies (#25819)harryzcy2023-07-141-6/+6
* Less naked returns (#25713)65432023-07-071-3/+4
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)Denys Konovalov2023-06-051-8/+0
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-043-187/+276
* Fix 500 error if there is a name conflict when edit authentication source (#2...yp053272023-03-311-1/+8
* Add user webhooks (#21563)KN4CK3R2023-03-102-4/+10
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-222-2/+2
* Add scopes to API to create token and display them (#22989)zeripath2023-02-201-3/+22
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-173-0/+336
* Replace deprecated Webauthn library (#22400)techknowlogick2023-01-112-2/+2
* Improve utils of slices (#22379)Jason Song2023-01-111-2/+2
* Use random bytes to generate access token (#21959)Jason Song2022-11-281-3/+6
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-281-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2711-22/+11
* Add index for access_token (#21908)Jason Song2022-11-231-1/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-122-4/+4
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-242-2/+2
* Record OAuth client type at registration (#21316)M Hickford2022-10-242-25/+37
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-185-1/+41
* Allow creation of OAuth2 applications for orgs (#18084)qwerty2872022-10-091-2/+3
* Ignore port for loopback redirect URIs (#21293)M Hickford2022-09-292-0/+33
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-256-59/+422
* Fix panic when an invalid oauth2 name is passed (#20820)Balki2022-08-171-1/+5
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-162-11/+11
* WebAuthn CredentialID field needs to be increased in size (#20530)zeripath2022-07-302-14/+9
* Add more linters to improve code readability (#19989)Wim2022-06-201-4/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-113/+54
* Delete user related oauth stuff on user deletion too (#19677)65432022-05-111-0/+20
* Fix some slice problems (incorrect slice length) (#19592)Lunny Xiao2022-05-031-1/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-7/+10
* Attempt to fix the webauthn migration again - part 3 (#18770)zeripath2022-02-161-1/+1
* Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439)Gusted2022-02-041-4/+18
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-261-2/+6
* format with gofumpt (#18184)65432022-01-201-7/+7
* Webauthn nits (#18284)zeripath2022-01-152-9/+9
* Support webauthn (#17957)Lunny Xiao2022-01-145-255/+292
* Refactor auth package (#17962)Lunny Xiao2022-01-029-0/+1812