permissions.html.haml 5.1 KB
Newer Older
D
Dmitriy Zaporozhets 已提交
1
= render layout: 'help/layout' do
2
  %h3.page-title Permissions
3 4
  %p.light Users have different abilities depending on the access level they have in particular group or project.
  %p.light If a user is both in a project group and in the project itself the highest permission level is used.
S
Sytse Sijbrandij 已提交
5
  %p.light If a user is a GitLab administrator they receive all permissions.
6
  %hr
7

8
  %h4 Project:
D
Dmitriy Zaporozhets 已提交
9
  %table.table
K
Keith Harris 已提交
10 11
    %thead
      %tr
D
Dmitriy Zaporozhets 已提交
12 13 14 15 16 17
        %th Action
        %th Guest
        %th Reporter
        %th Developer
        %th Master
        %th Owner
K
Keith Harris 已提交
18 19 20
    %tbody
      %tr
        %td Create new issue
D
Dmitriy Zaporozhets 已提交
21 22 23 24 25
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
26 27
      %tr
        %td Leave comments
D
Dmitriy Zaporozhets 已提交
28 29 30 31 32
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
33 34
      %tr
        %td Write on project wall
D
Dmitriy Zaporozhets 已提交
35 36 37 38 39
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
40 41 42
      %tr
        %td Pull project code
        %td
D
Dmitriy Zaporozhets 已提交
43 44 45 46
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
47 48 49
      %tr
        %td Download project
        %td
D
Dmitriy Zaporozhets 已提交
50 51 52 53
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
54 55 56
      %tr
        %td Create code snippets
        %td
D
Dmitriy Zaporozhets 已提交
57 58 59 60
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
61 62 63 64
      %tr
        %td Create new merge request
        %td
        %td
D
Dmitriy Zaporozhets 已提交
65 66 67
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
68 69 70 71
      %tr
        %td Create new branches
        %td
        %td
D
Dmitriy Zaporozhets 已提交
72 73 74
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
75 76 77 78
      %tr
        %td Push to non-protected branches
        %td
        %td
D
Dmitriy Zaporozhets 已提交
79 80 81
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
82 83 84 85
      %tr
        %td Remove non-protected branches
        %td
        %td
D
Dmitriy Zaporozhets 已提交
86 87 88
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
89 90 91 92
      %tr
        %td Add tags
        %td
        %td
D
Dmitriy Zaporozhets 已提交
93 94 95
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
96 97 98 99
      %tr
        %td Write a wiki
        %td
        %td
D
Dmitriy Zaporozhets 已提交
100 101 102
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
103 104 105 106 107 108 109
      %tr
        %td Manage issue tracker
        %td
        %td
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
110 111 112 113 114
      %tr
        %td Add new team members
        %td
        %td
        %td
D
Dmitriy Zaporozhets 已提交
115 116
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
117 118 119 120 121
      %tr
        %td Push to protected branches
        %td
        %td
        %td
D
Dmitriy Zaporozhets 已提交
122 123
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
124 125 126 127 128
      %tr
        %td Remove protected branches
        %td
        %td
        %td
D
Dmitriy Zaporozhets 已提交
129 130
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
131 132 133 134 135
      %tr
        %td Edit project
        %td
        %td
        %td
D
Dmitriy Zaporozhets 已提交
136 137
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
138 139 140 141 142
      %tr
        %td Add Deploy Keys to project
        %td
        %td
        %td
D
Dmitriy Zaporozhets 已提交
143 144
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
145 146 147 148 149
      %tr
        %td Configure Project Hooks
        %td
        %td
        %td
D
Dmitriy Zaporozhets 已提交
150 151
        %td.permission-x ✓
        %td.permission-x ✓
K
Keith Harris 已提交
152
      %tr
153
        %td Switch visibility level
K
Keith Harris 已提交
154 155 156 157
        %td
        %td
        %td
        %td
D
Dmitriy Zaporozhets 已提交
158
        %td.permission-x ✓
K
Keith Harris 已提交
159 160 161 162 163 164
      %tr
        %td Transfer project to another namespace
        %td
        %td
        %td
        %td
D
Dmitriy Zaporozhets 已提交
165
        %td.permission-x ✓
K
Keith Harris 已提交
166 167 168 169 170 171
      %tr
        %td Remove project
        %td
        %td
        %td
        %td
D
Dmitriy Zaporozhets 已提交
172
        %td.permission-x ✓
173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219

  %h4 Group
  %table.table
    %thead
      %tr
        %th Action
        %th Guest
        %th Reporter
        %th Developer
        %th Master
        %th Owner
    %tbody
      %tr
        %td Browse group
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
        %td.permission-x ✓
      %tr
        %td Edit group
        %td
        %td
        %td
        %td
        %td.permission-x ✓
      %tr
        %td Create project in group
        %td
        %td
        %td
        %td
        %td.permission-x ✓
      %tr
        %td Manage group members
        %td
        %td
        %td
        %td
        %td.permission-x ✓
      %tr
        %td Remove group
        %td
        %td
        %td
        %td
        %td.permission-x ✓
220
  %p.light Any user can remove himself from a group, unless he is the last Owner of the group.