aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-6/+2
* Refactor URL detection (#29960)wxiaoguang2024-03-211-1/+1
* Only do counting when count_only=true for repo dashboard (#29884)wxiaoguang2024-03-181-10/+15
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-121-1/+5
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-061-20/+8
* Add user blocking (#29028)KN4CK3R2024-03-041-6/+10
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-12/+12
* Move generate from module to service (#29465)Lunny Xiao2024-02-281-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-2/+3
* Don't do a full page load when clicking `Watch` or `Star` (#29001)Yarden Shoham2024-02-051-0/+31
* Move some repository transfer functions to service layer (#28855)Lunny Xiao2024-02-051-1/+1
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+2
* Remove trust model selection from repository creation on web page because it ...Lunny Xiao2024-01-161-1/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-1/+4
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-12/+12
* Abstract hash function usage (#28138)Adam Majer2023-12-131-0/+2
* Fix commit status in repo list (#28412)yp053272023-12-111-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-2/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* 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