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
ThibG b154428e14
Add federation support for the "hide network" preference (#11673)
* Change ActivityPub follower/following collections to not link first page

* Add support for hiding followers and following of remote users

* Switch to using a single `hide_collections` column

* Address code style remarks
6 years ago
..
admin
concerns Change local media attachments to perform heavy processing asynchronously (#13210) 6 years ago
form Fix custom emoji category creation silently erroring out on duplicate category (#12647) 6 years ago
web
account.rb Add federation support for the "hide network" preference (#11673) 6 years ago
account_alias.rb
account_conversation.rb
account_domain_block.rb
account_filter.rb Add sorting by username, creation and last activity in moderation view (#13076) 6 years ago
account_identity_proof.rb
account_migration.rb
account_moderation_note.rb
account_pin.rb
account_stat.rb
account_tag_stat.rb
account_warning.rb
account_warning_preset.rb
admin.rb
announcement.rb Add support for links to statuses in announcements to be opened in web UI (#13212) 6 years ago
announcement_filter.rb Add announcements (#12662) 6 years ago
announcement_mute.rb Add announcements (#12662) 6 years ago
announcement_reaction.rb Add announcements (#12662) 6 years ago
application_record.rb
backup.rb Add announcements (#12662) 6 years ago
block.rb
bookmark.rb Add announcements (#12662) 6 years ago
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb Add announcements (#12662) 6 years ago
custom_emoji_category.rb
custom_emoji_filter.rb Various fixes and improvements (#12878) 6 years ago
custom_filter.rb Add “account timeline” filter category (#12918) 6 years ago
domain_allow.rb
domain_block.rb Allow blocking TLDs, and fix TLD blocks not being editable (#12805) 6 years ago
email_domain_block.rb
export.rb
favourite.rb
featured_tag.rb
feed.rb
follow.rb Add specific rate limits for posting and following (#13172) 6 years ago
follow_request.rb Add specific rate limits for posting and following (#13172) 6 years ago
home_feed.rb
identity.rb
import.rb
instance.rb
instance_filter.rb Various fixes and improvements (#12878) 6 years ago
invite.rb
invite_filter.rb Various fixes and improvements (#12878) 6 years ago
list.rb
list_account.rb
list_feed.rb
marker.rb
media_attachment.rb Change local media attachments to perform heavy processing asynchronously (#13210) 6 years ago
mention.rb
mute.rb
notification.rb Add follow_request notification type (#12198) 6 years ago
poll.rb Only normalize local polls (#12515) 6 years ago
poll_vote.rb
preview_card.rb
relationship_filter.rb Fix relationships page not showing results in admin UI (#12934) 6 years ago
relay.rb
remote_follow.rb
report.rb
report_filter.rb Various fixes and improvements (#12878) 6 years ago
report_note.rb
scheduled_status.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb
status.rb Add support for links to statuses in announcements to be opened in web UI (#13212) 6 years ago
status_pin.rb
status_stat.rb
tag.rb Fixes featured hashtag setting page erroring out instead of rejecting invalid tags (#12436) 6 years ago
tag_filter.rb Various fixes and improvements (#12878) 6 years ago
tombstone.rb
trending_tags.rb
user.rb Fix user disabling changing activity timestamps, fix nil error (#12943) 6 years ago
user_invite_request.rb
web.rb