aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/explore/repo.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-6/+14
* Add sitemap support (#18407)Daniil Gentili2022-06-251-1/+25
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-281-0/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-14/+14
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-2/+1
* 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-5/+5
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+131