aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/explore
Commit message (Expand)AuthorAgeFilesLines
* Fix bleve fuzziness search (#33078) (#33087)wxiaoguang13 days1-14/+7
* Respect UI.ExploreDefaultSort setting again (#32357)65432024-10-302-2/+4
* Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore...Zettat1232024-10-224-5/+16
* For consistency make repo search sort options case sensitive (#31951)65432024-09-051-2/+1
* Add missing repository type filter parameters to pager (#31832)yp053272024-08-151-0/+15
* Refactor names (#31405)wxiaoguang2024-06-192-4/+4
* Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-151-1/+1
* [Refactor] Unify repo search order by logic (#30876)65432024-06-131-35/+7
* Refactor topic Find functions and add more tests for pagination (#30127)Lunny Xiao2024-03-291-1/+1
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-162-3/+3
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-161-1/+11
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-162-3/+3
* Unify search boxes (#29530)Denys Konovalov2024-03-141-3/+2
* Patch in exact search for meilisearch (#29671)65432024-03-091-2/+2
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-031-0/+20
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-2/+2
* Only use supported sort order for "explore/users" page (#29430)wxiaoguang2024-02-272-4/+32
* Move context from modules to services (#29440)Lunny Xiao2024-02-275-5/+5
* Allow to set explore page default sort (#27951)65432023-11-093-12/+16
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* remove unnecessary explore org template (#26459)Denys Konovalov2023-08-111-7/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Split lfs size from repository size (#22900)a10121127962023-06-281-0/+8
* Refactor indexer (#25174)Jason Song2023-06-231-2/+2
* Sort users and orgs on explore by recency by default (#24279)techknowlogick2023-05-062-6/+20
* Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more stric...wxiaoguang2023-03-291-3/+11
* Remove useless comment in #23114 (#23173)Zettat1232023-02-271-1/+0
* Show empty repos in Admin Repository Management page (#23114)Zettat1232023-02-241-18/+19
* Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)delvh2023-02-041-6/+5
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Fix sorting admin user list by last login (#22081)aceArt-GmbH2022-12-111-0/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Remove deleted repos from searchresult (#21512)Raymond2022-10-221-0/+12
* Add user/organization code search (#19977)Lauris BH2022-10-111-60/+65
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-6/+14
* Add sitemap support (#18407)Daniil Gentili2022-06-252-2/+49
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-87/+57
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-062-4/+3
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-1/+0
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-0/+42
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-224-14/+14
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-1/+3
* Fix admin user list pagination (#18957)Otto Richter (fnetX)2022-03-011-0/+1
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-281-0/+5
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-6/+16
* format with gofumpt (#18184)65432022-01-202-5/+3