summaryrefslogtreecommitdiffstats
path: root/services/auth/source/ldap/source_sync.go
Commit message (Expand)AuthorAgeFilesLines
* Change default email domain for LDAP users (#25425) (#25434)Giteabot2023-06-221-1/+1
* Fix LDAP sync when Username Attribute is empty (#25278) (#25379)Giteabot2023-06-201-30/+32
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-1/+10
* 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/+1
* 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-3/+3
* 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
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-0/+7
* format with gofumpt (#18184)65432022-01-201-1/+0
* Refactor auth package (#17962)Lunny Xiao2022-01-021-20/+20
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-5/+5
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-4/+5
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-3/+4
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-261-1/+14
* Improve LDAP synchronization efficiency (#16994)zeripath2021-09-151-18/+24
* Refactor: Move login out of models (#16199)zeripath2021-07-241-0/+184