summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Fix api error message if fork exists (#24487) (#24493)Giteabot2023-05-031-1/+1
* Fix typo in API route (#24310) (#24332)Giteabot2023-04-251-1/+1
* Fix access token issue on some public endpoints (#24194) (#24259)Giteabot2023-04-211-6/+6
* Fix issue attachment handling (#24202) (#24221)wxiaoguang2023-04-201-2/+2
* Fix protected branch for API (#24013) (#24027)Giteabot2023-04-101-4/+8
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) (...Giteabot2023-04-032-9/+16
* 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