..
activity.js
Use correct presence names for iOS mobile devices
2014-03-11 13:06:23 -04:00
admin.js
Properly prepopulate realm name on admin page.
2014-02-13 13:18:18 -05:00
alert_words.js
Use global match in alert word regex to match all matches
2014-03-11 13:06:16 -04:00
alert_words_ui.js
Unbreak custom alert words on the settings page.
2014-03-04 18:06:48 -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
Add a detailed description to event loop errors
2014-02-10 17:08:11 -05:00
bot_data.js
Add admin status to bot_data
2014-03-05 14:16:20 -05:00
channel.js
channel: Improve handling of non-JSON format 403 responses.
2014-02-10 17:05:34 -05: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
Move report_as_received to compose.js.
2014-02-03 13:32:02 -05:00
compose_fade.js
Fade properly via groups when toggling fade on compose
2014-02-27 20:25:34 -05:00
composebox_typeahead.js
Add an idempotent flag to the channel module.
2014-01-10 21:39:00 -05:00
custom_markdown.js
Switch streams page over to use consistent buttons.
2014-03-05 17:23:23 -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
Hide rerender_message and use rerender_messages() in all cases.
2014-03-04 10:47:44 -05:00
emoji.js
Revert "Revert "Change out the gemoji emoji for android version""
2014-02-27 20:25:39 -05:00
feature_flags.js
Add UI to create bots with a default send to stream
2014-03-05 14:16:18 -05:00
fenced_code.js
Tolerate spaces after language in markdown fences.
2014-03-06 10:15:20 -05:00
filter.js
Add has_topic() helper to filter.js
2014-03-12 21:15:22 -04:00
hashchange.js
Use the first unread from server on reload
2014-03-03 18:17:15 -05:00
hotkey.js
Let arrow keys do the right thing for select widgets.
2014-03-12 21:15:21 -04: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
Send you a registration email if you try to sign up for an existing realm.
2014-01-31 16:40:19 -05:00
localstorage.js
Add a localstorage.js module
2014-01-23 16:28:58 -05:00
message_edit.js
Handle topic edits and rerender view if topics have changed
2014-02-27 20:25:33 -05:00
message_flags.js
message_flags.js: Add comment
2014-03-11 13:06:21 -04:00
message_list.js
Split selecting a message and hiding the empty narrow message
2014-03-04 16:43:00 -05:00
message_list_view.js
Handle errors better when rendering messages.
2014-03-11 13:06:19 -04:00
message_store.js
Close message edit before doing topic-related changes.
2014-03-12 21:15:22 -04:00
metrics.js
Use .operator to get operator for mixpanel.
2014-01-30 13:24:43 -05: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
Remove disabled summarization code
2014-02-27 20:25:23 -05:00
navigate.js
Only cycle through stream elements when cycling through streams
2014-02-28 16:48:45 -05:00
notifications.js
Replace "/me" with sender's name in notifications.
2014-03-11 13:06:18 -04:00
notifications_bar.js
Use a message's position not offset() to detect if it's off the bottom of the page
2014-03-11 13:06:15 -04:00
people.js
Reify skeleton person objects that local echo creates when sending out-of-realm PMs
2014-03-04 10:09:40 -05:00
popovers.js
Fix broken link for "Link to this conversation".
2014-02-28 16:27:12 -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
Move reload initiation to an explicit initialize function
2014-03-03 18:17:15 -05:00
rows.js
Don't error out scrolling when there's nothing there
2014-02-27 20:25:28 -05:00
search.js
Remove jquery.highlight
2014-01-15 16:07:20 -05:00
search_suggestion.js
Handle negated person-related operators in search suggestions.
2014-03-05 10:54:02 -05:00
server_events.js
tests: Delay loading old messages and starting get_updates until phantomjs thinks the page has loaded
2014-03-11 13:06:22 -04:00
settings.js
Convert the bot section of the settings page to use bot_data
2014-03-05 14:16:20 -05:00
setup.js
Rename get_updates to get_events in the frontend.
2014-01-30 17:23:52 -05: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
Fix stream color changes
2014-03-03 14:46:38 -07:00
stream_data.js
Keep track of subs by stream_id inside of stream_data.js.
2014-02-06 12:09:52 -05:00
stream_list.js
Fix failing stream sidebar node test
2014-02-18 12:50:32 -07:00
subs.js
Switch streams page over to use consistent buttons.
2014-03-05 17:23:23 -05:00
tab_bar.js
update old messages' stream-color text class
2014-02-18 12:50:31 -07:00
templates.js
Add a handlebars helper for variadic compound OR conditions.
2014-03-03 16:08:32 -05:00
timerender.js
Better date separator rendering
2013-09-11 11:50:17 -07:00
tutorial.js
Render messages as groups of divs instead of individual rows
2014-02-27 20:25:23 -05:00
typeahead_helper.js
Prefer humans to bots when autocompleting PM recipients.
2014-01-10 21:39:05 -05:00
ui.js
Get message row safely in the presence of local ids
2014-03-11 13:06:22 -04:00
unread.js
Remove disabled summarization code
2014-02-27 20:25:23 -05:00
util.js
tests: Delay loading old messages and starting get_updates until phantomjs thinks the page has loaded
2014-03-11 13:06:22 -04:00
viewport.js
Fix broken viewport.message_viewport_info() calculations
2014-03-01 11:52:46 -05:00
zulip.js
Remove disabled summarization code
2014-02-27 20:25:23 -05:00