diaspora/lib
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
..
api Fix passing scope name to wrong scope openid connect error message 2020-01-21 23:35:01 +01:00
archive_importer Don't relay others relayable on archive import 2019-05-21 23:08:34 +02:00
archive_validator AuthorPrivateKeyValidator: support old serialization method of RSA keys 2019-04-27 19:17:54 +03:00
assets/javascripts Change regexp for hashtags 2017-03-04 21:08:11 +01:00
diaspora Don't relay others relayable on archive import 2019-05-21 23:08:34 +02:00
schemas Use full references in API JSON schema 2020-02-02 18:03:51 +01:00
stream Fix mention in #newhere message when invited by another person 2018-02-01 23:35:04 +01:00
tasks Merge branch 'next-minor' into develop 2019-05-12 00:25:52 +02:00
account_deleter.rb Move special and ignored associations to tests 2017-10-17 01:32:14 +02:00
archive_importer.rb Remove the JSXC/Prosody integration. 2019-10-18 23:14:14 +02:00
archive_validator.rb Implement archive import backend 2019-04-26 18:41:27 +03:00
bookmarklet_renderer.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
configuration_methods.rb Don't encrypt the OTP secret 2019-05-12 00:06:28 +02:00
connection_tester.rb Remove unneeded .freeze 2017-09-17 19:32:45 +02:00
diaspora.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
direction_detector.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
email_inviter.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
error_page_renderer.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
evil_query.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
i18n_interpolation_fallbacks.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
node_info.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
photo_exporter.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
publisher.rb Fix mention in #newhere message when invited by another person 2018-02-01 23:35:04 +01:00
pubsubhubbub.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
share_visibility_converter.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
sidekiq_middlewares.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
stream.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00