summaryrefslogtreecommitdiffstats
path: root/modules/repository/init.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+2
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-12/+10
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-4/+5
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-5/+0
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+1
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-1/+1
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-3/+7
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-8/+8
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-3/+220
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-4/+4
* format with gofumpt (#18184)65432022-01-201-3/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-11/+11
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-6/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-86/+0
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-5/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+1
* Check for 'main' as potential default branch name (#14193)Chester Liu2020-12-301-0/+5
* Ensure that HEAD is updated to match default branch in template generation (#...zeripath2020-12-111-0/+1
* Push HEAD instead of master when initialising repositories (#13719)zeripath2020-11-281-2/+2
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-2/+12
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-2/+2
* Adopt repositories (#12920)zeripath2020-09-251-4/+85
* Add configurable Trust Models (#11712)zeripath2020-09-201-3/+14
* [Vendor] Switch go-version lib (#12719)65432020-09-051-4/+3
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+6
* properly set symbolic-ref HEAD when a repo is created with a non-master defau...xenofem2020-07-051-0/+7
* Global default branch setting (#11918)techknowlogick2020-06-171-1/+2
* [feature] provide `OwnerName` field for README template (#10981)j.yao.SUSE2020-04-061-0/+1
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-3/+11
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-1/+1
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-1/+1
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-0/+214