summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-21/+19
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-143-7/+7
* Fix admin team access mode value in team_unit table (#24012)yp053272023-04-131-0/+19
* Fix protected branch for API (#24013)Lunny Xiao2023-04-091-4/+8
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-1/+1
* Add activity feeds API (#23494)Zettat1232023-04-046-0/+254
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-042-9/+16
* Improve LoadUnitConfig to handle invalid or duplicate units (#23736)Jason Song2023-04-031-1/+1
* Implement Issue Config (#20956)JakobDev2023-03-283-0/+71
* Add API to manage issue dependencies (#17935)qwerty2872023-03-283-0/+608
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-244-80/+119
* Match api migration behavior to web behavior (#23552)Andrew Tomaka2023-03-191-1/+1
* Add absent repounits to create/edit repo API (#23500)James Cleverley-Prance2023-03-161-0/+33
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-152-6/+17
* add admin API email endpoints (#22792)techknowlogick2023-03-142-0/+91
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-143-0/+62
* Handle missing `README` in create repos API (#23387)Zettat1232023-03-132-0/+13
* Add Swift package registry (#22404)KN4CK3R2023-03-131-1/+1
* Purge API comment (#23451)John Olheiser2023-03-131-0/+4
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-131-1/+1
* Preserve file size when creating attachments (#23406)Peter2023-03-123-3/+3
* Add user webhooks (#21563)KN4CK3R2023-03-106-86/+254
* Fix panic when getting notes by ref (#23372)Zettat1232023-03-081-1/+11
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-2/+2
* Add loading yaml label template files (#22976)Lauris BH2023-03-023-47/+41
* Use context parameter in services/repository (#23186)Jason Song2023-02-284-9/+9
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+7
* 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