aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/source
Commit message (Expand)AuthorAgeFilesLines
* Add Alpine package registry (#23714)KN4CK3R2023-05-121-17/+3
* Do not send "registration success email" for external auth sources (#24632)wxiaoguang2023-05-103-9/+0
* Update LDAP filters to include both username and email address (#24547)Gary Moon2023-05-051-5/+5
* Refactor config provider (#24245)Lunny Xiao2023-04-251-19/+9
* 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
* Fix accidental overwriting of LDAP team memberships (#24050)sillyguodong2023-04-111-2/+2
* 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
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-086-245/+231
* Fix group filter for ldap source sync (#22506)Pavel Ezhov2023-02-021-66/+71
* Improve utils of slices (#22379)Jason Song2023-01-112-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2736-72/+36
* 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
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-1/+1
* 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-201-93/+93
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-4/+3
* 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-294-26/+37
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-293-24/+19
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Fix ldap user sync missed email in email_address table (#18786)Lunny Xiao2022-02-241-1/+2
* Fix ldap loginname (#18789)Johan Van de Wauw2022-02-181-2/+6
* 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-201-6/+4
* format with gofumpt (#18184)65432022-01-207-14/+7
* Support webauthn (#17957)Lunny Xiao2022-01-142-2/+4
* Increase Salt randomness (#18179)Gusted2022-01-041-1/+3
* Refactor auth package (#17962)Lunny Xiao2022-01-0220-109/+109
* Reset Session ID on login (#18018)zeripath2021-12-201-0/+6
* 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 user related model into models/user (#17781)Lunny Xiao2021-11-249-41/+51
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-223-7/+11
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-0/+2
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-2/+3
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-111-2/+19
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-3/+4
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-032-18/+98
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-0/+3
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-264-6/+41
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-266-4/+16