mastodon/app/models
Eugen Rochko c5d37f18cb
Change deletes to preserve soft-deleted statuses in unresolved reports ()
Change all account actions except "none" to resolve all unresolved reports

Refactor `SuspendAccountService` to be more readable
..
admin Change deletes to preserve soft-deleted statuses in unresolved reports ()
concerns Add retry for failed media downloads and `tootctl media refresh` ()
form Change deletes to preserve soft-deleted statuses in unresolved reports ()
web Do no retry web push workers if the server returns a 4xx response ()
account.rb Change deletes to preserve soft-deleted statuses in unresolved reports ()
account_conversation.rb Fix crash when conversations have no valid participants ()
account_domain_block.rb Fix crash when saving invalid domain name ()
account_filter.rb Add moderation API ()
account_identity_proof.rb Fix Keybase verification using wrong domain for remote accounts ()
account_moderation_note.rb Update dependencies for Ruby (2018-04-23) ()
account_pin.rb Add API endpoint to list featured accounts (fixes ) ()
account_stat.rb Add more accurate account search ()
account_tag_stat.rb Add profile directory ()
account_warning.rb Add moderation warnings ()
account_warning_preset.rb Add moderation warnings ()
admin.rb Add logging of admin actions ()
application_record.rb Change admin UI for hashtags and add back whitelisted trends ()
backup.rb Update dependencies for Ruby (2018-04-23) ()
block.rb Store URIs of follows, follow requests and blocks for ActivityPub ()
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
conversation.rb Revert "Remove conversation URI ()" ()
conversation_mute.rb Update dependencies for Ruby (2018-04-23) ()
custom_emoji.rb Add batch actions and categories to admin UI for custom emojis ()
custom_emoji_category.rb Add batch actions and categories to admin UI for custom emojis ()
custom_emoji_filter.rb Add batch actions and categories to admin UI for custom emojis ()
custom_filter.rb Fix expiration date of filters being set to “Never” when editing them ()
domain_allow.rb Fix crash when saving invalid domain name ()
domain_block.rb Add public blocks to /about/blocks ()
email_domain_block.rb Fix crash when saving invalid domain name ()
export.rb Export and import show_reblogs together with following list ()
favourite.rb Fix error when trying to update counters for statuses that are gone ()
featured_tag.rb Fix featured tags not finding the right tag on save ()
feed.rb Fix non-numbers being passed to Redis and causing an error ()
follow.rb Extract counters from accounts table to account_stats table ()
follow_request.rb Fix MergeWorker being queued for remote users ()
home_feed.rb Support min_id-based pagination in REST API ()
identity.rb Change identities id column to a bigint ()
import.rb Add option to overwrite imported data ()
instance.rb Add whitelist mode ()
instance_filter.rb Add whitelist mode ()
invite.rb Add invite comments ()
invite_filter.rb Add invite filter ()
list.rb Update dependencies for Ruby (2018-04-23) ()
list_account.rb Update dependencies for Ruby (2018-04-23) ()
list_feed.rb Lists ()
marker.rb Add timeline read markers API ()
media_attachment.rb Add retry for failed media downloads and `tootctl media refresh` ()
mention.rb Improve support for aspects/circles ()
mute.rb Update dependencies for Ruby (2018-04-23) ()
notification.rb Add `account_id` param to `GET /api/v1/notifications` ()
poll.rb Add support for custom emojis in poll options ()
poll_vote.rb Add optimistic lock to avoid race conditions when handling votes ()
preview_card.rb Change tootctl to use inline parallelization instead of Sidekiq ()
relay.rb Fix relay enabling/disabling not resetting inbox availability status ()
remote_follow.rb Fix uncaught domain normalization error in remote follow ()
report.rb Change deletes to preserve soft-deleted statuses in unresolved reports ()
report_filter.rb Add moderation API ()
report_note.rb Fix scope latest of ReportNote ()
scheduled_status.rb Fix deleting a scheduled status immediately deleting media attachments ()
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
session_activation.rb Update dependencies for Ruby (2018-04-23) ()
setting.rb Remove intermediary arrays when creating hash maps from results ()
site_upload.rb Improvements to image upload validation and creation ()
status.rb Change deletes to preserve soft-deleted statuses in unresolved reports ()
status_pin.rb Update dependencies for Ruby (2018-04-23) ()
status_stat.rb Reset status cache when status_stat or media_attachment updates ()
tag.rb Change trending hashtags to not disappear instantly after midnight ()
tombstone.rb Record deleted(by mod) status to prevent re-appear ()
trending_tags.rb Change half-life of trend decay ()
user.rb Change deletes to preserve soft-deleted statuses in unresolved reports ()
user_invite_request.rb Add "why do you want to join" field to invite requests ()
web.rb Add extended about page stub