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/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.
8 years ago
..
controllers Make PreviewCard records reuseable between statuses (#4642) 8 years ago
helpers Update status embeds (#4742) 8 years ago
javascript Add japanese translations for embed modal feature. (#4770) 8 years ago
lib Define missing JSON-LD properties (#4767) 8 years ago
mailers
models Make PreviewCard records reuseable between statuses (#4642) 8 years ago
policies
presenters Pinned statuses (#4675) 8 years ago
serializers Define missing JSON-LD properties (#4767) 8 years ago
services Define missing JSON-LD properties (#4767) 8 years ago
validators Pinned statuses (#4675) 8 years ago
views Add link to 'noscript' message (#4561) 8 years ago
workers Forward ActivityPub creates that reply to local statuses (#4709) 8 years ago