1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 05:32:24 +02:00
gitea/templates/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
..
diff
editor
issue Security: fix XSS attack on milestone (#976) 2017-02-19 19:09:59 +08:00
pulls
release
settings Protected branches system (#339) 2017-02-21 23:02:10 +08:00
wiki Security: prevent XSS attach on wiki page 2017-02-16 04:06:20 +01:00
bare.tmpl
branch_dropdown.tmpl
commits_table.tmpl Fixes #794 by moving emoji tag to the correct span (#848) 2017-02-06 23:24:59 +08:00
commits.tmpl
create.tmpl
forks.tmpl
graph.tmpl
header.tmpl Add units concept for modulable functions of a repository (#742) 2017-02-04 23:53:46 +08:00
home.tmpl Fix to reflect selected branch for fork (#762) 2017-01-26 13:32:08 +08:00
migrate.tmpl Add option to app.ini to enable local import paths (#724) 2017-01-23 09:19:50 +08:00
user_cards.tmpl
view_file.tmpl
view_list.tmpl
watchers.tmpl