mastodon/spec/models
Eugen Rochko 5abdc77c80 Add conversation model, <ostatus:conversation /> (#3016)
* Add <ostatus:conversation /> tag to Atom input/output

Only uses ref attribute (not href) because href would be
the alternate link that's always included also.

Creates new conversation for every non-reply status. Carries
over conversation for every reply. Keeps remote URIs verbatim,
generates local URIs on the fly like the rest of them.

* Fix conversation migration

* More spec coverage for status before_create

* Prevent n+1 query when generating Atom with the new conversations

* Improve code style

* Remove redundant local variable
2017-05-12 19:09:21 +02:00
..
web
account_filter_spec.rb Misc spec coverage improvements (#2821) 2017-05-05 14:56:00 -04:00
account_spec.rb use Twitter::Extractor for creating links (#2502) 2017-05-05 19:48:22 +02:00
block_spec.rb
conversation_spec.rb Add conversation model, <ostatus:conversation /> (#3016) 2017-05-12 19:09:21 +02:00
domain_block_spec.rb
export_spec.rb
favourite_spec.rb
feed_spec.rb Add tests to the Feed model (#2594) 2017-04-29 00:21:35 +02:00
follow_request_spec.rb
follow_spec.rb
import_spec.rb
media_attachment_spec.rb Add media dimensions (#2448) 2017-04-26 03:48:12 +02:00
mention_spec.rb
mute_spec.rb
notification_spec.rb
preview_card_spec.rb
report_filter_spec.rb
report_spec.rb Reports spec for media attachments, clean up method (#2660) 2017-04-30 18:15:49 +02:00
status_spec.rb Add conversation model, <ostatus:conversation /> (#3016) 2017-05-12 19:09:21 +02:00
stream_entry_spec.rb Stream entry specs and refactor to use delegate (#2827) 2017-05-06 04:00:21 +02:00
subscription_spec.rb Misc spec coverage improvements (#2821) 2017-05-05 14:56:00 -04:00
tag_spec.rb
user_spec.rb Improve allowed language handling (#2897) 2017-05-08 03:32:52 +02:00