| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment permissions (#28213) (#28217) | Lunny Xiao | 2023-11-26 | 9 | -27/+147 |
* | Fix some slice append usages (#26778) (#26798) | Giteabot | 2023-08-29 | 1 | -9/+7 |
* | Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) (#26405) | Giteabot | 2023-08-09 | 1 | -4/+4 |
* | For API attachments, use API URL (#25639) (#25814) | Giteabot | 2023-07-10 | 6 | -28/+28 |
* | Replace `interface{}` with `any` (#25686) (#25687) | silverwind | 2023-07-04 | 2 | -8/+8 |
* | Fix bug of branches API with tests(#25578) (#25579) | Lunny Xiao | 2023-07-03 | 1 | -2/+35 |
* | Use correct response code in push mirror creation response in v1_json.tmpl (#... | Giteabot | 2023-06-28 | 1 | -1/+1 |
* | Fix `Permission` in API returned repository struct (#25388) (#25441) | Giteabot | 2023-06-22 | 7 | -23/+27 |
* | Fix all possible setting error related storages and added some tests (#23911)... | Giteabot | 2023-06-14 | 1 | -2/+2 |
* | fix swagger documentation for multiple files API endpoint (#25110)v1.20.0-rc0 | Denys Konovalov | 2023-06-07 | 1 | -2/+2 |
* | Followup to pinned Issues (#24945) | JakobDev | 2023-05-30 | 1 | -4/+12 |
* | API endpoint for changing/creating/deleting multiple files (#24887) | Denys Konovalov | 2023-05-29 | 1 | -28/+167 |
* | Add the ability to pin Issues (#24406) | JakobDev | 2023-05-25 | 1 | -0/+301 |
* | Add IsErrRepoFilesAlreadyExist check when fork repo (#24678) | yp05327 | 2023-05-22 | 1 | -1/+3 |
* | Use `CommentList` instead of `[]*Comment` (#24828) | Lunny Xiao | 2023-05-21 | 1 | -8/+8 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 8 | -28/+24 |
* | Some refactors for issues stats (#24793) | Lunny Xiao | 2023-05-19 | 1 | -1/+1 |
* | Filter get single commit (#24613) | Matthew Walowski | 2023-05-10 | 1 | -16/+17 |
* | Create a branch directly from commit on the create branch API (#22956) | 来自村里的小螃蟹 | 2023-05-09 | 1 | -4/+28 |
* | Make repository response support HTTP range request (#24592) | wxiaoguang | 2023-05-09 | 1 | -12/+7 |
* | Filters for GetAllCommits (#24568) | Matthew Walowski | 2023-05-09 | 3 | -4/+20 |
* | Improve Gitea's web context, decouple "issue template" code into service pack... | wxiaoguang | 2023-05-09 | 1 | -4/+9 |
* | Split "modules/context.go" to separate files (#24569) | wxiaoguang | 2023-05-08 | 1 | -1/+1 |
* | Pass 'not' to commit count (#24473) | Matthew Walowski | 2023-05-08 | 2 | -5/+29 |
* | Require at least one unit to be enabled (#24189) | Lunny Xiao | 2023-05-06 | 1 | -3/+5 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 1 | -3/+4 |
* | Fix api error message if fork exists (#24487) | Otto Richter (fnetX) | 2023-05-02 | 1 | -1/+1 |
* | Add ability to specify '--not' from GetAllCommits (#24409) | Matthew Walowski | 2023-04-29 | 1 | -1/+6 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 1 | -2/+2 |
* | Make wiki title supports dashes and improve wiki name related features (#24143) | wxiaoguang | 2023-04-19 | 1 | -21/+19 |
* | Make more functions use ctx instead of db.DefaultContext (#24068) | wxiaoguang | 2023-04-14 | 3 | -7/+7 |
* | Fix protected branch for API (#24013) | Lunny Xiao | 2023-04-09 | 1 | -4/+8 |
* | Use graceful editorconfig loader to reduce errors when loading malformed edit... | Yoan Blanc | 2023-04-06 | 1 | -1/+1 |
* | Add activity feeds API (#23494) | Zettat123 | 2023-04-04 | 1 | -0/+57 |
* | Implement Issue Config (#20956) | JakobDev | 2023-03-28 | 1 | -0/+55 |
* | Add API to manage issue dependencies (#17935) | qwerty287 | 2023-03-28 | 1 | -0/+598 |
* | Match api migration behavior to web behavior (#23552) | Andrew Tomaka | 2023-03-19 | 1 | -1/+1 |
* | Add absent repounits to create/edit repo API (#23500) | James Cleverley-Prance | 2023-03-16 | 1 | -0/+33 |
* | Handle missing `README` in create repos API (#23387) | Zettat123 | 2023-03-13 | 1 | -0/+11 |
* | Preserve file size when creating attachments (#23406) | Peter | 2023-03-12 | 3 | -3/+3 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -5/+1 |
* | Fix panic when getting notes by ref (#23372) | Zettat123 | 2023-03-08 | 1 | -1/+11 |
* | Make Ctrl+Enter submit a pending comment (starting review) instead of submitt... | wxiaoguang | 2023-03-04 | 1 | -2/+2 |
* | Add loading yaml label template files (#22976) | Lauris BH | 2023-03-02 | 2 | -29/+26 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 3 | -6/+6 |
* | Add "Reviewed by you" filter for pull requests (#22927) | Brecht Van Lommel | 2023-02-24 | 1 | -0/+7 |
* | Add force_merge to merge request and fix checking mergable (#23010) | Jason Song | 2023-02-21 | 1 | -4/+11 |
* | Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921) | sillyguodong | 2023-02-20 | 1 | -2/+4 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -2/+2 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 1 | -0/+4 |