0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-02 20:27:47 +01:00
gitea/routers/web/repo
Lunny Xiao ce3dd04c63
Fix some mirror bugs (#18649)
* Fix some mirror bugs

* Remove unnecessary code

* Fix lint

* rename stdard url

* Allow more charactors in git ssh protocol url

* improve the detection

* support ipv6 for git url parse

* Fix bug

* Fix template

* Fix bug

* fix template

* Fix tmpl

* Fix tmpl

* Fix parse ssh with interface

* Rename functions name

Co-authored-by: zeripath <art27@cantab.net>
2022-06-11 21:50:14 +08:00
..
activity.go
attachment.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
blame.go
branch.go
cherry_pick.go
commit.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
compare.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
download.go
editor_test.go
editor.go
find.go Feature: Find files in repo (#15028) 2022-06-09 14:15:08 +03:00
http_test.go
http.go
issue_content_history.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
issue_dependency.go
issue_label_test.go
issue_label.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
issue_lock.go
issue_stopwatch.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
lfs.go Refactor git module, make Gitea use internal git config (#19732) 2022-06-10 09:57:49 +08:00
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects_test.go
projects.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
pull_review.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
pull.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
release_test.go
release.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
repo.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
search.go
setting_protected_branch.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
setting.go Fix some mirror bugs (#18649) 2022-06-11 21:50:14 +08:00
settings_test.go
tag.go
topic.go
treelist.go Feature: Find files in repo (#15028) 2022-06-09 14:15:08 +03:00
view.go Add support for rendering terminal output with colors (#19497) 2022-06-09 00:46:39 +03:00
webhook.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
wiki_test.go
wiki.go Automatically render wiki TOC (#19873) 2022-06-08 16:59:16 +08:00