mastodon/app
unarist 605a92b460 Fix moved account handling in IndexedDB feature (#6915)
* Fix stack overflow on importFetchedAccounts

  When the account has moved property, it should process destination
  account instead of source account itself.

* Set account id instead of account object for moved property

  This restores "foo has moved to" indication on account view, and
  fixes `reblog` index on `accounts` object store.
2018-03-26 12:48:01 +02:00
..
chewy Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
controllers If DEFAULT_LOCALE is set, enforce it instead of HTTP request locale (#6817) 2018-03-18 16:57:04 +01:00
helpers Close http connection in perform method of Request class (#6889) 2018-03-24 12:49:54 +01:00
javascript Fix moved account handling in IndexedDB feature (#6915) 2018-03-26 12:48:01 +02:00
lib Close http connection in perform method of Request class (#6889) 2018-03-24 12:49:54 +01:00
mailers Account archive download (#6460) 2018-02-21 23:21:32 +01:00
models Change columns in notifications nonnullable (#6764) 2018-03-24 12:51:28 +01:00
policies Account archive download (#6460) 2018-02-21 23:21:32 +01:00
presenters Redesign landing page (again) (#6486) 2018-02-22 01:03:48 +01:00
serializers Do not re-query mentions from serializers (#6858) 2018-03-22 11:31:17 +01:00
services Close http connection in perform method of Request class (#6889) 2018-03-24 12:49:54 +01:00
validators Permit dots in usernames with conditions (#6844) 2018-03-21 10:26:53 +01:00
views Note if the user is already following the target when authorizing follow (#6325) 2018-03-24 12:50:41 +01:00
workers Close http connection in perform method of Request class (#6889) 2018-03-24 12:49:54 +01:00