aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue_label.go
Commit message (Expand)AuthorAgeFilesLines
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-5/+6
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+2
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-4/+4
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-6/+6
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+222