summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-0/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-3/+3
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-1/+4
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-49/+6
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-1/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+4
* 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