..
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
admin: Remove values from emoji form input on success.
2016-10-25 17:01:03 -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
alert_words: Use the ID to reference create_alert_word_button.
2016-09-19 14:23:11 -07:00
api.js
Move zephyr/static to just static.
2013-07-29 12:11:26 -04:00
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
Switching from $.parseJSON to JSON.parse.
2016-08-25 14:22:48 -07:00
click_handlers.js
message_edit: Make .save() automatically call .end() if no changes.
2016-10-25 16:34:57 -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
compose.js: Add translation tag to empty_topic_placeholder.
2016-11-02 17:46:32 -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
bugdown: Add autocomplete for #StreamName links.
2016-11-01 20:19:44 -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
markdown: Make subscribe notification translator friendly.
2016-10-09 11:19:19 -07:00
debug.js
Replace $.each with _.each
2013-07-30 12:12:58 -04:00
dict.js
Create blueslip error for undefined keys in Dict.
2013-09-11 18:07:37 -04:00
echo.js
Move process_message_for_recent_topics() to stream_data.js.
2016-10-28 13:52:25 -07:00
emoji.js
Add emoji map to the compose box.
2016-10-10 16:12:25 -07:00
favicon.js
Switch from deprecated $.browser to userAgent test.
2016-08-25 14:12:58 -07:00
feature_flags.js
feature_flags: Eliminate always true negated_search feature.
2016-10-11 20:50:47 -07:00
fenced_code.js
Update Pygments to latest upstream version.
2016-09-12 21:58:25 -07:00
filter.js
search: Fix searching for URLs.
2016-10-16 15:25:46 -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
stream_filtering: Filter streams on subscriptions page.
2016-10-16 12:59:41 -07:00
hashchange.js
hashchange: Fix buggy arguments to hashchanged causing scrolltop bug.
2016-10-23 20:07:12 -07:00
hotkey.js
Add emoji map to the compose box.
2016-10-10 16:12:25 -07:00
invite.js
Switching from $.parseJSON to JSON.parse.
2016-08-25 14:22:48 -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
message_edit.js: Put cursor at end of input on initial focus.
2016-11-02 20:54:54 -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
Fix traceback rendering narrows to non-subscribed streams.
2016-09-19 22:10:52 -07:00
message_store.js
Move process_message_for_recent_topics() to stream_data.js.
2016-10-28 13:52:25 -07:00
muting.js
Update unread counts for streams when muting topics.
2016-03-27 13:49:52 -07:00
muting_ui.js
Remove extra new lines at the ends of Zulip authoried files.
2016-09-26 21:05:24 -07:00
narrow.js
Fix "subjects" in JS comments. Say "topics" instead.
2016-10-28 13:52:25 -07:00
navigate.js
lint: Require folding of } on same line as else statements.
2016-06-09 14:02:49 -07:00
notifications.js
Add user setting option to always send push notifications.
2016-10-25 10:52:29 -07:00
people.js
Call add_in_realm() when loading people from page_params.
2016-11-01 13:55:48 -07:00
pointer.js
Add some links to new pointer docs.
2016-08-16 16:19:14 -07:00
popovers.js
actions popover: Change "Topic Edit" to "View Source / Topic Edit".
2016-10-25 15:12:32 -07:00
referral.js
Handle invite remaining translation in JS.
2016-10-13 15:07:37 -07:00
reload.js
Move narrowed_msg_list to message_list.js.
2016-04-26 10:25:11 -07:00
resize.js
Remove extra new lines at the ends of Zulip authoried files.
2016-09-26 21:05:24 -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
Use people.get_all_persons() for search_suggestion.js.
2016-11-01 13:55:48 -07:00
server_events.js
Simplify pin/unpin code path.
2016-10-25 23:29:15 -07:00
settings.js
Add user setting option to always send push notifications.
2016-10-25 10:52:29 -07:00
setup.js
Remove extra new lines at the ends of Zulip authoried files.
2016-09-26 21:05:24 -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
subs: Find elements using the new data-stream-id value.
2016-10-28 16:06:40 -07:00
stream_data.js
Rename recent_subjects to recent_topics.
2016-10-28 13:52:25 -07:00
stream_list.js
Widgetize topic_list.set_count().
2016-11-01 19:30:41 -07:00
subs.js
subs: Avoid duplicate prepend_subscriber() call.
2016-11-01 14:01:29 -07:00
tab_bar.js
update old messages' stream-color text class
2014-02-18 12:50:31 -07:00
templates.js
templates: Fix stack traces throwing handlebars errors.
2016-10-27 22:06:56 -07:00
timerender.js
timerender: Export render_now.
2016-10-11 16:48:05 -07:00
topic_list.js
Widgetize topic_list.set_count().
2016-11-01 19:30:41 -07:00
tutorial.js
tutorial: Remove low-quality alert bar onboarding flow.
2016-11-02 23:41:16 -07:00
typeahead_helper.js
bugdown: Add autocomplete for #StreamName links.
2016-11-01 20:19:44 -07:00
ui.js
Fix Multiple Lightbox Issues.
2016-10-25 14:51:35 -07:00
unread.js
subject/topic: Rename unread_subjects to unread_topics.
2016-08-26 20:26:24 -07:00
util.js
subject/topic: Rename same_stream_and_subject().
2016-08-26 20:26:24 -07:00
viewport.js
Move recenter_view to viewport.js.
2016-05-27 01:03:21 -07:00
zulip.js
zulip.js: Remove unused javascript variables.
2016-09-12 22:40:11 -07:00