aboutsummaryrefslogtreecommitdiff
path: root/services/repository
AgeCommit message (Expand)Author
2023-03-12Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-03-10Add user webhooks (#21563)KN4CK3R
2023-03-09Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel
2023-03-08Improve cache context (#23330)Jason Song
2023-03-08Use CleanPath instead of path.Clean (#23371)Lunny Xiao
2023-03-04Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-28Use context parameter in services/repository (#23186)Jason Song
2023-02-21Return empty url for submodule tree entries (#23043)Zettat123
2023-02-20Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-18Scoped labels (#22585)Brecht Van Lommel
2023-02-18Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp05327
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-02-12escape filename when assemble URL (#22850)sillyguodong
2023-02-10Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-02-04Repositories: by default disable all units except code and pulls on forks (#2...techknowlogick
2023-02-04Refactor git command package to improve security and maintainability (#22678)wxiaoguang
2023-01-31Implement actions (#21937)Jason Song
2023-01-30Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-22Properly address outgoing activitiesAnthony Wang
2023-01-20Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-20Check if Create object is Note to prevent panicAnthony Wang
2023-01-19When updating by rebase we need to set the environment for head repo (#22535)zeripath
2023-01-19Send out notes to followers when starring reposAnthony Wang
2023-01-16Add cron method to gc LFS MetaObjects (#22385)zeripath
2023-01-16Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren GutiƩrrez
2023-01-16Supports wildcard protected branch (#20825)Lunny Xiao
2023-01-13Continue GCing other repos on error in one repo (#22422)zeripath
2023-01-12Add missing newline, fix wrong copyright comment on a few filesAnthony Wang
2023-01-12fix: don't replace err variable in nested check (#22416)John Olheiser
2023-01-10Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2023-01-09Use context parameter in models/git (#22367)Jason Song
2023-01-02Unify hashing for avatar (#22289)Gusted
2022-12-31Fix lint errorsAnthony Wang
2022-12-30Implement unstarringAnthony Wang
2022-12-29Federated starring and code cleanupAnthony Wang
2022-12-27Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou
2022-12-27Use complete SHA to create and query commit status (#22244)Jason Song
2022-12-22Merge remote-tracking branch 'origin/main' into forgejo-federationAnthony Wang
2022-12-16Do not list active repositories as unadopted (#22034)Christian Ullrich
2022-12-15Add doctor command for full GC of LFS (#21978)zeripath
2022-12-10Rename almost all Ctx functions (#22071)Lunny Xiao
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-27Move AS object processing to routers/api/v1/activitypub, move AP transport an...Anthony Wang
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-10-31Fix repository adoption on Windows (#21646)zeripath
2022-10-31Merge db.Iterate and IterateObjects (#21641)Lunny Xiao
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-23Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang