mastodon/spec
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
..
controllers Fix #2027 - Accept own ID for remote follow with and without preceding @ (#2991) 2017-05-11 21:54:30 +02:00
fabricators Add conversation model, <ostatus:conversation /> (#3016) 2017-05-12 19:09:21 +02:00
features
fixtures
helpers
javascript
lib Prepend reblogs' wrapper content with "RT @original_author", (#3013) 2017-05-12 17:46:44 +02:00
mailers Misc spec coverage improvements (#2821) 2017-05-05 14:56:00 -04:00
models Add conversation model, <ostatus:conversation /> (#3016) 2017-05-12 19:09:21 +02:00
presenters
requests
routing
services Fix #2955 - Send HEAD request ahead of GET when fetching URL previews (#2972) 2017-05-10 23:30:07 +02:00
support/matchers/model
views
workers Coverage for domain block worker (#2997) 2017-05-11 22:25:15 +02:00
rails_helper.rb Disable sidekiq logging in test mode (#2962) 2017-05-10 16:16:42 +02:00
spec_helper.rb