aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository
Commit message (Expand)AuthorAgeFilesLines
* 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-276-16/+57
* Fix a bug on refactoring (#13373)Lunny Xiao2020-10-311-3/+2
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-0/+115
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-2/+2
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-1/+1
* Cache last commit when pushing for big repository (#10109)Lunny Xiao2020-10-091-0/+97
* Completely quote AppPath and CustomConf paths (#12955)zeripath2020-09-281-3/+3
* Add IsTemplate option in create repo ui and api (#12942)赵智超2020-09-251-0/+1
* Adopt repositories (#12920)zeripath2020-09-255-32/+440
* Add configurable Trust Models (#11712)zeripath2020-09-203-3/+16
* On Migration respect old DefaultBranch (#12843)65432020-09-151-10/+14
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-2/+2
* RepoInit Respect AlternateDefaultBranch (#12746)65432020-09-061-0/+4
* [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-115-13/+19
* Update the wiki repository remote origin while update the mirror repository's...yisiliang2020-07-051-3/+3
* 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
* Handle more pathological branch and tag names (#11843)zeripath2020-06-111-66/+6
* Fix visibility of forked public repos from private orgs (#11717)Cirno the Strongest2020-06-061-1/+2
* Add API Endpoint for Branch Creation (#11607)Terence Le Huu Phuong2020-05-291-1/+3
* When initialising repositories ensure that the user doing the creation is the...zeripath2020-05-241-1/+1
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-162-39/+72
* Fix forked repo has no icon and language stat. (#10791)L0veSunshine2020-04-081-1/+3
* [feature] provide `OwnerName` field for README template (#10981)j.yao.SUSE2020-04-061-0/+1
* Mulitple Gitea Doctor improvements (#10943)zeripath2020-04-061-15/+96
* Avoiding directory execution on hook (#10954) (#10955)Vasil Mikhalenya2020-04-041-3/+3
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+1
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-0/+6
* make avatar lookup occur at image request (#10540)zeripath2020-03-272-3/+4
* Option to set default branch at repository creation (#10803)zeripath2020-03-262-6/+15
* Various fixes in login sources (#10428)guillep2k2020-02-231-1/+1
* [API] Fix inconsistent label color format (#10129)65432020-02-091-3/+3
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-0/+134
* More expansions in template repositories (#10021)John Olheiser2020-01-281-56/+82
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-242-3/+4
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-205-4/+265
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-1/+1
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-0/+163
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-127-1/+779
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-104-2/+427
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-3/+3
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-0/+223