aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/explore/code.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Remove deleted repos from searchresult (#21512)Raymond2022-10-221-0/+12
* Add user/organization code search (#19977)Lauris BH2022-10-111-60/+65
* 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-061-2/+2
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-1/+0
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-7/+7
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-6/+16
* format with gofumpt (#18184)65432022-01-201-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+5
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-4/+3
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-3/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+139