aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin/repos.go
Commit message (Expand)AuthorAgeFilesLines
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+2
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-3/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-2/+2
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-4/+3
* 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-3/+2
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-5/+5
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-9/+9
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+166