diaspora/spec
Jonne Haß 9e762fcc31 Use full references in API JSON schema
We load another schema, https://diaspora.github.io/diaspora_federation/schemas/federation_entities.json,
that has overlapping definitions, namely #/definitions/post. When the definition from that schema is accessed
first, the json-schema gem caches it and is not smart enough to give precedence to the definition
within the schema document that contains the reference. So for now we have to disambiguate the references
likes this
2020-02-02 18:03:51 +01:00
..
controllers Return a default token_endpoint_auth_method when the client gives none in its OpenID Connect registration request 2020-01-24 11:02:02 +01:00
fixtures Bump json-jwt and openid_connect 2018-09-05 03:18:59 +02:00
helpers Remove the JSXC/Prosody integration. 2019-10-18 23:14:14 +02:00
integration Explicitly select fragment from API JSON schema in specs 2020-01-24 16:59:04 +01:00
javascripts Remove the JSXC/Prosody integration. 2019-10-18 23:14:14 +02:00
lib Merge branch 'develop' into api 2020-01-21 23:35:01 +01:00
mailers Include PostsHelper in NotifierHelper 2018-09-06 02:33:33 +02:00
models Merge branch 'develop' into api 2020-01-21 23:35:01 +01:00
presenters Drop chat_enabled from aspects API 2020-01-21 23:35:01 +01:00
serializers Remove the JSXC/Prosody integration. 2019-10-18 23:14:14 +02:00
services Merge branch 'develop' into api 2020-01-21 23:35:01 +01:00
shared_behaviors undo changes in introduced by merge conflicts in the api branch 2020-01-21 23:56:01 +01:00
spec Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
support Specs: Ensure photos always width and height 2019-04-27 16:05:35 +02:00
views/status_messages Fix XSS via OpenGraph on mobile 2018-11-08 20:41:50 +01:00
workers Cleanup pending photos which were never posted with cronjob 2019-07-03 13:24:27 +02:00
configuration_methods_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
factories.rb OpenID: remove private profile data claims that are not returned anyway and fix return values for profile and picture 2020-01-21 23:34:43 +01:00
federation_callbacks_spec.rb API: don't return default avatar 2020-01-21 23:34:00 +01:00
helper_methods.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
locale_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
spec_helper.rb Use full references in API JSON schema 2020-02-02 18:03:51 +01:00