zulip/static/js
Yashashvi Dave 3b09dda879 edit bot: Fix UI element shows incorrect interface for outgoing webhook.
Dropdown element for outgoing interface type was not showing correct
value, cause the way default value was set to dropdown was incorrect
(it should have been setting the selected parameter on the selected
option if it were going to be selected via the template code).

Fixes #9419.
2018-05-21 10:07:18 -07:00
..
portico portico: Remove transition on page load. 2018-05-08 09:28:39 -07:00
stats stats: Add 1 day actives and total users to number of users chart. 2018-05-20 10:56:16 -07:00
.eslintrc.json
activity.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
admin.js org settings: Clean up the context for admin pages. 2018-05-02 11:42:28 -07:00
admin_sections.js js: Standardize indentation of switch/case statements. 2018-05-06 19:35:18 -07:00
alert_words.js
alert_words_ui.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
archive.js third: Use Underscore throttle function instead of jQuery. 2018-05-16 11:56:49 -07:00
attachments_ui.js attachments: Implement frontend for real-time sync. 2018-05-04 16:22:27 -07:00
avatar.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
blueslip.js
bot_data.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
buddy_data.js js: Standardize indentation of switch/case statements. 2018-05-06 19:35:18 -07:00
buddy_list.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
channel.js
click_handlers.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
colorspace.js
common.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
components.js refactor: Remove factory code for toggle component. 2018-04-20 13:45:58 -07:00
compose.js reminders: Refactor relevant code to live in a separate reminder.js. 2018-05-21 09:03:31 -07:00
compose_actions.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
compose_fade.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
compose_pm_pill.js
compose_state.js
compose_ui.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
composebox_typeahead.js emoji: Don't start typeahead for colon-space. 2018-05-15 11:18:08 -07:00
condense.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
copy_and_paste.js desktop: Remove logic for legacy QT/webkit desktop app. 2018-05-15 16:00:14 -07:00
debug.js
dict.js
drafts.js js: Standardize indentation of switch/case statements. 2018-05-06 19:35:18 -07:00
echo.js slash-commands: Suppress local echo for slash commands. 2018-05-20 14:42:09 -07:00
emoji.js emoji: Do selective local echo of emoticon conversions. 2018-03-27 17:16:55 -07:00
emoji_picker.js js: Standardize indentation of switch/case statements. 2018-05-06 19:35:18 -07:00
favicon.js
feature_flags.js cleanup: Remove the legacy Dropbox file upload integration. 2018-04-11 11:39:48 -07:00
fenced_code.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
fetch_status.js Add fetch_status.has_found_newest(). 2018-05-03 12:44:30 -07:00
filter.js search: Display invalid operand suggestion for `has` operator. 2018-05-18 14:18:26 -07:00
floating_recipient_bar.js
gear_menu.js
hash_util.js
hashchange.js Rename invite.initialize() to invite.launch(). 2018-05-15 15:43:55 -07:00
hotkey.js js: Standardize indentation of switch/case statements. 2018-05-06 19:35:18 -07:00
hotspots.js js: Standardize indentation of switch/case statements. 2018-05-06 19:35:18 -07:00
info_overlay.js refactor: Remove factory code for toggle component. 2018-04-20 13:45:58 -07:00
input_pill.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
integration_bot_widget.js
invite.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
keydown_util.js buddy list: Fix and simplify up/down navigation. 2018-04-28 11:15:14 -07:00
lightbox.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
lightbox_canvas.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
list_cursor.js refactor: Extract scroll_util.js. 2018-04-28 11:15:14 -07:00
list_render.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
list_util.js
loading.js
local_message.js Extract local_message.js. 2018-05-16 09:30:49 -07:00
localstorage.js
markdown.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
message_edit.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
message_events.js search: Remove buggy double-call of set_message_booleans. 2018-04-28 14:39:24 -07:00
message_fetch.js unread: Fix messages that cannot be marked as read in narrows. 2018-04-23 11:46:46 -07:00
message_flags.js refactor: Rename mark_message(s)_as_read to notify_server_message(s)_read. 2018-04-05 09:54:48 -07:00
message_list.js message_list: Remove unused delay_render option. 2018-05-15 14:25:21 -07:00
message_list_data.js refactor: Cleanly divide data/view for add_messages. 2018-05-15 14:25:21 -07:00
message_list_view.js Add client code for handling submessages. 2018-05-16 15:13:33 -07:00
message_live_update.js message_live_update: Fix double re-rendering of home_msg_list. 2018-04-02 18:58:51 -07:00
message_scroll.js third: Use Underscore throttle function instead of jQuery. 2018-05-16 11:56:49 -07:00
message_store.js js: Standardize indentation of switch/case statements. 2018-05-06 19:35:18 -07:00
message_util.js message_list: Remove unused delay_render option. 2018-05-15 14:25:21 -07:00
message_viewport.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
muting.js
muting_ui.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
narrow.js Defer creating messages lists in narrows. 2018-05-15 14:25:21 -07:00
narrow_state.js Avoid some server fetches for sender:foo queries. 2018-05-13 08:47:55 -07:00
navigate.js
night_mode.js styles: Rename dark-mode to night-mode. 2018-03-28 10:41:26 -07:00
notifications.js notifications: Remove remaining basic window.bridge logic. 2018-05-15 16:00:30 -07:00
overlays.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
panels.js
people.js Add people.safe_full_names. 2018-05-16 09:30:49 -07:00
pm_conversations.js
pm_list.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
pointer.js refactor: Rename mark_message(s)_as_read to notify_server_message(s)_read. 2018-04-05 09:54:48 -07:00
popovers.js reminders: Add various design improvements for the UI/reminder msg. 2018-05-21 09:07:37 -07:00
presence.js js: Reindent case clauses consistently. 2018-05-06 19:35:18 -07:00
reactions.js js: Standardize indentation of switch/case statements. 2018-05-06 19:35:18 -07:00
realm_icon.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
recent_senders.js
reload.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
reminder.js reminders: Add various design improvements for the UI/reminder msg. 2018-05-21 09:07:37 -07:00
resize.js right-sidebar: Add keyboard instructions shortcut in bottom-right corner. 2018-05-16 13:32:42 -07:00
rows.js
rtl.js
scroll_bar.js right-sidebar: Add keyboard instructions shortcut in bottom-right corner. 2018-05-16 13:32:42 -07:00
scroll_util.js refactor: Extract scroll_util.js. 2018-04-28 11:15:14 -07:00
search.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
search_suggestion.js search: Show category-wise operator suggestions for has operator. 2018-05-18 14:18:26 -07:00
sent_messages.js
server_events.js
server_events_dispatch.js Add client code for handling submessages. 2018-05-16 15:13:33 -07:00
settings.js org settings: Remove "Delete streams" administrative tab from settings. 2018-04-30 17:47:34 +05:30
settings_account.js custom fields: Fix field value not saved on change, just after created. 2018-05-15 12:08:29 -07:00
settings_bots.js edit bot: Fix UI element shows incorrect interface for outgoing webhook. 2018-05-21 10:07:18 -07:00
settings_display.js settings: Change save and discard button look and feel. 2018-04-05 21:49:12 -07:00
settings_emoji.js emoji: Clean up variable names for rendered template content. 2018-04-12 09:48:02 -07:00
settings_filters.js settings: Clean up repeating code in error callbacks. 2018-03-25 10:40:40 -07:00
settings_invites.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
settings_muting.js
settings_notifications.js settings: Refactor to use pluck to extract `setting` attribute. 2018-03-27 18:01:03 -07:00
settings_org.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
settings_profile_fields.js custom fields: Don't ask org admin to enter "value" for choice. 2018-05-15 12:08:29 -07:00
settings_sections.js settings: Remove obsolete default_desktop_notifications setting. 2018-04-28 13:46:07 -07:00
settings_streams.js static/js/settings_streams.js: Move delete_stream func to `stream_edit.js`. 2018-04-30 17:48:16 +05:30
settings_toggle.js refactor: Remove factory code for toggle component. 2018-04-20 13:45:58 -07:00
settings_ui.js org setting: Add time limits for message deleting. 2018-04-27 19:22:28 -07:00
settings_user_groups.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
settings_users.js static/js/settings_users.js: Remove unused function. 2018-05-18 15:20:43 -07:00
setup.js
socket.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
stream_color.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
stream_create.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
stream_data.js compose: Display error for non-admin trying to post to announce_only stream. 2018-05-16 13:35:45 -07:00
stream_edit.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
stream_events.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
stream_list.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
stream_muting.js message_list: Move set_message_offset into message_list_view. 2018-04-13 16:31:18 -07:00
stream_popover.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
stream_sort.js stream list: Use newer code for the list cursor. 2018-04-28 11:15:14 -07:00
submessage.js Add basic widgets framework (JS side). 2018-05-16 15:13:33 -07:00
subs.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
tab_bar.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
templates.js
tictactoe_widget.js Add tictactoe widget. 2018-05-16 15:13:33 -07:00
timerender.js page load: Make initializations more explicit. 2018-05-15 15:46:04 -07:00
top_left_corner.js
topic_data.js Use unread data in topic_data.get_recent_names(). 2018-05-15 14:25:21 -07:00
topic_generator.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
topic_list.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
translations.js
transmit.js websockets: Fix race condition in CSRF token initialization. 2018-03-31 09:29:56 -07:00
tutorial.js narrow: Remove unnecessary select_first_unread option. 2018-04-22 21:33:33 -07:00
typeahead_helper.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
typing.js
typing_data.js refactor: Add util.sorted_ids(). 2018-05-02 09:16:24 -07:00
typing_events.js
typing_status.js
ui.js ui: Remove do_stuff_for_desktop_app call. 2018-05-15 16:22:44 -07:00
ui_init.js right-sidebar: Add keyboard instructions shortcut in bottom-right corner. 2018-05-16 13:32:42 -07:00
ui_report.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
ui_util.js
unread.js Add unread.get_missing_topics(). 2018-05-15 14:25:21 -07:00
unread_ops.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
unread_ui.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
upload.js desktop: Remove logic for legacy QT/webkit desktop app. 2018-05-15 16:00:14 -07:00
upload_widget.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
user_events.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
user_groups.js
user_pill.js js: Fix a bunch of indentation issues found by eslint. 2018-05-06 16:25:02 -07:00
user_search.js buddy list: Fix and simplify up/down navigation. 2018-04-28 11:15:14 -07:00
util.js js: Fix some invalid whitespace. 2018-05-06 12:38:44 -07:00
voting_widget.js Add poll widget. 2018-05-16 15:13:33 -07:00
widgetize.js Add tictactoe widget. 2018-05-16 15:13:33 -07:00
zulip.js refactor: Avoid positional params for MessageList. 2018-05-15 14:25:21 -07:00