zulip/static/js
Abhijeet Prasad Bodas fd2bf0b31b refactor: Rename frontend muting stuff to include 'topic'.
This is a prep commit, which renames some variables
and functions involved in topic muting to include
the word "topic" in them.

This is done to have clarity when similar code
will be added as a part of the mute-user in
future commits.
2021-02-05 11:17:46 -08:00
..
analytics support: Confirm the string_id before scrubbing the realm. 2020-09-28 15:37:49 -07:00
billing js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
bundles js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
portico dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00
stats eslint: Fix unicorn/no-array-for-each. 2021-01-25 14:53:19 -08:00
types eslint: Remove and prohibit unused eslint-disable directives. 2020-12-10 18:08:45 -08:00
activity.js blueslip: Add measure_time wrapper. 2021-02-03 15:23:17 -08:00
admin.js js: Convert Object.assign({…}, …) to spread syntax. 2020-12-21 15:37:36 -08:00
alert_words.js eslint: Fix no-useless-concat. 2020-10-07 16:00:33 -07:00
alert_words_ui.js docs: Fix capitalization of keyboard keys. 2020-08-11 10:25:53 -07:00
archive.js eslint: Fix unicorn/prefer-number-properties. 2020-10-07 16:00:33 -07:00
attachments_ui.js Rename list_render -> ListWidget. 2021-01-29 09:36:35 -08:00
avatar.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
blueslip.js blueslip: Pass through the return value in measure_time. 2021-02-04 09:11:04 -05:00
blueslip_stacktrace.ts eslint: Fix unicorn/error-message. 2020-12-22 16:14:28 -08:00
bot_data.js js: Purge people module from window. 2020-09-01 19:55:58 -07:00
buddy_data.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
buddy_list.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
channel.js eslint: Fix unicorn/catch-error-name. 2020-10-07 16:00:33 -07:00
click_handlers.js refactor: Rename frontend muting stuff to include 'topic'. 2021-02-05 11:17:46 -08:00
color_data.js eslint: Fix unicorn/no-array-for-each. 2021-01-25 14:53:19 -08:00
colorspace.js eslint: Fix unicorn/no-zero-fractions. 2020-10-07 16:00:33 -07:00
common.js eslint: Fix unicorn/better-regex. 2020-10-07 16:00:33 -07:00
components.js components: Generate properly escaped HTML. 2021-02-05 09:26:47 -08:00
compose.js compose: Generate properly escaped HTML. 2021-02-05 09:26:47 -08:00
compose_actions.js eslint: Fix new-cap errors. 2020-12-10 19:52:22 -08:00
compose_fade.js js: Purge people module from window. 2020-09-01 19:55:58 -07:00
compose_pm_pill.js compose_pm_pill: Don’t reference nonexistent input_pull members. 2020-09-25 15:12:33 -07:00
compose_state.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
compose_ui.js eslint: Fix unicorn/no-lonely-if. 2020-12-22 16:14:28 -08:00
composebox_typeahead.js dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00
condense.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
confirm_dialog.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
copy_and_paste.js eslint: Fix unicorn/prefer-regexp-test. 2021-01-25 14:53:19 -08:00
csrf.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
css_variables.js styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
debug.js eslint: Fix unicorn/no-array-for-each. 2021-01-25 14:53:19 -08:00
desktop_integration.js desktop_integration: Handle logout et al. events from desktop app. 2020-12-08 16:39:17 -08:00
drafts.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
dropdown_list_widget.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
echo.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
emoji_picker.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
emojisets.js eslint: Fix unicorn/prefer-add-event-listener. 2020-10-07 16:00:33 -07:00
favicon.js favicon: Invalidate favicon_state.image without a network request. 2020-10-28 23:06:26 -07:00
feature_flags.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
feedback_widget.js eslint: Fix unicorn/prefer-date-now. 2020-12-22 16:14:28 -08:00
fetch_status.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
filter.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
floating_recipient_bar.js eslint: Fix unicorn/no-lonely-if. 2020-12-22 16:14:28 -08:00
fold_dict.ts typescript: Enable strictNullChecks. 2020-07-28 11:01:35 -07:00
gear_menu.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
global.d.ts Rename list_render -> ListWidget. 2021-01-29 09:36:35 -08:00
hash_util.js docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
hashchange.js eslint: Fix unicorn/no-lonely-if. 2020-12-22 16:14:28 -08:00
hbs.d.ts blueslip: Make stack trace more readable. 2019-10-31 13:47:54 -07:00
hotkey.js refactor: Rename frontend muting stuff to include 'topic'. 2021-02-05 11:17:46 -08:00
hotspots.js hotspots: Generate properly escaped HTML. 2021-02-05 09:26:47 -08:00
huddle_data.js js: Purge people module from window. 2020-09-01 19:55:58 -07:00
i18n.js docs: Add comment links to i18n documentation. 2020-09-18 11:44:04 -07:00
info_overlay.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
input_pill.js eslint: Fix unicorn/no-array-for-each. 2021-01-25 14:53:19 -08:00
invite.js eslint: Fix unicorn/no-array-for-each. 2021-01-25 14:53:19 -08:00
keydown_util.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
lazy_set.js eslint: Fix unicorn/prefer-number-properties. 2020-10-07 16:00:33 -07:00
lightbox.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
lightbox_canvas.js eslint: Fix unicorn/prefer-add-event-listener. 2020-10-07 16:00:33 -07:00
list_cursor.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
list_util.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
list_widget.js blueslip: Add measure_time wrapper. 2021-02-03 15:23:17 -08:00
loading.js loading: Generate properly escaped HTML. 2021-02-05 09:26:47 -08:00
local_message.js eslint: Fix unicorn/prefer-number-properties. 2020-10-07 16:00:33 -07:00
localstorage.js eslint: Fix unicorn/no-array-for-each. 2021-01-25 14:53:19 -08:00
markdown.js dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00
markdown_config.js js: Purge people module from window. 2020-09-01 19:55:58 -07:00
message_edit.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
message_edit_history.js js: Purge people module from window. 2020-09-01 19:55:58 -07:00
message_events.js eslint: Fix unicorn/consistent-destructuring. 2021-01-25 14:53:19 -08:00
message_fetch.js eslint: Fix unicorn/no-array-for-each. 2021-01-25 14:53:19 -08:00
message_flags.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
message_list.js refactor: Change where we initialize scrolling code. 2021-01-29 15:21:07 -08:00
message_list_data.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
message_list_view.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
message_live_update.js js: Purge people module from window. 2020-09-01 19:55:58 -07:00
message_scroll.js message_scroll: Rename actively_scrolling() to is_actively_scrolling(). 2020-09-25 15:12:24 -07:00
message_store.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
message_util.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
message_view_header.js refactor: Call peer_data.get_subscriber_count(). 2021-01-29 15:21:07 -08:00
message_viewport.js styles: Use range context queries to eliminate *_max variables. 2021-02-05 09:23:59 -08:00
muting.js minor: Explicitly handle undefined date while muting a topic. 2021-02-05 11:17:46 -08:00
muting_ui.js refactor: Rename frontend muting stuff to include 'topic'. 2021-02-05 11:17:46 -08:00
narrow.js docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
narrow_state.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
navigate.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
night_mode.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
notifications.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
overlays.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
padded_widget.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
page_params.js eslint: Remove unused exemptions to no-unused-vars rule. 2020-12-10 19:57:53 -08:00
panels.js eslint: Fix unicorn/no-lonely-if. 2020-12-22 16:14:28 -08:00
peer_data.js minor: Remove peer_data.clear(). 2021-02-03 15:23:17 -08:00
people.js dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00
pill_typeahead.js eslint: Fix unicorn/prefer-includes. 2020-10-07 16:00:33 -07:00
pm_conversations.js js: Convert pm_conversations module to ES6. 2020-09-01 19:55:58 -07:00
pm_list.js blueslip: Add measure_time wrapper. 2021-02-03 15:23:17 -08:00
pm_list_dom.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
poll_widget.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
popovers.js refactor: Rename frontend muting stuff to include 'topic'. 2021-02-05 11:17:46 -08:00
presence.js eslint: Fix unicorn/no-lonely-if. 2020-12-22 16:14:28 -08:00
reactions.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
ready.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
realm_icon.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
realm_logo.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
recent_senders.js js: Use destructuring for require statements. 2020-09-23 09:06:07 -04:00
recent_topics.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
reload.js eslint: Fix unicorn/catch-error-name. 2020-10-07 16:00:33 -07:00
reload_state.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
reminder.js dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00
rendered_markdown.js dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00
resize.js eslint: Fix unicorn/prefer-number-properties. 2020-10-07 16:00:33 -07:00
rows.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
rtl.js eslint: Fix unicorn/no-lonely-if. 2020-12-22 16:14:28 -08:00
schema.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
scroll_bar.js scroll_bar: Flip max-width queries for min-width. 2021-02-05 09:23:59 -08:00
scroll_util.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
search.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
search_pill.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
search_pill_widget.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
search_suggestion.js eslint: Fix unicorn/no-lonely-if. 2020-12-22 16:14:28 -08:00
search_util.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
sent_messages.js sent_messages: Pass correct reference of this in setTimeout. 2021-01-27 09:52:42 -08:00
server_events.js eslint: Fix unicorn/no-array-for-each. 2021-01-25 14:53:19 -08:00
server_events_dispatch.js refactor: Rename frontend muting stuff to include 'topic'. 2021-02-05 11:17:46 -08:00
settings.js dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00
settings_account.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
settings_bots.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
settings_config.js markdown: Default to 2018 edition for Rust Playground. 2020-11-29 18:09:10 -08:00
settings_data.js dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00
settings_display.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
settings_emoji.js ui_report: Migrate ui_report.message to ui_report.client_error. 2021-01-30 07:48:44 -08:00
settings_exports.js Rename list_render -> ListWidget. 2021-01-29 09:36:35 -08:00
settings_invites.js ui_report: Migrate ui_report.message to ui_report.client_error. 2021-01-30 07:48:44 -08:00
settings_linkifiers.js Rename list_render -> ListWidget. 2021-01-29 09:36:35 -08:00
settings_muting.js refactor: Rename frontend muting stuff to include 'topic'. 2021-02-05 11:17:46 -08:00
settings_notifications.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
settings_org.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
settings_panel_menu.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
settings_profile_fields.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
settings_sections.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
settings_streams.js Rename list_render -> ListWidget. 2021-01-29 09:36:35 -08:00
settings_toggle.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
settings_ui.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
settings_user_groups.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
settings_users.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
setup.js eslint: Fix unicorn/prefer-date-now. 2020-12-22 16:14:28 -08:00
spoilers.js docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
starred_messages.js starred_messages: Rename count() to get_count(). 2020-09-25 15:12:33 -07:00
stream_color.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
stream_create.js blueslip: Pass through the return value in measure_time. 2021-02-04 09:11:04 -05:00
stream_data.js minor: Remove peer_data.clear(). 2021-02-03 15:23:17 -08:00
stream_edit.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
stream_events.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
stream_list.js blueslip: Add measure_time wrapper. 2021-02-03 15:23:17 -08:00
stream_muting.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
stream_pill.js refactor: Call peer_data.get_subscriber_count(). 2021-01-29 15:21:07 -08:00
stream_popover.js refactor: Rename frontend muting stuff to include 'topic'. 2021-02-05 11:17:46 -08:00
stream_sort.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
stream_topic_history.js eslint: Fix unicorn/no-lonely-if. 2020-12-22 16:14:28 -08:00
stream_ui_updates.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
submessage.js eslint: Fix unicorn/catch-error-name. 2020-10-07 16:00:33 -07:00
subs.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
templates.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
timerender.js dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00
todo_widget.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
top_left_corner.js js: Purge people module from window. 2020-09-01 19:55:58 -07:00
topic_generator.js topic_generator: Remove overengineering. 2021-01-25 14:53:19 -08:00
topic_list.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
topic_list_data.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
topic_zoom.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
transmit.js js: Purge people module from window. 2020-09-01 19:55:58 -07:00
tutorial.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
typeahead_helper.js typeahead: Use stream_weekly_traffic for tiebreaker. 2021-01-29 15:21:07 -08:00
typing.js eslint: Fix unicorn/prefer-date-now. 2020-12-22 16:14:28 -08:00
typing_data.js eslint: Fix unicorn/prefer-number-properties. 2020-10-07 16:00:33 -07:00
typing_events.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
ui.js message events: Refactor `reify_message_id` codepath. 2020-11-16 17:23:15 -08:00
ui_init.js blueslip: Add measure_time wrapper. 2021-02-03 15:23:17 -08:00
ui_report.js ui_report: Add ui_report.client_error. 2021-01-30 07:48:44 -08:00
ui_util.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
unread.js js: Use destructuring for require statements. 2020-09-23 09:06:07 -04:00
unread_ops.js notifications: Rename window_has_focus variable and function. 2020-09-25 15:12:24 -07:00
unread_ui.js notifications: Use a dynamic SVG favicon for unread counts. 2020-10-21 07:43:00 -07:00
upload.js js: Escape strings interpolated into CSS selectors with CSS.escape. 2021-02-04 11:00:06 -08:00
upload_widget.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
user_events.js js: Purge people module from window. 2020-09-01 19:55:58 -07:00
user_groups.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
user_pill.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
user_search.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
user_status.js eslint: Fix unicorn/prefer-number-properties. 2020-10-07 16:00:33 -07:00
user_status_ui.js js: Purge people module from window. 2020-09-01 19:55:58 -07:00
util.js eslint: Fix unicorn/no-array-callback-reference. 2021-01-25 14:53:19 -08:00
vdom.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
widgetize.js widgetize: Don't warn for deleted tictactoe widget. 2020-11-09 06:01:39 -05:00
zcommand.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
zform.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
zulip.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00