gitea/routers/web/repo
wxiaoguang 23471e1333
Refactor issue list (#32755)
1. add backend support for filtering "poster" and "assignee"
    * due to the limits, there is no frontend support at the moment
2. rewrite TS code without jquery, now there are 14 jQuery files left:
2024-12-08 20:44:17 +08:00
..
actions fix: render job title as commit message (#32748) 2024-12-08 03:23:09 +00:00
setting
activity.go
attachment.go
blame.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
branch.go Support "merge upstream branch" (Sync fork) (#32741) 2024-12-06 21:10:35 +00:00
cherry_pick.go
code_frequency.go
commit.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
compare.go
contributors.go
download.go
editor.go
editor_test.go
find.go
fork.go
githttp.go
githttp_test.go
helper.go
issue.go
issue_comment.go
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_list.go Refactor issue list (#32755) 2024-12-08 20:44:17 +08:00
issue_lock.go
issue_new.go
issue_page_meta.go Fix compare page bug view as anonymous (#32754) 2024-12-08 14:38:21 +08:00
issue_pin.go
issue_poster.go
issue_stopwatch.go Issue time estimate, meaningful time tracking (#23113) 2024-12-05 13:07:53 +00:00
issue_suggestions.go
issue_test.go
issue_timetrack.go Issue time estimate, meaningful time tracking (#23113) 2024-12-05 13:07:53 +00:00
issue_view.go Split issue/pull view router function as multiple smaller functions (#32749) 2024-12-08 04:39:35 +00:00
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go fix(project): add title to project view page (#32747) 2024-12-07 12:44:33 +08:00
projects_test.go
pull.go Split issue/pull view router function as multiple smaller functions (#32749) 2024-12-08 04:39:35 +00:00
pull_review.go
pull_review_test.go
recent_commits.go
release.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
release_test.go
render.go
repo.go
search.go
search_test.go
topic.go
treelist.go
view.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
view_file.go Support "merge upstream branch" (Sync fork) (#32741) 2024-12-06 21:10:35 +00:00
view_home.go Support "merge upstream branch" (Sync fork) (#32741) 2024-12-06 21:10:35 +00:00
view_readme.go GitHub like repo home page (#32213) 2024-12-06 14:29:04 +00:00
view_test.go
wiki.go Make wiki pages visit fast (#32732) 2024-12-06 07:39:50 +00:00
wiki_test.go