You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CaiCandong 7ad31567cd
Fix ldap admin privileges update bug (#27051)
When the user does not set a username lookup condition, LDAP will get an
empty string `""` for the user, hence the following code
```
if isExist, err := user_model.IsUserExist(db.DefaultContext, 0, sr.Username)
```
The user presence determination will always be nonexistent, so updates
to user information will never be performed.


Fix #27049
9 months ago
..
source Fix ldap admin privileges update bug (#27051) 9 months ago
auth.go Another round of `db.DefaultContext` refactor (#27103) 9 months ago
auth_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
basic.go More refactoring of `db.DefaultContext` (#27083) 10 months ago
group.go Remove `Named` interface (#26913) 10 months ago
httpsign.go Remove `Named` interface (#26913) 10 months ago
interface.go Reduce usage of `db.DefaultContext` (#27073) 10 months ago
oauth2.go Allow get release download files and lfs files with oauth2 token format (#26430) 9 months ago
reverseproxy.go Reduce usage of `db.DefaultContext` (#27073) 10 months ago
session.go Remove `Named` interface (#26913) 10 months ago
signin.go Reduce usage of `db.DefaultContext` (#27073) 10 months ago
source.go Implement FSFE REUSE for golang files (#21840) 2 years ago
sspi.go Make SSPI auth mockable (#27036) 10 months ago
sspiauth_posix.go Make SSPI auth mockable (#27036) 10 months ago
sspiauth_windows.go Make SSPI auth mockable (#27036) 10 months ago
sync.go Implement FSFE REUSE for golang files (#21840) 2 years ago