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/templates/repo/issue/view_content
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>
3 years ago
..
add_reaction.tmpl Align dropdown right (#14406) 4 years ago
attachments.tmpl Enforce tab indentation in templates (#15289) 4 years ago
comments.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 3 years ago
comments_delete_time.tmpl Cleanup and use global style on popups (#17674) 3 years ago
context_menu.tmpl Multiple Escaping Improvements (#17551) 3 years ago
pull.tmpl Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 3 years ago
reactions.tmpl Support unicode emojis and remove emojify.js (#11032) 5 years ago
reference_issue_dialog.tmpl Comment - Reference in new issue (#14366) 4 years ago
sidebar.tmpl Add "Allow edits from maintainer" feature (#18002) 3 years ago