aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository
Commit message (Expand)AuthorAgeFilesLines
* Improve avatar uploading / resizing / compressing, remove Fomantic card modul...wxiaoguang2023-05-131-5/+2
* Rewrite queue (#24505)wxiaoguang2023-05-082-15/+9
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-1/+1
* Support uploading file to empty repo by API (#24357)wxiaoguang2023-04-261-0/+5
* Use more specific test methods (#24265)KN4CK3R2023-04-221-3/+3
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-4/+15
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-101-1/+3
* Fix tags view (#23243)Wiktor Kwapisiewicz2023-03-271-2/+7
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-1/+1
* fix submodule is nil panic (#23588)来自村里的小螃蟹2023-03-201-1/+3
* Add user webhooks (#21563)KN4CK3R2023-03-101-1/+1
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-091-3/+3
* Improve cache context (#23330)Jason Song2023-03-081-1/+0
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-2/+2
* Use context parameter in services/repository (#23186)Jason Song2023-02-2812-66/+68
* Return empty url for submodule tree entries (#23043)Zettat1232023-02-211-0/+5
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+1
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-182-2/+2
* 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