summaryrefslogtreecommitdiffstats
path: root/modules/repository/create.go
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary length check for repo's Description & Website (#21194)wxiaoguang2022-09-181-8/+0
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+150
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+114
* A pull-mirror repo should be marked as such on creation (#19295)Peter Gardfjäll2022-04-011-0/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-2/+2
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-2/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-131-1/+5
* 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
* Check if label template exist first (#14384)65432021-01-181-8/+21
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-3/+6
* Add IsTemplate option in create repo ui and api (#12942)赵智超2020-09-251-0/+1
* Adopt repositories (#12920)zeripath2020-09-251-23/+50
* Add configurable Trust Models (#11712)zeripath2020-09-201-0/+1
* RepoInit Respect AlternateDefaultBranch (#12746)65432020-09-061-0/+4
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+2
* When initialising repositories ensure that the user doing the creation is the...zeripath2020-05-241-1/+1
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+1
* [API] Fix inconsistent label color format (#10129)65432020-02-091-3/+3
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-0/+77