summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/transfer.go
Commit message (Expand)AuthorAgeFilesLines
* Fix `Permission` in API returned repository struct (#25388) (#25441)Giteabot2023-06-221-4/+5
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-4/+4
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* 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