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
ysksn 54b42901df Add and Remove tests for FollowRequest (#5622)
* Add a test for FollowRequest#authorize!

* Remove tests

There is no need to test
ActiveModel::Validations::ClassMethods#validates.

* Make an alias of destroy! as reject!

Instead of defining the method,
make an alias of destroy! as reject! because of reducing test.
7 years ago
..
concerns
form
web
account.rb Twidere mention workaround (#5552) 7 years ago
account_domain_block.rb
account_filter.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 8 years ago
account_moderation_note.rb foreign_key, non-nullable, dependent: destroy in account_moderation_notes (#5294) 8 years ago
application_record.rb
block.rb
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb Show the local couterpart of emoji when it exists in /admin/custom_emojis (#5467) 7 years ago
custom_emoji_filter.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 8 years ago
domain_block.rb
email_domain_block.rb Implement EmailBlackList (#5109) 8 years ago
export.rb
favourite.rb
feed.rb Non-Serial ("Snowflake") IDs (#4801) 8 years ago
follow.rb
follow_request.rb Add and Remove tests for FollowRequest (#5622) 7 years ago
import.rb
instance.rb
instance_filter.rb
media_attachment.rb
mention.rb
mute.rb
notification.rb Fix UserTrackingConcern firing on every request, optimize some queries (#5368) 8 years ago
preview_card.rb
remote_follow.rb
remote_profile.rb
report.rb
report_filter.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb
status.rb Optimize Status#permitted_for 500x (account timeline) (#5373) 8 years ago
status_pin.rb
stream_entry.rb
subscription.rb
tag.rb
user.rb Add ability to disable login and mark accounts as memorial (#5615) 7 years ago
web.rb