aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Add github compatible tarball download API endpoints (#32572)Lunny Xiao2024-11-251-2/+12
* Update the list of watchers and stargazers when clicking watch/unwatch or sta...Yarden Shoham2024-11-221-0/+3
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-311-1/+1
* Hide the "Details" link of commit status when the user cannot access actions ...Zettat1232024-07-281-0/+3
* Refactor webhook (#31587)wxiaoguang2024-07-101-1/+1
* Refactor names (#31405)wxiaoguang2024-06-191-10/+10
* Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-151-1/+1
* Allow downloading attachments of draft releases (#31369)Zettat1232024-06-151-2/+3
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-1/+1
* Add an immutable tarball link to archive download headers for Nix (#31139)Jörg Thalheim2024-05-281-0/+6
* Fix "force private" logic (#31012)wxiaoguang2024-05-201-1/+1
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-061-1/+1
* 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