gitea/services
PineBale 99cd709bd6
Fix Repository transferring page (#37277)
While editing frontend, I found some inconsistencies while testing
transferring repositories:

- No button for accepting/rejecting/cancelling the transfer of an empty
repository.
- The `redirect_to` in `templates/repo/header.tmpl` is useless.
- There's no redirection when there's an error from `handleActionError`
in `routers/web/repo/repo.go`. Therefore, instead of flash message, a
blank page will be displayed.

This pr adds some commits to resolve all these issues.

Update: see the new changes
https://github.com/go-gitea/gitea/pull/37277#issuecomment-4276150232

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
2026-04-19 17:57:51 +00:00
..
actions Enhance GetActionWorkflow to support fallback references (#37189) 2026-04-18 20:21:21 +00:00
agit
asymkey
attachment
auth Add `ExternalIDClaim` option for OAuth2 OIDC auth source (#37229) 2026-04-16 17:30:46 +00:00
automerge
automergequeue
context Fix Repository transferring page (#37277) 2026-04-19 17:57:51 +00:00
contexttest
convert Enhance GetActionWorkflow to support fallback references (#37189) 2026-04-18 20:21:21 +00:00
cron
doctor Remove unneeded doctor sub-commands (#37156) 2026-04-09 22:22:17 +02:00
externalaccount
feed Add comment for the design of "user activity time" (#37195) 2026-04-13 20:01:29 +00:00
forms Refactor LDAP tests (#37274) 2026-04-18 19:32:49 +00:00
git
gitdiff Refactor "htmx" to "fetch action" (#37208) 2026-04-14 18:38:07 +00:00
indexer
issue
lfs
mailer
markup
migrations
mirror
notify
oauth2_provider
org
packages
projects
pull
release
repository
secrets
task
uinotification
user Replace custom Go formatter with `golangci-lint fmt` (#37194) 2026-04-17 17:45:22 +00:00
versioned_migration
webhook Enhance GetActionWorkflow to support fallback references (#37189) 2026-04-18 20:21:21 +00:00
webtheme
wiki