zulip/static/js
Jessica McKellar d1619b3f3c Use a more accurate "is admin?" check.
UserProfile.show_admin was intended to be a check for users that have
administrative rights in other realms, which we've harmlessly but
erroneously been using to check if they are an admin in their realm.

Use the more straightforward check instead, with a more intuitive
name.

(imported from commit d81050c7dbbb19e59c5e31750be303a4630e1456)
2013-11-19 14:31:02 -05:00
..
activity.js Make sure unread counts stick for huddles. 2013-11-08 12:11:28 -05:00
admin.js Fix missing table headers on admin page. 2013-11-16 11:35:26 -05:00
alert_words_ui.js Allow enter key to submit an alert word. 2013-11-08 10:36:37 -05:00
alert_words.js Remove transitional feature_flags.alert_words flag. 2013-10-15 09:57:19 -04: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
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_fade.js Random javascript shortenings 2013-11-13 16:41:36 -05:00
compose.js Attempt 2: Notifications in the composebox 2013-11-18 16:09:34 -05:00
composebox_typeahead.js Don't autocomplete mentions while message editing 2013-09-27 13:32:02 -04: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
emoji.js Show realm emoji in typeahead and update the list via events. 2013-08-23 21:39:29 -04:00
feature_flags.js Turn off left side userlist on staging. 2013-11-19 09:22:40 -05:00
filter.js Decode operand in filter.js in operator-aware way 2013-10-02 12:11:15 -04:00
hashchange.js Add administrative panel to allow for user deactivations etc. 2013-08-13 14:20:18 -04:00
hotkey.js Select the first menu item when using the "i" hotkey. 2013-11-08 10:44:21 -05: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 Make topic edits propagate by default from message header form 2013-11-05 12:46:59 -05:00
message_list_view.js Support /me syntax. 2013-11-12 10:49:10 -05:00
message_list.js Random javascript shortenings 2013-11-13 16:41:36 -05: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_ui.js Add muted_topic style to the topics stylebar. 2013-09-30 16:52:19 -04:00
muting.js Handle undefined keys in muting.is_topic_muted 2013-09-11 16:47:36 -04:00
narrow.js Fix a JS error introduced by the debug logging. 2013-11-05 15:07:24 -05:00
navigate.js Restore centering when using the down arrow (or "j"). 2013-08-05 16:10:01 -04:00
notifications_bar.js Add curly braces for all javascript if statements lacking them. 2013-08-01 11:47:54 -04:00
notifications.js Attempt 2: Notifications in the composebox 2013-11-18 16:09:34 -05:00
popovers.js Make sure user list shows when you open it with the toggle button. 2013-11-19 10:56:25 -05:00
referral.js Move 'unshare the love' flag into feature_flags. 2013-10-25 18:48:46 -04:00
reload.js [schema] Collect data on when users are active on site. 2013-09-10 13:25:59 -04:00
rows.js Make narrowing click handlers work more generally. 2013-08-27 15:46:33 -04:00
search_suggestion.js Autocomplete emails in sender: completion 2013-10-07 14:55:58 -04:00
search.js Fix a JS error introduced by the debug logging. 2013-11-05 15:07:24 -05:00
settings.js Don't use a spinner in the "Create bot" form. 2013-11-16 13:03:56 -06:00
setup.js Send users whose sessions have expired to the login page. 2013-11-13 15:35:45 -05:00
signup.js Make login form validation errors not wrap 2013-09-16 14:20:43 -04:00
socket.js socket: Resend messages on reconnect when the server never received them 2013-11-19 11:06:14 -05:00
stream_color.js Fix historical messages not getting their color updated on a color change. 2013-11-04 10:44:55 -05:00
stream_data.js Remove obsolete stream_data.all_subs(). 2013-10-25 13:50:34 -04:00
stream_list.js [staging only] Show Recent Group PMs in right sidebar. 2013-11-07 16:54:13 -05:00
subs.js Use a more accurate "is admin?" check. 2013-11-19 14:31:02 -05: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 Better date separator rendering 2013-09-11 11:50:17 -07:00
tutorial.js Show desktop apps alert when tutorial completes 2013-09-19 13:23:35 -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 Allow admins to rename any topic. 2013-11-19 14:31:02 -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 Only fade visible messages before rendering compose box 2013-11-04 16:27:39 -05:00
zulip.js Use a more accurate "is admin?" check. 2013-11-19 14:31:02 -05:00