aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Improve dashboard's repo list performance (#18963)Gusted2022-04-261-15/+17
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-0/+112
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-8/+9
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-3/+4
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-4/+4
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-20/+20
* format with gofumpt (#18184)65432022-01-201-3/+3
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-021-6/+1
* Use correct user when determining max repo limits for error messages (#18153)Gusted2022-01-021-1/+1
* Use correct translation key (#18135)Gusted2021-12-311-1/+8
* Ensure that git repository is closed before transfer (#18049)zeripath2021-12-211-0/+5
* Some repository refactors (#17950)Lunny Xiao2021-12-121-7/+7
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+4
* 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