mastodon/app/lib/activitypub/activity
Eugen Rochko 1b5806b744 Define missing JSON-LD properties (#4767)
Using _: property names is discouraged, as in the future,
canonicalization may throw an error when encountering that instead
of discarding it silently like it does now.

We are defining some ActivityStreams properties which we expect
to land in ActivityStreams eventually, to ensure that future versions
of Mastodon will remain compatible with this even once that happens.
Those would be `locked`, `sensitive` and `Hashtag`

We are defining a custom context inline for some properties which we
do not expect to land in any other context. `atomUri`, `inReplyToAtomUri`
and `conversation` are part of the custom defined OStatus context.
2017-09-02 14:01:23 +02:00
..
accept.rb Support more variations of ActivityPub keyId in signature (#4630) 2017-08-21 22:57:34 +02:00
announce.rb Handle duplicate ActivityPub activities (#4639) 2017-08-20 16:53:47 +02:00
block.rb Handle duplicate ActivityPub activities (#4639) 2017-08-20 16:53:47 +02:00
create.rb Define missing JSON-LD properties (#4767) 2017-09-02 14:01:23 +02:00
delete.rb Define missing JSON-LD properties (#4767) 2017-09-02 14:01:23 +02:00
follow.rb Handle duplicate ActivityPub activities (#4639) 2017-08-20 16:53:47 +02:00
like.rb Handle duplicate ActivityPub activities (#4639) 2017-08-20 16:53:47 +02:00
reject.rb Support more variations of ActivityPub keyId in signature (#4630) 2017-08-21 22:57:34 +02:00
undo.rb Support more variations of ActivityPub keyId in signature (#4630) 2017-08-21 22:57:34 +02:00
update.rb Add ActivityPub inbox (#4216) 2017-08-08 21:52:15 +02:00