summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix missed return (#29450) (#29453)Giteabot2024-02-271-0/+1
* Not trigger all jobs any more, when re-running the first job (#29439) (#29441)Giteabot2024-02-271-3/+8
* Do not double close reader (#29354) (#29370)Giteabot2024-02-241-3/+0
* Display friendly error message (#29105) (#29363)Lunny Xiao2024-02-241-7/+7
* Fix validity of the FROM email address not being checked (#29347) (#29360)Giteabot2024-02-241-0/+6
* Fix project counter in organization/individual profile (#28068) (#29361)Lunny Xiao2024-02-241-0/+17
* Use general token signing secret (#29205) (#29325)wxiaoguang2024-02-221-1/+1
* Fix error display when merging PRs (#29288) (#29309)Zettat1232024-02-221-4/+4
* Disallow merge when required checked are missing (#29143) (#29268)Markus Amshove2024-02-191-0/+30
* Fix bug when the linked account was disactived and list the linked accounts (...Lunny Xiao2024-02-192-5/+5
* Load outdated comments when (un)resolving conversation on PR timeline (#29203...Jimmy Praet2024-02-182-3/+4
* Refactor issue template parsing and fix API endpoint (#29069) (#29140)wxiaoguang2024-02-144-19/+17
* Fix swift packages not resolving (#29095) (#29102)CEnnis912024-02-081-1/+1
* Improve user experience for outdated comments (#29050) (#29086)Giteabot2024-02-083-15/+84
* Do not render empty comments (#29039) (#29049)Giteabot2024-02-041-1/+10
* Fix an actions schedule bug (#28942) (#28999)Giteabot2024-01-311-2/+2
* Preserve BOM in web editor (#28935) (#28959)Giteabot2024-01-276-8/+8
* fix: update enable_prune even if mirror_interval is not provided (#28905) (#2...Giteabot2024-01-261-1/+1
* Don't reload timeline page when (un)resolving or replying conversation (#2865...Jimmy Praet2024-01-241-16/+16
* Fix uploaded artifacts should be overwritten (#28726) backport v1.21 (#28832)FuXiaoHei2024-01-222-3/+15
* Prevent anonymous container access if `RequireSignInView` is enabled (#28877)...Giteabot2024-01-221-5/+14
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-1615-114/+179
* Forbid removing the last admin user (#28337) (#28793)Giteabot2024-01-163-2/+28
* Fix `GetCommitStatuses` (#28787) (#28804)KN4CK3R2024-01-151-1/+3
* Modernize merge button (#28140) (#28786)Giteabot2024-01-151-24/+21
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-143-20/+10
* Assign pull request to project during creation (#28227) (#28775)Giteabot2024-01-122-1/+13
* Fix issue dependencies (#27736) (#28776)Giteabot2024-01-122-56/+55
* Require token for GET subscription endpoint (#28765) (#28768)Giteabot2024-01-121-3/+3
* Fix: system webhooks API bug (#28531) (#28666)Giteabot2023-12-311-6/+17
* Avoid cycle-redirecting user/login page (#28636) (#28658)wxiaoguang2023-12-302-6/+5
* Refactor CORS handler (#28587) (#28611)wxiaoguang2023-12-254-37/+43
* Include heap pprof in diagnosis report to help debugging memory leaks (#28596...Giteabot2023-12-241-0/+7
* Fix `status_check_contexts` matching bug (#28582) (#28589)Giteabot2023-12-221-1/+9
* Fix 405 method not allowed CORS / OIDC (#28583) (#28586)Giteabot2023-12-221-0/+2
* Use information from previous blame parts (#28572) (#28577)Giteabot2023-12-221-5/+17
* Fix merging artifact chunks error when minio storage basepath is set (#28555)...Giteabot2023-12-211-4/+9
* Only check online runner when detecting matching runners in workflows (#28286...Giteabot2023-12-191-1/+3
* chore(api): support ignore password if login source type is LDAP for creating...Giteabot2023-12-191-11/+21
* Add option to disable ambiguous unicode characters detection (#28454) (#28499)wxiaoguang2023-12-182-13/+12
* Add endpoint for not implemented Docker auth (#28457) (#28462)Giteabot2023-12-132-1/+15
* Do some missing checks (#28423) (#28432)Lunny Xiao2023-12-122-3/+39
* Deprecate query string auth tokens (#28390) (#28430)Giteabot2023-12-121-0/+11
* Also sync DB branches on push if necessary (#28361) (#28403)Lunny Xiao2023-12-112-5/+4
* Fix missing check (#28406) (#28411)Giteabot2023-12-112-4/+24
* enable system users search via the API (#28013) (#28018)Giteabot2023-12-081-12/+26
* Fix object does not exist error when checking citation file (#28314) (#28369)Giteabot2023-12-061-13/+6
* Fix the runs will not be displayed bug when the main branch have no workflows...Giteabot2023-12-061-0/+1
* Add `HEAD` support for rpm repo files (#28309) (#28360)Giteabot2023-12-052-1/+28
* Read `previous` info from git blame (#28306) (#28310)Giteabot2023-12-011-30/+8