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 Fix the wrong push commits in the pull request when force push (#36914) 2026-04-04 16:27:57 -07:00
asymkey
attachment Fix various problems (#37129) 2026-04-08 01:17:05 +08:00
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 Update Go dependencies (#36781) 2026-04-01 11:26:52 +08:00
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 Fix various problems (#37129) 2026-04-08 01:17:05 +08:00
markup Improve control char rendering and escape button styling (#37094) 2026-04-06 11:07:33 +00:00
migrations Update Go dependencies (#36781) 2026-04-01 11:26:52 +08:00
mirror
notify
oauth2_provider
org Refactor "org teams" page and help new users to "add member" to an org (#37051) 2026-03-31 21:30:25 +08:00
packages Add support for RPM Errata (updateinfo.xml) (#37125) 2026-04-08 00:39:53 +08:00
projects Refactor issue sidebar and fix various problems (#37045) 2026-03-31 10:03:52 +08:00
pull Add gpg signing for merge rebase and update by rebase (#36701) 2026-04-05 13:37:35 -07:00
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 Merge some standalone Vite entries into index.js (#37085) 2026-04-05 19:13:34 +00:00
wiki