1
0
Fork 0
gitea/routers/web/repo
Roger Luo 2ae45cebbf
Feature: Find files in repo (#15028)
* Create finding files page ui in repo page

* Get tree entries for find repo files.

* Move find files JS to individual file.

* gen swagger.

* Add enry.IsVendor to exclude entries

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-06-09 14:15:08 +03: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.go
editor_test.go
find.go Feature: Find files in repo (#15028) 2022-06-09 14:15:08 +03:00
http.go
http_test.go
issue.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
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.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
issue_label_test.go
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
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
projects_test.go
pull.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
pull_review.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
release.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
release_test.go
repo.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
search.go
setting.go Ensure minimum mirror interval is reported on settings page (#19895) 2022-06-07 13:40:12 -04:00
setting_protected_branch.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +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.go Automatically render wiki TOC (#19873) 2022-06-08 16:59:16 +08:00
wiki_test.go