This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/app/components
Ted Johansson 90d452ab6c
FIX: Don't display staff-only options to non-staff in group member bulk menu (#19907)
In the group member bulk edit menu we are displaying staff-only options
to non-staff. The requests are blocked by the back-end, so there is no
harm other than to the user experience.

Notably the individual user edit menu is correctly filtering out
unavailable options. This change brings the bulk edit menu in line with
that.
2023-01-20 11:16:04 +08:00
..
sidebar PR reviews 2023-01-06 09:51:46 +08:00
topic-timeline DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
user-fields DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
user-menu DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
user-nav A11Y: add aria tags to the new user nav (#19774) 2023-01-17 12:18:16 -05:00
user-preferences DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
about-page-users.js FIX: Prioritize names and usernames consistently (#16686) 2022-05-09 18:46:27 +03:00
activation-controls.js UX: respect email_editable site setting in user activation page. (#11835) 2021-01-25 22:19:26 +05:30
activation-email-form.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
add-category-tag-classes.js FIX: Ensure category/tag classes are added and removed correctly (#16003) 2022-02-21 09:42:39 +00:00
add-topic-status-classes.js UX: add CSS classes on body tag based on topic statuses. (#12729) 2021-05-04 11:07:54 +05:30
auth-token-dropdown.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
avatar-flair.js FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
avatar-uploader.js FEATURE: Move avatar uploader to uppy (#14815) 2021-11-04 14:40:20 +10:00
backup-codes.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
badge-button.js DEV: Update /admin/badges to modern Ember patterns (#17672) 2022-08-03 10:12:17 +01:00
badge-card.js FEATURE: lets users favorite 2 badges to show on user-card (#13151) 2021-06-01 10:33:40 +02:00
badge-selector.js DEV: Don't use the Ember global (#13535) 2021-06-29 19:54:18 +02:00
badge-title.js DEV: refactor bootbox alerts (#18292) 2022-09-27 14:47:13 -04:00
basic-topic-list.js DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
bookmark-actions-dropdown.js FEATURE: Highlight expired bookmark reminders (#15317) 2022-03-08 19:44:18 +02:00
bookmark-icon.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
bookmark-list.js DEV: Remove old event preventDefault hack (#19168) 2022-11-23 21:58:40 +02:00
bookmark.js FIX: Bookmark auto delete preference usage and default value (#19707) 2023-01-05 08:43:58 +10:00
bootstrap_mode_notice.js FEATURE: open create invite modal from the bootstrap notice banner (#17960) 2022-08-17 13:11:09 +05:30
bread-crumbs.js DEV: Add unique ids to deprecations (#19019) 2022-11-16 10:00:39 +00:00
bulk-group-member-dropdown.js FIX: Don't display staff-only options to non-staff in group member bulk menu (#19907) 2023-01-20 11:16:04 +08:00
bulk-select-button.js UX: Better placement for bulk select actions button (#14419) 2021-09-23 10:50:10 -04:00
bulk-select-toggle.js UX: add bulk-select to mobile topic lists (#15386) 2022-07-26 15:36:35 -04:00
cancel-link.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
categories-and-latest-topics.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
categories-and-top-topics.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
categories-boxes-topic.js UX: Add data-topic-id to featured topic items (#14031) 2021-08-12 14:32:33 -05:00
categories-boxes-with-topics.js allow themes to change the lock icon easily (#15309) 2021-12-15 09:13:10 -05:00
categories-boxes.js allow themes to change the lock icon easily (#15309) 2021-12-15 09:13:10 -05:00
categories-only.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
categories-topic-list.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
categories-with-featured-topics.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
category-list-item.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
category-logo.js UX: Default to dark category logo on dark schemes (#18510) 2022-10-07 11:37:07 -04:00
category-name-fields.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
category-permission-row.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
category-read-only-banner.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
category-title-before.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
category-title-link.js DEV: Correct spelling mistakes in comments 2021-05-21 13:37:17 +10:00
category-unread.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
cdn-img.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
choose-message.js FIX: Correctly debounce various functions (#18673) 2022-10-20 13:28:09 +02:00
choose-topic.js DEV: Add callback when search is empties in choose-topic (#15380) 2021-12-21 11:58:39 -06:00
color-picker-choice.js DEV: Use includes() instead of indexOf() >= 0 (#17553) 2022-07-19 10:27:40 +08:00
color-picker.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
composer-action-title.js DEV: Remove 'htmlSafe' string prototype extensions (#16766) 2022-05-13 14:58:26 -05:00
composer-body.js FEATURE: Remember adjusted composer height (#18385) 2022-09-28 08:43:52 -07:00
composer-editor.js DEV: Remove defunct TODOs (#19825) 2023-01-12 09:41:39 +10:00
composer-fullscreen-prompt.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
composer-message.js DEV: Add unique ids to deprecations (#19019) 2022-11-16 10:00:39 +00:00
composer-messages.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
composer-save-button.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
composer-save-button.js DEV: Convert DButton to a Glimmer Component (#17767) 2022-11-17 10:55:15 +00:00
composer-title.js DEV: refactor components to use discourse-computed decorator without reference to this (#16011) 2022-02-22 13:45:38 +01:00
composer-toggles.js FIX: Hide full screen toggle button when textarea is disabled (#14638) 2021-10-18 16:00:22 -04:00
composer-user-selector.js DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
conditional-loading-section.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
conditional-loading-spinner.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
connector-container.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
cook-text.js DEV: Make @afterRender do just that, no extra next() (#15086) 2021-11-26 20:16:08 +01:00
copy-button.js FIX: Correctly debounce various functions (#18673) 2022-10-20 13:28:09 +02:00
count-i18n.js DEV: Delete old buffered-render attributes (#18786) 2022-10-28 08:30:14 +08:00
create-account.js user input adjustments (#19446) 2022-12-13 10:13:48 -06:00
create-invite-uploader.js DEV: Change create-invite-uploader to use uppy (#15088) 2021-12-01 09:45:05 +10:00
create-topic-button.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
create-topics-notice.js FIX: do not show "create topics" notice on wizard route (#18153) 2022-09-01 16:37:57 +05:30
custom-html-container.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
custom-html.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
d-button.js FIX: Ensure DButton uses the correct target for string actions (#19126) 2022-11-21 13:31:18 +00:00
d-document.js DEV: Use all unread notifications count for the count in document title (#18120) 2022-08-30 05:37:03 +03:00
d-editor.js FIX: Ensure hashtag autocomplete is not behind keyboard in chat (#19419) 2022-12-12 15:14:51 +10:00
d-modal-body.js DEV: Use native element.closest() (#17482) 2022-07-14 08:57:24 +08:00
d-modal-cancel.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
d-modal.js DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
d-navigation-item.js A11Y: add aria tags to the new user nav (#19774) 2023-01-17 12:18:16 -05:00
d-navigation.js Revert "UX: Simplify bootstrap mode visuals (#18626)" (#18638) 2022-10-18 13:19:15 +11:00
d-popover.js DEV: Fix various frontend warnings (#17122) 2022-06-17 13:45:05 +02:00
d-section.js DEV: Add unique ids to deprecations (#19019) 2022-11-16 10:00:39 +00:00
d-textarea.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
d-tooltip.js DEV: Remove all use of Ember/jQuery globals in core (#18670) 2022-10-19 17:04:49 +01:00
date-input.js DEV: Add optional timezone support to date-time-input-range (#17654) 2022-07-26 11:14:22 +01:00
date-picker-future.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
date-picker-past.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
date-picker.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
date-time-input-range.js DEV: Add optional timezone support to date-time-input-range (#17654) 2022-07-26 11:14:22 +01:00
date-time-input.js DEV: Add optional timezone support to date-time-input-range (#17654) 2022-07-26 11:14:22 +01:00
desktop-notification-config.js FEATURE: Add support for desktop push notifications in core (#19375) 2022-12-16 03:35:33 +00:00
directory-item.js FEATURE: Add user custom fields to user directory (#13238) 2021-06-07 12:34:01 -05:00
directory-table.js FIX: User directory - correct variable names (#13798) 2021-07-20 09:58:54 -05:00
disabled-icon.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
discourse-banner.js UX: Styling changes to global banner (#16191) 2022-03-15 16:19:55 +01:00
discourse-linked-text.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
discourse-root.js DEV: Remove 'legacy ember' logic from discourse-root component (#17494) 2022-07-14 12:17:01 +01:00
discourse-tag-bound.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
discourse-topic.js DEV: Introduce discourseLater (#17532) 2022-07-17 00:50:49 +02:00
discovery-categories.js DEV: drops jquery usage from discovery-categories (#15243) 2021-12-09 13:47:13 +01:00
discovery-topics-list.js UX: Fixes navigation 1px jitter (#17467) 2022-07-13 13:39:30 +08:00
edit-category-general.js DEV: Introduce discourseLater (#17532) 2022-07-17 00:50:49 +02:00
edit-category-images.js FEATURE: Add dark mode option for category logos (#18460) 2022-10-07 11:00:44 -04:00
edit-category-panel.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
edit-category-security.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
edit-category-settings.js FEATURE: Per-category default slow mode duration for topics. 2021-07-21 12:32:07 +08:00
edit-category-tab.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
edit-category-tags.js FEATURE: Allow multiple required tag groups for a category (#16381) 2022-04-06 14:08:06 +01:00
edit-category-topic-template.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
edit-topic-timer-form.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
email-dropdown.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
emoji-group-buttons.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
emoji-group-sections.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
emoji-picker.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
emoji-uploader.js FIX: Improve emoji upload UI (#15603) 2022-01-17 11:48:49 +10:00
empty-state.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
expand-post.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
expanding-text-area.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
featured-topic.js DEV: Use native element.closest() (#17482) 2022-07-14 08:57:24 +08:00
flag-action-type.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
flag-selection.js FEATURE: Admins can flag posts so they can review them later. (#12311) 2021-03-11 08:21:24 -03:00
flat-button.js UX: flat-btn should also respond to Enter (#15584) 2022-01-14 15:51:31 +01:00
footer-message.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
footer-nav.js FIX: iOS do not have working push notifications yet (#15888) 2022-03-03 16:19:46 -03:00
future-date-input.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
generated-invite-link.js DEV: Remove jquery from invite-panel (#16989) 2022-06-03 11:30:44 -05:00
glimmer-component-with-deprecated-parent-view.js FIX: Ensure DButton uses the correct target for string actions (#19126) 2022-11-21 13:31:18 +00:00
glimmer-topic-timeline.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
glimmer-topic-timeline.js DEV: Render the scroll area at correct times (#19333) 2022-12-06 13:35:02 -06:00
global-notice.js DEV: Differentiate staff-writes-only banner (#18364) 2022-09-26 13:16:29 -05:00
google-icon.hbs DEV: Configure prettier for hbs templates 2022-12-28 13:11:12 +00:00
google-search.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
group-activity-filter.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
group-card-contents.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
group-flair-inputs.js FIX: Reuse avatar-flair component in group preview (#13961) 2021-08-09 15:38:49 -03:00
group-imap-email-settings.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
group-manage-email-settings.js DEV: refactor bootbox alerts (#18292) 2022-09-27 14:47:13 -04:00
group-manage-logs-filter.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
group-manage-logs-row.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
group-manage-save-button.js FEATURE: Warn admins about private group name's exposure to anonymous users. (#19557) 2022-12-27 13:17:13 +05:30
group-member-dropdown.js FEATURE: Allow group owners promote more owners (#19768) 2023-01-11 16:43:18 +08:00
group-member.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
group-membership-button.js DEV: update yes/no confirmation dialogs (#18181) 2022-09-14 11:06:56 -04:00
group-navigation.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
group-post.js A11Y: Add aria labels for posts in group activity (#18601) 2022-10-18 13:58:26 -04:00
group-selector.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
group-smtp-email-settings.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
groups-form-interaction-fields.js UX: show flair help text for private member visibility only (#14005) 2021-08-11 16:23:58 +10:00
groups-form-membership-fields.js FEATURE: Experimental support for group membership via google auth (#14835) 2021-12-09 12:30:27 +00:00
groups-form-profile-fields.js FIX: Debounce group name validation correctly (#13757) 2021-07-16 10:51:13 +08:00
groups-info.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
header-extra-info.js DEV: Add unique ids to deprecations (#19019) 2022-11-16 10:00:39 +00:00
hidden-details.js UX: hide the list of file extensions on the upload dialog (#12836) 2021-05-04 15:16:00 +04:00
hide-modal-trigger.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
highlight-search.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
highlight-text.js DEV: Add unique ids to deprecations (#19019) 2022-11-16 10:00:39 +00:00
honeypot-input.js DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
horizontal-overflow-nav.js FIX: horizontal scrolling was not working correctly (#19236) 2022-12-01 05:27:53 +08:00
html-with-links.js DEV: Remove old event preventDefault hack (#19168) 2022-11-23 21:58:40 +02:00
iframed-html.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
ignored-user-list-item.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
ignored-user-list.js FIX: Allow admins to change user ignore list (#16129) 2022-03-09 14:51:30 +10:00
images-uploader.js DEV: Change images-uploader to use Uppy (#15375) 2021-12-21 15:53:44 +10:00
input-tip.js DEV: Remove 'htmlSafe' string prototype extensions (#16766) 2022-05-13 14:58:26 -05:00
invite-link-panel.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
invite-panel.js DEV: refactor components to use discourse-computed decorator without reference to this (#16011) 2022-02-22 13:45:38 +01:00
json-editor.js DEV: Minor fixes to json schema editor styling (#16634) 2022-05-05 09:52:58 +08:00
latest-topic-list-item.js FEATURE: Add more class names to latest-topic-list-item (#12933) 2021-05-04 16:40:42 -04:00
link-to-input.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
links-redirect.js DEV: removes jquery usage from links-redirect (#14968) 2021-11-16 13:16:53 +01:00
load-more.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
login-buttons.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
login-modal.js DEV: Use key over the deprecated keyCode (#13795) 2021-08-09 11:41:36 +02:00
mobile-category-topic.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
mobile-nav.js DEV: Add unique ids to deprecations (#19019) 2022-11-16 10:00:39 +00:00
modal-footer-close.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
modal-panel.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
modal-tab.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
mount-widget.js FEATURE: Implement new onboarding popups (#18362) 2022-10-12 18:38:45 +03:00
nav-item.js DEV: Remove 'htmlSafe' string prototype extensions (#16766) 2022-05-13 14:58:26 -05:00
navigation-bar.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
navigation-item.js DEV: Delete old buffered-render attributes (#18786) 2022-10-28 08:30:14 +08:00
notification-consent-banner.js FEATURE: PWA users are prompted for push before first post (#17888) 2022-08-12 15:30:28 -03:00
number-field.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
parent-category-row.js FEATURE: add expandable muted categories ui to /categories page. (#10303) 2020-07-30 23:32:51 +05:30
password-field.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
pending-post.js FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
pick-files-button.js DEV: refactor bootbox alerts (#18292) 2022-09-27 14:47:13 -04:00
plugin-connector.js DEV: Add unique ids to deprecations (#19019) 2022-11-16 10:00:39 +00:00
plugin-outlet.js DEV: Disallow Ember global usage (#16147) 2022-03-09 17:54:07 +01:00
popup-input-tip.js DEV: Delete old buffered-render attributes (#18786) 2022-10-28 08:30:14 +08:00
popup-menu.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
preference-checkbox.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
private-message-glyph.js FIX: isVisible is no longer allowed even if used properly 2020-09-11 15:05:50 -04:00
pwa-install-banner.js FIX: iOS do not have working push notifications yet (#15888) 2022-03-03 16:19:46 -03:00
quote-button.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
radio-button.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
related-messages.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
relative-time-picker.js FEATURE: Add year to relative time picker (#12268) 2021-03-03 11:41:07 +10:00
reviewable-bundled-action.js FIX: Adjust reviewable menu placement on mobile (#11420) 2020-12-07 13:39:18 -05:00
reviewable-claimed-topic.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
reviewable-conversation-post.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
reviewable-created-by-name.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-created-by.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-field-category.js FIX: Category chooser not updating selection when editing reviewable (#18737) 2022-10-25 09:13:37 +08:00
reviewable-field-editor.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-field-tags.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
reviewable-field-text.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-field-textarea.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-field.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-flagged-post.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-histories.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
reviewable-item.js FIX: Allow reviewable-item components to be template-only (#19257) 2022-11-30 12:55:12 +00:00
reviewable-post-edits.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
reviewable-post-header.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-post.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-queued-post.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
reviewable-score.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
reviewable-scores.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-tags.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-topic-link.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
reviewable-user.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
save-controls.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
score-value.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
scroll-tracker.js PERF: Update scrolling mixin implementation (#15109) 2021-11-26 20:22:50 +00:00
scrolling-post-stream.js FIX: ScrollingPostStream regressed in #15313 (#18584) 2022-11-30 16:55:30 +01:00
search-advanced-options.js FEATURE: Add in:messages search modifier (#16567) 2022-04-26 16:47:01 -04:00
search-result-entries.js REFACTOR: break search results in multiple sub components 2021-03-19 10:49:14 +01:00
search-result-entry.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
search-text-field.js A11Y: Use autocomplete=off more widely (#15780) 2022-02-03 16:16:49 +11:00
second-factor-form.js FEATURE: better UI to manage 2fa (#19338) 2022-12-08 09:41:22 +11:00
second-factor-input.js FEATURE: Centralized 2FA page (#15377) 2022-02-17 12:12:59 +03:00
security-key-form.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
selected-posts.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
share-panel.js DEV: Extensively use startsWith() (#17540) 2022-07-17 20:16:39 +02:00
share-source.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
shared-draft-controls.js DEV: Refactor the last few bootbox dialogs (#18416) 2022-10-07 11:38:27 -04:00
sidebar.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
sidebar.js DEV: Display Sidebar template for anonymous user (#17962) 2022-08-17 16:17:36 +08:00
signup-cta.js DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
site-header.js DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
slow-mode-info.js FIX: Anons should see the Topic slow mode notice. (#12460) 2021-03-22 13:55:45 -03:00
software-update-prompt.js DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
sub-category-item.js FEATURE: add expandable muted categories ui to /categories page. (#10303) 2020-07-30 23:32:51 +05:30
sub-category-row.js FEATURE: add expandable muted categories ui to /categories page. (#10303) 2020-07-30 23:32:51 +05:30
subcategories-with-featured-topics.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
suggested-topics.js REFACTOR: Update Message Format string to simplify translation 2022-12-12 17:01:04 +01:00
table-header-toggle.js A11Y: Signal the toggle header can reorder table elements. (#18597) 2022-10-14 13:28:20 -03:00
tag-drop-link.js FIX: incorrect URL for tag pages inside category in subfolder setup. (#12222) 2021-02-26 22:44:34 +05:30
tag-groups-form.js DEV: update yes/no confirmation dialogs (#18181) 2022-09-14 11:06:56 -04:00
tag-info.js DEV: Refactor the last few bootbox dialogs (#18416) 2022-10-07 11:38:27 -04:00
tag-list.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
tags-admin-dropdown.js UX: more consistent setting/edit buttons (#13276) 2021-06-03 18:33:36 -04:00
tap-tile-grid.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
tap-tile.js A11Y: Add keyboard support for do-not-disturb modal (#17043) 2022-06-09 11:05:01 -04:00
text-field.js DEV: Modernise mixed test direction text-field to avoid deprecation (#19056) 2022-11-16 17:34:04 +00:00
text-overflow.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
time-input.js DEV: Add optional timezone support to date-time-input-range (#17654) 2022-07-26 11:14:22 +01:00
time-shortcut-picker.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
toggle-password-mask.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
top-period-buttons.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
topic-admin-menu-button.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
topic-category.js DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00
topic-dismiss-buttons.js DEV: Introduce discourseLater (#17532) 2022-07-17 00:50:49 +02:00
topic-entrance.js A11Y: Improve topic entrance modal 2022-03-24 13:42:24 +03:00
topic-footer-buttons.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
topic-list-item.js DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
topic-list.js FIX: allow tl4 to bulk select (#19094) 2022-11-18 10:41:59 +11:00
topic-navigation-popup.js FEATURE: Store dismissed state of topic nav popups (#15570) 2022-01-19 16:20:05 +02:00
topic-navigation.js DEV: Introduce discourseLater (#17532) 2022-07-17 00:50:49 +02:00
topic-post-badges.js DEV: Delete old buffered-render attributes (#18786) 2022-10-28 08:30:14 +08:00
topic-progress.js DEV: Introduce discourseLater (#17532) 2022-07-17 00:50:49 +02:00
topic-status.js DEV: Modernize the remaining admin-webhooks parts (#19438) 2022-12-13 13:32:34 +01:00
topic-timeline.js DEV: Fewer jQuery calls in offset calculation (#15465) 2022-01-07 16:02:03 -05:00
topic-timer-info.js DEV: Introduce discourseLater (#17532) 2022-07-17 00:50:49 +02:00
topic-title.js DEV: Correctly clear global exported variables 2022-08-23 09:21:28 +08:00
track-selected.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
uppy-backup-uploader.js DEV: Only support multipart for backup S3 uploads with Uppy (#15270) 2021-12-13 15:24:00 +10:00
uppy-image-uploader.js UX: Add tooltip why file upload is disabled (#19471) 2022-12-15 22:57:11 +02:00
user-avatar-flair.js FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
user-badge.js UX: Prevent badges on usercards from overflowing (#12037) 2021-02-11 13:41:58 -05:00
user-card-contents.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
user-field.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
user-flag-percentage.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
user-info.js FEATURE: show user status on group pages (#19323) 2022-12-14 13:18:09 +04:00
user-link.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
user-nav.hbs A11Y: add aria tags to the new user nav (#19774) 2023-01-17 12:18:16 -05:00
user-nav.js DEV: Mobile layout support for experimental user nav (#18308) 2022-09-22 09:45:50 +08:00
user-notification-schedule-day.js FEATURE: Create notification schedule to automatically set do not disturb time (#11665) 2021-01-20 10:31:52 -06:00
user-notification-schedule.js FEATURE: Create notification schedule to automatically set do not disturb time (#11665) 2021-01-20 10:31:52 -06:00
user-notifications-large.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
user-profile-avatar.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
user-selector.js DEV: Improve discourse-common/deprecate implementation (take 2) (#19032) 2022-11-16 09:30:20 +00:00
user-stat.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
user-status-message.js FIX: profile page is not loading (#19351) 2022-12-07 16:09:50 +04:00
user-status-picker.js DEV: Pass a status object to the user-status-picker instead of passing emoji + description (#18513) 2022-10-08 02:21:53 +04:00
user-stream-item.js FIX: action_code_path not being loaded for user-stream-item (#18577) 2022-10-13 19:10:18 +10:00
user-stream.js DEV: update yes/no confirmation dialogs (#18181) 2022-09-14 11:06:56 -04:00
user-summary-category-search.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
user-summary-section.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
user-summary-topic.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
user-summary-topics-list.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
user-summary-user.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
user-summary-users-list.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
user-tip.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
user-tip.js FEATURE: Add user tips for post and topic features (#18964) 2022-11-15 17:36:08 +02:00
username-preference.hbs DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
username-preference.js DEV: Replace preferences/username route with a component (#19318) 2022-12-07 11:16:01 +01:00
watch-read.js DEV: Dejquerify marking FAQ as read (#17001) 2022-06-06 08:27:10 -04:00
welcome-topic-banner.js FIX: welcome topic title was not editable (#17950) 2022-08-16 21:27:40 +05:30