summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-054-13/+13
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-051-30/+30
* 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-011-0/+54
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-012-12/+12
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-291-0/+75
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-9/+7
* 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
* Return empty when searching issues with no repos (#26545)Jason Song2023-08-171-0/+4
* Allow to archive labels (#26478)puni98692023-08-141-1/+2
* 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
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-2212-43/+43
* 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-106-28/+28
* 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-042-8/+8
* Fix bug of branches API with tests (#25578)Lunny Xiao2023-07-011-2/+35
* Add API for changing Avatars (#25369)JakobDev2023-06-291-0/+84
* 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 `Permission` in API returned repository struct (#25388)Jason Song2023-06-227-23/+27
* Refactor web package and context package (#25298)wxiaoguang2023-06-182-3/+3
* 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
* Followup to pinned Issues (#24945)JakobDev2023-05-301-4/+12
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-291-28/+167
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+301
* Add IsErrRepoFilesAlreadyExist check when fork repo (#24678)yp053272023-05-221-1/+3
* Use `CommentList` instead of `[]*Comment` (#24828)Lunny Xiao2023-05-211-8/+8
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-218-28/+24
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Filter get single commit (#24613)Matthew Walowski2023-05-101-16/+17
* Create a branch directly from commit on the create branch API (#22956)来自村里的小螃蟹2023-05-091-4/+28
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-091-12/+7
* Filters for GetAllCommits (#24568)Matthew Walowski2023-05-093-4/+20
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-091-4/+9
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-1/+1
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-082-5/+29
* Require at least one unit to be enabled (#24189)Lunny Xiao2023-05-061-3/+5
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-3/+4
* Fix api error message if fork exists (#24487)Otto Richter (fnetX)2023-05-021-1/+1
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-291-1/+6
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-2/+2
* 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 protected branch for API (#24013)Lunny Xiao2023-04-091-4/+8