summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'emoji_votes' into 'master' Dmitriy Zaporozhets2015-11-191-49/+0
|\
| * award emojiValery Sizov2015-11-191-49/+0
* | Use a JOIN in IssuableFinder#by_projectYorick Peterse2015-11-191-0/+3
* | Make it easier to re-apply default sort ordersYorick Peterse2015-11-181-1/+2
|/
* Change "recent" scopes to sort by "id"Yorick Peterse2015-11-111-1/+1
* Only sort by IDs by defaultYorick Peterse2015-11-031-5/+5
* Merge branch 'cross-reference-mr-on-issues' into 'master' Douwe Maan2015-10-181-0/+4
|\
| * Only accept open issues and merge requestsZeger-Jan van de Weg2015-10-161-0/+4
* | Merge branch 'master' into rs-redactor-filterrs-redactor-filterDouwe Maan2015-10-161-1/+5
|\ \ | |/
| * Eager load various issue/note associationsYorick Peterse2015-10-151-1/+6
* | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-153-30/+57
|\ \ | |/
| * Make Mentionable#cross_reference_exists? private.simplify-cross-referencesDouwe Maan2015-10-141-6/+6
| * Remove useless assignmentDouwe Maan2015-10-121-1/+1
| * Chaining ftwDouwe Maan2015-10-121-5/+1
| * Fix cross-references originating from notesDouwe Maan2015-10-121-2/+2
| * Simplify code around (cross)-referencesDouwe Maan2015-10-122-28/+26
| * Revamp finding projects by namespacesYorick Peterse2015-10-081-1/+1
| * Added concern for case-insensitive WHERE queriesYorick Peterse2015-10-071-0/+28
* | Participable doesn't need to know about MentionableDouwe Maan2015-10-143-7/+12
* | Have Issue#participants load all users mentioned in notes using a single queryDouwe Maan2015-10-142-14/+17
* | Always allow references to the current projectDouwe Maan2015-10-071-1/+0
|/
* add repository field to issue hook dataJungkook Park2015-09-171-0/+6
* Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-0/+1
* Add Issuable#to_ability_nameRobert Speicher2015-07-241-0/+10
* 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
* Improve performance for issue#show pageDmitriy Zaporozhets2015-06-241-3/+5
* Replace remaining references to `Note.create_cross_reference_note`Robert Speicher2015-06-221-1/+1
* Fix taskable requirers-pre-rspec-3Robert Speicher2015-06-101-0/+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
* Make `cross_project_reference?` less magicalRobert Speicher2015-05-261-4/+3
* Minor documentation updatesRobert Speicher2015-05-262-2/+2
* Add `reference_pattern` to Referable modelsRobert Speicher2015-05-261-0/+10
* Implement gfm_reference directly in MentionableRobert Speicher2015-05-261-3/+8
* Add Referable concernRobert Speicher2015-05-261-0/+52
* Don't include users without project access in participants.Douwe Maan2015-05-151-6/+14
* Fix mentioning of private groups.Douwe Maan2015-05-142-3/+3
* Add a SystemNoteService classRobert Speicher2015-05-111-1/+1
* Change wording for task list summariesRobert Speicher2015-05-061-2/+2
* Update Taskable to use TaskListRobert Speicher2015-05-061-30/+15
* 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-242-16/+44
* 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 somewhat.better-commit-mentionsDouwe Maan2015-04-171-5/+4
* Fix Snippet#participants.Douwe Maan2015-04-151-0/+1
* Clean up code around commit mentions.Douwe Maan2015-04-151-2/+2