diaspora_federation/spec/lib/diaspora_federation
Benjamin Neff e663a65c7e
Remove not_nil for diaspora IDs from validators
The diaspora ID validator now is not nil by default.

Also:
* mark root_author as optional for reshares.
* make author for profiles mandatory (I don't remember why this was
optional, we never generate a profile without author and we wouldn't
receive a profile without author anyway, because we validate that the
author is the sender).
* refactor validator specs for diaspora IDs
2017-09-12 23:11:05 +02:00
..
discovery Add option for RFC 7033 WebFinger http fallback 2017-09-10 03:08:13 +02:00
entities Fetch linked entities from received entities with text 2017-09-04 23:48:31 +02:00
federation Fetch linked entities from received entities with text 2017-09-04 23:48:31 +02: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 not_nil for diaspora IDs from validators 2017-09-12 23:11:05 +02: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 Mark properties as optional 2017-07-30 00:32:54 +02:00
schemas_spec.rb Add DiasporaFederation::Schemas to access JSON schema 2017-08-01 20:17:55 +02:00