You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/models
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.
8 years ago
..
concerns Pinned statuses (#4675) 8 years ago
form Improve admin page (#4121) 8 years ago
web fix(web_push_notifications): Send message with welcome notifications (#4471) 8 years ago
account.rb Allow multiple pinned statuses to be shown and make them be ordered b… (#4690) 8 years ago
account_domain_block.rb
account_filter.rb
application_record.rb
block.rb
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
conversation.rb
conversation_mute.rb
domain_block.rb Allow domain blocks that only reject media without silencing or suspending (#4325) 8 years ago
export.rb
favourite.rb
feed.rb Remove sort in Feed (#4050) 8 years ago
follow.rb
follow_request.rb
import.rb Fix boolean columns sometimes having a null value (#4162) 8 years ago
instance.rb
media_attachment.rb Explicitly require MIME::Types (#4083) 8 years ago
mention.rb
mute.rb
notification.rb
preview_card.rb
remote_follow.rb rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) 8 years ago
remote_profile.rb
report.rb
report_filter.rb
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
session_activation.rb Web Push Notifications (#3243) 8 years ago
setting.rb
status.rb Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730) 8 years ago
status_pin.rb Allow multiple pinned statuses to be shown and make them be ordered b… (#4690) 8 years ago
stream_entry.rb
subscription.rb Periodically remove expired PuSH subscribers (#4654) 8 years ago
tag.rb add validation to tag name (#4194) 8 years ago
user.rb Application prefs section (#2758) 8 years ago
web.rb