aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-1/+1
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+57
* Implement Issue Config (#20956)JakobDev2023-03-281-0/+55
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-0/+598
* 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
* Handle missing `README` in create repos API (#23387)Zettat1232023-03-131-0/+11
* Preserve file size when creating attachments (#23406)Peter2023-03-123-3/+3
* Add user webhooks (#21563)KN4CK3R2023-03-101-5/+1
* 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-022-29/+26
* Use context parameter in services/repository (#23186)Jason Song2023-02-283-6/+6
* 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
* 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
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+4
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-1518-40/+40
* 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-082-2/+2
* Add API endpoint to get latest release (#21267)JakobDev2023-01-261-0/+41
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-242-3/+3
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-162-27/+101
* Use context parameter in models/git (#22367)Jason Song2023-01-093-4/+4
* Restructure `webhook` module (#22256)delvh2023-01-011-3/+4