.. |
activity.js
|
Have the ENTER key blur people searches.
|
2014-01-15 16:05:52 -05:00 |
admin.js
|
Make the Administration menu item be show/hide-driven.
|
2014-01-22 14:43:29 -05:00 |
alert_words.js
|
Simplify code by using message.alerted.
|
2014-01-10 21:39:02 -05:00 |
alert_words_ui.js
|
Add an idempotent flag to the channel module.
|
2014-01-10 21:39:00 -05:00 |
api.js
|
Move zephyr/static to just static.
|
2013-07-29 12:11:26 -04:00 |
avatar.js
|
Allow users to upload avatars on the Settings page.
|
2013-10-29 10:59:41 -04:00 |
blueslip.js
|
blueslip: Fix formating of log date strings
|
2013-11-15 11:00:56 -05:00 |
channel.js
|
Always set data.method=PATCH in channel.patch()
|
2014-01-16 13:41:53 -05:00 |
colorspace.js
|
Move zephyr/static to just static.
|
2013-07-29 12:11:26 -04:00 |
common.js
|
Add curly braces for all javascript if statements lacking them.
|
2013-08-01 11:47:54 -04:00 |
compose.js
|
Only clear the compose box if a message was locally echoed
|
2014-01-24 14:01:18 -05:00 |
compose_fade.js
|
Random javascript shortenings
|
2013-11-13 16:41:36 -05:00 |
composebox_typeahead.js
|
Add an idempotent flag to the channel module.
|
2014-01-10 21:39:00 -05:00 |
custom_markdown.js
|
Add JS to for the inline subscribe button
|
2014-01-22 11:28:31 -05: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
|
Convert python-regex inline flag style to JS regex flags
|
2014-01-27 12:30:42 -05:00 |
emoji.js
|
Consolidate emoji tests and test on frontend as well
|
2014-01-27 12:07:48 -05:00 |
feature_flags.js
|
Re-enable local echo for staging
|
2014-01-24 16:09:44 -05:00 |
fenced_code.js
|
Add a fenced code parser in javascript
|
2014-01-28 15:35:32 -05:00 |
filter.js
|
Add support for loading a narrows-only embedded Zulip window.
|
2013-12-16 17:46:02 -05:00 |
hashchange.js
|
Add unit tests for stream_list.
|
2013-11-27 15:09:20 -05:00 |
hotkey.js
|
Have the ENTER key blur people searches.
|
2014-01-15 16:05:52 -05:00 |
initial_invite.js
|
Unbreak sending invites from the first user.
|
2014-01-13 10:36:48 -05:00 |
invite.js
|
Unconditionally subscribe new users to the notification stream if it is public.
|
2014-01-23 17:06:26 -05:00 |
landing-page.js
|
Replace $.each with _.each
|
2013-07-30 12:12:58 -04:00 |
localstorage.js
|
Add a localstorage.js module
|
2014-01-23 16:28:58 -05:00 |
message_edit.js
|
Allow editing of locally echoed messages that failed to be sent
|
2014-01-23 16:28:55 -05:00 |
message_list.js
|
Only attempt to reorder a message if we had it in the message list originally
|
2014-01-24 14:01:18 -05:00 |
message_list_view.js
|
Use a UserMessage flag to indicate /me messages
|
2014-01-27 12:07:48 -05:00 |
metrics.js
|
Rename our custom JS events to use Zulip, not Zephyr.
|
2013-07-29 12:11:26 -04:00 |
muting.js
|
Handle undefined keys in muting.is_topic_muted
|
2013-09-11 16:47:36 -04:00 |
muting_ui.js
|
Add an idempotent flag to the channel module.
|
2014-01-10 21:39:00 -05:00 |
narrow.js
|
Allow an empty home view when unnarrowing
|
2014-01-28 15:35:31 -05:00 |
navigate.js
|
Restore centering when using the down arrow (or "j").
|
2013-08-05 16:10:01 -04:00 |
notifications.js
|
Do notifications after message edits.
|
2014-01-10 21:39:03 -05:00 |
notifications_bar.js
|
Add curly braces for all javascript if statements lacking them.
|
2013-08-01 11:47:54 -04:00 |
popovers.js
|
Don't allow editing of in-flight locally delivered messages
|
2014-01-23 16:28:55 -05:00 |
referral.js
|
Add channel module wrapping our various JSON requests to the server.
|
2013-12-19 16:52:47 -05:00 |
reload.js
|
[schema] Collect data on when users are active on site.
|
2013-09-10 13:25:59 -04:00 |
rows.js
|
Parse message IDs as floats
|
2014-01-07 17:33:33 -05:00 |
search.js
|
Remove jquery.highlight
|
2014-01-15 16:07:20 -05:00 |
search_suggestion.js
|
Fix undefined operator in search suggestions.
|
2014-01-21 17:07:50 -05:00 |
settings.js
|
Add an idempotent flag to the channel module.
|
2014-01-10 21:39:00 -05:00 |
setup.js
|
Make the tutorial shorter, and visually highlight important concepts.
|
2014-01-23 17:06:27 -05:00 |
signup.js
|
Make login form validation errors not wrap
|
2013-09-16 14:20:43 -04:00 |
socket.js
|
[socket] Persist queued requests across restarts in localStorage
|
2014-01-23 16:28:59 -05:00 |
stream_color.js
|
Fix stream color updates for left borders of messages.
|
2014-01-10 21:39:05 -05:00 |
stream_data.js
|
tutorial: be flexible about the work-focused warm-up message recipient.
|
2014-01-23 17:06:28 -05:00 |
stream_list.js
|
Created stream_list.redraw_stream_privacy().
|
2014-01-17 16:38:06 -05:00 |
subs.js
|
Add frontend stream description event handling
|
2014-01-24 14:47:44 -05:00 |
summary.js
|
Extract mark_summarized().
|
2013-08-13 11:26:12 -04:00 |
tab_bar.js
|
Fix tab bar for embedded topic narrows.
|
2014-01-16 18:18:21 -05:00 |
templates.js
|
Use compiled.js in dev environments.
|
2014-01-10 21:39:04 -05:00 |
timerender.js
|
Better date separator rendering
|
2013-09-11 11:50:17 -07:00 |
tutorial.js
|
tutorial: add helpful in-app links and be consistent with realm welcome message.
|
2014-01-23 17:06:29 -05:00 |
typeahead_helper.js
|
Prefer humans to bots when autocompleting PM recipients.
|
2014-01-10 21:39:05 -05:00 |
ui.js
|
Don't allow editing of local-only messages
|
2014-01-24 14:01:19 -05:00 |
unread.js
|
[important] Fix stacktrace in unread.js.
|
2013-09-29 22:42:33 -04:00 |
util.js
|
Add a `.expectOne` method to jQuery objects.
|
2013-09-04 16:44:33 -04:00 |
viewport.js
|
Transition from tables to divs for the message list.
|
2013-12-19 18:28:11 -05:00 |
zulip.js
|
Use a UserMessage flag to indicate /me messages
|
2014-01-27 12:07:48 -05:00 |