forgejo/models/user
Gusted 079b995d49
[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)
(cherry picked from commit de8f2e03cc)
(cherry picked from commit 0182cff12e)
(cherry picked from commit 9c74254d46)
(cherry picked from commit 2f0b68f821)
2024-01-01 15:27:12 +01:00
..
avatar.go Replace -1 with GhostUserID (#27703) 2023-10-20 14:43:08 +00:00
badge.go
email_address.go [GITEA] Allow user to select email for file operations in Web UI 2024-01-01 15:27:12 +01:00
email_address_test.go [GITEA] Allow user to select email for file operations in Web UI 2024-01-01 15:27:12 +01:00
error.go
external_login_user.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 2023-12-07 15:27:36 +08:00
follow.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
follow_test.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
list.go
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
must_change_password.go
openid.go
openid_test.go
redirect.go Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
redirect_test.go Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
search.go
setting.go
setting_keys.go
setting_test.go
user.go [GITEA] notifies admins on new user registration 2024-01-01 15:20:56 +01:00
user_system.go Replace -1 with GhostUserID (#27703) 2023-10-20 14:43:08 +00:00
user_test.go [GITEA] notifies admins on new user registration 2024-01-01 15:20:56 +01:00
user_update.go