aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/settings/protected_branch.tmpl
Commit message (Collapse)AuthorAge
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* Protected branches: allow whitelist bypass require pull request check (#4207)Unknwon2017-03-08
|
* protect_branch: only list teams have write accessUnknwon2017-02-24
| | | | | List teams without write access to the repository cause confusion to make users think members of team could push to the branch.
* repo: add protect branch whitelist (#4177)Unknwon2017-02-23
| | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories.
* Initial version of protected branches (#776)Unknwon2017-02-17
- Able to restrict force push and deletion - Able to restrict direct push