| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "force private" logic (#31012) (#31021) | Giteabot | 2024-05-20 | 1 | -2/+2 |
* | Simplify mirror repository API logic (#30963) (#31009) | Giteabot | 2024-05-18 | 1 | -9/+3 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -1/+0 |
* | Clarify permission "HasAccess" behavior (#30585) | wxiaoguang | 2024-04-20 | 1 | -1/+1 |
* | Remove scheduled action tasks if the repo is archived (#30224) | Zettat123 | 2024-04-01 | 1 | -0/+10 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 1 | -2/+2 |
* | Enable/disable owner and repo projects independently (#28805) | Denys Konovalov | 2024-03-04 | 1 | -3/+23 |
* | migrate some more "OptionalBool" to "Option[bool]" (#29479) | 6543 | 2024-02-29 | 1 | -13/+13 |
* | Move generate from module to service (#29465) | Lunny Xiao | 2024-02-28 | 1 | -1/+1 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -1/+1 |
* | Add merge style `fast-forward-only` (#28954) | Chris Copeland | 2024-02-12 | 1 | -0/+4 |
* | Refactor issue template parsing and fix API endpoint (#29069) | wxiaoguang | 2024-02-12 | 1 | -5/+5 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 1 | -1/+2 |
* | fix: update enable_prune even if mirror_interval is not provided (#28905) | Anthony Quéré | 2024-01-25 | 1 | -1/+1 |
* | Add support for sha256 repositories (#23894) | Adam Majer | 2024-01-19 | 1 | -1/+1 |
* | Fix schedule tasks bugs (#28691) | Lunny Xiao | 2024-01-12 | 1 | -1/+1 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 1 | -12/+12 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -0/+1 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -3/+3 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -1/+1 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -2/+2 |
* | Add missing 404 response to Swagger (#27038) | JakobDev | 2023-09-13 | 1 | -0/+16 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 1 | -1/+2 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 1 | -1/+1 |
* | Support copy protected branch from template repository (#25889) | Lunny Xiao | 2023-07-21 | 1 | -10/+11 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | Fix `Permission` in API returned repository struct (#25388) | Jason Song | 2023-06-22 | 1 | -10/+10 |
* | 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 |
* | Require at least one unit to be enabled (#24189) | Lunny Xiao | 2023-05-06 | 1 | -3/+5 |
* | Add activity feeds API (#23494) | Zettat123 | 2023-04-04 | 1 | -0/+57 |
* | Implement Issue Config (#20956) | JakobDev | 2023-03-28 | 1 | -0/+55 |
* | 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 |
* | Add loading yaml label template files (#22976) | Lauris BH | 2023-03-02 | 1 | -1/+2 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 1 | -4/+4 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 1 | -1/+1 |
* | Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2... | Brecht Van Lommel | 2023-02-13 | 1 | -0/+4 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 1 | -1/+1 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 1 | -1/+1 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -5/+5 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -10/+10 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -2/+2 |
* | Make external issue tracker regexp configurable via API (#21338) | Andrew Imeson | 2022-10-07 | 1 | -3/+4 |
* | Better repo API unit checks (#21130) | John Olheiser | 2022-09-28 | 1 | -8/+23 |
* | Go 1.19 format (#20758) | John Olheiser | 2022-08-30 | 1 | -1/+0 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -2/+1 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -5/+5 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -3/+3 |