chinwagsocial/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 Update status embeds (#4742) 2017-08-30 10:23:43 +02:00
javascript Fix a problem that notification column goes to top (#4792) 2017-09-03 20:31:51 +02:00
lib Fix some ActivityPub JSON bugs (#4796) 2017-09-04 18:26:33 +02:00
mailers Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Validate data of Imports (#4782) 2017-09-02 20:45:42 +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 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 Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
views Fix #4551 - Use correct syntax for content preloading (#4798) 2017-09-04 02:14:12 +02:00
workers Instantly upgrade account to ActivityPub if we receive ActivityPub payload (#4766) 2017-09-03 01:11:23 +02:00