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/lib/activitypub/activity
Claire 0b36e3419d
Fix processing of remote Delete activities (#16084)
* Add tests

* Ensure deleted statuses are marked as such

* Save some redis memory by not storing URIs in delete_upon_arrival values

* Avoid possible race condition when processing incoming Deletes

* Avoid potential duplicate Delete forwards

* Lower lock durations to reduce issues in case of hard crash of the Rails process

* Check for `lock.aquired?` and improve comment

* Refactor RedisLock usage in app/lib/activitypub

* Fix using incorrect or non-existent sender for relaying Deletes
5 years ago
..
accept_spec.rb
add_spec.rb
announce_spec.rb Add support for inlined objects in activity audience (#14514) 5 years ago
block_spec.rb Fix not handling Undo on some activity types when they aren't inlined (#14346) 5 years ago
create_spec.rb Fix Mastodon not understanding as:Public and Public (#15948) 5 years ago
delete_spec.rb Fix processing of remote Delete activities (#16084) 5 years ago
flag_spec.rb Set and store report URIs (#10303) 7 years ago
follow_spec.rb Fix URI of repeat follow requests not being recorded (#15662) 5 years ago
like_spec.rb
move_spec.rb Fix race conditions on account migration creation (#15597) 5 years ago
reject_spec.rb Fix handling of Reject Follow when a matching follow relationship exists (#14479) 5 years ago
remove_spec.rb
undo_spec.rb Fix not handling Undo on some activity types when they aren't inlined (#14346) 5 years ago
update_spec.rb Fix ActivityPub context not being dynamically computed (#11746) 6 years ago