aboutsummaryrefslogtreecommitdiff
path: root/services/auth
AgeCommit message (Expand)Author
2023-03-10Handle OpenID discovery URL errors a little nicer when creating/editing sourc...zeripath
2023-02-22Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-02-08Map OIDC groups to Orgs/Teams (#21441)KN4CK3R
2023-02-02Fix group filter for ldap source sync (#22506)Pavel Ezhov
2023-01-31Implement actions (#21937)Jason Song
2023-01-17Support scoped access tokens (#20908)Chongyi Zheng
2023-01-11Improve utils of slices (#22379)Jason Song
2022-12-28refactor auth interface to return error when verify failure (#22119)Lunny Xiao
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-10Revert unrelated changes for SMTP auth (#21767)wxiaoguang
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-06SessionUser protection against nil pointer dereference (#21358)Paweł Bogusławski
2022-10-02Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon
2022-09-28Add support for authentication based on reverse proxy email (#19949)Hasnain Lakhani
2022-08-28Share HTML template renderers and create a watcher framework (#20218)zeripath
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-16auth/reverseproxy: Add support for full name (#20776)Will Norris
2022-08-09Fix typo in source (#20723)luzpaz
2022-08-02Rework mailer settings (#18982)Clar Fon
2022-07-12Fix various typos (#20338)luzpaz
2022-07-05EscapeFilter the group dn membership (#20200)zeripath
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-05Implement http signatures support for the API (#17565)Wim
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-05-03Move user password verification after checking his groups on ldap auth (#19587)Gwilherm Folliot
2022-04-29Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet
2022-04-08Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao
2022-03-31Restore user autoregistration with email addresses (#19261)zeripath
2022-03-30Add Package Registry (#16510)KN4CK3R
2022-03-29Move organization related structs into sub package (#18518)Lunny Xiao
2022-03-28Let web and API routes have different auth methods group (#19168)Lunny Xiao
2022-03-23Update HTTP status codes to modern codes (#18063)KN4CK3R
2022-03-22Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang
2022-02-28Fix login with email panic when email is not exist (#18941)Lunny Xiao
2022-02-24Fix ldap user sync missed email in email_address table (#18786)Lunny Xiao
2022-02-20Fix login with email for ldap users (#18800)Lunny Xiao
2022-02-18Fix ldap loginname (#18789)Johan Van de Wauw
2022-02-11Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg
2022-02-01Use `ImagedProvider` for gplus oauth2 provider (#18504)Gusted
2022-01-20Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath
2022-01-20format with gofumpt (#18184)6543
2022-01-14Support webauthn (#17957)Lunny Xiao
2022-01-04Increase Salt randomness (#18179)Gusted
2022-01-02Refactor auth package (#17962)Lunny Xiao
2021-12-20Reset Session ID on login (#18018)zeripath
2021-12-14Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath
2021-12-10Move keys to models/asymkey (#17917)Lunny Xiao
2021-12-10Move repository model into models/repo (#17933)Lunny Xiao