mattermost/web/react/components
Joram Wilander ac7918c554 Merge pull request #715 from mattermost/plt-27
PLT-27 Implement incoming webhooks.
2015-09-22 15:47:57 -04:00
..
admin_console PLT-11 adding config for logs to UI 2015-09-17 22:00:33 -07:00
user_settings Implement incoming webhooks. 2015-09-21 14:22:23 -04:00
access_history_modal.jsx Fixed some react warnings involving missing keys in render arrays 2015-09-02 15:57:32 -07:00
activity_log_modal.jsx Fixed some react warnings involving missing keys in render arrays 2015-09-02 15:57:32 -07:00
authorize.jsx Implement OAuth2 service provider functionality. 2015-09-16 15:49:12 -04:00
change_url_modal.jsx UI Updates for multiple tickets 2015-09-16 20:32:10 +05:00
channel_header.jsx PLT-11 adding config for logs to UI 2015-09-17 22:00:33 -07:00
channel_info_modal.jsx Upgrading ESLint and adding some more rules. Refactoring to meet these new rules 2015-09-03 15:00:47 -04:00
channel_invite_modal.jsx PLT-11 adding config for logs to UI 2015-09-17 22:00:33 -07:00
channel_loader.jsx Add post list container to hold mounted post lists for faster rendering/channel switching. 2015-09-08 10:11:57 -04:00
channel_members.jsx PLT-11 adding config for logs to UI 2015-09-17 22:00:33 -07:00
channel_notifications.jsx Added help text to channel notifications 2015-09-03 08:20:40 -07:00
command_list.jsx MM-2065 style refactoring 2015-09-01 17:06:31 -07:00
confirm_modal.jsx Cosmetic reformatting of multiple jsx files 2015-09-02 08:30:23 -07:00
create_comment.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
create_post.jsx Merge pull request #628 from mattermost/mm-2127 2015-09-09 08:34:24 -04:00
delete_channel_modal.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
delete_post_modal.jsx Additional refactoring according to issues not caught by eslint 2015-09-02 09:46:40 -07:00
edit_channel_modal.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
edit_post_modal.jsx Upgrading ESLint and adding some more rules. Refactoring to meet these new rules 2015-09-03 15:00:47 -04:00
email_verify.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
error_bar.jsx Upgrading ESLint and adding some more rules. Refactoring to meet these new rules 2015-09-03 15:00:47 -04:00
file_attachment.jsx MM-1866 - Adding download icon and adding download link for both file title and download icon 2015-09-09 19:42:03 +05:00
file_attachment_list.jsx Upgrading ESLint and adding some more rules. Refactoring to meet these new rules 2015-09-03 15:00:47 -04:00
file_preview.jsx Cosmetic reformatting of multiple jsx files 2015-09-02 08:30:23 -07:00
file_upload.jsx Merge pull request #678 from mattermost/mm-1589 2015-09-14 16:57:54 -07:00
file_upload_overlay.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
find_team.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
get_link_modal.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
invite_member_modal.jsx Removing old config stuff 2015-09-15 19:09:50 -07:00
loading_screen.jsx Reformatted loading_screen.jsx to meet style guide requirements. 2015-09-01 08:53:10 -04:00
login.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
member_list.jsx Upgrading ESLint and adding some more rules. Refactoring to meet these new rules 2015-09-03 15:00:47 -04:00
member_list_item.jsx PLT-11 adding config for logs to UI 2015-09-17 22:00:33 -07:00
member_list_team.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
member_list_team_item.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
mention.jsx Upgrading ESLint and adding some more rules. Refactoring to meet these new rules 2015-09-03 15:00:47 -04:00
mention_list.jsx Upgrading ESLint and adding some more rules. Refactoring to meet these new rules 2015-09-03 15:00:47 -04:00
message_wrapper.jsx Removed all calls to textToJsx and replaced them with calls to TextFormatting 2015-09-14 12:22:02 -04:00
more_channels.jsx Adding new create channel modal to the more menu 2015-09-21 09:40:45 -04:00
more_direct_channels.jsx Replaced broken remaining calls to getDOMNode with React.findDOMNode 2015-09-02 15:56:13 -04:00
msg_typing.jsx MM-2065 style refactoring 2015-09-01 17:06:31 -07:00
navbar.jsx PLT-11 adding config for logs to UI 2015-09-17 22:00:33 -07:00
navbar_dropdown.jsx Moving logout item 2015-09-17 22:25:37 -07:00
new_channel_flow.jsx New add channel modal using react-bootstrap. 2015-09-14 13:56:58 -04:00
new_channel_modal.jsx Merge pull request #730 from mattermost/shorten-description-help-text 2015-09-22 00:42:44 -07:00
notify_counts.jsx Cosmetic reformatting of multiple jsx files 2015-09-02 08:30:23 -07:00
password_reset.jsx Cosmetic reformatting of multiple jsx files 2015-09-02 08:30:23 -07:00
password_reset_form.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
password_reset_send_link.jsx Additional refactoring according to issues not caught by eslint 2015-09-02 09:46:40 -07:00
popover_list_members.jsx Implement OAuth2 service provider functionality. 2015-09-16 15:49:12 -04:00
post.jsx Fix load more posts bug. 2015-09-11 08:38:18 -04:00
post_body.jsx Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed emojify" 2015-09-22 13:21:58 -04:00
post_deleted_modal.jsx Cosmetic reformatting of multiple jsx files 2015-09-02 08:30:23 -07:00
post_header.jsx Reformatted post_header.jsx to meet style guide requirements. 2015-09-01 09:23:58 -04:00
post_info.jsx Added a tooltip to post timestamps displaying the actual time the post was created 2015-09-19 09:18:27 -04:00
post_list.jsx Fix first channel load scrolling issue on Windows and iOS and add emoji to RHS. 2015-09-21 11:30:08 -04:00
post_list_container.jsx Add post list container to hold mounted post lists for faster rendering/channel switching. 2015-09-08 10:11:57 -04:00
register_app_modal.jsx Implement OAuth2 service provider functionality. 2015-09-16 15:49:12 -04:00
removed_from_channel_modal.jsx MM-2065 style refactoring 2015-09-01 17:06:31 -07:00
rename_channel_modal.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
rhs_comment.jsx Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed emojify" 2015-09-22 13:21:58 -04:00
rhs_header_post.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
rhs_root_post.jsx Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed emojify" 2015-09-22 13:21:58 -04:00
rhs_thread.jsx Merge pull request #591 from mattermost/mm-1909 2015-09-03 13:37:25 -07:00
search_bar.jsx UI Updates for multiple tickets 2015-09-16 20:32:10 +05:00
search_results.jsx MM-2065 breaking seach_results into multiple files 2015-09-02 09:45:12 -07:00
search_results_header.jsx MM-2065 breaking seach_results into multiple files 2015-09-02 09:45:12 -07:00
search_results_item.jsx Removed all calls to textToJsx and replaced them with calls to TextFormatting 2015-09-14 12:22:02 -04:00
setting_item_max.jsx UI Updates for multiple tickets 2015-09-16 20:32:10 +05:00
setting_item_min.jsx Adding minor hover changes for settings 2015-09-09 22:32:21 +05:00
setting_picture.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
setting_upload.jsx UI changes for various tickets 2015-09-08 21:12:36 +05:00
settings_sidebar.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
sidebar.jsx Cleaned up logic for the unread indicators 2015-09-16 17:08:05 -04:00
sidebar_header.jsx PLT-11 adding config for logs to UI 2015-09-17 22:00:33 -07:00
sidebar_right.jsx Upgrading ESLint and adding some more rules. Refactoring to meet these new rules 2015-09-03 15:00:47 -04:00
sidebar_right_menu.jsx PLT-11 adding config for logs to UI 2015-09-17 22:00:33 -07:00
signup_team.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
signup_team_complete.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
signup_user_complete.jsx Fixing eslint problems 2015-09-15 19:34:02 -07:00
team_export_tab.jsx MM-1825 - Improving UI for settings 2015-09-09 21:26:15 +05:00
team_feature_tab.jsx Replaced remaining calls of getInitialState 2015-09-02 16:30:27 -07:00
team_general_tab.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
team_import_tab.jsx Allowing underscores in channel names. Added conversion of some slack channel names into valid mattermost names. 2015-09-14 12:18:38 -04:00
team_members.jsx Fixing minor issue 2015-09-02 13:06:56 -07:00
team_settings.jsx Adding ability to export data from mattermost 2015-09-04 11:11:38 -04:00
team_settings_modal.jsx Adding ability to export data from mattermost 2015-09-04 11:11:38 -04:00
team_signup_choose_auth.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
team_signup_display_name_page.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
team_signup_email_item.jsx Refactored various React components to use ES6 syntax and to match the style guide without any errors or warnings 2015-09-01 18:45:18 -04:00
team_signup_password_page.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
team_signup_send_invites_page.jsx Removing old config stuff 2015-09-15 19:09:50 -07:00
team_signup_url_page.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
team_signup_username_page.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
team_signup_welcome_page.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
team_signup_with_email.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
team_signup_with_sso.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
textbox.jsx Make onHeightChange not required. 2015-09-04 09:26:15 -04:00
unread_channel_indicator.jsx Cleaned up logic for the unread indicators 2015-09-16 17:08:05 -04:00
user_profile.jsx Removing old config stuff 2015-09-15 19:09:50 -07:00
view_image.jsx PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00