aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Fix login with email panic when email is not exist (#18941)Lunny Xiao2022-02-281-1/+1
* Fix ldap user sync missed email in email_address table (#18786)Lunny Xiao2022-02-241-1/+2
* Fix login with email for ldap users (#18800)Lunny Xiao2022-02-201-1/+1
* Fix ldap loginname (#18789)Johan Van de Wauw2022-02-182-6/+11
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-116-27/+244
* Use `ImagedProvider` for gplus oauth2 provider (#18504)Gusted2022-02-011-2/+2
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-202-7/+5
* format with gofumpt (#18184)65432022-01-2013-25/+15
* Support webauthn (#17957)Lunny Xiao2022-01-143-3/+8
* Increase Salt randomness (#18179)Gusted2022-01-041-1/+3
* Refactor auth package (#17962)Lunny Xiao2022-01-0225-129/+129
* Reset Session ID on login (#18018)zeripath2021-12-202-1/+16
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-144-16/+37
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-102-10/+10
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-105-10/+5
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-2/+1