aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository
Commit message (Expand)AuthorAgeFilesLines
* Set GIT_DIR correctly if it is not set (#15751)zeripath2021-05-071-3/+47
* Fix bug where repositories appear unadopted (#15757)zeripath2021-05-071-1/+1
* Fix potential copy lfs records failure when fork a repository (#15441)Lunny Xiao2021-04-141-6/+7
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-0/+86
* Update repository size on cron gc task (#15177)zeripath2021-03-281-0/+11
* Ensure memcache TTL cannot be over 30 days (#14592)zeripath2021-02-091-1/+1
* [API] Add pagination to ListBranches (#14524)65432021-02-032-5/+9
* Check if label template exist first (#14384)65432021-01-181-8/+21
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-021-2/+23
* Check for 'main' as potential default branch name (#14193)Chester Liu2020-12-301-0/+5
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-52/+2
* Ensure that HEAD is updated to match default branch in template generation (#...zeripath2020-12-112-0/+9
* Fix frontpage avatars (#13853)silverwind2020-12-092-4/+8
* Direct avatar rendering (#13649)silverwind2020-12-031-1/+1
* Migrations: Use Process Manager to create own Context (#13792)65432020-12-021-3/+4
* 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