summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-061-9/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-8/+9
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+1
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-2/+3
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Return 400 but not 500 when request archive with wrong format (#17691)Lunny Xiao2021-11-171-1/+5
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-2/+2
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-4/+5
* 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
* Rework repository archive (#14723)Lunny Xiao2021-06-231-7/+107
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+388