aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-291-1/+2
* Fix git error handling (#32401)wxiaoguang2024-11-021-5/+2
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-1/+0
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-081-1/+6
* Support repo license (#24872)yp053272024-10-011-0/+11
* Refactor names (#31405)wxiaoguang2024-06-191-2/+2
* Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-151-1/+1
* [Refactor] Unify repo search order by logic (#30876)65432024-06-131-1/+1
* Fix "force private" logic (#31012)wxiaoguang2024-05-201-2/+2
* Simplify mirror repository API logic (#30963)wxiaoguang2024-05-171-9/+3
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-201-1/+1
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-011-0/+10
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-2/+2
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-3/+23
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-13/+13
* Move generate from module to service (#29465)Lunny Xiao2024-02-281-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-0/+4
* Refactor issue template parsing and fix API endpoint (#29069)wxiaoguang2024-02-121-5/+5
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* fix: update enable_prune even if mirror_interval is not provided (#28905)Anthony Quéré2024-01-251-1/+1
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+1
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-1/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-12/+12
* Abstract hash function usage (#28138)Adam Majer2023-12-131-0/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-3/+3
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+16
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-1/+1
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-211-10/+11
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-10/+10
* 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
* Require at least one unit to be enabled (#24189)Lunny Xiao2023-05-061-3/+5
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+57
* Implement Issue Config (#20956)JakobDev2023-03-281-0/+55
* 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
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-1/+2
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-4/+4
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* 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-081-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-5/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-10/+10