forgejo/models
Gusted 9c74254d46
[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)
2023-12-18 16:39:20 +01:00
..
actions [CLI] implement forgejo-cli 2023-12-18 14:39:08 +01:00
activities
admin
asymkey [GITEA] Add noreply email address as verified for SSH signed Git commits 2023-12-18 16:39:20 +01:00
auth [GITEA] Drop sha256-simd in favor of stdlib 2023-12-18 16:39:19 +01:00
avatars
db [GITEA] Add slow SQL query warning 2023-12-18 16:32:02 +01:00
dbfs
fixtures [GITEA] Add noreply email address as verified for SSH signed Git commits 2023-12-18 16:39:20 +01:00
forgejo/semver [SEMVER] store SemVer in ForgejoSemVer after a database upgrade 2023-12-18 15:12:41 +01:00
forgejo_migrations [SECURITY] Rework long-term authentication 2023-12-18 15:12:41 +01:00
git Adjust object format interface (#28469) 2023-12-17 11:56:08 +00:00
issues [FEAT] allow setting the update date on issues and comments 2023-12-18 15:12:41 +01:00
migrations [GITEA] Drop sha256-simd in favor of stdlib 2023-12-18 16:39:19 +01:00
organization 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
packages
perm 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
project
pull
repo [GITEA] Improve HTML title on repositories 2023-12-18 16:32:02 +01:00
secret
shared/types
system 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
unit
unittest [GITEA] Enable mocked HTTP responses for GitLab migration test 2023-12-18 16:39:20 +01:00
user [GITEA] Allow user to select email for file operations in Web UI 2023-12-18 16:39:20 +01:00
webhook 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
error.go
fixture_generation.go
fixture_test.go
main_test.go
org.go
org_team.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
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go
repo_transfer_test.go