aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository/adopt.go
Commit message (Expand)AuthorAgeFilesLines
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-295/+0
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-151-1/+1
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-131-0/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-13/+22
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Fix bug where repositories appear unadopted (#15757)zeripath2021-05-071-1/+1
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-3/+12
* Adopt repositories (#12920)zeripath2020-09-251-0/+272