summaryrefslogtreecommitdiff
path: root/app/models/concerns/mentionable.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure that at mentioning all properly notifies.Marin Jankovski2014-06-231-4/+8
* More efficient query for mentionable usersDmitriy Zaporozhets2014-06-041-1/+1
* Respect group members in mentionable concernDmitriy Zaporozhets2013-09-041-1/+1
* Link issues from comments and automatically close themash wilson2013-08-251-9/+69
* Show participants on issues, including mentions, and notify email to all part...Javier Castro2013-06-241-0/+37