0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-24 06:49:35 +01:00
gitea/routers/web/repo
delvh b6b8feb3de
Enable @<user>- completion popup on the release description textarea (#22359)
For some unknown reason, this was previously disabled.
Additionally removed an unused return value.
2023-02-01 13:14:40 -06:00
..
actions Use relative url in actions view (#22675) 2023-01-31 22:46:10 +00:00
activity.go
attachment.go
blame.go
branch.go Supports wildcard protected branch (#20825) 2023-01-16 16:00:22 +08:00
cherry_pick.go
commit.go
compare.go Pull request yaml template support for including commit body in a field (#22629) 2023-01-30 22:39:07 +08:00
download.go
editor_test.go
editor.go
find.go
http_test.go
http.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Issues: support setting issue template field values with query (#22545) 2023-01-30 12:36:04 +08:00
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects_test.go
projects.go Support org/user level projects (#22235) 2023-01-20 19:42:33 +08:00
pull_review.go
pull.go Fix wrong hint when deleting a branch successfully from pull request UI (#22673) 2023-01-31 22:11:48 +00:00
release_test.go
release.go Enable @<user>- completion popup on the release description textarea (#22359) 2023-02-01 13:14:40 -06:00
render.go
repo.go
runners.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
search.go
setting_protected_branch.go Supports wildcard protected branch (#20825) 2023-01-16 16:00:22 +08:00
setting_secrets.go Add user secrets (#22191) 2023-02-01 20:53:04 +08:00
setting.go Add user secrets (#22191) 2023-02-01 20:53:04 +08:00
settings_test.go
tag.go
topic.go
treelist.go
view_test.go
view.go
webhook.go Support system hook API (#14537) 2023-01-28 19:12:10 +01:00
wiki_test.go
wiki.go