summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/transfer.go
Commit message (Expand)AuthorAgeFilesLines
* Fix logging of Transfer API (#19456)Gusted2022-04-221-4/+6
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-4/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-3/+3
* Add API to manage repo tranfers (#17963)qwerty2872021-12-231-0/+102
* Ensure that git repository is closed before transfer (#18049)zeripath2021-12-211-0/+5
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* Avoid double imports (#17569)Gusted2021-11-081-2/+1
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-5/+15
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-1/+4
* Move Repo APIFormat to convert package (#13787)65432020-12-021-1/+1
* Fix bug preventing transfer to private organization (#12497)zeripath2020-08-161-1/+10
* API endpoint for repo transfer (#9947)65432020-01-311-0/+100