| Commit message (Expand) | Author | Age | Files | Lines |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 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 | -4/+4 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -4/+4 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -2/+2 |
* | Fix logging of Transfer API (#19456) | Gusted | 2022-04-22 | 1 | -4/+6 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -4/+5 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -3/+3 |
* | Add API to manage repo tranfers (#17963) | qwerty287 | 2021-12-23 | 1 | -0/+102 |
* | Ensure that git repository is closed before transfer (#18049) | zeripath | 2021-12-21 | 1 | -0/+5 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -1/+2 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -2/+3 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -3/+4 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -2/+2 |
* | Avoid double imports (#17569) | Gusted | 2021-11-08 | 1 | -2/+1 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 1 | -5/+15 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -1/+4 |
* | Move Repo APIFormat to convert package (#13787) | 6543 | 2020-12-02 | 1 | -1/+1 |
* | Fix bug preventing transfer to private organization (#12497) | zeripath | 2020-08-16 | 1 | -1/+10 |
* | API endpoint for repo transfer (#9947) | 6543 | 2020-01-31 | 1 | -0/+100 |