gitea/routers/web/repo
silverwind 49a0a11f55
Update JS deps, misc tweaks (#35643)
- Update all JS dependencies
- Enable eslint `no-useless-assignment` and fix 2 discovered issues
- Replace `gitea-vscode` svg with new `octicon-vscode`
- Remove now-unused `@ts-expect-error` comments
- Change Monaco wrapping behaviour to match the wrapping in code view:
no wrapping indent and break on any character.
2025-10-12 21:07:15 +00:00
..
actions Cleanup ActionRun creation (#35624) 2025-10-12 12:23:37 +00:00
setting Fix code tag style problem and LFS view bug (#35628) 2025-10-12 02:38:42 +08:00
activity.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +08:00
attachment.go Redirect to a presigned URL of HEAD for HEAD requests (#35088) 2025-07-16 11:22:45 +00:00
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 Move some functions to gitrepo package (#35503) 2025-09-26 10:14:20 -07:00
common_recentbranches.go Also display "recently pushed branch" alert on PR view (#35001) 2025-07-10 17:17:56 +00:00
compare.go Move some functions to gitrepo package (#35503) 2025-09-26 10:14:20 -07:00
contributors.go
download.go Redirect to a presigned URL of HEAD for HEAD requests (#35088) 2025-07-16 11:22:45 +00:00
editor_apply_patch.go Edit file workflow for creating a fork and proposing changes (#34240) 2025-06-22 12:43:43 +00:00
editor_cherry_pick.go Edit file workflow for creating a fork and proposing changes (#34240) 2025-06-22 12:43:43 +00:00
editor_error.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor_fork.go Edit file workflow for creating a fork and proposing changes (#34240) 2025-06-22 12:43:43 +00:00
editor_preview.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor_test.go Remove wrong "git.DefaultContext" (#35364) 2025-08-27 16:31:21 +00:00
editor_uploader.go Refactor editor (#34780) 2025-06-21 19:20:51 +08:00
editor_util.go Edit file workflow for creating a fork and proposing changes (#34240) 2025-06-22 12:43:43 +00:00
editor.go Add support for 3D/CAD file formats preview (#34794) 2025-06-30 16:12:25 +08:00
find.go
fork.go Edit file workflow for creating a fork and proposing changes (#34240) 2025-06-22 12:43:43 +00:00
githttp_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
githttp.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +08:00
helper.go
issue_comment.go Move GetDiverging functions to gitrepo (#35524) 2025-09-26 15:15:42 +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 Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511) 2025-09-19 08:04:18 -07:00
issue_lock.go Add API routes to lock and unlock issues (#34165) 2025-04-21 00:43:43 +00:00
issue_new.go Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511) 2025-09-19 08:04:18 -07:00
issue_page_meta.go
issue_pin.go
issue_poster.go
issue_stopwatch.go fix(issue): Replace stopwatch toggle with explicit start/stop actions (#34818) 2025-06-25 07:22:58 +08:00
issue_suggestions.go
issue_test.go
issue_timetrack.go
issue_view.go Fix SSH signing key path will be displayed in the pull request UI (#35381) 2025-09-12 03:00:18 +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 Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
pull_review.go Rename pull request GetGitRefName to GetGitHeadRefName (#35093) 2025-07-16 21:33:33 +08:00
pull.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +08: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 Move archive function to repo_model and gitrepo (#35514) 2025-10-06 15:01:26 -07:00
search.go Improve issue & code search (#33860) 2025-03-13 11:07:48 +08:00
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 Improve submodule relative path handling (#35056) 2025-07-14 23:28:34 +08:00
view_file.go Add support for 3D/CAD file formats preview (#34794) 2025-06-30 16:12:25 +08:00
view_home_test.go Fix repo file list partial reloading for submodules (#35183) 2025-07-31 09:34:51 +08:00
view_home.go Update JS deps, misc tweaks (#35643) 2025-10-12 21:07:15 +00:00
view_readme.go Follow file symlinks in the UI to their target (#28835) 2025-07-01 06:55:36 +08:00
view_test.go
view.go Improve submodule relative path handling (#35056) 2025-07-14 23:28:34 +08:00
watch.go
webgit.go
wiki_test.go Move HasWiki to repository service package (#33912) 2025-09-01 11:12:58 -07:00
wiki.go Move HasWiki to repository service package (#33912) 2025-09-01 11:12:58 -07:00