| Commit message (Expand) | Author | Age | Files | Lines |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -1/+1 |
* | Add missing 404 response to Swagger (#27038) | JakobDev | 2023-09-13 | 1 | -0/+4 |
* | Fix `Permission` in API returned repository struct (#25388) | Jason Song | 2023-06-22 | 1 | -4/+4 |
* | Add IsErrRepoFilesAlreadyExist check when fork repo (#24678) | yp05327 | 2023-05-22 | 1 | -1/+3 |
* | Fix api error message if fork exists (#24487) | Otto Richter (fnetX) | 2023-05-02 | 1 | -1/+1 |
* | 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 |
* | Add option to prohibit fork if user reached maximum limit of repositories (#2... | Xinyu Zhou | 2022-12-27 | 1 | -1/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -2/+2 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -2/+3 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -4/+4 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | - name: new parameter in CreateForkOption to give the forked repository (#18066) | Aravinth Manivannan | 2021-12-24 | 1 | -2/+15 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -2/+3 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -1/+1 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1/+2 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -1/+1 |
* | Refactor the fork service slightly to take ForkRepoOptions (#16744) | Kyle Evans | 2021-08-28 | 1 | -1/+5 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -0/+2 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -1/+3 |
* | Move Repo APIFormat to convert package (#13787) | 6543 | 2020-12-02 | 1 | -2/+3 |
* | Not using "ctx.ServerError" in api (#12907) | 赵智超 | 2020-09-20 | 1 | -1/+1 |
* | Remove page size limit comment from swagger (#11806) | Cirno the Strongest | 2020-06-09 | 1 | -1/+1 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -1/+11 |
* | Swagger info corrections (#9441) | 6543 | 2019-12-20 | 1 | -8/+18 |
* | Move some repositories' operations to a standalone service package (#8557) | Lunny Xiao | 2019-10-26 | 1 | -1/+4 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+0 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -2/+1 |
* | refactor: import order. (#3736) | Bo-Yi Wu | 2018-03-29 | 1 | -2/+2 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -1/+1 |
* | Fix ignored errors when checking if organization, team member (#3177) | Ethan Koenig | 2017-12-21 | 1 | -1/+5 |
* | Update swagger documentation (#2899) | Ethan Koenig | 2017-11-13 | 1 | -20/+42 |
* | Webhooks for repo creation/deletion (#1663) | Ethan Koenig | 2017-09-03 | 1 | -1/+1 |
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 1 | -2/+2 |
* | Fix repo API bug (#2133) | Ethan Koenig | 2017-07-12 | 1 | -1/+2 |
* | Improve org error handling (#2117) | Antoine GIRARD | 2017-07-06 | 1 | -1/+1 |
* | Add repo fork swagger (#1941) | Jonas Östanbäck | 2017-06-12 | 1 | -0/+20 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 |
* | API endpoints for forks (#509) | Ethan Koenig | 2016-12-31 | 1 | -0/+61 |