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/routers/repo
Denis Denisov fd941db246 Protected branches system (#339)
* Protected branches system

* Moved default branch to branches section (`:org/:reponame/settings/branches`).
* Initial support Protected Branch.
  - Admin does not restrict
  - Owner not to limit
  - To write permission restrictions

* reformat tmpl

* finished the UI and add/delete protected branch response

* remove unused comment

* indent all the template files and remove ru translations since we use crowdin

* fix the push bug
8 years ago
..
attachment.go
branch.go
commit.go
download.go
editor.go
http.go Protected branches system (#339) 8 years ago
issue.go
issue_label.go
middlewares.go
pull.go
release.go
repo.go
setting.go Protected branches system (#339) 8 years ago
view.go
webhook.go
wiki.go