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.
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
..
labels Add dropdown icon to template loading dropdown (#18564) 2 years ago
view_content Add "Allow edits from maintainer" feature (#18002) 2 years ago
branch_selector_field.tmpl Add option to define refs in issue templates (#17842) 3 years ago
choose.tmpl Use the new/choose link for New Issue on project page (#19172) 2 years ago
comment_tab.tmpl Remove dependent on session auth for api/v1 routers (#19321) 2 years ago
label_precolors.tmpl Fix purple color in suggested label colors (#18241) 3 years ago
labels.tmpl Add class to page content to unify top margin (#13766) 4 years ago
list.tmpl Multiple Escaping Improvements (#17551) 3 years ago
milestone_issues.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago
milestone_new.tmpl Add class to page content to unify top margin (#13766) 4 years ago
milestones.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago
navbar.tmpl Search bar for issues/pulls (#530) 8 years ago
new.tmpl Add class to page content to unify top margin (#13766) 4 years ago
new_form.tmpl Add "Allow edits from maintainer" feature (#18002) 2 years ago
openclose.tmpl Markdown and Repo header tweaks (#13744) 4 years ago
search.tmpl Disable search box autofocus on issue/pr pages (#12229) 4 years ago
view.tmpl Multiple Escaping Improvements (#17551) 3 years ago
view_content.tmpl Remove dependent on session auth for api/v1 routers (#19321) 2 years ago
view_title.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago