mastodon/app/lib
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
..
activitypub Add ActivityPub inbox (#4216) 2017-08-08 21:52:15 +02:00
ostatus Correct OStatus inflection (Ostatus -> OStatus) (#4255) 2017-07-19 01:37:26 +02:00
settings
application_extension.rb
emoji.rb Change RuboCop rules to loose (#4464) 2017-07-31 15:19:13 +02:00
exceptions.rb Add callback_url/acct information for Sidekiq PuSH workers Exception. (#4281) 2017-07-27 00:38:20 +02:00
extractor.rb
feed_manager.rb Fix subsequent replies to unresolved status not being filtered from home (#4190) 2017-07-14 22:31:38 +02:00
formatter.rb Don't normalize invalid domain names (#4499) 2017-08-02 14:54:33 +02:00
hash_object.rb
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 2017-07-07 04:02:06 +02:00
language_detector.rb Fix length validator counting things that look like URIs like URLs (#4462) 2017-07-31 05:06:20 +02:00
provider_discovery.rb HTTP signatures (#4146) 2017-07-14 20:41:49 +02:00
request.rb HTTP signatures (#4146) 2017-07-14 20:41:49 +02:00
sanitize_config.rb
status_filter.rb
stream_entry_finder.rb
tag_manager.rb Optimize uri normalization (#4212) 2017-07-15 17:24:35 +02:00
user_settings_decorator.rb Add unfollow modal (optional) (#4246) 2017-07-18 17:14:43 +02:00
webfinger_resource.rb