Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a link from the permissions table to the subgroups/creating a | Fabio Papa | 2019-07-19 | 1 | -1/+2 |
| | | | | subgroup section | ||||
* | Apply suggestion to doc/user/permissions.md | Fabio Papa | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | Apply suggestion to doc/user/permissions.md | Fabio Papa | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | Apply suggestion to doc/user/permissions.md | Fabio Papa | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | Adjust the documentation on subgroup permissions | Fabio Papa | 2019-07-19 | 1 | -0/+2 |
| | |||||
* | Rename "discussions" to "threads" in docs | Michel Engelen | 2019-07-15 | 1 | -2/+2 |
| | |||||
* | Changing badges to use parentheses not brackets | Marcel Amirault | 2019-07-08 | 1 | -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 warnings | Marcel Amirault | 2019-07-03 | 1 | -2/+2 |
| | | | | Add backticks around square brackets, or fix links, as necessary. | ||||
* | Update related documentation | Patrick Bajao | 2019-06-26 | 1 | -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 tests | Manoj MJ | 2019-06-19 | 1 | -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 docs | Evan Read | 2019-06-14 | 1 | -1/+4 |
| | |||||
* | Add dependency proxy to permissions.mddocs/dependency-proxy-permissions | Dmitriy Zaporozhets | 2019-06-11 | 1 | -15/+16 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Docs: Clean up tables in permissions doc | Marcel Amirault | 2019-05-31 | 1 | -132/+129 |
| | |||||
* | Merge branch 'patch-47' into 'master' | Mike Lewis | 2019-05-16 | 1 | -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 Guidry | 2019-04-26 | 1 | -1/+1 |
| | | |||||
* | | Docs: Merge EE doc/user to CE | Marcel Amirault | 2019-05-05 | 1 | -4/+6 |
| | | |||||
* | | Update Releases permissions docs | Krasimir Angelov | 2019-05-03 | 1 | -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 documentation | Peter Marko | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | Add end-of-string to regex example | Evan Read | 2019-03-22 | 1 | -2/+2 |
| | |||||
* | Merge branch 'docs/wiki-permissions' into 'master' | Evan Read | 2019-03-22 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | Clarify wiki permissions Closes #53964 See merge request gitlab-org/gitlab-ce!23044 | ||||
| * | Clarify wiki permissionsdocs/wiki-permissions | Achilleas Pipinellis | 2018-11-14 | 1 | -1/+2 |
| | | |||||
* | | Document global user permission configuration | Wei-Meng Lee | 2019-03-15 | 1 | -0/+6 |
| | | |||||
* | | Update permissions.md to add Pull from Private Package Repository and ↵ | Wil Wade | 2019-03-05 | 1 | -0/+2 |
| | | | | | | | | Publish to Package Repository | ||||
* | | Docs: Fix all anchors in Admin docs | Marcel Amirault | 2019-03-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'57125-heatmap-chart-type | Nick Thomas | 2019-02-27 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Resolve "Project fetch statistics API (HTTP only)" Closes #42086 See merge request gitlab-org/gitlab-ce!23596 | ||||
| * | | Add project http fetch statistics API | Jacopo | 2019-02-27 | 1 | -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 pages | Vladimir Shushlin | 2019-02-25 | 1 | -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 scopes | Reuben Pereira | 2019-02-14 | 1 | -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 Pipinellis | 2019-02-08 | 1 | -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-40 | Caroline Wainaina | 2019-01-29 | 1 | -1/+1 |
| | | | |||||
* | | | Docs: Releases permissions | Marcia Ramos | 2019-01-30 | 1 | -0/+7 |
|/ / | |||||
* | | Update permissions.md | Victor Wu | 2019-01-18 | 1 | -3/+1 |
| | | |||||
* | | Add project code view permissionsdocs/add-source-code-permissions | Cindy Pallares 🦉 | 2019-01-04 | 1 | -0/+1 |
| | | |||||
* | | Suggest diff line change documentation | Jacques Erasmus | 2018-12-18 | 1 | -0/+1 |
| | | |||||
* | | Add user docs for Pages access control | Achilleas Pipinellis | 2018-11-21 | 1 | -1/+1 |
|/ | |||||
* | Add access controlled pages entry to permissions tabledocs/gitlab-pages-permissions | Evan Read | 2018-11-05 | 1 | -2/+3 |
| | |||||
* | Document Security and Licence Management features permissions | Gilbert Roulot | 2018-10-05 | 1 | -1/+8 |
| | |||||
* | Make GitLab pages support access control | Tuomo Ala-Vannesluoma | 2018-10-05 | 1 | -0/+2 |
| | |||||
* | Merge branch ↵ | Achilleas Pipinellis | 2018-09-04 | 1 | -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 Requests | Mark Fletcher | 2018-08-13 | 1 | -1/+2 |
| | | |||||
* | | Allow whitelisting for "external collaborator by default" setting | Roger Rüttimann | 2018-08-30 | 1 | -1/+16 |
|/ | |||||
* | Updated products links to pricing | Marcel Amirault | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | Add note about Master/Maintainer role | Achilleas Pipinellis | 2018-06-20 | 1 | -1/+13 |
| | |||||
* | Update permissions docsdocs/permissions | Achilleas Pipinellis | 2018-06-14 | 1 | -19/+38 |
| | |||||
* | doc | Mark Chao | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Doc update | Mark Chao | 2018-06-06 | 1 | -6/+6 |
| | |||||
* | Remove assign merge requests ability from reporter role | Collen | 2018-06-01 | 1 | -1/+2 |
| | |||||
* | Docs: add custom descriptions to most relevant docs | Marcia Ramos | 2018-05-09 | 1 | -0/+4 |
| | |||||
* | link to product handbook piece on permissions | 🚄 Job van der Voort 🚀 | 2018-04-16 | 1 | -9/+2 |
| | |||||
* | Update permissions.md with guidance for developing new features | Dmitriy Zaporozhets | 2018-04-12 | 1 | -0/+11 |
| |