aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/source/ldap/source_sync.go
Commit message (Expand)AuthorAgeFilesLines
* Enable addtional linters (#34085)TheFox0x73 days1-2/+1
* Refactor some LDAP code (#32849)wxiaoguang2024-12-151-10/+10
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-091-1/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* 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-14/+18
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-4/+4
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-2/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* 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-221-1/+1
* Fix LDAP sync when Username Attribute is empty (#25278)Zettat1232023-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