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

99 Коммитов

Автор SHA1 Сообщение Дата
hmhealey
fede1ae96f MM-1852 Fixed hashtag regex so that it only looks for hashtags starting with a # 2015-09-03 12:21:13 -04:00
Corey Hulen
723e0756e8 Merge pull request #566 from nickago/hotfix
fixed bug in function binding causing search to slip to end word of post
2015-09-02 13:55:13 -07:00
nickago
d2904c4dcb fixed bug in function binding causing trimWord to slip to end word of post 2015-09-02 13:52:48 -07:00
Christopher Speller
f79eea1854 Moving config.js to /web/react/utils/ Including in every file needed 2015-09-02 16:49:32 -04:00
Christopher Speller
0ffb8e6203 Cosmetic refactoring for ESLint 2015-09-02 10:49:01 -04:00
Christopher Speller
3cdd0192dd Merge pull request #492 from nickago/MM-1796
MM-1796 Added parsing of the 't=' parameter on youtube videos
2015-08-31 09:03:38 -04:00
Christopher Speller
34cd8b5059 Merge pull request #477 from nickago/MM-1794
MM-1794 Reformatted Youtube video display
2015-08-31 09:03:19 -04:00
Christopher Speller
ccb5d076d5 Merge pull request #475 from nickago/MM-1773
MM-1773a Add wildcard searching for postgresql
2015-08-31 09:03:11 -04:00
Reed Garmsen
023b286930 Removed warning message when at the max character limit 2015-08-28 14:43:48 -07:00
nickago
a61688f9eb removed vestigial perfect Scrollbar command 2015-08-27 13:16:57 -07:00
nickago
824917b029 Added wildcard highlighting and removed redundant whitespace parsing 2015-08-27 08:57:07 -07:00
Christopher Speller
e1c09605dc Merge pull request #469 from mattermost/mm-1699
MM-1699 Refactored post handling/updating on both the client and server
2015-08-27 11:22:19 -04:00
nickago
b29fe02d66 Added parsing of the 't=' parameter on youtube videos 2015-08-27 08:07:54 -07:00
Christopher Speller
d5e202a4d9 Merge pull request #472 from rgarmsen2295/mm-1853
MM-1853 Prevents users from typing more than 4000 characters into any any post/comment
2015-08-27 10:01:54 -04:00
JoramWilander
041d89b85a Refactored post handling/updating on both the client and server. 2015-08-27 08:21:26 -04:00
Reed Garmsen
a56603d666 Moved duplicate code into functions and added better handling of large paste text dumps 2015-08-26 16:53:19 -07:00
nickago
91c8101797 Reformatted Youtube video display 2015-08-25 16:59:54 -07:00
Corey Hulen
eb5af31c17 Merge pull request #466 from mattermost/mm-1912
Fixes mm-1912 move get file info into its own web service call
2015-08-25 13:17:21 -07:00
Reed Garmsen
656a88efdd Fixed issue with carriage returns being counted improperly in non-ie browsers and updated error messages to be appropriate to what is being typed (message vs. post vs. edit) 2015-08-25 13:16:44 -07:00
=Corey Hulen
64b179ab0e Fixes mm-1912 move get file info into its own web service call 2015-08-24 15:03:52 -07:00
Reed Garmsen
911836d597 Fixed issue with timestamp incorrectly displaying single digit minutes 2015-08-24 10:52:53 -07:00
nickago
65349d0259 Added fullscreen capability to youtube embed 2015-08-21 15:21:47 -07:00
Christopher Speller
24c13730ef Fixing AM-PM issue 2015-08-20 12:59:07 -04:00
Christopher Speller
450494548d Fixing a few refactoring errors. 2015-08-20 08:41:45 -04:00
Christopher Speller
a7e935af9c Cosmetic refactoring for ESLint 2015-08-19 08:53:52 -04:00
Christopher Speller
d78ebab108 Implemention of slack import feature. 2015-08-19 08:52:49 -04:00
Corey Hulen
5bf1aac697 Merge pull request #383 from rgarmsen2295/mm-1584b
MM-1584 Private message channels no longer do a page refresh on creation/first use
2015-08-18 21:19:15 -07:00
Reed Garmsen
f2b06cfc7c Added feature to the 'More...' PM channel list and fixed small cosmetic issues 2015-08-18 08:47:14 -07:00
nickago
7ce0bf8f6c Formatted comments' time in RHS similar to root 2015-08-18 08:31:25 -07:00
Christopher Speller
4805608cc9 Merge pull request #391 from asaadmahmoodspin/master
Multiple UI changes
2015-08-18 08:56:24 -04:00
Joram Wilander
5f7be5c1d3 Merge pull request #374 from nickago/MM-1299
MM-1299 Fixes problem of two notification sounds in firefox
2015-08-18 07:51:04 -04:00
Asaad Mahmood
f68a8c8de3 Multiple UI changes 2015-08-18 11:58:15 +05:00
Joram Wilander
646214b49b Revert "Mm 1640 Fixed odd scrolling issues on channel refresh" 2015-08-17 11:35:30 -04:00
nickago
fb9e891246 Added hardcoded firefox function 2015-08-17 08:10:49 -07:00
Christopher Speller
1c65fe1f84 Merge pull request #372 from nickago/MM-1640
Mm 1640 Fixed odd scrolling issues on channel refresh
2015-08-17 09:44:27 -04:00
nickago
63005366ad move browser check functionality into a method 2015-08-14 14:21:41 -07:00
Christopher Speller
26a8e19a35 Revert "MM-375 Adds text formatting features using a modified version of the marked js library" 2015-08-14 15:03:32 -04:00
Joram Wilander
b9aef9f2a6 Merge pull request #360 from rgarmsen2295/mm-375d
MM-375 Adds text formatting features using a modified version of the marked js library
2015-08-14 09:28:24 -04:00
nickago
c5ee567bac Refactored such that the menu doesn't open for firefox users 2015-08-13 08:50:40 -07:00
nickago
0b22bb25c1 Handed control of notification sounds over to browser for firefox 2015-08-12 15:27:46 -07:00
Reed Garmsen
41e74860d8 Cosmetic refactoring of the notifyMe function in utils.jsx and removed unnecessary files 2015-08-12 11:19:42 -07:00
Reed Garmsen
e02883baf2 Cosmetic refactoring of post_body.jsx 2015-08-12 11:19:42 -07:00
Reed Garmsen
23a331f933 Cosmetic refactoring of textToJsx function 2015-08-12 11:19:42 -07:00
Reed Garmsen
d293bc0b79 Implemented basic text formatting package using a modfied version of the marked js library. Supports *bold*, _italics_, and code 2015-08-12 11:19:42 -07:00
nickago
6028d013d6 Added case for window resize and cleaned up function 2015-08-12 09:28:54 -07:00
nickago
3d492bf450 Completely rehauled scrolling system, finished base implementation 2015-08-12 09:28:54 -07:00
JoramWilander
1692fca1c3 update rename channel modal to not refresh page on channel name change 2015-08-11 12:14:58 -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
Corey Hulen
1f417368ad Merge pull request #276 from mattermost/mm-1688
MM-1688 reset number of posts to fetch on channel switch and fresh page load
2015-08-02 08:59:07 -08:00
Joram Wilander
56724980f8 Revert "MM-1706 Changed mention highlighting code to split words on all non-word characters" 2015-07-31 10:02:21 -04:00