0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 10:54:38 +01:00
gitea/routers/web/repo
Lunny Xiao b300e3f485
Support open compare page directly (#17975)
* Support open compare page directly

* simple code

* Some improvements

Co-authored-by: 6543 <6543@obermui.de>
2021-12-17 22:20:27 +00:00
..
activity.go
attachment.go
blame.go
branch.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
commit.go Add missing X-Total-Count and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00
compare.go Support open compare page directly (#17975) 2021-12-17 22:20:27 +00:00
download.go
editor.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
editor_test.go
http.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
http_test.go
issue.go Add option to define refs in issue templates (#17842) 2021-12-17 21:29:09 +00:00
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
projects.go Use JSON module instead of stdlib json (#18003) 2021-12-17 09:15:02 +08:00
projects_test.go
pull.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
pull_review.go
release.go
release_test.go
repo.go
search.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
setting.go Add Reindex buttons to repository settings page (#17494) 2021-12-16 23:55:12 +08:00
setting_protected_branch.go
settings_test.go
tag.go
topic.go
view.go Shorten page title in file view (#17987) 2021-12-15 15:50:11 +08:00
webhook.go
wiki.go
wiki_test.go