summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Match api migration behavior to web behavior (#23552) (#23573)Giteabot2023-03-191-1/+1
* Handle missing `README` in create repos API (#23387) (#23510)Zettat1232023-03-162-0/+13
* Purge API comment (#23451) (#23452)Giteabot2023-03-131-0/+4
* Preserve file size when creating attachments (#23406) (#23426)Giteabot2023-03-123-3/+3
* Fix panic when getting notes by ref (#23372) (#23377)Giteabot2023-03-081-1/+11
* Add loading yaml label template files (#22976) (#23232)Giteabot2023-03-013-47/+41
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-4/+11
* Add scopes to API to create token and display them (#22989)zeripath2023-02-201-2/+11
* Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921)sillyguodong2023-02-201-2/+4
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-2/+2
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-182-0/+8
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-182-3/+3
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-161-0/+9
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-1527-70/+71
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-0/+4
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-083-4/+4
* Add Chef package registry (#22554)KN4CK3R2023-02-061-1/+1
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-1/+1
* Add Conda package registry (#22262)KN4CK3R2023-02-011-1/+1
* Implement actions (#21937)Jason Song2023-01-311-4/+39
* Support system hook API (#14537)Lunny Xiao2023-01-283-0/+219
* Add API endpoint to get latest release (#21267)JakobDev2023-01-262-0/+42
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-242-3/+3
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-194/+228
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-162-27/+101
* Prevent panic on looking at api "git" endpoints for empty repos (#22457)zeripath2023-01-151-1/+1
* Improve utils of slices (#22379)Jason Song2023-01-111-17/+17
* Use context parameter in models/git (#22367)Jason Song2023-01-093-4/+4
* Remove old HookEventType (#22358)Jason Song2023-01-061-35/+35
* Restructure `webhook` module (#22256)delvh2023-01-013-18/+19
* Add `sync_on_commit` option for push mirrors api (#22271)Chongyi Zheng2022-12-301-4/+5
* Support template for merge message description (#22248)Jason Song2022-12-291-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-2958-58/+58
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-1/+1
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-272-0/+30
* Remove ReverseProxy authentication from the API (#22219)zeripath2022-12-271-9/+3
* Allow empty assignees on pull request edit (#22150)KN4CK3R2022-12-211-0/+5
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-121-7/+2
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-106-23/+23
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-095-4/+798
* Fix ListBranches to handle empty case (#21921)Lunny Xiao2022-12-041-26/+34
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-0315-38/+40
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2796-192/+96
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-1/+5
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1922-110/+112
* Add some documentation to packages (#21648)zeripath2022-11-121-0/+1
* Load GitRepo in API before deleting issue (#21720)Jason Song2022-11-121-1/+1
* Add configuration for CORS allowed headers (#21747)Drew Noel2022-11-111-1/+1