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
Effy Elden 1801a36414 Report processing improvements (#2349)
* Expose media attachments on reported statuses directly

* Comment out unused bulk report checkbox. Add title to report comment for viewing full comment. Add 'contents' column, with icons and numerical indicators to show the number of referenced statuses and media attachments in the report

* Link account name on authorize_follow card back to account

* Add localisation string for report_contents

* Show new admin accounts card partial on report view. Apply simple_format to report comment so newlines are preserved.

* Add new admin accounts card partial, for display quick useful admin stats (e.g. report history, moderation status).

* Fix localized variable
8 years ago
..
concerns Remove .keep in models (#1892) 8 years ago
form
web
account.rb Followers-only post federation (#2111) 8 years ago
account_filter.rb
application_record.rb
block.rb Rename cache key to exclude_account_ids_for:id, adjust formatting 8 years ago
domain_block.rb I18n health warnings (#1949) 8 years ago
export.rb
favourite.rb Required foreign keys (#2003) 8 years ago
feed.rb
follow.rb
follow_request.rb
import.rb Add presence validation to Import (#1928) 8 years ago
media_attachment.rb Fix #2108 - Fix gif uploads (#2171) 8 years ago
mention.rb
mute.rb Rename cache key to exclude_account_ids_for:id, adjust formatting 8 years ago
notification.rb
preview_card.rb
remote_follow.rb strip leading & trailing spaces from remote follow acct (#997) (#2321) 8 years ago
report.rb Report processing improvements (#2349) 8 years ago
report_filter.rb Admin reports with accounts (#2092) 8 years ago
setting.rb
status.rb ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Announce Activities (#2197) 8 years ago
stream_entry.rb
subscription.rb Required foreign keys (#2003) 8 years ago
tag.rb
user.rb Admin UI for confirming users (#2245) 8 years ago
web.rb