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 (Expand)Author
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-05-11Fix cross referencing for private and internal projectsJarka Kadlecova
2017-05-09Fallback to default pattern when note does not belong to projectToon Claes
2017-05-04Use regex to skip unnecessary reference processing in ProcessCommitWorkerJames Edwards-Jones
2017-02-08Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan
2017-01-25address commentsJarka Kadlecova
2017-01-19make mentions working when project not specifiedJarka Kadlecova
2016-11-21Allow JIRA references for project snippetsFelipe Artur
2016-10-04Simplify Mentionable concern instance methodsPaco Guzman
2016-07-15Use cattr_accessor instead duplicating code on NoteOnDiff concernDouglas Barbosa Alexandre
2016-06-30Ensure logged-out users can't see private refsSean McGivern
2016-05-26Refactor MentionableYorick Peterse
2016-05-07Fix adding a todo for private group membersAhmad Sherif
2016-01-06Fix mentionable reference extraction caching.Douwe Maan
2015-12-24Only allow group/project members to mention `@all`Douwe Maan
2015-12-16Only cache markdown when object has been saved and has a proper cache_key.Douwe Maan
2015-12-15Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan
2015-12-07Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-12-01Fix referenced_mentionables method.Douwe Maan
2015-12-01Fix specsDouwe Maan
2015-10-21Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-10-15Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-14Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-14Cache rendered contents of issues, MRs and notesDouwe Maan
2015-10-14Participable doesn't need to know about MentionableDouwe Maan
2015-10-14Make Mentionable#cross_reference_exists? private.Douwe Maan
2015-10-14Have Issue#participants load all users mentioned in notes using a single queryDouwe Maan
2015-10-12Fix cross-references originating from notesDouwe Maan
2015-10-12Simplify code around (cross)-referencesDouwe Maan
2015-10-07Always allow references to the current projectDouwe Maan
2015-07-14Rename `notice_added_references` to `create_new_cross_references!`Robert Speicher
2015-07-14Refactor Mentionable#notice_added_referencesRobert Speicher
2015-06-22Replace remaining references to `Note.create_cross_reference_note`Robert Speicher
2015-06-09Correctly remove already-mentioned commits for cross referencesRobert Speicher
2015-05-26More SystemNoteService cleanupRobert Speicher
2015-05-26Minor documentation updatesRobert Speicher
2015-05-26Implement gfm_reference directly in MentionableRobert Speicher
2015-05-14Fix mentioning of private groups.Douwe Maan
2015-05-11Add a SystemNoteService classRobert Speicher
2015-04-24Link cross-project cross-reference notes to correct project.Douwe Maan
2015-04-21Fix bug causing `@whatever` inside code blocks to sometimes be picked up as a...Douwe Maan
2015-04-15Clean up code around commit mentions.Douwe Maan
2015-04-02Fix errors.Douwe Maan
2015-04-02Only allow users to cross-reference and close issues they have access to.Douwe Maan
2015-04-02Only allow user to see participants from groups they have access to.Douwe Maan
2015-04-02Slightly refactor getting note notification recipients.Douwe Maan
2015-04-02Refactor Mentionable mentioned users to use ReferenceExtractor.Douwe Maan
2015-04-02Slightly refactor ReferenceExtractor.Douwe Maan
2015-03-24Don't leak private group existence by redirecting from namespace controller t...Douwe Maan
2015-03-06Added comment notification events to HipChat and Slack services.Stan Hu