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.
6543 16dea6cebd
[refactor] replace int with httpStatusCodes (#15282)
* replace "200" (int) with "http.StatusOK" (const)

* ctx.Error & ctx.HTML

* ctx.JSON Part1

* ctx.JSON Part2

* ctx.JSON Part3
3 years ago
..
activity.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
attachment.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
blame.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
branch.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
commit.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
compare.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
download.go Add Content-Length header to HEAD requests (#14542) 3 years ago
editor.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
editor_test.go Add Close() method to gogitRepository (#8901) 5 years ago
http.go Move macaron to chi (#14293) 3 years ago
issue.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
issue_dependency.go Fix wrong permissions check when issues/prs shared operations (#9885) 5 years ago
issue_label.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
issue_label_test.go Move macaron to chi (#14293) 3 years ago
issue_lock.go Move macaron to chi (#14293) 3 years ago
issue_stopwatch.go Display current stopwatch in navbar (#14122) 4 years ago
issue_test.go Fix bug when combine label comments (#14894) 3 years ago
issue_timetrack.go Add UI to delete tracked times (#14100) 3 years ago
issue_watch.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
lfs.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
main_test.go Unit tests for wiki routers (#3022) 7 years ago
middlewares.go Add gitea-vet (#10948) 4 years ago
migrate.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
milestone.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
projects.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
projects_test.go KanBan: be able to set default board (#14147) 4 years ago
pull.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
pull_review.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
release.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
release_test.go Move macaron to chi (#14293) 3 years ago
repo.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
search.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
setting.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
setting_protected_branch.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
settings_test.go Move macaron to chi (#14293) 3 years ago
topic.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
view.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
webhook.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
wiki.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
wiki_test.go Move macaron to chi (#14293) 3 years ago