Commit Graph

944 Commits

Author SHA1 Message Date
=Corey Hulen
05d95d80a8 Merge branch 'master' into PLT-12 2015-09-03 13:39:22 -07:00
=Corey Hulen
48ca3a4007 Adding initial admin console html pages 2015-09-03 13:38:22 -07:00
Corey Hulen
4f0c06114b Merge pull request #591 from mattermost/mm-1909
MM-1909 Upgrading ESLint, turning on new rules, enabling some warnings, optimizations
2015-09-03 13:37:25 -07:00
Corey Hulen
b3fea25edd Merge pull request #590 from nickago/MM-1932
MM-1932 Added emoji wrapper with cross platform available gliffs
2015-09-03 13:37:00 -07:00
Christopher Speller
9424fa92ab Merge pull request #585 from mattermost/plt-37
PLT-37 Fix poor typing performance on iOS devices.
2015-09-03 15:30:58 -04:00
Christopher Speller
2a62b00d76 Merge pull request #587 from nickago/MM-1899
MM-1899 Added help text to channel notifications
2015-09-03 15:30:32 -04:00
Christopher Speller
21a6c84988 Turning off eslint perfer-templates that was mistakinly turned on 2015-09-03 15:03:11 -04:00
Christopher Speller
80aaa2998e Turning on optimizations in uglifyjs 2015-09-03 15:00:47 -04:00
Christopher Speller
d064f1d4ff Upgrading some warnings to errors so Travis won't accept them. Enabling some more rules as warnings. 2015-09-03 15:00:47 -04:00
Christopher Speller
4b22c1f99c Upgrading ESLint and adding some more rules. Refactoring to meet these new rules 2015-09-03 15:00:47 -04:00
Harrison Healey
e69e2db6b4 Merge pull request #588 from hmhealey/mm1852
MM-1852 Fixed hashtag regex to only look for words starting with a #
2015-09-03 13:02:16 -04:00
nickago
c81efd1391 Added emoji wrapper with cross platform available gliffs 2015-09-03 09:35:40 -07:00
JoramWilander
e4336bbc84 Fix poor typing performance on iOS devices. 2015-09-03 12:28:19 -04:00
Corey Hulen
2b2ce10fed Merge pull request #584 from mattermost/mm-1909
MM-1909 Enabling checking of style guide on travis and turning on strict mode
2015-09-03 09:22:13 -07:00
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
nickago
32eab0e704 Added help text to channel notifications 2015-09-03 08:20:40 -07:00
hmhealey
63c7ff75ee Fixed file uploads to still upload other files when one is too large 2015-09-03 10:25:52 -04:00
Christopher Speller
b9bc1bbe10 Enabling checking of style guide on travis and turning on strict mode 2015-09-03 08:53:22 -04:00
Corey Hulen
2c06ec89fe Merge pull request #570 from rgarmsen2295/fix-initial-state-calls
Refactor remaining uses of getInitialState and componentWillMount
2015-09-02 16:57:05 -07:00
Reed Garmsen
7b70892c75 Moved componentWillMount logic into the constructor of the react components it was used in 2015-09-02 16:42:20 -07:00
Reed Garmsen
97fa0d95b4 Replaced remaining calls of getInitialState 2015-09-02 16:30:27 -07:00
Corey Hulen
f11f703158 Merge pull request #561 from mishimi/patch-2
MM-2102 Clarifying error message on reserved URL words
2015-09-02 16:28:08 -07:00
Reed Garmsen
96aa78c971 Fixed some react warnings involving missing keys in render arrays 2015-09-02 15:57:32 -07:00
Reed Garmsen
a82201846a Fixed issue of missing empty, placeholder profile image for comments 2015-09-02 15:46:14 -07:00
=Corey Hulen
ccd5fa39ac Fixing style 2015-09-02 15:09:30 -07: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
Corey Hulen
858896bd44 Merge pull request #565 from mattermost/mm-2081
MM-2081 Moving config.js to /web/react/utils/ Including in every file needed
2015-09-02 13:54:15 -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
hmhealey
3401cc10c4 Fixed ability to manage channel members after style guide refactoring 2015-09-02 16:45:34 -04:00
JoramWilander
fec8fd46c8 Fix missed binds. 2015-09-02 16:27:55 -04:00
nickago
373e248d6d bound handleClickImage function 2015-09-02 13:13:37 -07:00
mishimi
3c52bd1d2c MM-2102 Clarifying error message on reserved URL words 2015-09-02 13:07:07 -07:00
=Corey Hulen
ff638e460f Fixing minor issue 2015-09-02 13:06:56 -07:00
JoramWilander
b0ef03999f Fix bad syntax. 2015-09-02 16:02:03 -04:00
Corey Hulen
fca2f43ad5 Merge pull request #559 from hmhealey/getdomnode
Replaced broken remaining calls to getDOMNode with React.findDOMNode
2015-09-02 12:57:45 -07:00
Corey Hulen
27970af4bb Merge pull request #558 from nickago/hotfix
Bound on change function to react componenet
2015-09-02 12:56:19 -07:00
hmhealey
a020391d93 Replaced broken remaining calls to getDOMNode with React.findDOMNode 2015-09-02 15:56:13 -04:00
Corey Hulen
f720a06cfb Merge pull request #557 from mattermost/file-attachment-fix
Fixing style issue in file_attachment.jsx
2015-09-02 12:54:40 -07:00
nickago
4fb839a089 Bound on change function to react componenet 2015-09-02 12:54:01 -07:00
Christopher Speller
59bfb3a359 Fixing style issue in file_attachment.jsx 2015-09-02 15:53:22 -04:00
JoramWilander
e63aced91a Fix data not being passed into login success function. 2015-09-02 15:47:02 -04:00
Corey Hulen
c7cafb6ac7 Merge pull request #553 from mattermost/MM-2065
MM-2065  Cosmetic refactoring for ESLint
2015-09-02 12:41:47 -07:00
Corey Hulen
b31be3afa7 Merge pull request #547 from mattermost/mm-2068
MM-2068 Cosmetic refactoring for ESLint
2015-09-02 12:41:38 -07:00
Corey Hulen
f9dd82253c Merge pull request #545 from mattermost/mm-2066
MM-2066 Refactoring for style guide
2015-09-02 12:41:28 -07:00
Corey Hulen
833f6b7df1 Merge pull request #539 from rgarmsen2295/reformat_part_one
MM-2063 Cosmetic Refactoring
2015-09-02 12:41:16 -07:00
Corey Hulen
eaeab0d645 Merge pull request #538 from hmhealey/mm2064
MM-2064 Cosmetic refactoring for ES6 and style guide
2015-09-02 12:41:01 -07:00
Corey Hulen
3e431b6c88 Merge pull request #535 from nickago/MM-2067
MM-2067 Cosmetic Refactoring
2015-09-02 12:40:42 -07:00
JoramWilander
b9e16f41f1 Remove use of getDOMNode from multiple files. 2015-09-02 14:26:01 -04:00
nickago
069f851313 Cosmetic Refactoring 2015-09-02 11:14:50 -07:00