aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-155-6/+6
* escape filename when assemble URL (#22850)sillyguodong2023-02-121-4/+5
* Repositories: by default disable all units except code and pulls on forks (#2...techknowlogick2023-02-042-2/+2
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-045-22/+17
* Implement actions (#21937)Jason Song2023-01-311-6/+14
* When updating by rebase we need to set the environment for head repo (#22535)zeripath2023-01-191-2/+4
* Add cron method to gc LFS MetaObjects (#22385)zeripath2023-01-161-27/+62
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren Gutiérrez2023-01-161-6/+6
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-163-11/+13
* Continue GCing other repos on error in one repo (#22422)zeripath2023-01-131-3/+5
* fix: don't replace err variable in nested check (#22416)John Olheiser2023-01-121-2/+2
* Use context parameter in models/git (#22367)Jason Song2023-01-097-14/+16
* Unify hashing for avatar (#22289)Gusted2023-01-022-5/+3
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-272-0/+23
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-272-2/+5
* Do not list active repositories as unadopted (#22034)Christian Ullrich2022-12-161-1/+1
* Add doctor command for full GC of LFS (#21978)zeripath2022-12-152-38/+153
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-103-17/+18
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-038-14/+14
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2736-72/+36
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-197-17/+18
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-127-9/+9
* Fix repository adoption on Windows (#21646)zeripath2022-10-312-9/+10
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-313-13/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2416-74/+74
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-236-22/+15
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+4
* Fix incorrect notification commit url (#21479)wxiaoguang2022-10-171-4/+4
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-172-10/+10
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+4
* Refactor parseTreeEntries, speed up tree list (#21368)wxiaoguang2022-10-081-1/+1
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter Gardfjäll2022-08-291-10/+61
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-258-28/+41
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-1/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-164-15/+15
* Remove manual rollback for failed generated repositories (#20639)Gabriel Vasile2022-08-091-7/+0
* Check issue labels slice length before calling xorm Insert; fixes #20654 (#20...Gabriel Vasile2022-08-041-0/+5
* Add latest commit's SHA to content response (#20398)Gusted2022-07-303-27/+40
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-9/+7
* Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438)65432022-07-211-0/+16
* Remove confusing TrimPrefix(... git.BranchPrefix) (#20369)wxiaoguang2022-07-161-2/+0
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-26/+23
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-4/+6
* Move some code into models/git (#19879)Lunny Xiao2022-06-127-22/+28
* 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-0610-13/+195
* improvement some release related code (#19867)Lunny Xiao2022-06-031-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-205-9/+9
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-112-4/+7
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-1/+2