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/spec/services
Eugen Rochko 71f2b95106
Fix edits with no actual changes being allowed (#17843)
* Fix edits with no actual changes being allowed locally

* Fix edits with no actual changes being allowed through ActivityPub

* Fix false positive changes caused by description processing in model

* Fix not recording poll expiration update

* Fix test

* Revert changes to ProcessStatusUpdateService

* Various fixes and improvements

* Fix code style issues

* Various changes and improvements

* Add guard clause
3 years ago
..
activitypub Fix edits with no actual changes being allowed (#17843) 3 years ago
account_search_service_spec.rb
account_statuses_cleanup_service_spec.rb
after_block_domain_from_account_service_spec.rb
after_block_service_spec.rb
app_sign_up_service_spec.rb
authorize_follow_service_spec.rb Refactor and improve tests (#17386) 3 years ago
batched_remove_status_service_spec.rb Refactor and improve tests (#17386) 3 years ago
block_domain_service_spec.rb Fix various typos (#17621) 3 years ago
block_service_spec.rb Refactor and improve tests (#17386) 3 years ago
bootstrap_timeline_service_spec.rb
clear_domain_media_service_spec.rb Fix various typos (#17621) 3 years ago
delete_account_service_spec.rb Fix various typos (#17621) 3 years ago
fan_out_on_write_service_spec.rb Refactor and improve tests (#17386) 3 years ago
favourite_service_spec.rb Refactor and improve tests (#17386) 3 years ago
fetch_link_card_service_spec.rb
fetch_oembed_service_spec.rb
fetch_remote_status_service_spec.rb
fetch_resource_service_spec.rb
follow_service_spec.rb Refactor and improve tests (#17386) 3 years ago
import_service_spec.rb
mute_service_spec.rb
notify_service_spec.rb
post_status_service_spec.rb
precompute_feed_service_spec.rb
process_mentions_service_spec.rb
purge_domain_service_spec.rb
reblog_service_spec.rb Add test for reblog race condition fix (#17732) 3 years ago
reject_follow_service_spec.rb Refactor and improve tests (#17386) 3 years ago
remove_from_follwers_service_spec.rb
remove_status_service_spec.rb Fix Undo Announce sometimes inlining the originally Announced status (#17516) 3 years ago
report_service_spec.rb Refactor and improve tests (#17386) 3 years ago
resolve_account_service_spec.rb
resolve_url_service_spec.rb
search_service_spec.rb
suspend_account_service_spec.rb
unallow_domain_service_spec.rb
unblock_domain_service_spec.rb
unblock_service_spec.rb Refactor and improve tests (#17386) 3 years ago
unfollow_service_spec.rb Refactor and improve tests (#17386) 3 years ago
unmute_service_spec.rb
unsuspend_account_service_spec.rb Spelling (#17705) 3 years ago
update_account_service_spec.rb Refactor and improve tests (#17386) 3 years ago
update_status_service_spec.rb Fix edits with no actual changes being allowed (#17843) 3 years ago
verify_link_service_spec.rb