aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/source/ldap
Commit message (Expand)AuthorAgeFilesLines
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-042-4/+6
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-232-6/+4
* Unify user update methods (#28733)KN4CK3R2024-02-042-23/+25
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-7/+7
* Fix ldap admin privileges update bug (#27051)CaiCandong2023-10-011-10/+7
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-4/+4
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-142-9/+9
* Improve LDAP group config documentation, fixes #21159 (#21227)Sven Seeberg2023-09-051-4/+5
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-3/+4
* Change default email domain for LDAP users (#25425)Zettat1232023-06-222-2/+2
* Fix LDAP sync when Username Attribute is empty (#25278)Zettat1232023-06-201-30/+32
* Do not send "registration success email" for external auth sources (#24632)wxiaoguang2023-05-101-3/+0
* Update LDAP filters to include both username and email address (#24547)Gary Moon2023-05-051-5/+5
* Don't apply the group filter when listing LDAP group membership if it is empt...zeripath2023-03-291-1/+1
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-084-231/+106
* Fix group filter for ldap source sync (#22506)Pavel Ezhov2023-02-021-66/+71
* Improve utils of slices (#22379)Jason Song2023-01-111-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-278-16/+8
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* 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-292-22/+28
* 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
* format with gofumpt (#18184)65432022-01-201-1/+0
* Refactor auth package (#17962)Lunny Xiao2022-01-024-41/+41
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-102-10/+10
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-13/+15
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-222-6/+9
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-3/+4
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-264-6/+41
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-261-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-243-16/+18
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-173-0/+7
* Improve LDAP synchronization efficiency (#16994)zeripath2021-09-152-18/+28
* Report the associated filter if there is an error in LDAP (#17014)zeripath2021-09-111-2/+2
* Send registration email on user autoregistration (#16523)zeripath2021-08-121-1/+7
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-111-12/+15
* Fix add authentication page (#16543)zeripath2021-07-251-0/+5
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-248-0/+1035