aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository
Commit message (Expand)AuthorAgeFilesLines
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-211-16/+42
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-135-3/+40
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-3/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-242-14/+27
* DBContext is just a Context (#17100)zeripath2021-09-239-21/+25
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-223-15/+12
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1913-33/+45
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-0/+31
* Correctly rollback in ForkRepository (#17034)zeripath2021-09-141-16/+39
* Add skip and limit to git.GetTags (#16897)65432021-09-101-1/+1
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-282-17/+21
* Report the correct number of pushes on the feeds (#16811)zeripath2021-08-251-1/+9
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-181-3/+3
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-092-22/+20
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+9
* Fix archive error when rename repo or user (#16399)Lunny Xiao2021-07-131-0/+20
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-292-61/+88
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-44/+71
* Fixed assert statements. (#16089)KN4CK3R2021-06-072-2/+2
* Make commit info cancelable (#16032)zeripath2021-06-061-2/+3
* Double the avatar size factor (#15941)silverwind2021-05-211-2/+2
* 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