zulip/static/js
Tomasz Kolek b1b864341c Fix @all spam warning when typing @all in backticks.
When user'd like to send a message with @all in backticks
they see spam warning in spite of the fact that nobody
would be alerted.

Fixes: #1505.
2016-08-18 16:10:09 -07:00
..
src Make English the fallback language in i18next. 2016-08-10 16:06:57 -07:00
activity.js Cleanup MIT hardcoding for disabling presence. 2016-07-26 20:30:12 -07:00
admin.js Fix function formatting in admin.js 2016-08-09 17:52:25 -07:00
alert_words.js Add and use util.is_current_user helper function. 2016-06-07 21:58:44 -07:00
alert_words_ui.js Add error message when user attempts to submit empty alert word. 2016-07-13 21:07:20 -07:00
api.js
avatar.js Update types of images accepted as avatars. 2016-07-26 16:36:47 +05:30
blueslip.js debug: Fix actual traceback being hidden in blueslip. 2016-08-09 11:59:49 -07:00
bot_data.js Add and use util.is_current_user helper function. 2016-06-07 21:58:44 -07:00
channel.js Make reload save options required explicit arguments. 2015-11-30 08:49:39 -08:00
click_handlers.js Move respond_to_message to compose.js. 2016-06-29 13:04:02 -07:00
colorspace.js Modify crumbbar style to look like an arrowbar 2014-02-18 12:50:29 -07:00
common.js Add curly braces for all javascript if statements lacking them. 2013-08-01 11:47:54 -04:00
compose.js Move checking all/everyone message to util.js module. 2016-08-18 16:10:09 -07:00
compose_fade.js lint: Require folding of } on same line as else statements. 2016-06-09 14:02:49 -07:00
composebox_typeahead.js [third] Replace jquery-caret with newer implementation. 2016-06-14 16:36:51 -07:00
condense.js Fix collapsing messages in narrowed views. 2016-03-20 16:58:57 -07:00
copy_and_paste.js lint: Require folding of } on same line as else statements. 2016-06-09 14:02:49 -07:00
custom_markdown.js Mark report_error arguments translatable. 2016-06-23 16:23:01 -07:00
debug.js
dict.js Create blueslip error for undefined keys in Dict. 2013-09-11 18:07:37 -04:00
echo.js Separate unicode emojis from named emojis. 2016-06-30 15:48:02 -07:00
emoji.js Separate unicode emojis from named emojis. 2016-06-30 15:48:02 -07:00
favicon.js Move favicon-related functions to favicon.js 2014-03-14 20:48:55 -04:00
feature_flags.js settings: Extract settings.SHARE_THE_LOVE. 2016-07-19 15:28:41 -07:00
fenced_code.js Tolerate spaces after language in markdown fences. 2014-03-06 10:15:20 -05:00
filter.js Clean up most hardcoding of mit.edu domain checks. 2016-07-26 20:30:12 -07:00
floating_recipient_bar.js Created floating_recipient_bar.js (with code from ui.js). 2014-03-14 20:48:58 -04:00
gear_menu.js Move scroll_to_selected to navigate.js. 2016-05-27 01:03:21 -07:00
hashchange.js Rename hashchange.zulip event to avoid jquery 1.8 interaction. 2016-07-08 11:09:09 -07:00
hotkey.js Move respond_to_message to compose.js. 2016-06-29 13:04:02 -07:00
initial_invite.js Unbreak sending invites from the first user. 2014-01-13 10:36:48 -05:00
invite.js Change post-invite success message in case when user invites only one user. 2016-08-05 14:48:10 -07:00
loading.js Moved loading_indicator functions to loading.js. 2014-03-14 20:48:52 -04:00
localstorage.js Add a localstorage.js module 2014-01-23 16:28:58 -05:00
message_edit.js Add realm setting to time-limit editing of message content. 2016-07-15 13:55:49 -07:00
message_flags.js Replace /json/update_message_flags with REST style route. 2016-04-11 21:38:22 -07:00
message_list.js Rename hashchange.zulip event to avoid jquery 1.8 interaction. 2016-07-08 11:09:09 -07:00
message_list_view.js lint: Require folding of } on same line as else statements. 2016-06-09 14:02:49 -07:00
message_store.js Add realm setting to disable message editing. 2016-07-10 11:57:24 -07:00
muting.js Update unread counts for streams when muting topics. 2016-03-27 13:49:52 -07:00
muting_ui.js Add an idempotent flag to the channel module. 2014-01-10 21:39:00 -05:00
narrow.js Don't show special empty narrow messages for complex narrows. 2016-07-31 19:38:19 -07:00
navigate.js lint: Require folding of } on same line as else statements. 2016-06-09 14:02:49 -07:00
notifications.js lint: Require folding of } on same line as else statements. 2016-06-09 14:02:49 -07:00
people.js Removing unnecessary comment. 2016-08-18 15:32:30 -07:00
pointer.js Add some links to new pointer docs. 2016-08-16 16:19:14 -07:00
popovers.js Add realm setting to disable message editing. 2016-07-10 11:57:24 -07:00
referral.js settings: Extract settings.SHARE_THE_LOVE. 2016-07-19 15:28:41 -07:00
reload.js Move narrowed_msg_list to message_list.js. 2016-04-26 10:25:11 -07:00
resize.js lint: Require folding of } on same line in else if statements. 2016-06-09 14:05:34 -07:00
rows.js Fix topic edits that are initiated from the FRB. 2014-03-14 20:48:55 -04:00
scroll_bar.js Created scroll_bar.js (with code taken from ui.js). 2014-03-14 20:48:56 -04:00
search.js Remove jquery.highlight 2014-01-15 16:07:20 -05:00
search_suggestion.js lint: Require folding of } on same line as else statements. 2016-06-09 14:02:49 -07:00
server_events.js Export server_events._get_events_success for testing. 2016-08-09 18:49:13 -07:00
settings.js Create a nice default language modal. 2016-08-10 16:22:36 -07:00
setup.js Defer loading zxcvbn in main webapp until necessary. 2016-06-22 17:06:37 -07:00
signup.js Make login form validation errors not wrap 2013-09-16 14:20:43 -04:00
socket.js tests: Defer sockjs object creation when in testing 2014-03-11 13:06:20 -04:00
stream_color.js Show hex input field on color picker. 2016-08-16 11:31:52 -07:00
stream_data.js Move recent_subjects to stream_data. 2016-06-07 17:50:16 -07:00
stream_list.js Add ability to pin streams to top of the streams sidebar list. 2016-06-30 22:26:09 -07:00
subs.js Clean up most hardcoding of mit.edu domain checks. 2016-07-26 20:30:12 -07:00
tab_bar.js update old messages' stream-color text class 2014-02-18 12:50:31 -07:00
templates.js Error better when handlebars template is missing (#1338) 2016-07-20 15:56:27 -07:00
timerender.js timerender: Include year in message interstitials. 2016-07-12 18:26:42 -07:00
tutorial.js Change relative paths to absolute paths when we don't want the subdomain. 2016-08-13 16:27:36 -07:00
typeahead_helper.js lint: Require folding of } on same line as else statements. 2016-06-09 14:02:49 -07:00
ui.js Cleanup MIT hardcoding for disabling presence. 2016-07-26 20:30:12 -07:00
unread.js Add some links to new pointer docs. 2016-08-16 16:19:14 -07:00
util.js Fix @all spam warning when typing @all in backticks. 2016-08-18 16:10:09 -07:00
viewport.js Move recenter_view to viewport.js. 2016-05-27 01:03:21 -07:00
zulip.js Move respond_to_message to compose.js. 2016-06-29 13:04:02 -07:00