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/modules/convert
qwerty287 8eb1cd9264
Add "Allow edits from maintainer" feature (#18002)
Adds a feature [like GitHub has](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) (step 7).
If you create a new PR from a forked repo, you can select (and change later, but only if you are the PR creator/poster) the "Allow edits from maintainers" option.
Then users with write access to the base branch get more permissions on this branch:
* use the update pull request button
* push directly from the command line (`git push`)
* edit/delete/upload files via web UI
* use related API endpoints

You can't merge PRs to this branch with this enabled, you'll need "full" code write permissions.

This feature has a pretty big impact on the permission system. I might forgot changing some things or didn't find security vulnerabilities. In this case, please leave a review or comment on this PR.

Closes #17728

Co-authored-by: 6543 <6543@obermui.de>
2 years ago
..
convert.go Add "Allow edits from maintainer" feature (#18002) 2 years ago
git_commit.go More commit info from API (#19252) 2 years ago
git_commit_test.go Move repository model into models/repo (#17933) 3 years ago
issue.go more context for models (#19511) 2 years ago
issue_comment.go Add API to get issue/pull comments and events (timeline) (#17403) 3 years ago
issue_test.go Move milestone to models/issues/ (#19278) 2 years ago
main_test.go Use a struct as test options (#19393) 2 years ago
notification.go format with gofumpt (#18184) 2 years ago
package.go Add Package Registry (#16510) 2 years ago
pull.go Add "Allow edits from maintainer" feature (#18002) 2 years ago
pull_review.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
pull_test.go format with gofumpt (#18184) 2 years ago
release.go Move attachment into models/repo/ (#17650) 3 years ago
repository.go API: Return primary language and repository language stats API URL (#18396) 2 years ago
status.go format with gofumpt (#18184) 2 years ago
user.go Move accessmode into models/perm (#17828) 3 years ago
user_test.go Move user related model into models/user (#17781) 3 years ago
utils.go Add migration from GitBucket (#16767) 3 years ago
utils_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
wiki.go Move repository model into models/repo (#17933) 3 years ago