summaryrefslogtreecommitdiffstats
path: root/models/repo_redirect.go
Commit message (Collapse)AuthorAgeFilesLines
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add redirect for user * Add redirect for orgs * Add user redirect test * Appease linter * Add comment to DeleteUserRedirect function * Fix locale changes * Fix GetUserByParams * Fix orgAssignment * Remove debug logging * Add redirect prompt * Dont Export DeleteUserRedirect & only use it within a session * Unexport newUserRedirect * cleanup * Fix & Dedub API code * Format Template * Add Migration & rm dublicat * Refactor: unexport newRepoRedirect() & rm dedub del exec * if this fails we'll need to re-rename the user directory Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Move repoWorkPool outside rename/transfer repository (#9086)Lunny Xiao2019-12-061-20/+4
| | | | | | | | * Move repoWorkPool outside rename/transfer repository * fix import * Fix test
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+2
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Add golangci (#6418)kolaente2019-06-121-3/+12
|
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-0/+62
* Redirects for renamed repos * Remove unused phrase from locales