server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
react
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Turning off eslint perfer-templates that was mistakinly turned on
Christopher Speller
2015-09-03
1
-1
/
+1
|
|
*
Turning on optimizations in uglifyjs
Christopher Speller
2015-09-03
1
-1
/
+1
|
|
*
Upgrading some warnings to errors so Travis won't accept them. Enabling some ...
Christopher Speller
2015-09-03
1
-22
/
+22
|
|
*
Upgrading ESLint and adding some more rules. Refactoring to meet these new rules
Christopher Speller
2015-09-03
40
-207
/
+359
|
*
|
Merge pull request #590 from nickago/MM-1932
Corey Hulen
2015-09-03
6
-12
/
+40
|
|
\
\
|
|
*
|
Added emoji wrapper with cross platform available gliffs
nickago
2015-09-03
6
-12
/
+40
|
*
|
|
Merge pull request #585 from mattermost/plt-37
Christopher Speller
2015-09-03
2
-8
/
+9
|
|
\
\
\
|
|
*
|
|
Fix poor typing performance on iOS devices.
JoramWilander
2015-09-03
2
-8
/
+9
|
*
|
|
|
Merge pull request #587 from nickago/MM-1899
Christopher Speller
2015-09-03
3
-14
/
+10
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
Added help text to channel notifications
nickago
2015-09-03
3
-14
/
+10
|
|
|
/
/
*
|
/
/
Adding initial admin console html pages
=Corey Hulen
2015-09-03
1
-0
/
+8
|
/
/
/
*
|
|
Merge pull request #588 from hmhealey/mm1852
Harrison Healey
2015-09-03
1
-1
/
+1
|
\
\
\
|
*
|
|
MM-1852 Fixed hashtag regex so that it only looks for hashtags starting with a #
hmhealey
2015-09-03
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #584 from mattermost/mm-1909
Corey Hulen
2015-09-03
1
-3
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Enabling checking of style guide on travis and turning on strict mode
Christopher Speller
2015-09-03
1
-3
/
+2
|
|
/
*
/
Fixed file uploads to still upload other files when one is too large
hmhealey
2015-09-03
1
-57
/
+31
|
/
*
Merge pull request #570 from rgarmsen2295/fix-initial-state-calls
Corey Hulen
2015-09-02
5
-22
/
+30
|
\
|
*
Moved componentWillMount logic into the constructor of the react components i...
Reed Garmsen
2015-09-02
2
-9
/
+7
|
*
Replaced remaining calls of getInitialState
Reed Garmsen
2015-09-02
3
-13
/
+23
*
|
Merge pull request #561 from mishimi/patch-2
Corey Hulen
2015-09-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
MM-2102 Clarifying error message on reserved URL words
mishimi
2015-09-02
1
-1
/
+1
*
|
Fixed some react warnings involving missing keys in render arrays
Reed Garmsen
2015-09-02
7
-9
/
+34
*
|
Fixed issue of missing empty, placeholder profile image for comments
Reed Garmsen
2015-09-02
1
-1
/
+1
*
|
Fixing style
=Corey Hulen
2015-09-02
1
-39
/
+21
*
|
Merge pull request #566 from nickago/hotfix
Corey Hulen
2015-09-02
1
-1
/
+1
|
\
\
|
*
|
fixed bug in function binding causing trimWord to slip to end word of post
nickago
2015-09-02
1
-1
/
+1
*
|
|
Merge pull request #565 from mattermost/mm-2081
Corey Hulen
2015-09-02
29
-1
/
+80
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Moving config.js to /web/react/utils/ Including in every file needed
Christopher Speller
2015-09-02
29
-1
/
+80
*
|
|
Fixed ability to manage channel members after style guide refactoring
hmhealey
2015-09-02
1
-2
/
+2
*
|
|
Fix missed binds.
JoramWilander
2015-09-02
1
-3
/
+3
|
/
/
*
/
bound handleClickImage function
nickago
2015-09-02
1
-3
/
+6
|
/
*
Fixing minor issue
=Corey Hulen
2015-09-02
1
-1
/
+1
*
Fix bad syntax.
JoramWilander
2015-09-02
1
-1
/
+1
*
Merge pull request #559 from hmhealey/getdomnode
Corey Hulen
2015-09-02
11
-33
/
+33
|
\
|
*
Replaced broken remaining calls to getDOMNode with React.findDOMNode
hmhealey
2015-09-02
11
-33
/
+33
*
|
Merge pull request #558 from nickago/hotfix
Corey Hulen
2015-09-02
1
-0
/
+1
|
\
\
|
*
|
Bound on change function to react componenet
nickago
2015-09-02
1
-0
/
+1
|
|
/
*
|
Merge pull request #557 from mattermost/file-attachment-fix
Corey Hulen
2015-09-02
1
-1
/
+2
|
\
\
|
*
|
Fixing style issue in file_attachment.jsx
Christopher Speller
2015-09-02
1
-1
/
+2
|
|
/
*
/
Fix data not being passed into login success function.
JoramWilander
2015-09-02
1
-1
/
+1
|
/
*
Merge pull request #553 from mattermost/MM-2065
Corey Hulen
2015-09-02
21
-602
/
+1240
|
\
|
*
MM-2065 breaking seach_results into multiple files
=Corey Hulen
2015-09-02
3
-145
/
+239
|
*
MM-2065 style refactoring
=Corey Hulen
2015-09-01
18
-457
/
+1001
*
|
Merge pull request #547 from mattermost/mm-2068
Corey Hulen
2015-09-02
5
-700
/
+812
|
\
\
|
*
|
Cosmetic refactoring for ESLint
Christopher Speller
2015-09-02
5
-700
/
+812
|
|
/
*
|
Merge pull request #545 from mattermost/mm-2066
Corey Hulen
2015-09-02
15
-979
/
+1678
|
\
\
|
*
|
Remove use of getDOMNode from multiple files.
JoramWilander
2015-09-02
9
-87
/
+72
|
*
|
Remove getDOMNode usage and self assign in access_modal_history.jsx
JoramWilander
2015-09-02
1
-5
/
+4
|
*
|
Changed imports to be upper case for multiple files.
JoramWilander
2015-09-02
6
-26
/
+26
|
*
|
Reformatted user_settings_appearance.jsx to meet style guide requirements.
JoramWilander
2015-09-02
2
-55
/
+112
[prev]
[next]