summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Make onHeightChange not required.JoramWilander2015-09-041-3/+3
|
* Merge pull request #591 from mattermost/mm-1909Corey Hulen2015-09-0340-223/+375
|\ | | | | MM-1909 Upgrading ESLint, turning on new rules, enabling some warnings, optimizations
| * Turning off eslint perfer-templates that was mistakinly turned onChristopher Speller2015-09-031-1/+1
| |
| * Turning on optimizations in uglifyjsChristopher Speller2015-09-031-1/+1
| |
| * Upgrading some warnings to errors so Travis won't accept them. Enabling some ↵Christopher Speller2015-09-031-22/+22
| | | | | | | | more rules as warnings.
| * Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-0340-207/+359
| |
* | Merge pull request #590 from nickago/MM-1932Corey Hulen2015-09-036-12/+40
|\ \ | | | | | | MM-1932 Added emoji wrapper with cross platform available gliffs
| * | Added emoji wrapper with cross platform available gliffsnickago2015-09-036-12/+40
| | |
* | | Merge pull request #585 from mattermost/plt-37Christopher Speller2015-09-032-8/+9
|\ \ \ | | | | | | | | PLT-37 Fix poor typing performance on iOS devices.
| * | | Fix poor typing performance on iOS devices.JoramWilander2015-09-032-8/+9
| | | |
* | | | Merge pull request #587 from nickago/MM-1899Christopher Speller2015-09-033-14/+10
|\ \ \ \ | |_|_|/ |/| | | MM-1899 Added help text to channel notifications
| * | | Added help text to channel notificationsnickago2015-09-033-14/+10
| |/ /
* | | Merge pull request #588 from hmhealey/mm1852Harrison Healey2015-09-031-1/+1
|\ \ \ | | | | | | | | MM-1852 Fixed hashtag regex to only look for words starting with a #
| * | | MM-1852 Fixed hashtag regex so that it only looks for hashtags starting with a #hmhealey2015-09-031-1/+1
| |/ /
* | | Merge pull request #584 from mattermost/mm-1909Corey Hulen2015-09-031-3/+2
|\ \ \ | |_|/ |/| | MM-1909 Enabling checking of style guide on travis and turning on strict mode
| * | Enabling checking of style guide on travis and turning on strict modeChristopher Speller2015-09-031-3/+2
| |/
* / Fixed file uploads to still upload other files when one is too largehmhealey2015-09-031-57/+31
|/
* Merge pull request #570 from rgarmsen2295/fix-initial-state-callsCorey Hulen2015-09-025-22/+30
|\ | | | | Refactor remaining uses of getInitialState and componentWillMount
| * Moved componentWillMount logic into the constructor of the react components ↵Reed Garmsen2015-09-022-9/+7
| | | | | | | | it was used in
| * Replaced remaining calls of getInitialStateReed Garmsen2015-09-023-13/+23
| |
* | Merge pull request #561 from mishimi/patch-2Corey Hulen2015-09-021-1/+1
|\ \ | |/ |/| MM-2102 Clarifying error message on reserved URL words
| * MM-2102 Clarifying error message on reserved URL wordsmishimi2015-09-021-1/+1
| |
* | Fixed some react warnings involving missing keys in render arraysReed Garmsen2015-09-027-9/+34
| |
* | Fixed issue of missing empty, placeholder profile image for commentsReed Garmsen2015-09-021-1/+1
| |
* | Fixing style=Corey Hulen2015-09-021-39/+21
| |
* | Merge pull request #566 from nickago/hotfixCorey Hulen2015-09-021-1/+1
|\ \ | | | | | | fixed bug in function binding causing search to slip to end word of post
| * | fixed bug in function binding causing trimWord to slip to end word of postnickago2015-09-021-1/+1
| | |
* | | Merge pull request #565 from mattermost/mm-2081Corey Hulen2015-09-0231-58/+90
|\ \ \ | |/ / |/| | MM-2081 Moving config.js to /web/react/utils/ Including in every file needed
| * | Moving config.js to /web/react/utils/ Including in every file neededChristopher Speller2015-09-0231-58/+90
| | |
* | | Fixed ability to manage channel members after style guide refactoringhmhealey2015-09-021-2/+2
| | |
* | | Fix missed binds.JoramWilander2015-09-021-3/+3
|/ /
* / bound handleClickImage functionnickago2015-09-021-3/+6
|/
* Fixing minor issue=Corey Hulen2015-09-021-1/+1
|
* Fix bad syntax.JoramWilander2015-09-021-1/+1
|
* Merge pull request #559 from hmhealey/getdomnodeCorey Hulen2015-09-0211-33/+33
|\ | | | | Replaced broken remaining calls to getDOMNode with React.findDOMNode
| * Replaced broken remaining calls to getDOMNode with React.findDOMNodehmhealey2015-09-0211-33/+33
| |
* | Merge pull request #558 from nickago/hotfixCorey Hulen2015-09-021-0/+1
|\ \ | | | | | | Bound on change function to react componenet
| * | Bound on change function to react componenetnickago2015-09-021-0/+1
| |/
* | Merge pull request #557 from mattermost/file-attachment-fixCorey Hulen2015-09-021-1/+2
|\ \ | | | | | | Fixing style issue in file_attachment.jsx
| * | Fixing style issue in file_attachment.jsxChristopher Speller2015-09-021-1/+2
| |/
* / Fix data not being passed into login success function.JoramWilander2015-09-021-1/+1
|/
* Merge pull request #553 from mattermost/MM-2065Corey Hulen2015-09-0221-602/+1240
|\ | | | | MM-2065 Cosmetic refactoring for ESLint
| * MM-2065 breaking seach_results into multiple files=Corey Hulen2015-09-023-145/+239
| |
| * MM-2065 style refactoring=Corey Hulen2015-09-0118-457/+1001
| |
* | Merge pull request #547 from mattermost/mm-2068Corey Hulen2015-09-025-700/+812
|\ \ | | | | | | MM-2068 Cosmetic refactoring for ESLint
| * | Cosmetic refactoring for ESLintChristopher Speller2015-09-025-700/+812
| |/
* | Merge pull request #545 from mattermost/mm-2066Corey Hulen2015-09-0215-979/+1678
|\ \ | | | | | | MM-2066 Refactoring for style guide
| * | Remove use of getDOMNode from multiple files.JoramWilander2015-09-029-87/+72
| | |
| * | Remove getDOMNode usage and self assign in access_modal_history.jsxJoramWilander2015-09-021-5/+4
| | |
| * | Changed imports to be upper case for multiple files.JoramWilander2015-09-026-26/+26
| | |