zulip/static/js
Steve Howell 8e2e406404 refactor: Extract stream_popover.js.
This module handles the popovers in the stream list--one for
stream actions and another for topic-specific actions.

The extraction was mostly straightforward, but I did move some
of the code related to the color picker to be more consistent
with how I organized the other click handlers.
2017-03-05 15:44:43 -08:00
..
portico signup: Make error message for a weak password more clear. 2017-02-28 13:46:39 -08:00
src lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
stats stats: Add a fixed display order to summary charts. 2017-02-10 14:41:18 -08:00
.eslintrc.json Change name of eslintrc file to .eslintrc.json 2016-11-29 08:58:39 -08:00
activity.js right-sidebar: Added clear-search button on user-list searchbar. 2017-03-04 20:30:58 -08:00
admin.js admin: Added realm option to prevent users from changing their email. 2017-03-04 17:32:48 -08:00
alert_words.js refactor: Move is_current_user() to people.js. 2017-01-21 21:45:12 -08:00
alert_words_ui.js alert_words: Trim whitespace around alert words. 2017-02-16 21:06:18 -08:00
attachments_ui.js Restyle uploaded files table. 2017-02-24 15:05:06 -08:00
avatar.js Change bots actions to sidebar. 2017-02-28 20:02:23 -08:00
blueslip.js Add missing exports to js modules 2016-12-29 06:01:33 -08:00
bot_data.js bot_data.js: Add `get_all_bots_for_current_user()` function. 2017-02-28 16:15:10 -08:00
channel.js Migrate JS modules to CommonJS style. 2016-12-07 16:11:52 -08:00
click_handlers.js refactor: Extract stream_popover.js. 2017-03-05 15:44:43 -08:00
colorspace.js Migrate JS modules to CommonJS style. 2016-12-07 16:11:52 -08:00
common.js auth: Make min password length and strength configurable. 2017-01-10 04:55:41 -08:00
components.js Select first toggle tab by default. 2017-02-21 11:30:59 -08:00
compose.js refactor: Pass in a sub to invite_users_to_stream(). 2017-03-05 11:55:09 -08:00
compose_fade.js bug fix: Handle invalid streams in would_receive_message(). 2017-03-05 11:55:09 -08:00
composebox_typeahead.js refactor: Use user_id as key for pm_recipient_count. 2017-02-06 22:38:22 -08:00
condense.js perf: Use offsetHeight rather than getBoundingClientRect() in condenser. 2017-01-04 12:42:16 -08:00
copy_and_paste.js lint: Fix many no-unused-vars eslint rule violations. 2016-12-14 21:34:51 -08:00
custom_markdown.js refactor: Use people.my_current_email() in custom_markdown.js. 2017-01-21 21:45:12 -08:00
debug.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
dict.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
drafts.js Drafts: Click on a message will open it for edit. 2017-02-28 10:10:12 -08:00
echo.js Add message.type guard to add_subject_links(). 2017-02-26 16:18:02 -08:00
emoji.js bugdown: Change rendered emoji image to `unicode/<codepoint>.png.` 2017-02-26 18:30:15 -08:00
favicon.js Switch from deprecated $.browser to userAgent test. 2016-08-25 14:12:58 -07:00
feature_flags.js Remove feature_flags.fade_users_when_composing. 2017-02-26 16:18:02 -08:00
fenced_code.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
filter.js Create filter.update_email(). 2017-02-14 23:25:22 -08:00
floating_recipient_bar.js Migrate JS modules to CommonJS style. 2016-12-07 16:11:52 -08:00
gear_menu.js redesign: Change /#settings and /#administration to an overlay. 2017-02-09 23:35:10 -08:00
hashchange.js Add deep linking to #subscriptions/new and #subscriptions/:stream_id. 2017-02-23 15:34:30 -08:00
hotkey.js bug fix: Fix hotkeys for compose preview. 2017-03-03 12:22:57 -08:00
invite.js lint: Expand lint check for use of .text() without i18n. 2017-02-28 20:37:52 -08:00
loading.js Remove the old spinner, replace with new one. 2017-01-06 10:37:54 -08:00
localstorage.js Add a LocalStorage wrapper for Zulip. 2017-02-23 02:58:22 -08:00
message_edit.js lint: Expand lint check for use of .text() without i18n. 2017-02-28 20:37:52 -08:00
message_flags.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
message_list.js avatar live updates: Do full re-render. 2017-02-22 22:46:44 -08:00
message_list_view.js Add styling to distinguish bots from human users in message view. 2017-02-16 17:00:21 -08:00
message_live_update.js avatar live updates: Do full re-render. 2017-02-22 22:46:44 -08:00
message_store.js Populate message.to_user_ids in message_store.js. 2017-02-26 16:18:02 -08:00
muting.js muting: Refactor to move side effects into UI layer. 2017-02-11 08:36:39 -08:00
muting_ui.js Add UI for seeing all muted topics in settings page. 2017-02-17 00:10:18 -08:00
narrow.js Create narrow.update_email(). 2017-02-14 23:25:22 -08:00
navigate.js unread: Refactor to move DOM element updates into UI layer. 2017-02-11 08:36:39 -08:00
notifications.js unread: Refactor to move DOM element updates into UI layer. 2017-02-11 08:36:39 -08:00
people.js Make get_user_id blueslip errors clear again. 2017-03-04 07:50:47 -08:00
pm_list.js refactor: Extract stream_popover.js. 2017-03-05 15:44:43 -08:00
pointer.js unread: Refactor to move DOM element updates into UI layer. 2017-02-11 08:36:39 -08:00
popovers.js refactor: Extract stream_popover.js. 2017-03-05 15:44:43 -08:00
reactions.js Enable display of emoji as their alt codes in reactions. 2017-03-03 15:19:34 -08:00
realm_icon.js events: Normalize realm_icon events to be standard. 2017-02-26 12:16:07 -08:00
referral.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
reload.js reload: Catch exceptions aborting pending AJAX requests. 2017-01-22 20:23:37 -08:00
resize.js Make more streams visible when window is narrow. 2017-01-12 16:53:45 -08:00
rows.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
scroll_bar.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
search.js right-sidebar: Added clear-search button on user-list searchbar. 2017-03-04 20:30:58 -08:00
search_suggestion.js search_suggestion: Suggest multiple people in `pm-with` searches. 2017-02-07 14:13:29 -08:00
server_events.js Use stream_id in update_subscription_properties(). 2017-03-05 15:44:43 -08:00
settings.js admin: Added realm option to prevent users from changing their email. 2017-03-04 17:32:48 -08:00
setup.js Change bots actions to sidebar. 2017-02-28 20:02:23 -08:00
socket.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
stream_color.js refactor: Remove stream_name param in update_stream_color(). 2017-03-05 15:44:43 -08:00
stream_data.js refactor: Simplify code for renaming streams. 2017-03-05 11:55:09 -08:00
stream_list.js left-sidebar: Sort pinned streams by lowercase stream name. 2017-02-20 10:46:05 -08:00
stream_popover.js refactor: Extract stream_popover.js. 2017-03-05 15:44:43 -08:00
subs.js refactor: Extract stream_popover_sub(). 2017-03-05 15:44:43 -08:00
tab_bar.js lint: Fix many no-unused-vars eslint rule violations. 2016-12-14 21:34:51 -08:00
templates.js eslint: change no-plusplus from warning to 2 and fix violations. 2016-12-01 14:27:17 -08:00
timerender.js Change now() to timezone.now() throughout codebase. 2017-02-28 16:03:37 -08:00
topic_list.js refactor: Extract stream_popover.js. 2017-03-05 15:44:43 -08:00
tutorial.js Direct new users to the "new members" stream. 2017-01-19 14:58:31 -08:00
typeahead_helper.js bug fix: Handle errors in at-mention typeaheads. 2017-03-05 11:55:09 -08:00
ui.js page_params: scope presence_disabled in realm. 2017-02-28 14:58:53 -08:00
unread.js Update PM unread counts more dynamically in the client. 2017-02-14 23:25:22 -08:00
unread_ui.js unread: Refactor to move DOM element updates into UI layer. 2017-02-11 08:36:39 -08:00
upload_widget.js lint: Expand lint check for use of .text() without i18n. 2017-02-28 20:37:52 -08:00
user_events.js Add UI for changing the bot owners. 2017-02-26 21:39:22 -08:00
util.js Compare recipients using to_user_ids to fix live updates. 2017-02-26 16:18:02 -08:00
viewport.js lint: Add dangling commas in JavaScript objects. 2017-01-11 15:23:42 -08:00
zulip.js Migrate JS modules to CommonJS style. 2016-12-07 16:11:52 -08:00