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
..
ldap [Vendor] Update go-ldap to v3.2.4 (#13163) 4 years ago
oauth2 #12897 - add mastodon provider (#13293) 4 years ago
openid Use gitea forked macaron (#7933) 5 years ago
pam Remove PAM from auth dropdown when unavailable (#13276) 4 years ago
sso Skip SSPI authentication attempts for /api/internal (#12556) 4 years ago
admin.go Multiple small admin dashboard fixes (#12153) 4 years ago
auth.go Add single sign-on support via SSPI on Windows (#8463) 5 years ago
auth_form.go Add check for LDAP group membership (#10869) 4 years ago
org.go Team permission to create repository in organization (#8312) 5 years ago
repo_branch_form.go Use gitea forked macaron (#7933) 5 years ago
repo_form.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
repo_form_test.go Use gitea forked macaron (#7933) 5 years ago
user_form.go Remove obsolete change of email on profile page (#13341) 4 years ago
user_form_auth_openid.go hCaptcha Support (#12594) 4 years ago
user_form_test.go Block registration based on email domain (#5157) 6 years ago