mastodon/app
unarist c30e6433de Fix AP serialization error when thread is missing (#4970)
`Status#reply?` may returns true even if the thread is missing.
e.g. the replied status was deleted or couldn't be fetched.

Then it raises NoMethodError on various AP json serialization.

This issue won't happen on Atom serialization because it checks thread
existence using `StreamEntry#threaded?` instead.
2017-09-16 15:00:36 +02:00
..
controllers When accessing uncached media attachment, redownload it (#4955) 2017-09-16 03:01:45 +02:00
helpers Fix filterable_languages method of SettingsHelper (#4966) 2017-09-16 14:59:41 +02:00
javascript Fix hasSize condition in secSet and sizes. (#4969) 2017-09-16 15:00:01 +02:00
lib Fix filterable_languages method of SettingsHelper (#4966) 2017-09-16 14:59:41 +02:00
mailers Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models When accessing uncached media attachment, redownload it (#4955) 2017-09-16 03:01:45 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Uploads for admin site settings (#4913) 2017-09-14 00:04:30 +02:00
serializers Fix AP serialization error when thread is missing (#4970) 2017-09-16 15:00:36 +02:00
services Fix filterable_languages method of SettingsHelper (#4966) 2017-09-16 14:59:41 +02:00
validators Fix #4918 - Limit pinned toots to 5 (#4923) 2017-09-13 11:04:32 +02:00
views Redesign video player (#4911) 2017-09-14 03:39:10 +02:00
workers Add scheduled worker to purge old user IPs (#4951) 2017-09-14 22:26:38 +02:00