summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
...
* feat(API): add routes and functions for managing user's secrets (#26909)Bo-Yi Wu2023-09-052-0/+112
* Allow users with write permissions for issues to add attachments with API (#2...Zettat1232023-09-011-1/+1
* feat(API): add secret deletion functionality for repository (#26808)Bo-Yi Wu2023-09-013-4/+63
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-013-17/+17
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-293-17/+87
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-9/+7
* refactor(API): refactor secret creation and update functionality (#26751)Bo-Yi Wu2023-08-283-58/+24
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-2/+1
* PATCH branch-protection updates check list even when checks are disabled (#26...Infinoid2023-08-241-1/+2
* feat(API): update and delete secret for managing organization secrets (#26660)Bo-Yi Wu2023-08-243-0/+97
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-224-4/+58
* Return empty when searching issues with no repos (#26545)Jason Song2023-08-171-0/+4
* Add API route to list org secrets (#26485)Bo-Yi Wu2023-08-153-0/+88
* Allow to archive labels (#26478)puni98692023-08-142-1/+3
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-091-4/+4
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-312-150/+176
* Remove "misc" scope check from public API endpoints (#26134)wxiaoguang2023-07-261-2/+2
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-1/+11
* fix Missing 404 swagger response docs for /admin/users/{username} (#26086)caicandong2023-07-241-0/+2
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-2/+1
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-2213-44/+44
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-211-10/+11
* Refactor "Content" for file uploading (#25851)wxiaoguang2023-07-181-22/+39
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-107-31/+31
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-13/+9
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-2/+2
* Less naked returns (#25713)65432023-07-072-11/+11
* Replace `interface{}` with `any` (#25686)silverwind2023-07-044-12/+12
* Fix bug of branches API with tests (#25578)Lunny Xiao2023-07-011-2/+35
* Add API for changing Avatars (#25369)JakobDev2023-06-295-0/+240
* Sync branches into databases (#22743)Lunny Xiao2023-06-293-22/+72
* Use correct response code in push mirror creation response in v1_json.tmpl (#...Georg Dangl2023-06-281-1/+1
* Fix bugs related to notification endpoints (#25548)Zettat1232023-06-283-4/+4
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-2211-38/+43
* Refactor web package and context package (#25298)wxiaoguang2023-06-184-62/+12
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-2/+2
* fix swagger documentation for multiple files API endpoint (#25110)v1.20.0-rc0Denys Konovalov2023-06-071-2/+2
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-305/+372
* Followup to pinned Issues (#24945)JakobDev2023-05-301-4/+12
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-294-28/+178
* Add the ability to pin Issues (#24406)JakobDev2023-05-253-0/+317
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-19/+21
* Add API for Label templates (#24602)JakobDev2023-05-233-0/+76
* Add IsErrRepoFilesAlreadyExist check when fork repo (#24678)yp053272023-05-221-1/+3
* Add CRAN package registry (#22331)KN4CK3R2023-05-221-1/+1
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-7/+7
* Use `CommentList` instead of `[]*Comment` (#24828)Lunny Xiao2023-05-211-8/+8
* Return `404` in the API if the requested webhooks were not found (#24823)Yevhen Pavlov2023-05-211-2/+7
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-2114-69/+51
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1