aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-2/+3
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-1/+1
* allow "latest" to be used in release vTag when downloading file (#26748)merlleu2023-09-061-4/+17
* Add link to job details and tooltip to commit status in repo list in dashboar...yp053272023-08-211-1/+4
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-0/+61
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-211-9/+10
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Get latest commit statuses from database instead of git data on dashboard for...Lunny Xiao2023-07-031-6/+8
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-1/+1
* Remove the parallelizing when loading repo for dashboard (#24705)wxiaoguang2023-05-141-13/+7
* Add status indicator on main home screen for each repo (#24638)Yarden Shoham2023-05-131-13/+41
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-1/+1
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-271-0/+18
* Make Release Download URLs predictable (#23891)JakobDev2023-04-121-1/+1
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-101-2/+2
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-3/+3
* 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