You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/repository
techknowlogick 2741546bed
Repositories: by default disable all units except code and pulls on forks (#22541)
Most of the time forks are used for contributing code only, so not
having
issues, projects, release and packages is a better default for such
cases.
They can still be enabled in the settings.

A new option `DEFAULT_FORK_REPO_UNITS` is added to configure the default
units on forks.

Also add missing `repo.packages` unit to documentation.

code by: @brechtvl

## ⚠️ BREAKING ⚠️ 

When forking a repository, the fork will now have issues, projects,
releases, packages and wiki disabled. These can be enabled in the
repository settings afterwards. To change back to the previous default
behavior, configure `DEFAULT_FORK_REPO_UNITS` to be the same value as
`DEFAULT_REPO_UNITS`.

Co-authored-by: Brecht Van Lommel <brecht@blender.org>
1 year ago
..
archiver refactor some functions to support ctx as first parameter (#21878) 2 years ago
files Refactor git command package to improve security and maintainability (#22678) 1 year ago
adopt.go Repositories: by default disable all units except code and pulls on forks (#22541) 1 year ago
adopt_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
avatar.go Unify hashing for avatar (#22289) 2 years ago
avatar_test.go Unify hashing for avatar (#22289) 2 years ago
branch.go Supports wildcard protected branch (#20825) 1 year ago
cache.go Implement FSFE REUSE for golang files (#21840) 2 years ago
check.go Refactor git command package to improve security and maintainability (#22678) 1 year ago
fork.go Repositories: by default disable all units except code and pulls on forks (#22541) 1 year ago
fork_test.go Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2 years ago
hooks.go Implement FSFE REUSE for golang files (#21840) 2 years ago
lfs.go Add cron method to gc LFS MetaObjects (#22385) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
push.go Implement actions (#21937) 1 year ago
repository.go Rename almost all Ctx functions (#22071) 2 years ago
repository_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
review.go Implement FSFE REUSE for golang files (#21840) 2 years ago
review_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
template.go Implement FSFE REUSE for golang files (#21840) 2 years ago
transfer.go Rename almost all Ctx functions (#22071) 2 years ago
transfer_test.go Rename almost all Ctx functions (#22071) 2 years ago