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
Lex Alexander b8bae96647 Retoot count increases without reason (#5363)
* Retoot count increases without reason

-The store_uri method for Statuses was being called on after_create and causing reblogs to be incremented twice.
-This calls it when the transaction is finished by using after_create_commit.
-Fixes #4916.

* Added test case for after_create_commit callback for checking reblog count.

* Rewrote test to keep original, but added one for only the after_create_commit callback.
7 years ago
..
concerns Fix #4908 - Do not keep remote file names, generate random (#4934) 7 years ago
form Default follows for new users (#4871) 7 years ago
web Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
account.rb foreign_key, non-nullable, dependent: destroy in account_moderation_notes (#5294) 7 years ago
account_domain_block.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
account_filter.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 7 years ago
account_moderation_note.rb foreign_key, non-nullable, dependent: destroy in account_moderation_notes (#5294) 7 years ago
application_record.rb
block.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
context.rb
conversation.rb
conversation_mute.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
custom_emoji.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
custom_emoji_filter.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 7 years ago
domain_block.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
email_domain_block.rb Implement EmailBlackList (#5109) 7 years ago
export.rb
favourite.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
feed.rb Non-Serial ("Snowflake") IDs (#4801) 7 years ago
follow.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
follow_request.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
import.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
instance.rb
instance_filter.rb Add instance search feature (#4925) 7 years ago
media_attachment.rb Increase attachment descriptions to 420 characters (#5139) 7 years ago
mention.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
mute.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
notification.rb Update Rails to version 5.1.1 (#3121) 7 years ago
preview_card.rb Increase max height of preview card image (#5092) 7 years ago
remote_follow.rb
remote_profile.rb Introduce OStatus::TagManager (#5008) 7 years ago
report.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
report_filter.rb
search.rb
session_activation.rb Refactor Web::PushSubscription, remove welcome message (#4524) 7 years ago
setting.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
site_upload.rb Uploads for admin site settings (#4913) 7 years ago
status.rb Retoot count increases without reason (#5363) 7 years ago
status_pin.rb
stream_entry.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
subscription.rb Make IdsToBigints (mostly!) non-blocking (#5088) 7 years ago
tag.rb
user.rb Add support for multiple themes (#4959) 7 years ago
web.rb