summaryrefslogtreecommitdiff
path: root/app/models/concerns/mentionable.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify Mentionable concern instance methodsPaco Guzman2016-10-041-17/+10
* Use cattr_accessor instead duplicating code on NoteOnDiff concernDouglas Barbosa Alexandre2016-07-151-4/+4
* Ensure logged-out users can't see private refsSean McGivern2016-06-301-1/+1
* Refactor MentionableYorick Peterse2016-05-261-10/+9
* Fix adding a todo for private group membersAhmad Sherif2016-05-071-2/+2
* Fix mentionable reference extraction caching.Douwe Maan2016-01-061-2/+5
* Only allow group/project members to mention `@all`Douwe Maan2015-12-241-1/+1
* Only cache markdown when object has been saved and has a proper cache_key.Douwe Maan2015-12-161-1/+1
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-8/+8
* Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-071-3/+8
|\
| * Fix referenced_mentionables method.Douwe Maan2015-12-011-1/+1
| * Fix specsDouwe Maan2015-11-301-3/+8
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-211-3/+3
|\ \ | |/
| * Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-151-21/+22
| |\
* | \ Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-141-33/+29
|\ \ \ | | |/ | |/|
| * | Make Mentionable#cross_reference_exists? private.simplify-cross-referencesDouwe Maan2015-10-141-6/+6
| * | Fix cross-references originating from notesDouwe Maan2015-10-121-2/+2
| * | Simplify code around (cross)-referencesDouwe Maan2015-10-121-19/+19
* | | Cache rendered contents of issues, MRs and notesDouwe Maan2015-10-141-15/+24
| |/ |/|
* | Participable doesn't need to know about MentionableDouwe Maan2015-10-141-0/+6
* | Have Issue#participants load all users mentioned in notes using a single queryDouwe Maan2015-10-141-4/+4
* | Always allow references to the current projectDouwe Maan2015-10-071-1/+0
|/
* Rename `notice_added_references` to `create_new_cross_references!`rs-issue-1773Robert Speicher2015-07-131-3/+3
* Refactor Mentionable#notice_added_referencesRobert Speicher2015-07-131-11/+25
* Replace remaining references to `Note.create_cross_reference_note`Robert Speicher2015-06-221-1/+1
* Correctly remove already-mentioned commits for cross referencesrs-issue-1778Robert Speicher2015-06-081-1/+7
* More SystemNoteService cleanuprs-to_referenceRobert Speicher2015-05-261-2/+2
* Minor documentation updatesRobert Speicher2015-05-261-1/+1
* Implement gfm_reference directly in MentionableRobert Speicher2015-05-261-3/+8
* Fix mentioning of private groups.Douwe Maan2015-05-141-2/+2
* Add a SystemNoteService classRobert Speicher2015-05-111-1/+1
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-241-1/+1
* Fix bug causing `@whatever` inside code blocks to sometimes be picked up as a...issue-body-code-mentionsDouwe Maan2015-04-211-1/+1
* Clean up code around commit mentions.Douwe Maan2015-04-151-2/+2
* Fix errors.Douwe Maan2015-04-021-1/+1
* Only allow users to cross-reference and close issues they have access to.Douwe Maan2015-04-021-3/+3
* Only allow user to see participants from groups they have access to.Douwe Maan2015-04-021-2/+2
* Slightly refactor getting note notification recipients.Douwe Maan2015-04-021-1/+1
* Refactor Mentionable mentioned users to use ReferenceExtractor.Douwe Maan2015-04-021-17/+6
* Slightly refactor ReferenceExtractor.Douwe Maan2015-04-021-5/+3
* Don't leak private group existence by redirecting from namespace controller t...Douwe Maan2015-03-241-1/+1
* Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-1/+0
* Add ExternalIssue base model to make issue referencing more robust for extern...Marin Jankovski2015-02-111-3/+4
* Allow groups to be mentioned.Douwe Maan2015-02-051-3/+6
* Append in place for strings and arraysCiro Santilli2015-01-011-1/+1
* Mentioned users are not limited by project scope any moreDmitriy Zaporozhets2014-10-301-5/+1
* Make Mentionables work for cross-project refsVinnie Okada2014-10-031-1/+3
* Track projects in ReferenceExtractorVinnie Okada2014-10-031-1/+1
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-5/+5
* Move checking of recepients to a service.Marin Jankovski2014-06-231-1/+1