You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
zeripath d7f12af805
Prevent NPE if trying to restore an already restored deleted branch (#21940)
If a deleted-branch has already been restored, a request to restore it
again will cause a NPE. This PR adds detection for this case, but also
disables buttons when they're clicked in order to help prevent
accidental repeat requests.

Fix #21930

Signed-off-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
api Workaround for container registry push/pull errors (#21862) 2 years ago
common Add support for HEAD requests in Maven registry (#21834) 2 years ago
install Fix token generation when using INTERNAL_TOKEN_URI (#21669) 2 years ago
private Add `context.Context` to more methods (#21546) 2 years ago
utils refactor webhook *NewPost (#20729) 2 years ago
web Prevent NPE if trying to restore an already restored deleted branch (#21940) 2 years ago
init.go Add some documentation to packages (#21648) 2 years ago