mastodon/config/initializers
Eugen Rochko dd7ef0dc41 Add ActivityPub inbox (#4216)
* Add ActivityPub inbox

* Handle ActivityPub deletes

* Handle ActivityPub creates

* Handle ActivityPub announces

* Stubs for handling all activities that need to be handled

* Add ActivityPub actor resolving

* Handle conversation URI passing in ActivityPub

* Handle content language in ActivityPub

* Send accept header when fetching actor, handle JSON parse errors

* Test for ActivityPub::FetchRemoteAccountService

* Handle public key and icon/image when embedded/as array/as resolvable URI

* Implement ActivityPub::FetchRemoteStatusService

* Add stubs for more interactions

* Undo activities implemented

* Handle out of order activities

* Hook up ActivityPub to ResolveRemoteAccountService, handle
Update Account activities

* Add fragment IDs to all transient activity serializers

* Add tests and fixes

* Add stubs for missing tests

* Add more tests

* Add more tests
2017-08-08 21:52:15 +02:00
..
active_model_serializers.rb Add recursive object support to API response (#4095) 2017-07-07 14:12:16 +02:00
application_controller_renderer.rb
assets.rb
backtrace_silencers.rb
blacklists.rb
cookies_serializer.rb
devise.rb Fix sessions being replaced needlessly (#4292) 2017-07-22 01:09:10 +02:00
doorkeeper.rb Add "signed in as" header to some pages (#4523) 2017-08-05 04:24:58 +02:00
fast_blank.rb
filter_parameter_logging.rb
httplog.rb
inflections.rb Add ActivityPub inbox (#4216) 2017-08-08 21:52:15 +02:00
instrumentation.rb
kaminari_config.rb
mime_types.rb Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +02:00
oembed.rb
open_uri_redirection.rb
ostatus.rb
pagination.rb
paperclip.rb
rabl_init.rb
rack_attack.rb Add Content-Type header on throttled response to fix mojibake (#4558) 2017-08-08 15:47:35 +02:00
redis.rb
session_activations.rb
session_store.rb
sidekiq.rb
simple_form.rb Improve UI of admin site settings (#4163) 2017-07-12 03:24:04 +02:00
single_user_mode.rb
statsd.rb
timeout.rb
trusted_proxies.rb
vapid.rb Add Rake task for generate VAPID key (#4195) 2017-07-14 12:13:43 +02:00
wrap_parameters.rb