mastodon/app
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
..
controllers Make PreviewCard records reuseable between statuses (#4642) 2017-09-01 16:20:16 +02:00
helpers Update status embeds (#4742) 2017-08-30 10:23:43 +02:00
javascript Add japanese translations for embed modal feature. (#4770) 2017-09-02 14:48:51 +09:00
lib Define missing JSON-LD properties (#4767) 2017-09-02 14:01:23 +02:00
mailers Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Make PreviewCard records reuseable between statuses (#4642) 2017-09-01 16:20:16 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
serializers Define missing JSON-LD properties (#4767) 2017-09-02 14:01:23 +02:00
services Define missing JSON-LD properties (#4767) 2017-09-02 14:01:23 +02:00
validators Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
views Add link to 'noscript' message (#4561) 2017-09-02 01:52:28 +02:00
workers Forward ActivityPub creates that reply to local statuses (#4709) 2017-08-30 15:37:02 +02:00