summaryrefslogtreecommitdiff
path: root/spec/policies/note_policy_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-33/+0
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-41/+76
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-0/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-0/+95
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-20/+21
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-0/+2
|
* Add policy check if cross reference system notes are accessibleAlexandru Croitor2019-09-301-0/+83
|
* Expose comments on Noteables in GraphQLBob Van Landuyt2019-06-141-0/+19
| | | | | | | | | This exposes `Note`s on Issues & MergeRequests using a `Types::Notes::NoteableType` in GraphQL. Exposing notes on a new type can be done by implementing the `NoteableType` interface on the type. The presented object should be a `Noteable`.
* Forbid creating discussions for users with restricted accessIgor Drozdov2019-03-041-49/+45
|
* Prevent award_emoji to notes not visible to userHeinrich Lee Yu2019-01-311-0/+2
| | | | | When the parent noteable is not visible to the user (e.g. confidential) we prevent the user from adding emoji reactions to notes
* Merge branch 'security-guest-comments' into 'master'Cindy Pallares2018-11-281-3/+76
| | | | | [master]Fixed ability to comment on and edit/delete comments on locked or confidential issues See merge request gitlab/gitlabhq!2612
* Remove edit_note and update_note abilities in favor of admin_noteDouwe Maan2018-04-101-4/+0
|
* Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-3/+20
|
* Support discussion locking in the backendJarka Kadlecova2017-09-141-0/+54