forgejo/models/user
Gusted de8f2e03cc
[GITEA] Allow user to select email for file operations in Web UI
- Add a dropdown to the web interface for changing files to select which
Email should be used for the commit. It only shows (and verifies) that a
activated mail can be used, while this isn't necessary, it's better to
have this already in place.
- Added integration testing.
- Resolves https://codeberg.org/forgejo/forgejo/issues/281

(cherry picked from commit 564e701f40)
2023-12-04 14:22:21 +01:00
..
avatar.go
badge.go
email_address.go [GITEA] Allow user to select email for file operations in Web UI 2023-12-04 14:22:21 +01:00
email_address_test.go [GITEA] Allow user to select email for file operations in Web UI 2023-12-04 14:22:21 +01:00
error.go
external_login_user.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
follow.go
follow_test.go
list.go
main_test.go
must_change_password.go
openid.go
openid_test.go
redirect.go
redirect_test.go
search.go
setting.go
setting_keys.go
setting_test.go
user.go [GITEA] notifies admins on new user registration 2023-12-04 14:19:27 +01:00
user_system.go
user_test.go [GITEA] notifies admins on new user registration 2023-12-04 14:19:27 +01:00
user_update.go