0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-24 20:17:03 +01:00
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
2017-02-21 23:02:10 +08:00
..
attachment.go Allow custom public files (#782) 2017-01-28 23:14:56 +01:00
branch.go Add delete branch track on pull request comments (#888) 2017-02-11 12:00:29 +08:00
commit.go Fix HighlightJS not working on compare diff page (#914) 2017-02-13 10:11:08 +08:00
download.go
editor.go
http.go Protected branches system (#339) 2017-02-21 23:02:10 +08:00
issue_label.go Track labels changed on issue view & resolved #542 (#788) 2017-01-30 20:46:45 +08:00
issue.go Fix assigned issues dashboard (#920) 2017-02-14 22:15:18 +08:00
middlewares.go
pull.go
release.go fix releases count and resolved #764 (#857) 2017-02-07 23:38:24 +08:00
repo.go
setting.go Protected branches system (#339) 2017-02-21 23:02:10 +08:00
view.go Cleanup log messaging 2017-02-02 15:24:18 +01:00
webhook.go
wiki.go Markdown rendering overhaul (#186) 2017-02-14 09:13:59 +08:00