gitea/modules/util
zeripath 742e21aeba
Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
* 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>
..
compare.go inform participants on UI too ()
path.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
remove.go Re-attempt to delete temporary upload if the file is locked by another process ()
sanitize.go Update golangci-lint to version 1.31.0 ()
sanitize_test.go Sanitize credentials in mirror form ()
shellquote.go Completely quote AppPath and CustomConf paths ()
shellquote_test.go Completely quote AppPath and CustomConf paths ()
timer.go Prevent timer leaks in Workerpool and others ()
url.go Re-attempt to delete temporary upload if the file is locked by another process ()
util.go Issue and Pulls lists rework ()
util_test.go Re-attempt to delete temporary upload if the file is locked by another process ()