aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo_transfer.go
Commit message (Expand)AuthorAgeFilesLines
* Nicely handle missing user in collaborations (#17049)zeripath2021-09-271-0/+9
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-5/+10
* [API] generalize list header (#16551)65432021-08-121-2/+2
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-4/+4
* Fix Migration 176 yet again (#15131)zeripath2021-03-231-3/+3
* Fix the v176 migration (#15110)zeripath2021-03-221-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-2/+1
* Never add labels not from this repository or organisation and remove org labe...zeripath2021-03-121-0/+27
* When transfering repository and database transaction failed, rollback the ren...Lunny Xiao2021-03-051-1/+37
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+335