aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when migrating repository (#34182)Lunny Xiao2 days1-1/+1
* Add package version api endpoints (#34173)KN4CK3R3 days2-24/+148
* Allow admins and org owners to change org member public status (#28294)Tomeamis3 days1-4/+19
* Fix team permission (#34128)wxiaoguang8 days2-26/+12
* Avoid creating unnecessary temporary cat file sub process (#33942)Lunny Xiao11 days1-1/+1
* Refactor markup render to fix various path problems (#34114)wxiaoguang12 days1-5/+5
* Refactor Branch struct in package modules/git (#33980)Lunny Xiao14 days2-24/+11
* Fix return bug (#34093)Lunny Xiao2025-04-011-1/+1
* Enable addtional linters (#34085)TheFox0x72025-04-0120-49/+49
* fix users being able bypass limits with repo transfers (#34031)TheFox0x72025-03-311-11/+10
* Enable testifylint rules (#34075)TheFox0x72025-03-312-3/+3
* Add a config option to block "expensive" pages for anonymous users (#34024)wxiaoguang2025-03-301-2/+2
* enable staticcheck QFxxxx rules (#34064)TheFox0x72025-03-294-10/+12
* Download actions job logs from API (#33858)Lunny Xiao2025-03-262-0/+68
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-211-4/+4
* Don't create duplicated functions for code repositories and wiki repositories...Lunny Xiao2025-03-191-1/+1
* Added Description Field for Secrets and Variables (#33526)John Smith2025-03-173-33/+45
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao2025-03-153-4/+4
* Refactor cache-control (#33861)wxiaoguang2025-03-131-2/+2
* Add workflow_job webhook (#33694)ChristopherHX2025-03-111-0/+1
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX2025-03-101-2/+1
* Only keep popular licenses (#33832)wxiaoguang2025-03-101-1/+0
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-091-2/+1
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-081-1/+7
* Refactor: move part of updating protected branch logic to service layer (#33742)Lunny Xiao2025-03-051-37/+1
* allow filtering /repos/{owner}/{repo}/pulls by target base branch queryparam ...Royce Remer2025-02-271-0/+5
* Fix some user name usages (#33689)wxiaoguang2025-02-231-2/+4
* Improve swagger generation (#33664)wxiaoguang2025-02-211-2/+0
* Refactor error system (#33626)wxiaoguang2025-02-1771-680/+681
* Move issue pin to an standalone table for querying performance (#33452)Lunny Xiao2025-02-171-3/+3
* Refactor error system (#33610)wxiaoguang2025-02-1694-1521/+1522
* Add API to support link package to repository and unlink it (#33481)Lunny Xiao2025-02-162-6/+134
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-163-0/+416
* Enhance routers for the Actions variable operations (#33547)Jason Song2025-02-113-3/+15
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-114-5/+298
* Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541)wxiaoguang2025-02-104-333/+0
* Feature: Support workflow event dispatch via API (#32059)Bence Sántha2025-02-104-0/+333
* Add a option "--user-type bot" to admin user create, improve role display (#2...mscherer2025-02-071-2/+2
* Reject star-related requests if stars are disabled (#33208)Henrique Corrêa2025-02-043-3/+23
* Inclusion of rename organization api (#33303)Bruno Sofiato2025-02-014-14/+46
* Refactor repository transfer (#33211)Lunny Xiao2025-01-301-36/+19
* Add tests for webhook and fix some webhook bugs (#33396)Lunny Xiao2025-01-301-0/+2
* Support choose email when creating a commit via web UI (#33432)wxiaoguang2025-01-302-20/+20
* Fix system admin cannot fork or get private fork with API (#33401)Lunny Xiao2025-01-271-7/+9
* Refactor webhook events (#33337)Lunny Xiao2025-01-231-41/+40
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang2025-01-222-3/+3
* Only allow admins to rename default/protected branches (#33276)Kemal Zebari2025-01-151-1/+9
* Let API create and edit system webhooks, attempt 2 (#33180)Michael B.2025-01-131-1/+20
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-132-12/+5
* Fix sync fork for consistency (#33147)Chai-Shi2025-01-103-0/+58