zulip/web/src
sujal shah 333eedb351
Some checks are pending
Code scanning / CodeQL (push) Waiting to run
Zulip production suite / Ubuntu 22.04 production build (push) Waiting to run
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm, --test-custom-db, Debian 12 production install with custom db name and user, bookworm) (push) Blocked by required conditions
Zulip production suite / ${{ matrix.name }} (zulip/ci:jammy, , Ubuntu 22.04 production install and PostgreSQL upgrade with pgroonga, jammy) (push) Blocked by required conditions
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble, , Ubuntu 24.04 production install, noble) (push) Blocked by required conditions
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm-7.0, 7.0 Version Upgrade, bookworm) (push) Blocked by required conditions
Zulip production suite / ${{ matrix.name }} (zulip/ci:bookworm-8.0, 8.0 Version Upgrade, bookworm) (push) Blocked by required conditions
Zulip production suite / ${{ matrix.name }} (zulip/ci:jammy-6.0, 6.0 Version Upgrade, jammy) (push) Blocked by required conditions
Zulip production suite / ${{ matrix.name }} (zulip/ci:noble-9.0, 9.0 Version Upgrade, noble) (push) Blocked by required conditions
Zulip CI / ${{ matrix.name }} (zulip/ci:bookworm, true, false, Debian 12 (Python 3.11, backend + documentation), bookworm) (push) Waiting to run
Zulip CI / ${{ matrix.name }} (zulip/ci:jammy, false, true, Ubuntu 22.04 (Python 3.10, backend + frontend), jammy) (push) Waiting to run
Zulip CI / ${{ matrix.name }} (zulip/ci:noble, false, false, Ubuntu 24.04 (Python 3.12, backend), noble) (push) Waiting to run
stream_settings: Add text in the left panel.
Display "No channels match your filter" in the left panel
when no matches are found for filter queries in
"Subscribed", "All channels" and "Not subscribed" tabs.

