1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/spec
Eugen Rochko 4c76402ba1 Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730)
Requires moving Atom rendering from DistributionWorker (where
`stream_entry.status` is already nil) to inline (where
`stream_entry.status.destroyed?` is true) and distributing that.

Unfortunately, such XML renderings can no longer be easily chained
together into one payload of n items.
2017-08-29 16:11:05 +02:00
..
controllers rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) 2017-08-28 19:12:09 +02:00
fabricators Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
features
fixtures
helpers Use URI.join even when S3 enabled (#4652) 2017-08-21 12:42:16 +02:00
javascript
lib Fix Delete activity handling when the status has been reblogged (#4729) 2017-08-28 22:08:11 +02:00
mailers
models Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
policies
presenters
requests
routing
services Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730) 2017-08-29 16:11:05 +02:00
support
validators
views Add Mastodon::Source.url (#4643) 2017-08-22 22:54:19 +02:00
workers Add configuration to disable private status federation over PuSH (#4582) 2017-08-24 17:51:32 +02:00
rails_helper.rb
spec_helper.rb Minor performance improvement for test suite (#4678) 2017-08-24 13:31:55 +02:00