summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-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
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+2
* Make external issue tracker regexp configurable via API (#21338)Andrew Imeson2022-10-071-3/+4
* Better repo API unit checks (#21130)John Olheiser2022-09-281-8/+23
* Go 1.19 format (#20758)John Olheiser2022-08-301-1/+0
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+3
* more context for models (#19511)65432022-04-281-1/+1
* Improve dashboard's repo list performance (#18963)Gusted2022-04-261-1/+0
* Mark TemplateLoading error as "UnprocessableEntity" (#19445)Gusted2022-04-221-1/+3
* When updating mirror repo intervals by API reschedule next update too (#19429)zeripath2022-04-201-22/+52
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-18/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-4/+5
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-271-9/+10
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-19/+19
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+4
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-251-0/+5
* format with gofumpt (#18184)65432022-01-201-3/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-6/+6
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-29/+32
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-2/+3