summaryrefslogtreecommitdiff
path: root/app/models/sent_notification.rb
Commit message (Expand)AuthorAgeFilesLines
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-071-1/+1
* Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-1/+1
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Address review commentsDouwe Maan2017-04-051-0/+2
* Don't use original_discussion_idDouwe Maan2017-04-051-1/+1
* Add specsDouwe Maan2017-04-051-8/+15
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-31/+32
* Allow SentNotification#position to be set as string or hashDouwe Maan2016-07-111-0/+13
* Allow reply-by-email with diff notesDouwe Maan2016-07-061-1/+28
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-6/+10
* Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-041-0/+8
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-14/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-4/+4
* #can_unsubscribe? -> #?unsubscribable?Zeger-Jan van de Weg2016-01-111-1/+1
* Add #can_unsubscribe? to SentNotificationZeger-Jan van de Weg2016-01-091-0/+4
* Unsubscribe from thread through link in email footerZeger-Jan van de Weg2016-01-091-3/+5
* Add custom LineCodeValidatorRobert Speicher2015-12-071-1/+1
* Rails update to 4.2.4Valery Sizov2015-11-251-3/+2
* Merge branch 'master' into rename-reply-by-emailDouwe Maan2015-09-211-2/+12
|\
| * Fix reply by email for comments on a specific line in a diff/commit.reply-by-email-diffDouwe Maan2015-09-201-2/+12
* | Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-211-0/+6
|/
* Re-annotate modelsStan Hu2015-09-061-0/+13
* Move `sent_notification!` out of Notify.Douwe Maan2015-08-191-2/+25
* Changes and stuff.Douwe Maan2015-08-181-5/+3
* Reply by email POCDouwe Maan2015-08-181-0/+29