aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/admin/adopt.go
Commit message (Expand)AuthorAgeFilesLines
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-2/+2
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Fix page and missing return on unadopted repos API (#18848)qwerty2872022-02-271-0/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+5
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-4/+4
* [API] generalize list header (#16551)65432021-08-121-3/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-5/+19
* Adopt repositories (#12920)zeripath2020-09-251-0/+164