diaspora_federation/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 Bump rubocop 2018-01-18 04:00:20 +01:00
entities Merge pull request #90 from SuperTux88/fix-booleans-for-relayables 2018-01-10 16:31:31 +02:00
federation Bump rubocop 2018-01-18 04:00:20 +01:00
parsers Bump rubocop 2017-09-16 03:23:41 +02:00
salmon Remove generation code for legacy salmon slap from library 2017-05-10 02:37:25 +02:00
schemas Remove public and provider_display_name from reshare entity 2017-09-12 00:13:21 +02:00
test Merge pull request #89 from cmrd-senya/account_migration_changes 2017-12-27 20:03:17 +01:00
validators Remove participants limit for conversations 2018-01-18 02:50:04 +01:00
callbacks.rb Improve code documentation 2016-07-12 02:08:21 +02:00
discovery.rb Improve code documentation 2016-07-12 02:08:21 +02:00
engine.rb cleanup: remove double ## everywhere on documentation 2015-07-06 23:49:42 +02:00
entities.rb Extract account migration sign feature to a module 2017-12-27 18:37:48 +02:00
entity.rb Fix relayable signatures for messages with invalid XML characters 2018-01-25 01:52:34 +01:00
federation.rb Add DiasporaUrlParser to extract diaspora:// URLs from texts 2017-09-04 23:48:31 +02:00
http_client.rb Improve code documentation 2016-07-12 02:08:21 +02:00
logging.rb Improve code documentation 2016-07-12 02:08:21 +02:00
parsers.rb Entity JSON serialization/deserialization feature 2017-03-23 13:55:19 +02:00
properties_dsl.rb Bump rubocop 2017-09-16 03:23:41 +02:00
rails.rb cleanup: remove double ## everywhere on documentation 2015-07-06 23:49:42 +02:00
salmon.rb Improve code documentation 2016-07-12 02:08:21 +02:00
schemas.rb Add DiasporaFederation::Schemas to access JSON schema 2017-08-01 20:17:55 +02:00
test.rb Replace factory_girl with fabrication 2017-04-04 22:14:13 +02:00
validators.rb Remove participants limit for conversations 2018-01-18 02:50:04 +01:00
version.rb Release version 0.2.2 2017-09-23 02:19:44 +02:00