summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/fork.go
Commit message (Expand)AuthorAgeFilesLines
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-2/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* format with gofumpt (#18184)65432022-01-201-1/+1
* - name: new parameter in CreateForkOption to give the forked repository (#18066)Aravinth Manivannan2021-12-241-2/+15
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-1/+5
* [API] generalize list header (#16551)65432021-08-121-0/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-1/+3
* Move Repo APIFormat to convert package (#13787)65432020-12-021-2/+3
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-1/+1
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+11
* Swagger info corrections (#9441)65432019-12-201-8/+18
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-1/+4
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+0
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-2/+1
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-1/+1
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-1/+5
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-20/+42
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-1/+1
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-2/+2
* Fix repo API bug (#2133)Ethan Koenig2017-07-121-1/+2
* Improve org error handling (#2117)Antoine GIRARD2017-07-061-1/+1
* Add repo fork swagger (#1941)Jonas Östanbäck2017-06-121-0/+20
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* API endpoints for forks (#509)Ethan Koenig2016-12-311-0/+61