mastodon/app
unarist 2c51bc0ca5 Add missing rejection handling for Promises ()
* Add eslint-plugin-promise to detect uncaught rejections

* Move alert generation for errors to actions/alert

* Add missing rejection handling for Promises

* Use catch() instead of onReject on then()

Then it will catches rejection from onFulfilled. This detection can be
disabled by `allowThen` option, though.
..
chewy Full-text search for authorized statuses ()
controllers Implement the ability for an Administrator or Moderator to remove an account avatar ()
helpers Implement the ability for an Administrator or Moderator to remove an account avatar ()
javascript Add missing rejection handling for Promises ()
lib [WIP] Enable custom emoji on account pages and in the sidebar ()
mailers Account archive download ()
models [WIP] Enable custom emoji on account pages and in the sidebar ()
policies Implement the ability for an Administrator or Moderator to remove an account avatar ()
presenters Redesign landing page (again) ()
serializers [WIP] Enable custom emoji on account pages and in the sidebar ()
services Support all ActivityPub actor types ()
validators Fix UniqueUsernameValidator comparison ()
views Implement the ability for an Administrator or Moderator to remove an account avatar ()
workers Validate HTTP response length while receiving ()