| Commit message (Expand) | Author | Age | Files | Lines |
* | Change default email domain for LDAP users (#25425) (#25434) | Giteabot | 2023-06-22 | 2 | -2/+2 |
* | Fix LDAP sync when Username Attribute is empty (#25278) (#25379) | Giteabot | 2023-06-20 | 1 | -30/+32 |
* | Do not send "registration success email" for external auth sources (#24632) | wxiaoguang | 2023-05-10 | 1 | -3/+0 |
* | Update LDAP filters to include both username and email address (#24547) | Gary Moon | 2023-05-05 | 1 | -5/+5 |
* | Don't apply the group filter when listing LDAP group membership if it is empt... | zeripath | 2023-03-29 | 1 | -1/+1 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 4 | -231/+106 |
* | Fix group filter for ldap source sync (#22506) | Pavel Ezhov | 2023-02-02 | 1 | -66/+71 |
* | Improve utils of slices (#22379) | Jason Song | 2023-01-11 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 8 | -16/+8 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | EscapeFilter the group dn membership (#20200) | zeripath | 2022-07-05 | 1 | -1/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -93/+93 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 2 | -4/+3 |
* | Move user password verification after checking his groups on ldap auth (#19587) | Gwilherm Folliot | 2022-05-03 | 1 | -8/+8 |
* | Respect DefaultUserIsRestricted system default when creating new user (#19310) | Jimmy Praet | 2022-04-29 | 2 | -22/+28 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 3 | -24/+19 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -1/+1 |
* | Fix ldap user sync missed email in email_address table (#18786) | Lunny Xiao | 2022-02-24 | 1 | -1/+2 |
* | Fix ldap loginname (#18789) | Johan Van de Wauw | 2022-02-18 | 1 | -2/+6 |
* | Add LDAP group sync to Teams, fixes #1395 (#16299) | Sven Seeberg | 2022-02-11 | 6 | -27/+244 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+0 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 4 | -41/+41 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 2 | -10/+10 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -2/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 2 | -13/+15 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 2 | -6/+9 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -3/+4 |
* | Allow LDAP Sources to provide Avatars (#16851) | zeripath | 2021-09-26 | 4 | -6/+41 |
* | Add SkipLocal2FA option to pam and smtp sources (#17078) | zeripath | 2021-09-26 | 1 | -1/+1 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 3 | -16/+18 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 3 | -0/+7 |
* | Improve LDAP synchronization efficiency (#16994) | zeripath | 2021-09-15 | 2 | -18/+28 |
* | Report the associated filter if there is an error in LDAP (#17014) | zeripath | 2021-09-11 | 1 | -2/+2 |
* | Send registration email on user autoregistration (#16523) | zeripath | 2021-08-12 | 1 | -1/+7 |
* | Improve SMTP authentication and Fix user creation bugs (#16612) | zeripath | 2021-08-11 | 1 | -12/+15 |
* | Fix add authentication page (#16543) | zeripath | 2021-07-25 | 1 | -0/+5 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 1 | -3/+1 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 8 | -0/+1035 |