summaryrefslogtreecommitdiff
path: root/doc/user/permissions.md
Commit message (Collapse)AuthorAgeFilesLines
* Add a link from the permissions table to the subgroups/creating aFabio Papa2019-07-191-1/+2
| | | | subgroup section
* Apply suggestion to doc/user/permissions.mdFabio Papa2019-07-191-1/+1
|
* Apply suggestion to doc/user/permissions.mdFabio Papa2019-07-191-1/+1
|
* Apply suggestion to doc/user/permissions.mdFabio Papa2019-07-191-1/+1
|
* Adjust the documentation on subgroup permissionsFabio Papa2019-07-191-0/+2
|
* Rename "discussions" to "threads" in docsMichel Engelen2019-07-151-2/+2
|
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-19/+19
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Fix markdown to reduce number of kramdown warningsMarcel Amirault2019-07-031-2/+2
| | | | Add backticks around square brackets, or fix links, as necessary.
* Update related documentationPatrick Bajao2019-06-261-0/+5
| | | | | | | Update the newly added documentation to be more precise and fix the typos. Add information about Project aliases into permissions doc.
* Add documentation and testsManoj MJ2019-06-191-1/+1
| | | | | | | | This commit adds - feature specs - to test the ability of a user with "developer" permission to delete tags in repositories. - documentation
* Cross link to MR approvals docsEvan Read2019-06-141-1/+4
|
* Add dependency proxy to permissions.mddocs/dependency-proxy-permissionsDmitriy Zaporozhets2019-06-111-15/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Docs: Clean up tables in permissions docMarcel Amirault2019-05-311-132/+129
|
* Merge branch 'patch-47' into 'master'Mike Lewis2019-05-161-1/+1
|\ | | | | | | | | clarify that "team" means "project" when considered for assignment purposes. See merge request gitlab-org/gitlab-ce!27753
| * clarify that "team" means "project" when considered for assignment purposes.Thad Guidry2019-04-261-1/+1
| |
* | Docs: Merge EE doc/​user to CEMarcel Amirault2019-05-051-4/+6
| |
* | Update Releases permissions docsKrasimir Angelov2019-05-031-2/+6
|/ | | | | | | | | Guest users now can read releases, except for items related to source code. Releated: https://gitlab.com/gitlab-org/gitlab-ce/issues/56838 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27247
* correct view statistics ability documentationPeter Marko2019-03-261-1/+1
|
* Add end-of-string to regex exampleEvan Read2019-03-221-2/+2
|
* Merge branch 'docs/wiki-permissions' into 'master'Evan Read2019-03-221-1/+2
|\ | | | | | | | | | | | | Clarify wiki permissions Closes #53964 See merge request gitlab-org/gitlab-ce!23044
| * Clarify wiki permissionsdocs/wiki-permissionsAchilleas Pipinellis2018-11-141-1/+2
| |
* | Document global user permission configurationWei-Meng Lee2019-03-151-0/+6
| |
* | Update permissions.md to add Pull from Private Package Repository and ↵Wil Wade2019-03-051-0/+2
| | | | | | | | Publish to Package Repository
* | Docs: Fix all anchors in Admin docsMarcel Amirault2019-03-041-1/+1
| |
* | Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'57125-heatmap-chart-typeNick Thomas2019-02-271-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Project fetch statistics API (HTTP only)" Closes #42086 See merge request gitlab-org/gitlab-ce!23596
| * | Add project http fetch statistics APIJacopo2019-02-271-0/+1
| | | | | | | | | | | | | | | | | | The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.
* | | Allow maintainers to remove pagesVladimir Shushlin2019-02-251-2/+1
|/ / | | | | | | | | | | | | Move remove_pages permission to maintainer Fix before_action in pages controller to check `remove_pages` permission Add specs
* | Add line to doc listing reqd Sentry token scopesReuben Pereira2019-02-141-0/+2
| | | | | | | | | | | | Add a line to say that event:read and project:read are required. project:read is not strictly required right now, but will be when the project dropdown is released next month.
* | Merge branch 'patch-40' into 'master'Achilleas Pipinellis2019-02-081-1/+1
|\ \ | | | | | | | | | | | | Update group permission docs See merge request gitlab-org/gitlab-ce!24768
| * | Add that "developer" permissions level can create projects in a group.patch-40Caroline Wainaina2019-01-291-1/+1
| | |
* | | Docs: Releases permissionsMarcia Ramos2019-01-301-0/+7
|/ /
* | Update permissions.mdVictor Wu2019-01-181-3/+1
| |
* | Add project code view permissionsdocs/add-source-code-permissionsCindy Pallares 🦉2019-01-041-0/+1
| |
* | Suggest diff line change documentationJacques Erasmus2018-12-181-0/+1
| |
* | Add user docs for Pages access controlAchilleas Pipinellis2018-11-211-1/+1
|/
* Add access controlled pages entry to permissions tabledocs/gitlab-pages-permissionsEvan Read2018-11-051-2/+3
|
* Document Security and Licence Management features permissionsGilbert Roulot2018-10-051-1/+8
|
* Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-0/+2
|
* Merge branch ↵Achilleas Pipinellis2018-09-041-1/+2
|\ | | | | | | | | | | | | | | | | 'docs-50155-user-added-as-a-reporter-can-not-edit-labels-on-merge-requests' into 'master' Clarify roles with permission to label Merge Requests Closes #50155 See merge request gitlab-org/gitlab-ce!21166
| * Clarify roles with permission to label Merge RequestsMark Fletcher2018-08-131-1/+2
| |
* | Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-301-1/+16
|/
* Updated products links to pricingMarcel Amirault2018-07-031-1/+1
|
* Add note about Master/Maintainer roleAchilleas Pipinellis2018-06-201-1/+13
|
* Update permissions docsdocs/permissionsAchilleas Pipinellis2018-06-141-19/+38
|
* docMark Chao2018-06-061-1/+1
|
* Doc updateMark Chao2018-06-061-6/+6
|
* Remove assign merge requests ability from reporter roleCollen2018-06-011-1/+2
|
* Docs: add custom descriptions to most relevant docsMarcia Ramos2018-05-091-0/+4
|
* link to product handbook piece on permissions🚄 Job van der Voort 🚀2018-04-161-9/+2
|
* Update permissions.md with guidance for developing new featuresDmitriy Zaporozhets2018-04-121-0/+11
|