summaryrefslogtreecommitdiffstats
path: root/services/repository/transfer.go
Commit message (Expand)AuthorAgeFilesLines
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-14/+15
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-3/+3
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+3
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+3
* PullService lock via pullID (#19520)65432022-05-041-0/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-4/+5
* Fix rename notification bug (#18008)Lunny Xiao2021-12-171-0/+4
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+10
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Fix private repo permission problem (#16142)Nils Dralle2021-06-141-0/+14
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+35
* migrate from com.* to alternatives (#14103)65432020-12-251-8/+6
* API endpoint for repo transfer (#9947)65432020-01-311-2/+20
* Move RepoWorkingPool to services/repository package (#9754)Lunny Xiao2020-01-151-6/+10
* Move repoWorkPool outside rename/transfer repository (#9086)Lunny Xiao2019-12-061-14/+12
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-0/+54