diaspora_federation/spec
Benjamin Neff 392f1f5a18
Fix relayable signatures for messages with invalid XML characters
Sometimes messages contain characters that are invalid for XML, but they
are filteres out before creating the XML, otherwise the property would
be empty in the XML.

But for relayables the value is also used for creating the signatures,
so we need to filter the invalid characters earlier, before calculating
the signature.
2018-01-25 01:52:34 +01:00
..
controllers/diaspora_federation Replace legacy webfinger with new route from .well-known 2017-05-29 00:43:39 +02:00
integration Don't check parent_author_signature for relayables 2017-06-02 01:12:00 +02:00
lib Fix relayable signatures for messages with invalid XML characters 2018-01-25 01:52:34 +01:00
routing Replace legacy webfinger with new route from .well-known 2017-05-29 00:43:39 +02:00
support Fix warning about shared example group 'a signable' been defined twice 2018-01-22 04:13:45 +01:00
entities.rb Fix when booleans in relayables are false 2017-11-05 01:12:19 +01:00
factories.rb Remove active_record and save models in-memory 2017-04-05 00:36:52 +02:00
spec_helper.rb Make rspec work without rails dependency 2017-04-05 02:02:04 +02:00