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.
gitea/services/convert
Denys Konovalov fe6792dff3
Enable/disable owner and repo projects independently (#28805)
Part of #23318 

Add menu in repo settings to allow for repo admin to decide not just if
projects are enabled or disabled per repo, but also which kind of
projects (repo-level/owner-level) are enabled. If repo projects
disabled, don't show the projects tab.


![grafik](https://github.com/go-gitea/gitea/assets/47871822/b9b43fb4-824b-47f9-b8e2-12004313647c)

---------

Co-authored-by: delvh <dev.lh@web.de>
11 months ago
..
activity.go For API attachments, use API URL (#25639) 2 years ago
attachment.go Fix attachment download bug (#27486) 1 year ago
convert.go Add branch protection setting for ignoring stale approvals (#28498) 1 year ago
git_commit.go Move context from modules to services (#29440) 11 months ago
git_commit_test.go Adjust object format interface (#28469) 1 year ago
issue.go Show whether a PR is WIP inside popups (#28975) 1 year ago
issue_comment.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
issue_test.go
main_test.go make writing main test easier (#27270) 1 year ago
mirror.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
notification.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
package.go Fix incorrect relative/absolute URL usages (#29531) 11 months ago
pull.go Simplify how git repositories are opened (#28937) 1 year ago
pull_review.go Fix `convert.ToTeams` on empty input (#28426) 1 year ago
pull_test.go Fix `Permission` in API returned repository struct (#25388) 2 years ago
release.go add Upload URL to release API (#26663) 1 year ago
release_test.go add Upload URL to release API (#26663) 1 year ago
repository.go Enable/disable owner and repo projects independently (#28805) 11 months ago
secret.go feat: implement organization secret creation API (#26566) 1 year ago
status.go refactor improve NoBetterThan (#26126) 2 years ago
user.go Fix API leaking Usermail if not logged in (#25097) 2 years ago
user_test.go Add context cache as a request level cache (#22294) 2 years ago
utils.go
utils_test.go Rewrite queue (#24505) 2 years ago
wiki.go Fix an actions schedule bug (#28942) 1 year ago