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
Akihiko Odaki 5bf5003384 Do not mark remote status sensitive even if spoiler text is present (#7395)
Old statuses and statuses from Pawoo, which runs a modified version of
Mastodon, may not have been marked sensitive even if spoiler text is
present.

Such statuses are still not marked sensitve if they are local or
arrived before version upgrade. Marking recently fetched remote status
sensitive contradicts the behavior.

Considering what people expected when they authored such statuses, this
change removes the sensitivity enforcement.
7 years ago
..
admin Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
concerns Reduce wasted work in RemoveStatusService due to inactive followers (#7672) 7 years ago
form
web Ensure push subscription is immediately removed when application is revoked (#7548) 7 years ago
account.rb Add preference to hide following/followers lists (#7532) 7 years ago
account_domain_block.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
account_filter.rb
account_moderation_note.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
admin.rb
application_record.rb
backup.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
block.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 7 years ago
context.rb
conversation.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
conversation_mute.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
custom_emoji.rb Add entity cache (#7271) 7 years ago
custom_emoji_filter.rb
domain_block.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
email_domain_block.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
export.rb
favourite.rb Improve counter caches on Status and Account (#7644) 7 years ago
feed.rb
follow.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 7 years ago
follow_request.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 7 years ago
home_feed.rb
identity.rb
import.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
instance.rb
instance_filter.rb
invite.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
invite_filter.rb
list.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
list_account.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
list_feed.rb
media_attachment.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
mention.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
mute.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
notification.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
preview_card.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
remote_follow.rb
remote_profile.rb
report.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
report_filter.rb
report_note.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
search.rb
session_activation.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
setting.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
site_upload.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
status.rb Do not mark remote status sensitive even if spoiler text is present (#7395) 7 years ago
status_pin.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
stream_entry.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
subscription.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
tag.rb Track trending tags (#7638) 7 years ago
trending_tags.rb Remove trending hashtags (#7711) 7 years ago
user.rb Validate that e-mail resolves with MX and it's not blacklisted (#7631) 7 years ago
web.rb