aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix error display when merging PRs (#29288)Zettat1232024-02-211-4/+4
* Do not use `ctx.Doer` when reset password (#29289)Jason Song2024-02-211-1/+1
* Fix content size does not match error when uploading lfs file (#29259)vincent2024-02-191-1/+1
* 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-182-9/+43
* Refactor more code in templates (#29236)wxiaoguang2024-02-184-25/+7
* Load outdated comments when (un)resolving conversation on PR timeline (#29203)Jimmy Praet2024-02-172-3/+4
* Fix missing template for follow button in organization (#29215)Yarden Shoham2024-02-171-1/+1
* Fix broken following organization (#29005)yp053272024-02-171-2/+12
* Refactor JWT secret generating & decoding code (#29172)wxiaoguang2024-02-161-1/+1
* Auto-update the system status in admin dashboard (#29163)Yarden Shoham2024-02-162-10/+17
* Implement contributors graph (#27882)Şahin Akkaya2024-02-153-0/+50
* Add support for action artifact serve direct (#29120)KN4CK3R2024-02-151-1/+14
* Advertise WebAuthn support (#29176)65432024-02-152-0/+25
* Change webhook-type in create-view (#29114)Tim-Nicas Oelschläger2024-02-151-0/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-1430-84/+86
* Extract linguist code to method (#29168)KN4CK3R2024-02-142-48/+10
* bump to use go 1.22 (#29119)techknowlogick2024-02-143-12/+12
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-124-0/+9
* Refactor issue template parsing and fix API endpoint (#29069)wxiaoguang2024-02-124-16/+16
* Display friendly error message (#29105)KN4CK3R2024-02-081-7/+7
* Fix swift packages not resolving (#29095)CEnnis912024-02-081-1/+1
* 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-053-3/+3
* Unify user update methods (#28733)KN4CK3R2024-02-0412-521/+407
* Do not render empty comments (#29039)wxiaoguang2024-02-041-1/+10
* Update tool dependencies (#29030)silverwind2024-02-022-3/+0
* Add artifacts v4 jwt to job message and accept it (#28885)ChristopherHX2024-02-022-6/+34
* Improve user search display name (#29002)KN4CK3R2024-02-014-19/+3
* Some refactor for git http (#28995)Lunny Xiao2024-01-311-100/+85
* Fix an actions schedule bug (#28942)Zettat1232024-01-311-2/+2
* Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow`...Yarden Shoham2024-01-302-3/+17
* Fix inconsistent naming of OAuth 2.0 `ENABLE` setting (#28951)wackbyte2024-01-282-7/+7
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-2715-33/+44
* Preserve BOM in web editor (#28935)silverwind2024-01-276-8/+8
* fix: update enable_prune even if mirror_interval is not provided (#28905)Anthony Quéré2024-01-251-1/+1
* 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
* Allow to sync tags from admin dashboard (#28045)JakobDev2024-01-242-0/+11
* Don't run push mirrors for archived repos (#27140)JakobDev2024-01-242-9/+9
* Prevent anonymous container access if `RequireSignInView` is enabled (#28877)KN4CK3R2024-01-211-5/+14
* Revert adding htmx until we finaly decide to add it (#28879)65432024-01-212-17/+3
* Don't do a full page load when clicking the follow button (#28872)Yarden Shoham2024-01-201-2/+9
* Don't do a full page load when clicking the subscribe button (#28871)Yarden Shoham2024-01-201-1/+8
* Set the `isPermaLink` attribute to `false` in the `guid` sub-element (#28860)Yarden Shoham2024-01-201-0/+1
* Add support for sha256 repositories (#23894)Adam Majer2024-01-194-12/+13
* Fix incorrect action duration time when rerun the job before executed once (#...yp053272024-01-191-0/+11