summaryrefslogtreecommitdiffstats
path: root/routers/web/admin/auths.go
Commit message (Expand)AuthorAgeFilesLines
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-5/+0
* Fix 500 error if there is a name conflict when edit authentication source (#2...yp053272023-03-311-2/+4
* Handle OpenID discovery URL errors a little nicer when creating/editing sourc...zeripath2023-03-101-0/+23
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-0/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-101-1/+1
* Rework mailer settings (#18982)Clar Fon2022-08-021-1/+1
* Fix oauth setting list bug (#19682)Lunny Xiao2022-05-111-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-3/+3
* Prevent 500 when there is an error during new auth source post (#19041)zeripath2022-03-101-5/+2
* Fix wrong scopes caused by empty scope input (#19029)wxiaoguang2022-03-081-1/+13
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-0/+2
* Fix OAuth Source Edit Page (#18495)zeripath2022-01-311-0/+3
* Refactor auth package (#17962)Lunny Xiao2022-01-021-44/+44
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-141-1/+5
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-2/+4
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-111-2/+1
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-261-0/+1
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-261-2/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-40/+42
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-0/+1
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-101-0/+1
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-111-1/+3
* Add microsoft oauth2 providers (#16544)zeripath2021-08-051-13/+21
* Refactor: Move login out of models (#16199)zeripath2021-07-241-61/+62
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+410