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