Merge branch 'security-guest-comments' into 'master'
[master]Fixed ability to comment on and edit/delete comments on locked or confidential issues See merge request gitlab/gitlabhq!2612
显示
- app/controllers/concerns/notes_actions.rb 10 个添加, 0 个删除app/controllers/concerns/notes_actions.rb
- app/mailers/emails/notes.rb 1 个添加, 1 个删除app/mailers/emails/notes.rb
- app/models/note.rb 1 个添加, 1 个删除app/models/note.rb
- app/policies/commit_policy.rb 2 个添加, 0 个删除app/policies/commit_policy.rb
- app/policies/note_policy.rb 9 个添加, 0 个删除app/policies/note_policy.rb
- app/views/notify/note_project_snippet_email.html.haml 0 个添加, 0 个删除app/views/notify/note_project_snippet_email.html.haml
- app/views/notify/note_project_snippet_email.text.erb 0 个添加, 0 个删除app/views/notify/note_project_snippet_email.text.erb
- changelogs/unreleased/security-guest-comments.yml 5 个添加, 0 个删除changelogs/unreleased/security-guest-comments.yml
- changelogs/unreleased/security-guest-comments_2.yml 5 个添加, 0 个删除changelogs/unreleased/security-guest-comments_2.yml
- spec/controllers/projects/notes_controller_spec.rb 76 个添加, 27 个删除spec/controllers/projects/notes_controller_spec.rb
- spec/mailers/notify_spec.rb 1 个添加, 1 个删除spec/mailers/notify_spec.rb
- spec/models/note_spec.rb 1 个添加, 1 个删除spec/models/note_spec.rb
- spec/policies/note_policy_spec.rb 76 个添加, 3 个删除spec/policies/note_policy_spec.rb
加载中
想要评论请 注册 或 登录