forgejo/routers/web/repo
wxiaoguang 1e7a6483b8 Support repo code search without setting up an indexer ()
By using git's ability, end users (especially small instance users) do
not need to enable the indexer, they could also benefit from the code
searching feature.

Fix 

![image](https://github.com/go-gitea/gitea/assets/2114189/11b7e458-88a4-480d-b4d7-72ee59406dd1)

![image](https://github.com/go-gitea/gitea/assets/2114189/0fe777d5-c95c-4288-a818-0427680805b6)

---------

Co-authored-by: silverwind <me@silverwind.io>
2024-03-28 05:16:51 +00:00
..
actions Fix bugs in rerunning jobs () 2024-03-26 19:04:26 +01:00
badges Fix repo badges when the label or text contains dashes 2024-03-20 22:41:20 +01:00
flags Move context from modules to services () 2024-03-06 12:10:43 +08:00
setting Merge pull request '[ACTIONS] port scheduled actions from Gitea' () from earl-warren/forgejo:wip-gitea-schedule into forgejo 2024-03-27 06:23:56 +00:00
activity.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
attachment.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
blame.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
branch.go Use repo object format name instead of detecting from git repository () 2024-03-20 08:46:28 +01:00
cherry_pick.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
code_frequency.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
commit.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} () 2024-03-26 19:04:27 +01:00
compare.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} () 2024-03-26 19:04:27 +01:00
contributors.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
download.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
editor.go Fix some pending problems () 2024-03-26 19:04:26 +01:00
editor_test.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
find.go Escape paths for find file correctly () 2024-03-26 19:04:27 +01:00
githttp.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
githttp_test.go Fix http protocol auth () 2023-11-02 22:14:33 +08:00
helper.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
helper_test.go Make web context initialize correctly for different cases () 2023-08-25 19:07:42 +08:00
issue.go Refactor StringsToInt64s () 2024-03-26 19:04:26 +01:00
issue_content_history.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
issue_dependency.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
issue_label.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
issue_label_test.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
issue_lock.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
issue_pin.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
issue_stopwatch.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
issue_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
issue_timetrack.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
issue_watch.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
main_test.go make writing main test easier () 2023-09-28 01:38:53 +00:00
middlewares.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
migrate.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
milestone.go remove util.OptionalBool and related functions () 2024-03-06 12:10:46 +08:00
packages.go remove util.OptionalBool and related functions () 2024-03-06 12:10:46 +08:00
patch.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
projects.go remove util.OptionalBool and related functions () 2024-03-06 12:10:46 +08:00
projects_test.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
pull.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} () 2024-03-26 19:04:27 +01:00
pull_review.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
pull_review_test.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
recent_commits.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
release.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} () 2024-03-26 19:04:27 +01:00
release_test.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
render.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
repo.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} () 2024-03-26 19:04:27 +01:00
search.go Support repo code search without setting up an indexer () 2024-03-28 05:16:51 +00:00
topic.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
treelist.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
view.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} () 2024-03-26 19:04:27 +01:00
view_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
wiki.go Move context from modules to services () 2024-03-06 12:10:43 +08:00
wiki_test.go Make "/user/login" page redirect if the current user has signed in () 2024-03-11 23:36:58 +07:00