summaryrefslogtreecommitdiff
path: root/app/models/concerns/participable.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix issue related cross-project MRsfix-issue-related-mrsDouwe Maan2015-12-211-1/+1
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-14/+15
* Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-151-9/+7
|\
| * Remove useless assignmentDouwe Maan2015-10-121-1/+1
| * Chaining ftwDouwe Maan2015-10-121-5/+1
| * Simplify code around (cross)-referencesDouwe Maan2015-10-121-9/+7
* | Participable doesn't need to know about MentionableDouwe Maan2015-10-141-5/+4
* | Have Issue#participants load all users mentioned in notes using a single queryDouwe Maan2015-10-141-10/+13
|/
* Improve performance for issue#show pageDmitriy Zaporozhets2015-06-241-3/+5
* Don't include users without project access in participants.Douwe Maan2015-05-151-6/+14
* Fix mentioning of private groups.Douwe Maan2015-05-141-1/+1
* Explain purpose and usage.Douwe Maan2015-04-241-0/+24
* Fix behavior for Enumerable-like ActiveRecord relations.Douwe Maan2015-04-241-3/+1
* Satisfy Rubocop.Douwe Maan2015-04-241-11/+12
* Move participants method to shared Participable concern.Douwe Maan2015-04-241-0/+42