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/routers/web
KN4CK3R f8b471ace1
Unify user update methods (#28733)
Fixes #28660
Fixes an admin api bug related to `user.LoginSource`
Fixed `/user/emails` response not identical to GitHub api

This PR unifies the user update methods. The goal is to keep the logic
only at one place (having audit logs in mind). For example, do the
password checks only in one method not everywhere a password is updated.

After that PR is merged, the user creation should be next.
1 year ago
..
admin Unify user update methods (#28733) 1 year ago
auth Unify user update methods (#28733) 1 year ago
devtest
events
explore Allow to set explore page default sort (#27951) 1 year ago
feed Update tool dependencies (#29030) 1 year ago
healthcheck Always enable caches (#28527) 1 year ago
misc Refactor CORS handler (#28587) 1 year ago
org Unify user update methods (#28733) 1 year ago
repo Unify user update methods (#28733) 1 year ago
shared Simplify how git repositories are opened (#28937) 1 year ago
user Unify user update methods (#28733) 1 year ago
base.go Fix panic in storageHandler (#27446) 1 year ago
githttp.go Add support for sha256 repositories (#23894) 1 year ago
goget.go
home.go Enhanced auth token / remember me (#27606) 1 year ago
metrics.go
nodeinfo.go
swagger_json.go
web.go Fix inconsistent naming of OAuth 2.0 `ENABLE` setting (#28951) 1 year ago
webfinger.go