Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-31Prevent award_emoji to notes not visible to userHeinrich Lee Yu
When the parent noteable is not visible to the user (e.g. confidential) we prevent the user from adding emoji reactions to notes
2018-11-29Merge branch 'security-guest-comments' into 'master'Cindy Pallares
[master]Fixed ability to comment on and edit/delete comments on locked or confidential issues See merge request gitlab/gitlabhq!2612
2018-07-24Enable frozen string in presenters and policiesgfyoung
Enable frozen string in: * app/presenters * app/policies Partially addresses #47424.
2018-04-11Prevent awarding emoji when a project is archivedBob Van Landuyt
This prevents performing the requests, and disables all emoji reaction buttons
2018-04-10Update policies to make archived projects completely read-onlyDouwe Maan
2018-04-10Remove edit_note and update_note abilities in favor of admin_noteDouwe Maan
2017-09-14Create system notes for MR too, improve doc + clean up codeJarka Kadlecova
2017-09-14Check the discussion lock only for issuables & clean styleJarka Kadlecova
2017-09-14Support discussion locking in the backendJarka Kadlecova
2017-06-27convert all the policies to DeclarativePolicyhttp://jneen.net/
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-08-30port notes and project snippetshttp://jneen.net/