summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Revamp finding projects by namespacesYorick Peterse2015-10-081-1/+1
* Added concern for case-insensitive WHERE queriesYorick Peterse2015-10-071-0/+28
* 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
* 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-022-6/+6
* 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
* Merge branch 'group-information-leak' into 'master'Dmitriy Zaporozhets2015-04-011-1/+1
|\
| * Don't leak private group existence by redirecting from namespace controller t...Douwe Maan2015-03-241-1/+1
* | Fix nested task listsVinnie Okada2015-03-211-1/+1
|/
* testsValery Sizov2015-03-161-1/+7
* rename table subscribe; make it polymorficValery Sizov2015-03-161-5/+6
* code folding fixValery Sizov2015-03-161-3/+3
* SubscriptionValery Sizov2015-03-151-0/+10
* 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
* Fix tests for semaphoreDmitriy Zaporozhets2015-02-061-5/+2
* Merge branch 'mention-groups'Dmitriy Zaporozhets2015-02-061-3/+6
|\
| * Allow groups to be mentioned.Douwe Maan2015-02-051-3/+6
* | Refactor issuable sorting a bitDmitriy Zaporozhets2015-02-052-6/+14