You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
active_model_serializers.rb Add recursive object support to API response (#4095) 8 years ago
application_controller_renderer.rb
assets.rb Replace sprockets/browserify with Webpack (#2617) 8 years ago
backtrace_silencers.rb
blacklists.rb Quick best practice cleanup of views/helpers (#1546) 8 years ago
cookies_serializer.rb
devise.rb Fix sessions being replaced needlessly (#4292) 8 years ago
doorkeeper.rb Add "signed in as" header to some pages (#4523) 8 years ago
fast_blank.rb fix can toot whitespace (#2218) 8 years ago
filter_parameter_logging.rb Added optional two-factor authentication 8 years ago
httplog.rb Version bumps for ruby and misc gems (#1159) 8 years ago
inflections.rb Add ActivityPub inbox (#4216) 8 years ago
instrumentation.rb
kaminari_config.rb OEmbed support for PreviewCard (#2337) 8 years ago
mime_types.rb Improve ActivityPub representations (#3844) 8 years ago
oembed.rb OEmbed support for PreviewCard (#2337) 8 years ago
open_uri_redirection.rb Federate header images, fix open-uri http->https redirection error 8 years ago
ostatus.rb Allow alternate domains for mastodon handlers (#3187) 8 years ago
pagination.rb Pagination improvements (#1445) 8 years ago
paperclip.rb Fixes unknown mime type (#2822) 8 years ago
rabl_init.rb Make sure Rabl is using Oj 8 years ago
rack_attack.rb Add Content-Type header on throttled response to fix mojibake (#4558) 8 years ago
redis.rb Set config.cache_store in environments file. (#3219) 8 years ago
session_activations.rb Revocable sessions (#3616) 8 years ago
session_store.rb
sidekiq.rb namespace redis usage (#2869) 8 years ago
simple_form.rb Improve UI of admin site settings (#4163) 8 years ago
single_user_mode.rb
statsd.rb
timeout.rb Add proper error page for request timeouts 8 years ago
trusted_proxies.rb
vapid.rb Add Rake task for generate VAPID key (#4195) 8 years ago
wrap_parameters.rb