aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/source/ldap/source_authenticate.go
Commit message (Expand)AuthorAgeFilesLines
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-041-2/+3
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-3/+2
* Unify user update methods (#28733)KN4CK3R2024-02-041-9/+7
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-3/+3
* Fix ldap admin privileges update bug (#27051)CaiCandong2023-10-011-10/+7
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-2/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-7/+7
* Change default email domain for LDAP users (#25425)Zettat1232023-06-221-1/+1
* Do not send "registration success email" for external auth sources (#24632)wxiaoguang2023-05-101-3/+0
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-45/+51
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-11/+14
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-5/+5
* Fix ldap loginname (#18789)Johan Van de Wauw2022-02-181-2/+6
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-2/+11
* Refactor auth package (#17962)Lunny Xiao2022-01-021-6/+6
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-5/+5
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-2/+4
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-261-0/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-5/+6
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-171-0/+5
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-1/+7
* Refactor: Move login out of models (#16199)zeripath2021-07-241-0/+93