Граф коммитов

507 Коммитов

Автор SHA1 Сообщение Дата
Reed Garmsen
596e76d404 Fixed issue with uploading files from RHS when trying to upload after opening the RHS and then switching channels 2015-08-12 12:34:08 -07:00
Reed Garmsen
6f091f0f6d Added check to make sure files are not strings 2015-08-12 12:29:57 -07:00
Reed Garmsen
9f9d93e613 Switched to using the jquery-dragster library to implement more consistent drag and drop support, rather than using the inconsistent html5 implementation 2015-08-12 12:29:57 -07:00
Reed Garmsen
9baafdb372 Changed structure to keep code contained to file_upload.jsx 2015-08-12 12:29:57 -07:00
Reed Garmsen
81d7599f75 Working on adding overlays for file drag and drop 2015-08-12 12:29:57 -07:00
Reed Garmsen
1fa436b4f9 Users can now drop files into the center pane or the rhs respectively to upload images and other files 2015-08-12 12:29:57 -07:00
Reed Garmsen
9bbeef208f Added handlers for dragging and dropping files onto the center pane or RHS 2015-08-12 12:24:22 -07:00
nickago
d7c07d07d0 Changed Image to File since we preview files 2015-08-12 10:57:16 -07:00
nickago
8633c477c8 Fixed typo 2015-08-11 10:54:29 -07:00
Christopher Speller
4c7cdb20f0 Merge pull request #359 from hmhealey/mm1770
MM-1770 Add the ability to cancel in-progress file uploads
2015-08-11 12:08:08 -04:00
Christopher Speller
d72d356cbc Merge pull request #354 from nickago/MM-1598
MM-1598 Left and right arrow keys now scroll through pictures/files in preview mode
2015-08-11 12:06:28 -04:00
Christopher Speller
a386bb9293 Merge pull request #353 from hmhealey/mm401
MM-401 Add indicators to the sidebar for offscreen unread channels
2015-08-11 12:05:46 -04:00
Christopher Speller
bffc37be13 Merge pull request #350 from nickago/MM-1684
MM-1684 Refactored code to remove errors on startup
2015-08-11 12:05:20 -04:00
hmhealey
17b05f705f Changed PostStore.getDraft/getCommentDraft to return an empty draft instead of null when no draft is found 2015-08-11 09:41:18 -04:00
nickago
66056ad36d Added event to window scope so react can autobind 2015-08-10 11:24:32 -07:00
hmhealey
6ec1b7a8b3 Formatted CreateComment, CreatePost, and FileUpload React components to match the style guide 2015-08-10 14:04:23 -04:00
hmhealey
96ad8cb114 Changed file upload components to properly remove previews for failed uploads 2015-08-10 14:04:23 -04:00
hmhealey
c9a1bf2d33 Changed post drafts to maintain a store a unique id for each file upload to fix issues with duplicate file names 2015-08-10 14:04:23 -04:00
hmhealey
4b74c873cc Added the ability to cancel file uploads on comments 2015-08-10 14:04:23 -04:00
hmhealey
4e8af44370 Added the ability to cancel file uploads on posts 2015-08-10 14:04:23 -04:00
hmhealey
20d755f3dd Changed post drafts to maintain a list of the names of uploading files instead of just a count 2015-08-10 14:04:22 -04:00
nickago
8297f99209 Removed unnecessary keys 2015-08-10 10:52:51 -07:00
Christopher Speller
e1009fa7fb Merge pull request #348 from nickago/MM-1550
Mm 1550 Mentions are no longer removed from auto complete once used
2015-08-10 12:31:51 -04:00
Christopher Speller
6eb76a7cc3 Merge pull request #356 from nickago/MM-1646
MM-1646 Fixed typo in channel/group naming
2015-08-10 09:38:46 -04:00
Christopher Speller
c5944c9648 Merge pull request #351 from rgarmsen2295/mm-1759
MM-1759 Fixes issue with team sign up link displaying incorrectly in ie10
2015-08-10 09:12:22 -04:00
nickago
fe674339dc Fixed typo in channel/group naming 2015-08-07 08:38:57 -07:00
Harrison Healey
b71e1ccf45 Merge pull request #341 from rgarmsen2295/mm-1643
MM-1643 Errors displayed on the "change password" screen are now cleared when the user hits cancel
2015-08-07 11:05:06 -04:00
hmhealey
72e5d441ff Added handlers for the sidebar to update unread message indicators on page resize 2015-08-07 10:58:03 -04:00
hmhealey
5b831e78a7 Changed sidebar scroll handler to use React's onScroll 2015-08-07 10:54:13 -04:00
nickago
b398819198 Added cosmetic refactoring 2015-08-06 16:28:29 -07:00
hmhealey
02eabee792 Removed ternary statements from sidebar 2015-08-06 19:07:51 -04:00
hmhealey
34f7451c4a Added indicators for when a channel with unread posts is offscreen 2015-08-06 18:57:57 -04:00
nickago
29e405aad6 Left and right arrows now scroll through files 2015-08-06 15:50:37 -07:00
Reed Garmsen
dd39a53208 Cosmetic refactoring 2015-08-06 14:14:10 -07:00
hmhealey
38e2b69dba Added the ability for the sidebar to determine whether or not there's any unread channels offscreen 2015-08-06 16:28:43 -04:00
nickago
e72d6e6d24 Cosmetic refactors, including variable name changes and splitting if statements 2015-08-06 11:47:52 -07:00
nickago
3815ab8065 Added keys to array-based elements and made getMe asynchronous 2015-08-06 11:44:13 -07:00
hmhealey
4fea0b452e Refactored sidebar in preparation for adding unread indicators 2015-08-06 14:04:10 -04:00
Reed Garmsen
8c03c0b930 Correct sign up link now displays on ie10 in the 'Team Invite Link' modal; replaces location.origin with utils function 2015-08-06 08:37:16 -07:00
Christopher Speller
3f987db4a5 Merge pull request #346 from hmhealey/mm1613
MM-1613 Add option to hide Terms of Service disclaimer during signup
2015-08-06 10:43:06 -04:00
Christopher Speller
506798f547 Merge pull request #344 from nickago/MM-1646
MM-1646 Changes the word channel to group for priavte groups
2015-08-06 10:38:22 -04:00
Christopher Speller
f3c5b67588 Merge pull request #332 from nickago/MM-1720
MM-1720 Switch teams menu no longer display the team you are currently on
2015-08-06 10:28:35 -04:00
Christopher Speller
c9864b403c Merge pull request #330 from hmhealey/mm1579
MM-1579 Added a date separator before the first post displayed in a channel
2015-08-06 10:26:50 -04:00
Christopher Speller
48df0037a2 Merge pull request #329 from asaadmahmoodspin/ui-changes
UI Improvements
2015-08-06 10:23:04 -04:00
Christopher Speller
cc78cc9bac Merge pull request #324 from rgarmsen2295/mm-1617
MM-1617 Now shows a loading gif while a profile pic is being uploaded
2015-08-06 10:21:51 -04:00
nickago
f6bc38163e Added cosmetic refactoring 2015-08-05 16:27:22 -07:00
nickago
47cedd68d6 Removed all functionality required for removing used mentions from auto-complete 2015-08-05 14:43:40 -07:00
hmhealey
7d40748d01 Added ShowTermsDuringSignup config option on the client which toggles the Terms of Service disclaimer on signup 2015-08-05 16:07:20 -04:00
hmhealey
e6f8fa0fa7 Reformat signup_user_complete to match style guide 2015-08-05 15:43:36 -04:00
nickago
371b1e04eb Changes the word channel to group for priavte groups 2015-08-05 12:19:46 -07:00