diaspora_federation/spec/lib/diaspora_federation
Benjamin Neff 525c43e67a
Don't follow redirects when federating messages
Federating uses POST requests, which don't work for redirects (unless
used with 307/308, but almost nobody uses these), so this was basically
broken anyway. The idea behind this was to follow http -> https
redirects, but as all pods nowadays have https already anyway, and
webfinger already enforces https, there is no need to follow redirects
anymore.
2022-12-05 04:52:14 +01:00
..
discovery Merge pull request #122 from SuperTux88/cleanup-legacy-webfinger 2022-03-13 21:40:36 +01:00
entities Merge branch '0.2.x' into develop 2021-10-24 21:14:25 +02:00
federation Don't follow redirects when federating messages 2022-12-05 04:52:14 +01:00
parsers Merge branch '0.2.x' into develop 2021-10-24 21:14:25 +02:00
salmon Bump rubocop, apply new cops and fix deprecations 2021-06-30 03:26:46 +02:00
validators Bump rubocop 2021-11-26 02:59:31 +01:00
callbacks_spec.rb Bump rubocop, apply new cops and fix deprecations 2021-06-30 03:26:46 +02:00
entity_spec.rb Bump pronto-rubocop, rubocop and rubocop-rails 2022-07-18 02:29:21 +02:00
http_client_spec.rb Add faraday 2 support 2022-07-18 02:29:21 +02:00
properties_dsl_spec.rb Remove old property-name mappings and cleanup xml_name functionality 2019-10-30 17:49:46 +01:00
schemas_spec.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00