diaspora_federation/spec/lib/diaspora_federation
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
..
discovery Add option for RFC 7033 WebFinger http fallback 2017-09-10 03:08:13 +02:00
entities Fix relayable signatures for messages with invalid XML characters 2018-01-25 01:52:34 +01:00
federation Merge pull request #87 from SuperTux88/fetch-only-once 2017-09-23 02:25:53 +03:00
parsers Switch PercentLiteralDelimiters to new default 2017-06-30 02:23:44 +02:00
salmon Switch PercentLiteralDelimiters to new default 2017-06-30 02:23:44 +02:00
validators Remove participants limit for conversations 2018-01-18 02:50:04 +01:00
callbacks_spec.rb Switch PercentLiteralDelimiters to new default 2017-06-30 02:23:44 +02:00
entity_spec.rb Only add optional properties to generated XML and JSON when not nil 2017-07-30 00:32:54 +02:00
http_client_spec.rb rename Fetcher to HttpClient 2016-03-15 02:17:04 +01:00
properties_dsl_spec.rb Bump rubocop 2017-09-16 03:23:41 +02:00
schemas_spec.rb Add DiasporaFederation::Schemas to access JSON schema 2017-08-01 20:17:55 +02:00