gitea/options
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
..
fileicon Update JS dependencies and misc tweaks (#37064) 2026-04-01 20:15:02 +02:00
gitignore
label
license Update the Unlicense copy to latest version (#36636) 2026-02-15 22:17:05 +00:00
locale Fix Repository transferring page (#37277) 2026-04-19 17:57:51 +00:00
readme