summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Move migration functions to services layer (#29497)Lunny Xiao2024-03-011-2/+1
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-292-14/+15
* Move generate from module to service (#29465)Lunny Xiao2024-02-281-1/+1
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-281-1/+2
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-271-0/+56
* Not trigger all jobs any more, when re-running the first job (#29439)sillyguodong2024-02-271-3/+8
* Move context from modules to services (#29440)Lunny Xiao2024-02-2762-71/+71
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-254-1/+37
* Refactor modules/git global variables (#29376)wxiaoguang2024-02-251-1/+1
* Remove RenderEmojiPlain from template helper (#29375)wxiaoguang2024-02-242-2/+4
* Refactor git attributes (#29356)KN4CK3R2024-02-241-5/+2
* Customizable "Open with" applications for repository clone (#29320)wxiaoguang2024-02-241-2/+27
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-17/+4
* Do not double close reader (#29354)KN4CK3R2024-02-241-3/+0
* Implement recent commits graph (#29210)Şahin Akkaya2024-02-241-0/+41
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-243-8/+5
* Implement code frequency graph (#29191)Şahin Akkaya2024-02-231-0/+41
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-233-5/+8
* Fix error display when merging PRs (#29288)Zettat1232024-02-211-4/+4
* Deduplicate translations for contributors graph (#29256)Şahin Akkaya2024-02-191-1/+1
* Show commit status for releases (#29149)KN4CK3R2024-02-191-87/+87
* Disallow merge when required checked are missing (#29143)Markus Amshove2024-02-191-0/+30
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-181-9/+42
* Load outdated comments when (un)resolving conversation on PR timeline (#29203)Jimmy Praet2024-02-172-3/+4
* Implement contributors graph (#27882)Şahin Akkaya2024-02-152-0/+46
* Change webhook-type in create-view (#29114)Tim-Nicas Oelschläger2024-02-151-0/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-1416-33/+33
* Extract linguist code to method (#29168)KN4CK3R2024-02-142-48/+10
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-4/+4
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-122-0/+3
* Refactor issue template parsing and fix API endpoint (#29069)wxiaoguang2024-02-122-10/+10
* Display friendly error message (#29105)KN4CK3R2024-02-081-7/+7
* Improve user experience for outdated comments (#29050)wxiaoguang2024-02-083-15/+84
* 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-052-2/+2
* Unify user update methods (#28733)KN4CK3R2024-02-041-2/+8
* Do not render empty comments (#29039)wxiaoguang2024-02-041-1/+10
* Improve user search display name (#29002)KN4CK3R2024-02-011-3/+2
* Some refactor for git http (#28995)Lunny Xiao2024-01-311-100/+85
* Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow`...Yarden Shoham2024-01-301-1/+8
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-276-16/+22
* Preserve BOM in web editor (#28935)silverwind2024-01-276-8/+8
* Show in Web UI if file is vendored and generated (#28620)JakobDev2024-01-241-0/+15
* Don't reload timeline page when (un)resolving or replying conversation (#28654)Jimmy Praet2024-01-241-16/+16
* Don't run push mirrors for archived repos (#27140)JakobDev2024-01-241-5/+5
* Revert adding htmx until we finaly decide to add it (#28879)65432024-01-211-8/+1
* Don't do a full page load when clicking the subscribe button (#28871)Yarden Shoham2024-01-201-1/+8
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+2
* Fix incorrect action duration time when rerun the job before executed once (#...yp053272024-01-191-0/+11
* Retarget depending pulls when the parent branch is deleted (#28686)Viktor Kuzmin2024-01-171-0/+6