summaryrefslogtreecommitdiffstats
path: root/modules/repository/fork.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-0/+31
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-171/+0
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-131-2/+6
* DBContext is just a Context (#17100)zeripath2021-09-231-3/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-0/+31
* Correctly rollback in ForkRepository (#17034)zeripath2021-09-141-16/+39
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-16/+16
* Fix potential copy lfs records failure when fork a repository (#15441)Lunny Xiao2021-04-141-6/+7
* Adopt repositories (#12920)zeripath2020-09-251-2/+22
* Fix visibility of forked public repos from private orgs (#11717)Cirno the Strongest2020-06-061-1/+2
* Fix forked repo has no icon and language stat. (#10791)L0veSunshine2020-04-081-1/+3
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-1/+1
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-0/+87