aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/source/ldap
Commit message (Expand)AuthorAgeFilesLines
* 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