chuckya/app
unarist 7706ed038f Fix context building in the reducer ()
This fixes below bugs:

* addReply() had used native compare operator for string ids
  => descendants may appears at wrong position
* CONTEXT_FETCH_SUCCESS had added the focused status as the reply of the *first* status in ancestors, not last status.
  => descendants may also appears wrong position as well as correct position
* TIMELINE_UPDATE had added the status to replies of *itself* instead of replied status
  => browser will hangs if you open the status due to a circular reference
2018-05-29 17:42:29 +02:00
..
chewy Full-text search for authorized statuses () 2018-02-09 23:04:47 +01:00
controllers Add GET /api/v2/search which returns rich tag objects, adjust web UI () 2018-05-29 02:01:24 +02:00
helpers Fix double-encoding of display name in title and e-mails () 2018-05-18 15:56:57 +02:00
javascript Fix context building in the reducer () 2018-05-29 17:42:29 +02:00
lib Fix N+1 on AtomSerializer () 2018-05-29 13:34:02 +02:00
mailers Account archive download () 2018-02-21 23:21:32 +01:00
models Rescue Mastodon::DimensionsValidationError in Remoteable () 2018-05-29 08:39:02 +09:00
policies Fix n+1 queries in StatusThreadingConcern () 2018-05-03 10:41:58 +02:00
presenters Better pagination for ActivityPub outbox () 2018-05-04 19:19:11 +02:00
serializers Add GET /api/v2/search which returns rich tag objects, adjust web UI () 2018-05-29 02:01:24 +02:00
services Track trending tags () 2018-05-27 21:45:30 +02:00
validators fix: Don't validate MX record in development () 2018-05-28 19:14:24 +02:00
views Display only domain of report account if remote under comment () 2018-05-21 17:33:20 +02:00
workers checking http status code with range () 2018-05-19 14:47:44 +02:00