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.
zeripath 742e21aeba
Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186)
* Ensure errors from IsDir propagate

* Handle errors when checking IsFile

* Handle and propagate errors from IsExist

* Update modules/templates/static.go

* Update modules/templates/static.go

* Return after ctx.ServerError

* Apply suggestions from code review

* Fix tests

The previous merge managed to break repo_form.go

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago
..
compare.go inform participants on UI too (#10473) 4 years ago
path.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
remove.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
sanitize.go Update golangci-lint to version 1.31.0 (#13102) 4 years ago
sanitize_test.go Sanitize credentials in mirror form (#9975) 4 years ago
shellquote.go Completely quote AppPath and CustomConf paths (#12955) 4 years ago
shellquote_test.go Completely quote AppPath and CustomConf paths (#12955) 4 years ago
timer.go Prevent timer leaks in Workerpool and others (#11333) 4 years ago
url.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
util.go Issue and Pulls lists rework (#13594) 4 years ago
util_test.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago