mastodon/app
Eugen Rochko 9b50a9dd83 Fix some ActivityPub JSON bugs (#4796)
- Fix assumption that `url` is always a string. Handle it if it's an
  array of strings, array of objects, object, or string, both for
  accounts and for objects
- `sharedInbox` is actually supposed to be under `endpoints`, handle
  both cases and adjust the serializer
2017-09-04 18:26:33 +02:00
..
controllers Show pinned statuses only in the top of the profile page (#4803) 2017-09-04 12:53:18 +02:00
helpers
javascript
lib Fix some ActivityPub JSON bugs (#4796) 2017-09-04 18:26:33 +02:00
mailers
models
policies
presenters
serializers Fix some ActivityPub JSON bugs (#4796) 2017-09-04 18:26:33 +02:00
services Fix some ActivityPub JSON bugs (#4796) 2017-09-04 18:26:33 +02:00
validators
views
workers