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/components
Sam 6437cd0341 FEATURE: add support for generic external avatar services
This changes it so we only ship an avatar template down to the client
it has no magic, all it knows is how to plug in size
2015-09-11 15:10:56 +02:00
..
actions-summary.js.es6 prefer empty href attribute to # 2015-09-08 18:27:20 +02:00
activity-filter.js.es6 Fixes deprecations on user routes 2015-05-11 11:20:45 -04:00
auto-close-form.js.es6 FIX: misuse of @observes 2015-09-08 17:16:20 +10:00
autofocus-text-field.js.es6 UX Improvement: Autofocus the topic field on edit 2014-10-14 23:31:01 -04:00
avatar-uploader.js.es6 make sure we pass in the user_id when creating avatar thumbnails 2015-05-29 18:11:19 +02:00
badge-button.js.es6 FEATURE: Allow users to select a badge with an image to appear on their 2014-10-20 16:35:38 -04:00
basic-topic-list.js.es6 PERF: unify topic lists, remove star from lists, move to raw rendering 2015-01-05 13:04:15 +11:00
bread-crumbs.js.es6 UX: improve front page styling for mobile 2015-06-22 14:25:17 +10:00
bulk-select-button.js.es6 When a post returns enqueued don't insert it in the stream and notify 2015-04-15 14:54:37 -04:00
category-chooser.js.es6 FIX: category permissions weren't properly loaded when /categories is the homepage 2015-09-07 18:52:53 +02:00
category-drop.js.es6 ES6ify some of the remaining files 2015-08-10 10:21:05 -04:00
category-group.js.es6 FIX: smoke test :fired: 2015-08-21 21:06:47 +02:00
category-notifications-button.js.es6 Remove duplicated NotificationType globals 2015-02-27 10:33:39 -05:00
category-panel-base.js.es6 Can add topic templates to categories, prepopulated on compose 2015-07-03 10:01:46 -04:00
category-title-link.js.es6 UX: change private category to lock glyph 2015-01-15 14:07:21 -08:00
category-unread.js.es6 FIX: unread badges should be inline on the category list 2015-03-27 12:10:21 -04:00
cdn-img.js.es6 FIX: Category images were not using the CDN 2015-02-18 12:30:41 -05:00
color-picker.js.es6 Remove deprecations from edit-category and add skeleton acceptance test 2015-05-15 11:12:41 -04:00
combo-box.js.es6 FIX: Couldn't select values of 0 in the combo-box 2015-08-05 16:19:44 -04:00
composer-text-area.js.es6 FIX: Allow multiple pagedown editors at once. 2015-07-13 16:36:38 -04:00
conditional-loading-spinner.js.es6 UX: Merge notifications and user dropdown 2015-08-28 16:11:40 -04:00
count-i18n.js.es6 Broken WIP 2015-05-11 11:18:37 -04:00
create-topics-notice.js.es6 Move TopicTrackingState to injected object 2015-09-04 13:00:24 -04:00
d-button.js.es6 do not default button title tag to label 2015-09-07 19:24:13 +05:30
d-link.js.es6 Add counts to new / unread in hamburger 2015-09-03 16:16:49 -04:00
date-picker.js.es6 FEATURE: new date picker component 2015-08-10 12:50:38 +02:00
desktop-notification-config.js.es6 FIX: Wrong value set when using ember-computed-decorators. 2015-08-15 00:15:23 +08:00
directory-toggle.js.es6 Add Posts Read + Visits to User Directory 2015-03-24 15:31:54 -04:00
disabled-icon.js.es6 More refactoring to support extensibility of history 2015-01-28 13:37:06 -05:00
discourse-banner.js.es6 Migrate KeyValueStore to ES6 modules 2015-09-01 14:45:24 -04:00
dropdown-button.js.es6 FEATURE: per-topic unsubscribe option in emails 2015-08-12 23:00:16 +02:00
edit-category-general.js.es6 Move TopicTrackingState to injected object 2015-09-04 13:00:24 -04:00
edit-category-images.js.es6 Refactor category edit to use components 2015-07-03 10:01:46 -04:00
edit-category-panel.js.es6 Refactor category edit to use components 2015-07-03 10:01:46 -04:00
edit-category-security.js.es6 Refactor category edit to use components 2015-07-03 10:01:46 -04:00
edit-category-settings.js.es6 ES6ify some of the remaining files 2015-08-10 10:21:05 -04:00
edit-category-tab.js.es6 ES6ify some of the remaining files 2015-08-10 10:21:05 -04:00
edit-category-topic-template.js.es6 FIX: Allow multiple pagedown editors at once. 2015-07-13 16:36:38 -04:00
emoji-uploader.js.es6 FEATURE: move all uploads to a single endpoint + defer upload creation in a background thread 2015-05-20 16:45:48 +02:00
featured-topic.js.es6 Clicking on the date of a featured topic should show topic entrance 2015-02-24 12:56:06 -05:00
global-notice.js.es6 FEATURE: the notice asking admins to get discussion started will update with live counts of topics and posts 2015-08-27 17:28:40 -04:00
group-selector.js.es6 Refactor selector components for extensibility 2014-12-18 10:36:58 -05:00
hamburger-category.js.es6 FEATURE: Full height hamburger menu 2015-08-25 16:48:43 -04:00
hamburger-menu.js.es6 FIX: Don't put the FAQ as "New" if there is a custom faq_url 2015-09-10 14:01:55 -04:00
header-dropdown.js.es6 FEATURE: on mobile take users to full page search 2015-09-08 11:04:03 +10:00
header-extra-info.js.es6 Add ES6 support to more files 2015-08-13 10:49:08 -04:00
highlight-text.js.es6 fix highlighting of text in search, make title bigger 2015-07-28 09:43:03 +10:00
home-logo.js.es6 Add ES6 support to more files 2015-08-13 10:49:08 -04:00
image-uploader.js.es6 FEATURE: move all uploads to a single endpoint + defer upload creation in a background thread 2015-05-20 16:45:48 +02:00
input-tip.js.es6 Broken WIP 2015-05-11 11:18:37 -04:00
json-file-uploader.js.es6 FIX: Broken JSHint. cc @riking 2015-06-22 16:02:14 -04:00
login-buttons.js.es6 Add login buttons to create account template. 2014-08-14 12:51:16 -04:00
menu-panel.js.es6 change menu components position in header 2015-09-10 09:50:42 -07:00
nav-item.js.es6 FEATURE: plugin hooks for topic list nav items 2015-08-05 15:41:36 -04:00
navigation-bar.js.es6 FIX: eslint deprecations 2015-08-13 15:14:08 -04:00
navigation-item.js.es6 UX: improve front page styling for mobile 2015-06-22 14:25:17 +10:00
notification-item.js.es6 UX: add screen reader support to notifications. (title attribute is ignored by screen readers) 2015-09-02 12:29:30 -04:00
notifications-button.js.es6 Remove duplicated NotificationType globals 2015-02-27 10:33:39 -05:00
number-field.js.es6 FEATURE: Category reordering dialog 2015-09-06 16:53:52 -07:00
pagedown-editor.js.es6 FIX: Allow multiple pagedown editors at once. 2015-07-13 16:36:38 -04:00
password-field.js.es6 FIX: JSHint wasn't validating ES6 files, this fixes a bunch of errors. 2015-02-10 17:21:16 -05:00
period-chooser.js.es6 FEATURE: User Directory, with sorting and time period filter 2015-03-18 15:20:34 -04:00
pinned-button.js.es6 Convert Notification button to a component 2015-02-27 10:33:39 -05:00
popup-input-tip.js.es6 FIX: '@observes' doesn't work that way 2015-09-08 10:34:36 +02:00
post-gap.js.es6 FIX: highest_post_number was not being updated from gaps 2015-09-03 13:37:55 -04:00
post-gutter.js.es6 FIX: Emoji not unescaped in topic link. 2015-08-30 13:29:19 +08:00
post-menu.js.es6 FIX: Could click on unlike even after the window. Looked weird. 2015-07-29 14:34:20 -04:00
poster-name.js.es6 ES6ify some of the remaining files 2015-08-10 10:21:05 -04:00
preference-checkbox.js.es6 New Setting: Don't jump to new posts when replying 2014-05-26 16:39:03 -04:00
private-message-map.js.es6 Replace the rest of the deprecated {{action xyz}} with `{{action 2014-10-03 14:43:27 -04:00
radio-button.js.es6 ES6: All components ported over 2014-06-03 12:11:17 -04:00
search-menu.js.es6 FEATURE: on mobile take users to full page search 2015-09-08 11:04:03 +10:00
search-result-category.js.es6 Refactor search results to be components instead of views for reuse 2015-06-22 15:08:51 -04:00
search-result-post.js.es6 Refactor search results to be components instead of views for reuse 2015-06-22 15:08:51 -04:00
search-result-topic.js.es6 Refactor search results to be components instead of views for reuse 2015-06-22 15:08:51 -04:00
search-result-user.js.es6 Refactor search results to be components instead of views for reuse 2015-06-22 15:08:51 -04:00
search-result.js.es6 Refactor search results to be components instead of views for reuse 2015-06-22 15:08:51 -04:00
search-text-field.js.es6 Migrate search drop down to menu-panel component. 2015-08-28 15:44:24 -04:00
share-source.js.es6 Refactor sharing dialog for extensibility 2015-01-13 17:26:05 -05:00
show-topic-admin.js.es6 UX: add topic admin button to the bottom of the topic 2014-10-06 20:19:07 +02:00
small-action.js.es6 ES6ify some of the remaining files 2015-08-10 10:21:05 -04:00
stream-item.js.es6 ES6ify some of the remaining files 2015-08-10 10:21:05 -04:00
text-field.js.es6 FEATURE: warn when caps lock is on during password input 2014-07-22 13:53:58 -04:00
text-overflow.js.es6 FIX: rare user card exception 2015-05-25 22:37:00 +08:00
time-gap.js.es6 UX: Use smaller messages for moderator actions. 2015-07-27 10:09:21 -04:00
toggle-deleted.js.es6 Ember Deprecations for Topics 2015-05-11 11:18:37 -04:00
toggle-summary.js.es6 Add support for more ES6 features 2015-02-06 13:26:33 -05:00
top-period-buttons.js.es6 FEATURE: User Directory, with sorting and time period filter 2015-03-18 15:20:34 -04:00
topic-list.js.es6 FIX: eslint deprecations 2015-08-13 15:14:08 -04:00
topic-map.js.es6 hide poster avatars when only two posts 2014-09-02 20:10:36 +05:30
topic-notifications-button.js.es6 Remove duplicated NotificationType globals 2015-02-27 10:33:39 -05:00
topic-participant.js.es6 suppress post count on avatar for single post 2014-09-01 14:23:34 +05:30
topic-post-badges.js.es6 FIX: Fix rerendering issues on some components. 2014-12-08 14:47:49 -05:00
topic-status.js.es6 UX: Combine closed and archived icon. 2015-08-31 09:21:58 +08:00
track-selected.js.es6 FEATURE: bulk select on search results 2015-08-27 11:44:13 +10:00
user-badge.js.es6 FIX: Show images in the admin section list for badges. Add help text to 2014-10-16 16:43:34 -04:00
user-field.js.es6 ES6ify some of the remaining files 2015-08-10 10:21:05 -04:00
user-link.js.es6 Link queued post avatar and username to user profile 2015-04-20 16:18:00 -04:00
user-menu.js.es6 FIX: '@observes' doesn't work that way 2015-09-08 10:34:36 +02:00
user-selector.js.es6 FEATURE: relax username rules to allow - and . and leading _ 2015-09-02 12:13:44 +10:00
user-small.js.es6 ES6ify some of the remaining files 2015-08-10 10:21:05 -04:00
user-stat.js.es6 UX: Improve user directory on mobile 2015-05-11 11:20:46 -04:00
visible.js.es6 Assorted Ember 1.11 fixes 2015-05-11 11:20:45 -04:00
who-liked.js.es6 FEATURE: add support for generic external avatar services 2015-09-11 15:10:56 +02:00