aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth
Commit message (Expand)AuthorAgeFilesLines
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-152-12/+12
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-1413-33/+41
* Extract auth middleware from service (#27028)KN4CK3R2023-09-121-255/+0
* Improve LDAP group config documentation, fixes #21159 (#21227)Sven Seeberg2023-09-051-4/+5
* Remove `Named` interface (#26913)KN4CK3R2023-09-058-21/+4
* Update team invitation email link (#26550)Jack Hay2023-08-311-2/+2
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-3/+4
* Use `object-fit: contain` for oauth2 custom icons (#26493)wxiaoguang2023-08-141-1/+1
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-141-10/+1
* Bump github.com/golang-jwt/jwt to v5 (#25975)harryzcy2023-07-192-2/+5
* Fix SSPI auth panic (#25955)wxiaoguang2023-07-181-2/+2
* Fix the error message when the token is incorrect (#25701)caicandong2023-07-112-24/+41
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-16/+16
* Log the real reason when authentication fails (but don't show the user) (#25414)Lunny Xiao2023-07-031-2/+37
* Change default email domain for LDAP users (#25425)Zettat1232023-06-222-2/+2
* Fix LDAP sync when Username Attribute is empty (#25278)Zettat1232023-06-201-30/+32
* Refactor web package and context package (#25298)wxiaoguang2023-06-183-70/+15
* Use inline SVG for built-in OAuth providers (#25171)silverwind2023-06-133-16/+37
* Modify OAuth login ui and fix display name, iconurl related logic (#25030)HesterG2023-06-086-32/+45
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-231-1/+1
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-18/+34
* Add Alpine package registry (#23714)KN4CK3R2023-05-121-17/+3
* Do not send "registration success email" for external auth sources (#24632)wxiaoguang2023-05-105-15/+0
* Update LDAP filters to include both username and email address (#24547)Gary Moon2023-05-051-5/+5
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-042-4/+2
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-1/+0
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-261-0/+1
* Refactor config provider (#24245)Lunny Xiao2023-04-251-19/+9
* Move code from module to service (#24287)KN4CK3R2023-04-231-0/+182
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-1/+1
* Add new user types `reserved`, `bot`, and `remote` (#24026)techknowlogick2023-04-171-0/+8
* Refactor cookie (#24107)wxiaoguang2023-04-132-12/+9
* Fix accidental overwriting of LDAP team memberships (#24050)sillyguodong2023-04-111-2/+2
* Drop "unrolled/render" package (#23965)wxiaoguang2023-04-081-2/+1
* Don't apply the group filter when listing LDAP group membership if it is empt...zeripath2023-03-291-1/+1
* Handle OpenID discovery URL errors a little nicer when creating/editing sourc...zeripath2023-03-101-0/+4
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-087-245/+291
* Fix group filter for ldap source sync (#22506)Pavel Ezhov2023-02-021-66/+71
* Implement actions (#21937)Jason Song2023-01-312-3/+30
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-0/+4
* Improve utils of slices (#22379)Jason Song2023-01-112-2/+2
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-288-58/+57
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-034-5/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2749-98/+49
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-103-5/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-243-4/+4
* SessionUser protection against nil pointer dereference (#21358)Paweł Bogusławski2022-10-061-0/+4
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-1/+1