gitea/routers/web/repo
wxiaoguang 4fc626daa1
Refactor editor (#34780)
A complete rewrite
2025-06-21 19:20:51 +08:00
..
actions Add workflow_run api + webhook (#33964) 2025-06-20 20:14:00 +08:00
setting Add workflow_run api + webhook (#33964) 2025-06-20 20:14:00 +08:00
activity.go Do not show 500 error when default branch doesn't exist (#34096) 2025-04-01 21:39:00 -07:00
attachment.go
blame.go Fix incorrect file links (#34189) 2025-04-13 12:27:31 -07:00
branch.go Add ff_only parameter to POST /repos/{owner}/{repo}/merge-upstream (#34770) 2025-06-19 12:29:10 -07:00
code_frequency.go Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission (#34053) 2025-03-28 21:04:40 -07:00
commit.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
compare.go Support title and body query parameters for new PRs (#34537) 2025-06-17 12:05:10 -07:00
contributors.go
download.go
editor_apply_patch.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor_cherry_pick.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor_error.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor_preview.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor_test.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor_uploader.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor_util.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
find.go
fork.go Prevent duplicate form submissions when creating forks (#34714) 2025-06-16 04:19:16 +00:00
githttp_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
githttp.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
helper.go
issue_comment.go Fix footnote jump behavior on the issue page. (#34621) 2025-06-09 17:18:11 +00:00
issue_content_history.go enable staticcheck QFxxxx rules (#34064) 2025-03-29 17:32:28 -04:00
issue_dependency.go
issue_label_test.go Validate hex colors when creating/editing labels (#34623) 2025-06-07 11:25:08 +03:00
issue_label.go Validate hex colors when creating/editing labels (#34623) 2025-06-07 11:25:08 +03:00
issue_list.go Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +00:00
issue_lock.go Add API routes to lock and unlock issues (#34165) 2025-04-21 00:43:43 +00:00
issue_new.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
issue_page_meta.go
issue_pin.go
issue_poster.go
issue_stopwatch.go Prepare common tmpl functions in a middleware (#33957) 2025-03-25 06:17:58 +00:00
issue_suggestions.go
issue_test.go
issue_timetrack.go
issue_view.go Fix footnote jump behavior on the issue page. (#34621) 2025-06-09 17:18:11 +00:00
issue_watch.go
issue.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
main_test.go
middlewares.go
migrate.go
milestone.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
packages.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
projects_test.go
projects.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
pull_review_test.go
pull_review.go enable staticcheck QFxxxx rules (#34064) 2025-03-29 17:32:28 -04:00
pull.go Fix possible pull request broken when leave the page immediately after clicking the update button (#34509) 2025-06-04 17:09:08 +00:00
recent_commits.go Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission (#34053) 2025-03-28 21:04:40 -07:00
release_test.go
release.go Fix tag target (#34781) 2025-06-19 10:33:30 -07:00
render.go
repo.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
search.go
star.go
topic.go
transfer.go
treelist_test.go support the open-icon of folder (#34168) 2025-04-28 19:51:32 -07:00
treelist.go support the open-icon of folder (#34168) 2025-04-28 19:51:32 -07:00
view_file.go Allow renaming/moving binary/LFS files in the UI (#34350) 2025-06-16 17:15:07 -07:00
view_home_test.go Correctly handle submodule view and avoid throwing 500 error (#34121) 2025-04-06 09:38:08 +00:00
view_home.go Fix repo broken check (#34444) 2025-05-13 08:18:45 +00:00
view_readme.go Fix readme path and markdown link paste (#34755) 2025-06-18 04:19:54 +00:00
view_test.go
view.go Split GetLatestCommitStatus as two functions (#34535) 2025-05-26 19:00:22 +00:00
watch.go
webgit.go
wiki_test.go Replace update repository function in some places (#34566) 2025-06-17 09:54:25 -07:00
wiki.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00