summaryrefslogtreecommitdiffstats
path: root/services/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for authentication based on reverse proxy email (#19949)Hasnain Lakhani2022-09-281-8/+52
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-283-12/+7
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-11/+10
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-161-2/+8
* Fix typo in source (#20723)luzpaz2022-08-091-2/+2
* Rework mailer settings (#18982)Clar Fon2022-08-023-5/+5
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* EscapeFilter the group dn membership (#20200)zeripath2022-07-051-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-202-94/+94
* Implement http signatures support for the API (#17565)Wim2022-06-051-0/+217
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-205-7/+6
* Move user password verification after checking his groups on ldap auth (#19587)Gwilherm Folliot2022-05-031-8/+8
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-296-41/+61
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-10/+0
* Restore user autoregistration with email addresses (#19261)zeripath2022-03-311-29/+39
* Add Package Registry (#16510)KN4CK3R2022-03-302-1/+6
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-293-24/+19
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-284-78/+24
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1