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/templates
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
..
admin Disable unnecessary GitHooks elements 2 years ago
api/packages/pypi Add Package Registry (#16510) 2 years ago
base By default force vertical tabs on mobile (#19486) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
explore Allow to filter repositories by language in explore, user and organization repositories lists (#18430) 2 years ago
mail Try to prevent autolinking of displaynames by email readers (#19169) 2 years ago
org Add RSS Feed buttons to Repo, User and Org pages (#19370) 2 years ago
package Add Helm Chart registry (#19406) 2 years ago
repo Add "Allow edits from maintainer" feature (#18002) 2 years ago
shared Add commit status popup to issuelist (#19375) 2 years ago
status Refactor HTTP request context (#17979) 3 years ago
swagger Add "Allow edits from maintainer" feature (#18002) 2 years ago
user Add RSS Feed buttons to Repo, User and Org pages (#19370) 2 years ago
home.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago
install.tmpl Refactor install page (db type) (#17919) 3 years ago
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago