summaryrefslogtreecommitdiffstats
path: root/models/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong table name (#30557)Lunny Xiao2024-04-231-2/+0
* chore: use errors.New to replace fmt.Errorf with no parameters will much bett...Cheng2024-04-211-1/+2
* Add comment for ContainsRedirectURI about the exact match (#30457)wxiaoguang2024-04-131-0/+5
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+5
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-251-1/+1
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-242-43/+15
* Support SAML authentication (#25165)techknowlogick2024-02-232-15/+43
* Unify password changing and invalidate auth tokens (#27625)KN4CK3R2024-02-041-0/+5
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+1
* Avoid cycle-redirecting user/login page (#28636)wxiaoguang2023-12-301-5/+1
* Fix session key conflict with database keyword (#28613)Lunny Xiao2023-12-271-7/+10
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-072-24/+15
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-245-71/+52
* Fix wrong xorm Delete usage (#27995)Nanguan Lin2023-11-121-1/+1
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-032-37/+21
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-142-15/+15
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-145-0/+60
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-24/+25
* Pre-register OAuth application for tea (#27509)M Hickford2023-10-081-0/+5
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+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