0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-24 20:17:03 +01:00
gitea/routers
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
2017-02-21 23:02:10 +08:00
..
admin
api/v1
dev
org
repo Protected branches system (#339) 2017-02-21 23:02:10 +08:00
user Fix all the bugs in issues and pulls on dashboard (#943) 2017-02-17 08:58:19 +08:00
home.go refactor: small optimize for sql query (#940) 2017-02-15 14:01:50 +08:00
init.go
install.go