mastodon/app
Eugen Rochko 0a6b098668 Fix count numbers from ActivityPub not being saved (#4899)
They are marked as read-only by Rails, but we know what we are doing,
so we are un-marking them as such.

The mastodon:maintenance:update_counter_caches task is not really
supposed to be run anymore (it was a one-time thing during an upgrade)
however, just in case, I have modified it to not touch ActivityPub
accounts.

Also, no point writing to logger from these rake tasks, since they
are not to be run from cron. Better to give stdout feedback.
2017-09-12 00:16:03 +02:00
..
controllers Fix error when following locked accounts (#4896) 2017-09-11 23:50:37 +02:00
helpers Fix language filter codes (#4841) 2017-09-08 12:32:22 +02:00
javascript Reset preview image if avatar/header image selection was cancelled (#4893) 2017-09-11 16:19:54 +02:00
lib Handle stream_entry URL correctly in ActivityPub (#4854) 2017-09-08 18:20:03 +02:00
mailers Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Fix count numbers from ActivityPub not being saved (#4899) 2017-09-12 00:16:03 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Fix #4794 - Fake instant follow in API response when account is believed unlocked (#4799) 2017-09-05 17:48:13 +02:00
serializers Add script to make embedded iframes autosize (#4853) 2017-09-09 16:23:44 +02:00
services Default follows for new users (#4871) 2017-09-10 09:58:38 +02:00
validators Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
views Reset preview image if avatar/header image selection was cancelled (#4893) 2017-09-11 16:19:54 +02:00
workers Default follows for new users (#4871) 2017-09-10 09:58:38 +02:00