Fixes #18332.
2024-08-28 14:23:46 -07:00
..
billing web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
bundles upload: Stop importing unused Uppy styles. 2024-07-24 10:12:17 -07:00
portico web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
stats dependencies: Upgrade JavaScript dependencies. 2024-06-26 21:34:18 -07:00
support support: Set discounted price instead percentage for customers. 2024-05-16 02:18:43 -07:00
about_zulip.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
activity_ui.ts presence: Sync presence indicators across the frontend. 2024-07-10 11:01:44 -07:00
activity.ts presence: Don't send slim_presence in the webapp when querying presence. 2024-06-07 13:57:40 -07:00
add_stream_options_popover.ts left_sidebar: Redesign stream settings popover. 2024-06-17 18:32:57 -07:00
add_subscribers_pill.ts stream_pill: Use stream id instead of stream name. 2024-08-13 09:04:59 -07:00
admin.js user_groups: Add function for determining group creation permissions. 2024-08-20 09:28:05 -07:00
alert_popup.ts
alert_words_ui.ts
alert_words.ts alert_words: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
all_messages_data.ts filter: Remove incorrect check for All messages view. 2024-01-15 12:26:24 -08:00
assets.d.ts
attachments_ui.ts attachments_ui: Use raw_data and data more. 2024-06-21 12:58:21 -07:00
audible_notifications.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
avatar.ts page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
base_page_params.ts base_page_params: Add show_remote_billing field to schema. 2024-08-23 13:10:50 -07:00
blueslip_stacktrace.ts blueslip_stacktrace: Handle thrown null or undefined. 2024-07-16 23:27:27 -07:00
blueslip.ts blueslip_stacktrace: Handle thrown null or undefined. 2024-07-16 23:27:27 -07:00
bootstrap_typeahead.ts bootstrap_typeahead: Fix bug on select with no active item. 2024-08-21 16:07:37 -07:00
bot_data.ts bot_data: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
bot_types.ts bot_data: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
browser_history.ts web: Qualify global uses of location and history. 2024-06-07 16:10:39 -07:00
buddy_data.ts presence: Frontend implementation of the last_update_id API. 2024-06-07 13:57:40 -07:00
buddy_list.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
bulleted_numbered_list_util.ts
channel.ts tsconfig: Enable exactOptionalPropertyTypes. 2024-05-16 08:58:20 -07:00
click_handlers.js rows: Consistently pass JQuery to get_closest_row. 2024-08-19 16:33:04 -07:00
color_data.ts tsconfig: Enable noUncheckedIndexedAccess. 2024-05-30 16:29:23 -07:00
common.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
components.ts toggle: Add register_event_handlers to toggle prototype. 2024-06-17 17:16:21 -07:00
compose_actions.ts compose: Fix restoring big drafts freezes the app. 2024-08-13 07:53:30 -07:00
compose_banner.ts compose: Show banner to explain interleaved view messages fading. 2024-07-16 13:52:30 -07:00
compose_call_ui.ts web: Condense unnecessarily verbose function signatures. 2024-07-31 13:18:35 -07:00
compose_call.ts compose_call: Fix implicit use of any. 2024-05-03 09:13:07 -07:00
compose_closed_ui.ts compose_closed_ui: Change mobile "+" button behavior. 2024-07-18 12:13:03 -07:00
compose_fade_helper.ts compose fade users: Remove fade logic in favor of buddy list split. 2024-02-22 16:05:27 -08:00
compose_fade.ts compose_fade: Remove duplicate AllVisibilityPolicies type. 2024-08-28 11:02:26 -07:00
compose_notifications.ts banner: Update banner text for notify_messages_outside_current_search. 2024-07-17 11:35:47 -07:00
compose_pm_pill.ts input_pill: Remove InputPillItem now that details are handled elsewhere. 2024-08-01 17:31:59 -07:00
compose_popovers.ts rows: Consistently pass JQuery to get_closest_row. 2024-08-19 16:33:04 -07:00
compose_recipient.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
compose_reply.ts compose_reply: Fix TypeScript noUncheckedIndexedAccess errors. 2024-05-30 15:54:48 -07:00
compose_send_menu_popover.js send_later_popover: Redesign popover and add accessibility improvements. 2024-07-10 15:05:37 -07:00
compose_setup.js compose: Show banner to explain interleaved view messages fading. 2024-07-16 13:52:30 -07:00
compose_state.ts compose: Auto-close unchanged auto-opened drafts on narrow change. 2024-06-07 10:38:20 -07:00
compose_textarea.ts
compose_tooltips.ts compose_closed_ui: Make UI in DMs view consistent with non DMs view. 2024-07-18 12:13:03 -07:00
compose_ui.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
compose_validate.ts user_groups: Add is_empty_group function to check for nobody group. 2024-07-14 22:29:18 -07:00
compose.js message_preview: Set preview height based on edit area. 2024-07-31 12:37:19 -07:00
composebox_typeahead.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
condense.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
confirm_dialog.ts dialog_widget: Assign each dialog widget a unique id. 2024-05-15 12:02:57 -07:00
copied_tooltip.ts tippy: Use namespace import for tippy.js. 2024-05-30 15:45:46 -07:00
copy_and_paste.ts eslint: Fix @typescript-eslint/prefer-regexp-exec. 2024-08-26 07:44:14 -07:00
csrf.ts
css_variables.d.ts ts: Migrate popover_menus to typescript. 2023-12-17 14:00:44 -08:00
css_variables.js compose: Redesign control buttons row and textbox to look like 1 unit. 2024-06-21 17:29:56 -07:00
custom_profile_fields_ui.ts typeahead: Make menu scrollable with up to 50 options. 2024-07-11 16:05:30 -07:00
debug.ts
demo_organizations_ui.js web: Replace realm_uri with realm_url in frontend files. 2024-06-03 10:07:10 -07:00
deprecated_feature_notice.ts hotkey: Add keyboard shortcut to navigate to starred messages view. 2024-08-23 15:49:31 -07:00
desktop_integration.js narrow: Rename to message_view. 2024-06-05 12:03:59 -07:00
desktop_notifications.ts desktop_notifications: Convert module to typescript. 2024-03-29 16:16:47 -07:00
dialog_widget.ts dialog_widget: Fix 'onclick' event type. 2024-05-31 15:19:43 -07:00
direct_message_group_data.ts refactor: Rename huddle to direct message group in web codebase. 2024-06-14 18:07:07 -07:00
drafts_overlay_ui.js user_group_popover: Show popover on group mention in drafts overlay. 2024-08-15 16:28:55 -07:00
drafts.ts compose_box: Fix order of group pm recipient pills on focus. 2024-08-27 13:21:16 -07:00
dropdown_widget.ts dropdown_widget: Fix click event being triggered multiple times. 2024-08-20 09:56:59 -07:00
echo_state.ts echo: Extract the waiting for id and ack into separate module. 2024-08-14 18:24:56 -07:00
echo.ts echo: Extract the waiting for id and ack into separate module. 2024-08-14 18:24:56 -07:00
electron_bridge.d.ts eslint: Enable @typescript-eslint/method-signature-style. 2023-12-26 17:30:33 -08:00
email_pill.ts input_pill: Remove InputPillItem now that details are handled elsewhere. 2024-08-01 17:31:59 -07:00
emoji_picker.ts user_card_popover: Display bot owner user card popover as an overlay. 2024-08-27 15:52:39 -07:00
emoji.ts emoji: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
emojisets.ts emojisets: Improve error handling when we fail to fetch an emojiset. 2024-04-24 17:45:21 -07:00
favicon.ts dependencies: Upgrade JavaScript dependencies. 2023-12-07 14:29:32 -08:00
feedback_widget.ts feedback_widget: Allow undo opts to be undefined. 2024-08-19 16:33:04 -07:00
fetch_status.ts message_util: Convert module to typescript. 2024-01-05 10:47:12 -08:00
filter.ts filter: Fix order of group direct message recipients on message title. 2024-08-27 13:21:16 -07:00
flatpickr.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
fold_dict.ts FoldDict: Always use IterableIterator. 2023-12-22 16:18:50 -08:00
gear_menu_util.ts page_params: Split out state data for realm. 2024-02-15 10:22:52 -08:00
gear_menu.js theme: Rename dark_theme.ts -> theme.ts. 2024-06-27 16:24:49 -07:00
giphy_state.ts giphy: Split is_giphy_enabled to a separate module. 2024-06-22 08:21:08 -07:00
giphy.js user_card_popover: Display bot owner user card popover as an overlay. 2024-08-27 15:52:39 -07:00
global.ts blueslip: Untangle from page_params. 2024-06-22 19:18:10 -07:00
group_permission_settings.ts page_params: Parse page_params and state_data with Zod. 2024-02-17 00:02:38 -08:00
hash_parser.ts narrow: Implement rendering of with narrow operators. 2024-07-13 07:18:24 -07:00
hash_util.ts user_groups: Add function for determining group creation permissions. 2024-08-20 09:28:05 -07:00
hashchange.js settings: Unite user settings into a single panel. 2024-06-17 17:16:21 -07:00
hbs.d.ts
hotkey.js hotkey: Add keyboard shortcut to navigate to starred messages view. 2024-08-23 15:49:31 -07:00
i18n.ts i18n: Allow get_language_name to return undefined again. 2024-06-05 12:25:15 -07:00
inbox_ui.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
inbox_util.ts stream_color: Fix stream icon color not changing on theme change. 2024-06-22 08:20:23 -07:00
info_overlay.ts global_times: Correct malformed closing tags in overlay. 2024-08-22 09:12:20 -07:00
information_density.ts settings: Use checkbox setting to toggle between 14/122 and 16/140. 2024-07-16 14:04:19 -07:00
input_pill.ts eslint: Fix @typescript-eslint/prefer-regexp-exec. 2024-08-26 07:44:14 -07:00
integration_url_modal.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
invite_stream_picker_pill.ts stream_pill: Use stream id instead of stream name. 2024-08-13 09:04:59 -07:00
invite.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
keydown_util.ts
lazy_set.ts
left_sidebar_navigation_area_popovers.ts left_sidebar_navigation_area_popovers: Fix property name starred_message_counts. 2024-07-19 09:23:38 -07:00
left_sidebar_navigation_area.ts left sidebar: Improve how starred message count is hidden. 2024-08-27 13:08:29 -07:00
lightbox.ts eslint: Fix @typescript-eslint/prefer-regexp-exec. 2024-08-26 07:44:14 -07:00
linkifiers.ts tsconfig: Enable noUncheckedIndexedAccess. 2024-05-30 16:29:23 -07:00
list_cursor.ts tsconfig: Enable exactOptionalPropertyTypes. 2024-05-16 08:58:20 -07:00
list_util.ts buddy list: Create section in buddy list for users from narrow. 2024-02-22 16:05:27 -08:00
list_widget.ts list_widget: Make filter_value optional in render_empty_list_message_if_needed. 2024-08-21 08:28:40 -07:00
loading.ts tsconfig: Enable exactOptionalPropertyTypes. 2024-05-16 08:58:20 -07:00
local_message.ts local_message: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
localstorage.ts localstorage: Fix implicit use of any. 2024-05-03 09:13:07 -07:00
markdown_config.ts marked: Stub marked and convert markdown module to typescript. 2024-02-01 12:12:06 -08:00
markdown.ts user_card_popover: Show popover on all .messagebox user mention. 2024-08-15 16:28:08 -07:00
message_actions_popover.js popovers: Rename actions_popover.hbs. 2024-05-20 09:10:36 -07:00
message_edit_history.ts message_edit_history: Use raw_data and data more. 2024-06-21 12:58:21 -07:00
message_edit.ts message_edit: Remove TODOs to parse more data that we don't need. 2024-08-20 09:48:15 -07:00
message_events_util.ts message_events_util: Convert module to TypeScript. 2024-07-31 14:33:11 -07:00
message_events.js message_view: Fix current narrow doesn't rerender when asked to. 2024-07-25 12:02:57 -07:00
message_feed_loading.ts
message_feed_top_notices.ts reaction-view: Create has reaction operator. 2024-06-10 11:46:37 -07:00
message_fetch.ts message_fetch: Convert module to TypeScript. 2024-08-23 13:34:13 -07:00
message_flags.ts web-narrow: Update operators to use channel and channels. 2024-04-24 17:03:36 -07:00
message_helper.ts messages: Rename convert_raw_message_to_message_with_booleans. 2024-06-03 15:42:41 -07:00
message_list_data.ts message_list_data: Update callback parameter types. 2024-08-23 13:34:13 -07:00
message_list_hover.js settings: Add setting to control how animated images are played. 2024-07-22 14:53:31 -07:00
message_list_tooltips.ts tooltip: Fix topic status tooltip not showing on hovering. 2024-07-05 16:36:49 -07:00
message_list_view.js message_header: Fix order of group direct message recipients. 2024-08-27 13:21:16 -07:00
message_list.js message_list: Use stream id instead of name in update_trailing_bookend. 2024-08-15 17:16:22 -07:00
message_lists.ts message_lists: Add is_combined_feed_view to MessageList type. 2024-08-23 13:34:13 -07:00
message_live_update.ts avatar: Stop adding &s=50 to Gravatar and Zulip avatar requests. 2024-08-13 08:57:08 -07:00
message_notifications.js message_notifications: Tag notification text for translation. 2024-06-25 14:11:06 -07:00
message_parser.ts reaction-view: Create has reaction operator. 2024-06-10 11:46:37 -07:00
message_scroll_state.ts narrow: Simplify actively_scrolling data flow. 2023-11-15 17:33:21 -08:00
message_scroll.js message_fetch: Pass msg_list_data explicitly to load_messages. 2024-08-23 13:34:13 -07:00
message_store.ts message_store: Fix order of group full names of pm recipients. 2024-08-27 13:21:16 -07:00
message_user_ids.ts
message_util.ts recent_view_ui: Fix dm rows not updated for deleted messages. 2024-07-24 13:51:56 -07:00
message_view_header.ts search: Use pills in the search bar. 2024-07-09 17:08:45 -07:00
message_view.js compose_box: Fix order of group pm recipient pills on focus. 2024-08-27 13:21:16 -07:00
message_viewport.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
messages_overlay_ui.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
modals.ts modals: Fix focus for recent_view_ui and inbox_ui modals. 2024-07-22 22:29:58 -07:00
muted_users_ui.ts muted_users_ui: Rename misleading variable name. 2024-05-24 15:18:35 -07:00
muted_users.ts muted_users: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
narrow_banner.ts narrow_banner: Fix message view banner for dm with deactivated user. 2024-08-27 15:58:29 -07:00
narrow_error.ts narrow_banner: Convert module to typescript. 2024-01-03 10:28:10 -08:00
narrow_history.ts narrow: Add 'more topics' state to browser history. 2024-05-28 12:09:57 -07:00
narrow_state.ts narrow_state: Fix _possible_unread_message_ids when with operator. 2024-07-15 14:00:59 -07:00
narrow_title.ts reactions view: Add narrow title. 2024-07-02 12:18:55 -07:00
navbar_alerts.ts web: Condense unnecessarily verbose function signatures. 2024-07-31 13:18:35 -07:00
navbar_help_menu.ts popovers: Move navbar popovers to a subdirectory. 2024-05-20 09:10:36 -07:00
navbar_menus.js
navigate.js navigate: Take user to top / end of feed on home / end keypress. 2024-06-17 16:08:51 -07:00
onboarding_steps.ts ui_init: Use OnboardingStep for narrowing on first web app load. 2024-08-15 13:31:40 -07:00
overlay_util.ts
overlays.ts overlay: Blur focused element while overlay is open. 2024-06-06 17:13:11 -07:00
padded_widget.ts padded widget: Unabbreviate content_sel to content_selector. 2023-12-03 08:39:07 -08:00
page_params.ts page_params: Parse page_params and state_data with Zod. 2024-02-17 00:02:38 -08:00
password_quality.ts password_quality: Convert .data("minLength") et al. to .attr. 2024-05-03 12:45:46 -07:00
peer_data.ts peer_data: Extend get_subscriber_count to allow excluding bots. 2024-02-06 14:44:09 -08:00
people.ts narrow_banner: Fix message view banner for dm with deactivated user. 2024-08-27 15:58:29 -07:00
personal_menu_popover.js user_card_popover: Add tooltip for status clear button. 2024-07-12 13:03:40 -07:00
pill_typeahead.ts invite_stream_picker_pill: Hide typeahead after backspacing a pill. 2024-07-17 12:15:45 -07:00
playground_links_popover.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
plotly.js.d.ts
pm_conversations.ts pm_conversation: Add new has_conversation helper. 2024-07-02 19:02:41 -07:00
pm_list_data.ts pm_list: Add search to direct message section. 2024-07-08 13:17:05 -07:00
pm_list_dom.ts pm_list: Convert module to typescript. 2024-02-21 10:49:24 -08:00
pm_list.ts pm_list: Esc should clear search input if focused. 2024-07-08 13:17:05 -07:00
poll_modal.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
poll_widget.ts poll_widget: Amalgamate 'outbound_data' types for poll-widgets. 2024-08-23 12:30:27 -07:00
popover_menus_data.ts settings_config: Rename typeColorSchemeDetails to ColorSchemaValues. 2024-08-28 11:02:26 -07:00
popover_menus.ts user_card_popover: Display bot owner user card popover as an overlay. 2024-08-27 15:52:39 -07:00
popovers.ts
postprocess_content.ts thumbnails: Mark images as lazy-loaded. 2024-08-16 14:33:25 -07:00
presence.ts presence: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
pygments_data.ts pygments_data: Move data to typescript. 2024-01-24 17:06:03 -08:00
reactions.ts message_helper: Set clean reactions when processing the raw message. 2024-05-29 16:45:36 -07:00
read_receipts.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
realm_icon.ts navbar: Show realm icon logo instead of full logo on narrow widths. 2024-06-18 09:38:51 -07:00
realm_logo.ts navbar: Rename realm-logo to realm-navbar-wide-logo. 2024-06-18 09:38:51 -07:00
realm_playground.ts playground_links_popover: Convert module to TypeScript. 2024-02-13 11:44:01 -08:00
realm_user_settings_defaults.ts settings: Add setting to control how animated images are played. 2024-07-22 14:53:31 -07:00
recent_senders.ts message_helper: Convert module to typescript. 2024-05-29 16:45:36 -07:00
recent_view_data.ts message_store: Migrate message_store to typescript. 2023-12-17 09:43:47 -08:00
recent_view_ui.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
recent_view_util.ts message_store: Migrate message_store to typescript. 2023-12-17 09:43:47 -08:00
reload_setup.js web: Qualify global uses of location and history. 2024-06-07 16:10:39 -07:00
reload_state.ts
reload.js message_list: Don't always cache "Combined feed" view. 2024-04-25 09:20:43 -07:00
rendered_markdown.ts mentions: Allow mentions to display inline. 2024-08-21 16:02:33 -07:00
resize_handler.ts resize_handler: Fix scroll jumps on iOS. 2024-06-17 09:28:09 -07:00
resize.ts left_sidebar: Remove #direct-messages-sticky-header. 2024-07-08 11:43:02 -07:00
rows.ts rows: Consistently pass JQuery to get_closest_row. 2024-08-19 16:33:04 -07:00
rtl.ts
scheduled_messages_feed_ui.ts scheduled_message_feed_ui: Show the scheduled indicator in near view. 2024-06-10 14:23:17 -07:00
scheduled_messages_overlay_ui.js eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
scheduled_messages_ui.js narrow: Rename to message_view. 2024-06-05 12:03:59 -07:00
scheduled_messages.ts scheduled_messages: Validate parameters with Zod. 2024-06-21 09:28:35 -07:00
scroll_bar.ts
scroll_util.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
search_pill.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
search_suggestion.ts search: Use search terms instead of query text for some helper code. 2024-08-01 17:31:59 -07:00
search_util.ts
search.ts search: Use search terms instead of query text for some helper code. 2024-08-01 17:31:59 -07:00
sent_messages.ts
sentry.ts sentry: Untangle from page_params. 2024-06-22 18:53:56 -07:00
server_events_dispatch.js settings: Rename user_display_settings to user_preferences. 2024-08-28 11:01:02 -07:00
server_events.js server_events: Parse message recieved from server. 2024-08-13 09:37:35 -07:00
server_message.ts user: Drop is_mirror_dummy field from 'user' object. 2024-08-13 09:37:35 -07:00
settings_account.js settings: Allow admins/owners to deactivate themselves from users list. 2024-07-24 10:05:03 -07:00
settings_bots.ts settings_bots: Convert module to TypeScript. 2024-08-21 08:28:40 -07:00
settings_components.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
settings_config.ts settings_config: Rename typeColorSchemeDetails to ColorSchemaValues. 2024-08-28 11:02:26 -07:00
settings_data.ts user_groups: Update code to check whether user can edit a user group. 2024-08-20 09:28:05 -07:00
settings_emoji.ts settings: Convert name to pills in custom emoji section. 2024-08-27 13:22:34 -07:00
settings_exports.ts data: Restrict parameter type to not be undefined. 2024-04-11 10:08:45 -07:00
settings_invites.ts invites: Fix zod schema for multiuse invites. 2024-07-09 10:32:45 -07:00
settings_linkifiers.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
settings_muted_users.ts settings: Handle inaccessible users in muted users list. 2023-12-07 19:34:07 -08:00
settings_notifications.js notifications: Test notification should say that it's a test. 2024-06-25 17:28:17 -07:00
settings_org.js user_groups: Allow setting and changing can_manage_group. 2024-08-20 09:28:05 -07:00
settings_panel_menu.js popover: Open profile section directly in narrow screens. 2024-08-02 21:45:08 -07:00
settings_playgrounds.ts typeahead: Make menu scrollable with up to 50 options. 2024-07-11 16:05:30 -07:00
settings_preferences.ts settings: Add setting to control how animated images are played. 2024-07-22 14:53:31 -07:00
settings_profile_fields.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
settings_realm_domains.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
settings_realm_user_settings_defaults.js settings: Hide font size and line height inputs when compact mode is checked. 2024-07-18 11:36:53 -07:00
settings_sections.js settings: Unite user settings into a single panel. 2024-06-17 17:16:21 -07:00
settings_streams.ts default_channel: Fix multiple modals opening. 2024-07-24 12:26:31 -07:00
settings_toggle.js settings_toggle: Rename highlight_toggle to goto. 2024-06-17 17:16:21 -07:00
settings_ui.ts settings: Fix flashing of information density setting inputs. 2024-07-18 11:36:53 -07:00
settings_user_topics.ts settings_user_topics: Fix implicit use of any. 2024-05-03 15:39:55 -07:00
settings_users.js settings: Allow admins/owners to deactivate themselves from users list. 2024-07-24 10:05:03 -07:00
settings.js settings: Show only left side panel list on opening overlay. 2024-08-02 21:45:08 -07:00
setup.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
sidebar_ui.ts left sidebar: Make Views label visible for spectators. 2024-06-18 10:50:09 -07:00
spectators.ts eslint: Fix no-jquery/no-append-html errors that need no test changes. 2024-04-04 10:11:57 -07:00
spoilers.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
starred_messages_ui.ts left sidebar: Improve how starred message count is hidden. 2024-08-27 13:08:29 -07:00
starred_messages.ts starred_messages: Validate parameters with Zod. 2024-06-21 09:28:35 -07:00
state_data.ts state_data: Type realm_enable_read_receipts field. 2024-08-23 13:10:50 -07:00
stream_color_events.ts stream_color_events: Convert module to TypeScript. 2024-04-02 14:55:30 -07:00
stream_color.ts stream_color: Fix stream icon color not changing on theme change. 2024-06-22 08:20:23 -07:00
stream_create_subscribers_data.ts stream_create: Soft remove users on clicking the remove button. 2024-06-28 15:35:56 -07:00
stream_create_subscribers.ts user_pill: Use group pills to add all users. 2024-07-12 15:22:50 -07:00
stream_create.js stream_create: Move Add all users beside Choose subscribers. 2024-07-02 12:54:52 -07:00
stream_data.ts stream_data: Remove unused home_view_stream_names. 2024-08-15 17:16:22 -07:00
stream_edit_subscribers.ts stream-settings: Live update subscribers list correctly. 2024-08-23 09:09:03 -07:00
stream_edit_toggler.ts streams-settings: Update ID of overlay container element. 2024-04-30 14:44:12 -07:00
stream_edit.js util: Rename clean_user_content_links to postprocess_content. 2024-07-23 13:26:37 -07:00
stream_events.js channel: Don't show "You subscribed to" bookend on channel creation. 2024-07-11 09:51:55 -07:00
stream_list_sort.ts topic_generator: Use stream id instead of stream name. 2024-08-15 17:16:22 -07:00
stream_list.ts stream_list: Fix handling of unsubscribing from last channel. 2024-07-30 13:53:38 -07:00
stream_muting.js stream_muting: Refactor to not use message_lists.home. 2024-03-11 14:14:34 -07:00
stream_pill.ts stream_pill: Use stream id instead of stream name. 2024-08-13 09:04:59 -07:00
stream_popover.js stream_popover: Fix message topic edit without permission to edit channel. 2024-07-22 10:24:37 -07:00
stream_settings_api.ts
stream_settings_components.js dropdown: Fix dropdown partially hidden at small heights. 2024-07-15 12:33:00 -07:00
stream_settings_containers.ts
stream_settings_data.ts stream_settings: Add new "Stream details" section in General tab. 2024-04-20 19:03:43 -07:00
stream_settings_ui.js stream_settings: Add text in the left panel. 2024-08-28 14:23:46 -07:00
stream_topic_history_util.ts stream_topic_history: Fix wrong topic order when moving messages. 2024-06-27 14:59:45 -07:00
stream_topic_history.ts stream_topic_history: Ask server for last msg id for historical topics. 2024-06-30 22:37:46 -07:00
stream_types.ts stream_data: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
stream_ui_updates.js stream_ui_updates: Pass missing parameter. 2024-07-19 11:26:44 -07:00
sub_store.ts stream_data: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
submessage.ts message_store: Rewrite RawMessage type using Zod. 2024-08-23 13:34:13 -07:00
subscriber_api.ts subscriber_api: Fix types of function parameters. 2024-06-21 09:54:08 -07:00
templates.js util: Rename clean_user_content_links to postprocess_content. 2024-07-23 13:26:37 -07:00
theme.ts theme: Rename day->light and night->dark in the frontend code. 2024-06-27 16:24:49 -07:00
thumbnail.ts thumbnail: Fix comment. 2024-07-24 09:57:20 -07:00
time_zone_util.ts time_zone_util: Avoid relying on timeZoneName: "longOffset". 2023-11-29 09:57:10 -08:00
timerender.ts timerender: Fix should_display_profile_incomplete_alert. 2024-07-09 16:42:23 -07:00
tippyjs.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
todo_widget.ts todo_widget: Convert module to TypeScript. 2024-08-23 12:30:27 -07:00
topic_generator.ts topic_generator: Use stream id instead of stream name. 2024-08-15 17:16:22 -07:00
topic_link_util.ts composebox_typeahead: Avoid generating broken stream-topic links. 2024-06-24 18:14:33 -07:00
topic_list_data.ts left_sidebar: Open topic menu when clicking on follow topic icon. 2024-07-05 16:36:49 -07:00
topic_list.ts left_sidebar: Open topic menu when clicking on follow topic icon. 2024-07-05 16:36:49 -07:00
topic_popover.js left_sidebar: Move popover theme prop to left_sidebar_tippy_options. 2024-06-17 18:32:57 -07:00
transmit.js message_list: Don't always cache "Combined feed" view. 2024-04-25 09:20:43 -07:00
typeahead_helper.ts input_pill: Remove InputPillItem now that details are handled elsewhere. 2024-08-01 17:31:59 -07:00
types.ts message_store: Rewrite RawMessage type using Zod. 2024-08-23 13:34:13 -07:00
typing_data.ts settings: Add option to disable seeing typing notifications. 2024-04-16 11:38:12 -07:00
typing_events.ts typing_events: Fix TypeScript noUncheckedIndexedAccess errors. 2024-05-30 15:54:49 -07:00
typing.ts typing: Fix "Missing stream_id" server error. 2024-02-22 16:12:42 -08:00
ui_init.js user_profile: Remove 'tutorial_status' field. 2024-08-15 13:31:40 -07:00
ui_report.ts ui_report: Fix inaccurate annotations for generic_embed_error parameter. 2024-06-02 21:49:49 -07:00
ui_util.ts ui_util: Fix HTML injection bug in replace_emoji_with_text. 2024-04-03 13:11:47 -07:00
unread_ops.ts unread_ops: Fix TypeScript noUncheckedIndexedAccess errors. 2024-05-30 15:54:49 -07:00
unread_ui.ts typing: Move the typing notifications to below the mark as read banner. 2024-06-18 14:30:19 -07:00
unread.ts unread: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
upload_widget.ts web: Use util.the for accessing element of single-item lists. 2024-08-20 09:48:15 -07:00
upload.ts dependencies: Upgrade JavaScript dependencies. 2024-07-16 23:25:37 -07:00
url-template.d.ts eslint: Enable @typescript-eslint/method-signature-style. 2023-12-26 17:30:33 -08:00
user_card_popover.js user_card_popover: Display bot owner user card popover as an overlay. 2024-08-27 15:52:39 -07:00
user_deactivation_ui.ts settings: Allow admins/owners to deactivate themselves from users list. 2024-07-24 10:05:03 -07:00
user_events.js user_events: Update email in people_dict before updating compose state. 2024-07-22 10:23:24 -07:00
user_group_components.ts user_groups: Allow setting and changing can_manage_group. 2024-08-20 09:28:05 -07:00
user_group_create_members_data.ts page_params: Split out state data for current user. 2024-02-15 10:22:52 -08:00
user_group_create_members.ts typeahead_helper: Straighten CombinedPill types. 2024-06-24 12:35:51 -07:00
user_group_create.ts user_groups: Allow setting and changing can_manage_group. 2024-08-20 09:28:05 -07:00
user_group_edit_members.ts user_groups: Fix live updating user groups UI. 2024-08-23 09:09:03 -07:00
user_group_edit.js user_groups: Fix live updating user groups UI. 2024-08-23 09:09:03 -07:00
user_group_pill.ts input_pill: Remove InputPillItem now that details are handled elsewhere. 2024-08-01 17:31:59 -07:00
user_group_popover.ts user_card_popover: Display bot owner user card popover as an overlay. 2024-08-27 15:52:39 -07:00
user_groups.ts user_groups: Add can_manage_group field to user_group object. 2024-08-20 09:28:05 -07:00
user_pill.ts input_pill: Remove InputPillItem now that details are handled elsewhere. 2024-08-01 17:31:59 -07:00
user_profile.ts user_profile: Update stream dropdown option value to be of "number" type. 2024-08-23 09:12:43 -07:00
user_search.ts sidebar_ui: Fix flickering of invite users button when showing sidebar. 2024-04-29 16:54:15 -07:00
user_settings.ts settings: Add setting to control how animated images are played. 2024-07-22 14:53:31 -07:00
user_sort.ts
user_status_types.ts user_status: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
user_status_ui.ts user_status_ui: Fix input_field() type. 2024-03-02 03:48:26 -05:00
user_status.ts user_status: Validate parameters with Zod. 2024-06-21 15:53:44 -07:00
user_topic_popover.js views: Set focus to topic visibility icon on click. 2024-06-25 14:12:19 -07:00
user_topics_ui.ts user_topics_ui: Fix 'toggle_topic_visibility_policy' behavior. 2024-08-14 13:20:58 -07:00
user_topics.ts compose_fade: Remove duplicate AllVisibilityPolicies type. 2024-08-28 11:02:26 -07:00
util.ts util: Fix same_sender type signature to allow undefined messages. 2024-08-26 08:14:57 -07:00
vdom.ts tsconfig: Enable noUncheckedIndexedAccess. 2024-05-30 16:29:23 -07:00
views_util.ts modals: Fix focus for recent_view_ui and inbox_ui modals. 2024-07-22 22:29:58 -07:00
watchdog.ts watchdog: Handle exception in callback. 2023-11-19 15:04:58 -08:00
widgetize.ts widgetize: Fix type of data field. 2024-08-23 12:30:27 -07:00
widgets.js
zcommand.ts theme: Rename day->light and night->dark in the frontend code. 2024-06-27 16:24:49 -07:00
zform.js zform: Move zod schema to avoid dependency cycle. 2024-03-28 12:59:12 -07:00
zulip_test.ts stream_create_subscribers: Convert module to TypeScript. 2024-06-11 11:57:46 -07:00