.. |
activity.js
|
Up offline threshold to 140sec and decrease ping interval to 50sec.
|
2013-08-21 14:45:01 -07:00 |
admin.js
|
Switch to checking database is_bot field instead of using a heuristic.
|
2013-08-13 14:20:18 -04:00 |
api.js
|
Move zephyr/static to just static.
|
2013-07-29 12:11:26 -04:00 |
avatar.js
|
Add curly braces for all javascript if statements lacking them.
|
2013-08-01 11:47:54 -04:00 |
blueslip.js
|
blueslip: Get complete stack traces in Chrome
|
2013-08-15 13:16:40 -04: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
|
Report a distinct string including version as the client for desktop app users.
|
2013-08-27 10:24:36 -04:00 |
compose_fade.js
|
Hide/show the floating recipient bar when fade state changes.
|
2013-08-15 18:26:36 -04:00 |
composebox_typeahead.js
|
[third] Don't move typeahead popups when the body scrolls.
|
2013-08-21 16:29:12 -04:00 |
debug.js
|
Replace $.each with _.each
|
2013-07-30 12:12:58 -04:00 |
dict.js
|
Add dict.num_items()
|
2013-08-26 11:21:29 -04:00 |
emoji.js
|
Show realm emoji in typeahead and update the list via events.
|
2013-08-23 21:39:29 -04:00 |
feature_flags.js
|
Push message summarization (and its unread model) to MIT
|
2013-08-26 11:17:24 -04:00 |
filter.js
|
Simplify MIT regex code and harden tests
|
2013-08-23 13:32:10 -04:00 |
hashchange.js
|
Add administrative panel to allow for user deactivations etc.
|
2013-08-13 14:20:18 -04:00 |
hotkey.js
|
Enable "enter" key for muted summary rows.
|
2013-08-23 15:52:08 -04:00 |
initial_invite.js
|
Replace $.each with _.each
|
2013-07-30 12:12:58 -04:00 |
invite.js
|
Create stream_data.js module.
|
2013-08-19 12:17:55 -04:00 |
landing-page.js
|
Replace $.each with _.each
|
2013-07-30 12:12:58 -04:00 |
message_edit.js
|
Fix browser error in editing PMs.
|
2013-08-20 12:00:11 -04:00 |
message_list.js
|
Enable "enter" key for muted summary rows.
|
2013-08-23 15:52:08 -04:00 |
message_list_view.js
|
summary_verb -> summary_adjective
|
2013-08-23 16:03:23 -04:00 |
message_tour.js
|
Move zephyr/static to just static.
|
2013-07-29 12:11:26 -04:00 |
metrics.js
|
Rename our custom JS events to use Zulip, not Zephyr.
|
2013-07-29 12:11:26 -04:00 |
muting.js
|
Turn off the "muted" topic special case
|
2013-08-23 18:33:48 -04:00 |
narrow.js
|
Move parse/unparse from narrow to Filter.
|
2013-08-22 14:53:00 -04:00 |
navigate.js
|
Restore centering when using the down arrow (or "j").
|
2013-08-05 16:10:01 -04:00 |
notifications.js
|
Fix unread count badge on OS X desktop app
|
2013-08-14 17:30:16 -04:00 |
notifications_bar.js
|
Add curly braces for all javascript if statements lacking them.
|
2013-08-01 11:47:54 -04:00 |
onboarding.js
|
New onboarding step: Set up an integration.
|
2013-08-08 17:23:27 -04:00 |
popovers.js
|
Add retractable left sidebar.
|
2013-08-23 14:16:51 -07:00 |
referral.js
|
Add retractable left sidebar.
|
2013-08-23 14:16:51 -07:00 |
reload.js
|
Save the original initial_pointer when updating it on reload.
|
2013-08-13 18:09:19 -04:00 |
rows.js
|
Instead of DOM lookups, implement get_row in O(1) with a map updated after rendering.
|
2013-08-14 17:08:47 -04:00 |
search.js
|
Move parse/unparse from narrow to Filter.
|
2013-08-22 14:53:00 -04:00 |
search_suggestion.js
|
Move parse/unparse from narrow to Filter.
|
2013-08-22 14:53:00 -04:00 |
settings.js
|
Allow user to change their API key.
|
2013-08-08 13:03:09 -04:00 |
setup.js
|
Move zephyr/static to just static.
|
2013-07-29 12:11:26 -04:00 |
signup.js
|
Move zephyr/static to just static.
|
2013-07-29 12:11:26 -04:00 |
stream_color.js
|
Add a test for stream_color.js (pick_color).
|
2013-08-09 12:29:02 -04:00 |
stream_data.js
|
Added stream_data.get_name().
|
2013-08-20 14:27:42 -04:00 |
stream_list.js
|
Modify lock icon styles to display it in the stream list swatch or to the right of the stream name in the list
|
2013-08-27 12:20:08 -07:00 |
subs.js
|
Fix tracebacks opening stream on streams page.
|
2013-08-20 17:15:56 -04:00 |
summary.js
|
Extract mark_summarized().
|
2013-08-13 11:26:12 -04:00 |
tab_bar.js
|
Create stream_data.js module.
|
2013-08-19 12:17:55 -04:00 |
templates.js
|
Don't wait for DOM ready to register Handlebars helpers
|
2013-08-27 15:32:20 -04:00 |
timerender.js
|
Replace $.each with _.each
|
2013-07-30 12:12:58 -04:00 |
tutorial.js
|
tutorial: adjust the placement of the stream and subject popovers.
|
2013-08-27 15:09:28 -04:00 |
typeahead_helper.js
|
Add curly braces for all javascript if statements lacking them.
|
2013-08-01 11:47:54 -04:00 |
ui.js
|
Add Webathena login button to our mirroring page.
|
2013-08-27 15:41:43 -04:00 |
unread.js
|
Restore subject counts for Uppercase streams
|
2013-08-26 11:21:29 -04:00 |
util.js
|
Add util.enforce_arity
|
2013-08-09 17:12:23 -04:00 |
viewport.js
|
Use msg_list.get_row(id) instead of rows.get(id, msg_list.table_name)
|
2013-08-14 17:08:32 -04:00 |
zulip.js
|
Show realm emoji in typeahead and update the list via events.
|
2013-08-23 21:39:29 -04:00 |