zulip/frontend_tests/node_tests
Steve Howell ef893dc8dd Live-update user list for name changes.
When somebody changes their name, we will now update
the buddy list right away.  The old code was trying
to do this through a code path that was designed for
true presence updates, but it was also passing in an
empty array, instead of undefined, which caused it to
fail to invoke the intended part of the codepath to
redraw the buddy list.

Now we just call the new activity.redraw() function,
which does the right thing for the buddy list.

The group PM list was live-updating before this change,
and it continues to live-update as part of the new
activity.redraw() function.
2017-01-04 19:45:15 -08:00
..
activity.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
alert_words.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
bot_data.js admin: Limit bots in settings page. 2016-12-14 19:29:02 -08:00
composebox_typeahead.js eslint: change space-before-function-paren from warning to error. 2016-12-05 09:50:37 -08:00
dict.js eslint: change quote-props from off to error and fix violations. 2016-12-02 18:35:53 -08:00
dispatch.js Change people.remove() to people.deactivate() and fix bug. 2016-12-15 17:44:58 -08:00
echo.js Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
filter.js narrow: Fix the client sending more than one search operator. 2017-01-04 16:02:41 -08:00
hashchange.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
i18n.js lint: Fix several no-unused-vars eslint rule violations. 2016-12-03 18:43:47 -08:00
message_edit.js Add node tests for message_edit.get_editability. 2016-12-30 16:51:00 -08:00
message_list_view.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
message_list.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
message_store.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
muting.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
narrow.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
people.js Live-update user list for name changes. 2017-01-04 19:45:15 -08:00
presence_list_performance.js lint: Fix several no-unused-vars eslint rule violations. 2016-12-03 18:43:47 -08:00
search_suggestion.js Extract people.init() function. 2016-12-15 17:44:58 -08:00
server_events.js lint: Fix several no-unused-vars eslint rule violations. 2016-12-03 18:43:47 -08:00
settings.js Add new button to download ~/.zuliprc from settings page. 2016-12-07 21:28:41 -08:00
stream_color.js eslint: change space-before-function-paren from warning to error. 2016-12-05 09:50:37 -08:00
stream_data.js redesign: Convert subscriptions page to overlay. 2016-12-09 11:08:08 -08:00
stream_list.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
subs.js Partial match previous search terms in streams page. 2016-12-30 17:13:48 -08:00
templates.js Add frontend support for emoji reactions. 2016-12-30 21:42:54 -08:00
topic_list.js eslint: Update node tests to use new comma-dangle rules. 2016-12-03 15:00:24 -08:00
typeahead_helper.js Prioritize stream subscribers in typeahead list. 2016-12-21 12:59:43 -08:00
unread.js lint: Fix many no-unused-vars eslint rule violations. 2016-12-14 21:34:51 -08:00
util.js invite: Leave not yet invited users in the invite modal's textarea. 2016-12-27 17:14:21 -08:00