1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-01 06:56:29 +01:00
gitea/routers/web/repo
Jim Paris f02f419173
Fix README symlink resolution in subdirectories like .github (#36775)
Fixes #36774.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-03-01 05:33:08 +00:00
..
actions feat: Add workflow dependencies visualization (#36248) 2026-02-23 21:11:33 +08:00
setting Correct spelling (#36783) 2026-02-28 11:23:20 -08:00
activity.go Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +08:00
attachment.go various fixes (#36697) 2026-02-22 08:01:43 +01:00
blame.go Refactor highlight and diff (#36599) 2026-02-13 00:15:46 +00:00
branch.go Allow configuring default PR base branch (fixes #36412) (#36425) 2026-02-07 01:34:29 +00: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 Fix diff view style handling (#36324) 2026-01-09 04:37:16 +00:00
common_recentbranches.go Also display "recently pushed branch" alert on PR view (#35001) 2025-07-10 17:17:56 +00:00
compare_test.go Use first commit title for multi-commit PRs and fix auto-focus title field (#36606) 2026-02-17 09:06:27 +01:00
compare.go Use first commit title for multi-commit PRs and fix auto-focus title field (#36606) 2026-02-17 09:06:27 +01:00
contributors.go Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00
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 Add code editor setting dropdowns (#36534) 2026-02-12 03:55:46 +08:00
editor_cherry_pick.go Refactor GetRepoRawDiffForFile to avoid unnecessary pipe or goroutine (#36434) 2026-01-23 02:10:11 +00:00
editor_error.go Honor delete branch on merge repo setting when using merge API (#35488) 2025-10-22 05:06:56 +00: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 Use full-file highlighting for diff sections (#36561) 2026-02-10 03:29:28 +00:00
editor_test.go Remove wrong "git.DefaultContext" (#35364) 2025-08-27 16:31:21 +00:00
editor_uploader.go fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +00:00
editor_util.go Add code editor setting dropdowns (#36534) 2026-02-12 03:55:46 +08:00
editor.go Add code editor setting dropdowns (#36534) 2026-02-12 03:55:46 +08:00
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 Refactor ActionsTaskID (#36503) 2026-01-31 22:01:08 -08:00
helper.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
issue_comment.go Fix no-content message not rendering after comment edit (#36733) 2026-02-27 22:23:21 +00:00
issue_content_history.go Fix various permission & login related bugs (#36002) 2025-11-22 07:16:08 +00:00
issue_dependency.go Correct spelling (#36783) 2026-02-28 11:23:20 -08:00
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 feature to be able to filter project boards by milestones (#36321) 2026-02-12 22:09:32 +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 Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511) 2025-09-19 08:04:18 -07:00
issue_page_meta.go Fix PR's target branch dropdown (#33589) 2025-02-14 05:21:31 +00:00
issue_pin.go Move issue pin to an standalone table for querying performance (#33452) 2025-02-17 11:28:37 -08:00
issue_poster.go Support public code/issue access for private repositories (#33127) 2025-01-14 01:53:34 +00:00
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 Rework suggestion backend (#33538) 2025-02-10 16:24:05 +00:00
issue_test.go
issue_timetrack.go Fix track time issue id (#36664) 2026-02-20 21:48:54 +00:00
issue_view.go Add paging headers (#36521) 2026-02-06 13:12:05 +00:00
issue_watch.go Refactor error system (#33610) 2025-02-16 22:13:17 -08:00
issue.go Fix no-content message not rendering after comment edit (#36733) 2026-02-27 22:23:21 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
middlewares_test.go Fix diff view style handling (#36324) 2026-01-09 04:37:16 +00:00
middlewares.go Fix diff view style handling (#36324) 2026-01-09 04:37:16 +00:00
migrate.go Deprecate RenderWithErr (#36769) 2026-02-27 12:38:44 +00:00
milestone.go Deprecate RenderWithErr (#36769) 2026-02-27 12:38:44 +00:00
packages.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
projects_test.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
projects.go feature to be able to filter project boards by milestones (#36321) 2026-02-12 22:09:32 +00:00
pull_review_test.go Refactor template render (#36438) 2026-01-24 05:11:49 +00:00
pull_review.go Fix incorrect viewed files counter if file has changed (#36009) 2025-11-27 14:02:03 +00:00
pull.go Use case-insensitive matching for Git error "Not a valid object name" (#36728) 2026-02-24 12:25:34 +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 Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00
release.go Deprecate RenderWithErr (#36769) 2026-02-27 12:38:44 +00:00
render.go Support rendering OpenAPI spec (#36449) 2026-01-26 10:34:38 +08:00
repo.go Correct spelling (#36783) 2026-02-28 11:23:20 -08:00
search.go Improve issue & code search (#33860) 2025-03-13 11:07:48 +08:00
star.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
topic.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
transfer.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
treelist_test.go fix some file icon ui (#36078) 2025-12-04 19:47:23 +01:00
treelist.go Refactor ls-tree and git path related problems (#35858) 2025-11-05 17:48:38 +00:00
view_file.go Support rendering OpenAPI spec (#36449) 2026-01-26 10:34:38 +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 Instance-wide (global) info banner and maintenance mode (#36571) 2026-02-26 23:16:11 +08:00
view_readme_test.go Fix README symlink resolution in subdirectories like .github (#36775) 2026-03-01 05:33:08 +00:00
view_readme.go Fix README symlink resolution in subdirectories like .github (#36775) 2026-03-01 05:33:08 +00:00
view_test.go
view.go Support rendering OpenAPI spec (#36449) 2026-01-26 10:34:38 +08:00
watch.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
webgit.go Support choose email when creating a commit via web UI (more) (#33445) 2025-01-31 02:36:18 +00:00
wiki_test.go Move HasWiki to repository service package (#33912) 2025-09-01 11:12:58 -07:00
wiki.go Deprecate RenderWithErr (#36769) 2026-02-27 12:38:44 +00:00