summaryrefslogtreecommitdiffstats
path: root/routers/web/explore/repo.go
Commit message (Expand)AuthorAgeFilesLines
* 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