mastodon/app/models
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
..
concerns
form
web
account.rb
account_domain_block.rb
account_filter.rb
application_record.rb
block.rb
context.rb
conversation.rb Conditional validations no longer accept strings for if/unless (#3124) 2017-05-19 03:11:23 +02:00
conversation_mute.rb
domain_block.rb
export.rb
favourite.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
feed.rb Remove sort in Feed (#4050) 2017-07-03 13:17:27 +02:00
follow.rb Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
follow_request.rb
import.rb Fix boolean columns sometimes having a null value (#4162) 2017-07-13 03:12:25 +02:00
instance.rb
media_attachment.rb
mention.rb
mute.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
notification.rb
preview_card.rb
remote_follow.rb Fix RemoteFollow behavior (#3868) 2017-06-20 20:40:56 +02:00
remote_profile.rb
report.rb Add includes to Report#statuses (#3655) 2017-06-09 15:07:02 +02:00
report_filter.rb
search.rb
session_activation.rb Web Push Notifications (#3243) 2017-07-13 22:15:32 +02:00
setting.rb
status.rb
stream_entry.rb Cover AccountsController more in spec (#3229) 2017-05-23 02:53:01 +02:00
subscription.rb
tag.rb add validation to tag name (#4194) 2017-07-14 11:02:49 +02:00
user.rb
web.rb