about summary refs log tree commit diff
path: root/app/services/block_service.rb
AgeCommit message (Expand)Author
2019-07-11Fix BlockService trying to reject incorrect follow request (#11288)ThibG
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-06-04Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-04-25Reject follow requests of blocked users (#10633)ThibG
2018-12-30Reduce usage of LD signatures (#9659)ThibG
2017-08-26Add handling of Linked Data Signatures in payloads (#4687)Eugen Rochko
2017-08-13ActivityPub delivery (#4566)Eugen Rochko
2017-07-19Correct OStatus inflection (Ostatus -> OStatus) (#4255)Eugen Rochko
2017-07-18Introduce Ostatus name space (#4164)Akihiko Odaki
2017-04-07Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1...Eugen
2017-02-13Add IDs to salmon slaps even if they are transient. Add title, too, mostlyEugen Rochko
2017-02-12Stop trying to shoehorn all Salmon updates into the poor database-connectedEugen Rochko
2017-02-11Make follow requests federateEugen Rochko
2017-01-24Make blocks create entries and unfollows instantly, but do the clean upEugen Rochko
2017-01-02Federate blocks with the http://mastodon.social/schema/1.0 verb namespaceEugen Rochko
2016-12-22Add "locked" flag to accounts, prevent blocked users from following, force-un...Eugen Rochko
2016-11-23Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notif...Eugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-10-03API for blocking and unblockingEugen Rochko