You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
chewy Full-text search for authorized statuses (#6423) 8 years ago
controllers If DEFAULT_LOCALE is set, enforce it instead of HTTP request locale (#6817) 8 years ago
helpers Close http connection in perform method of Request class (#6889) 8 years ago
javascript Fix moved account handling in IndexedDB feature (#6915) 8 years ago
lib Close http connection in perform method of Request class (#6889) 8 years ago
mailers Account archive download (#6460) 8 years ago
models Change columns in notifications nonnullable (#6764) 8 years ago
policies Account archive download (#6460) 8 years ago
presenters Redesign landing page (again) (#6486) 8 years ago
serializers Do not re-query mentions from serializers (#6858) 8 years ago
services Close http connection in perform method of Request class (#6889) 8 years ago
validators Permit dots in usernames with conditions (#6844) 8 years ago
views Note if the user is already following the target when authorizing follow (#6325) 8 years ago
workers Close http connection in perform method of Request class (#6889) 8 years ago