Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle window resize events in React way | Antti Ahti | 2015-10-20 | 1 | -9/+18 |
| | | | | | | Use the React-way of handling resize events. Essentially store the window size in component state instead of doing some custom handling. See http://facebook.github.io/react/tips/dom-event-listeners.html | ||||
* | Merge remote-tracking branch 'upstream/master' into PLT-637 | Stas Vovk | 2015-10-16 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: web/react/utils/constants.jsx | ||||
| * | Multiple UI Improvements | Asaad Mahmood | 2015-10-15 | 1 | -4/+4 |
| | | |||||
* | | update posts time in the right sidebar when user changes time format | Stas Vovk | 2015-10-15 | 1 | -0/+14 |
|/ | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Now handles commenting on a deleted post gracefully, and checks for any ↵ | Reed Garmsen | 2015-10-07 | 1 | -11/+7 |
| | | | | areas where data may no longer exist once a post has been deleted | ||||
* | Initial changes to how trying to comment on a deleted post is handled | Reed Garmsen | 2015-10-06 | 1 | -0/+7 |
| | |||||
* | Merge pull request #591 from mattermost/mm-1909 | Corey Hulen | 2015-09-03 | 1 | -2/+1 |
|\ | | | | | MM-1909 Upgrading ESLint, turning on new rules, enabling some warnings, optimizations | ||||
| * | Upgrading ESLint and adding some more rules. Refactoring to meet these new rules | Christopher Speller | 2015-09-03 | 1 | -2/+1 |
| | | |||||
* | | Added emoji wrapper with cross platform available gliffs | nickago | 2015-09-03 | 1 | -11/+0 |
|/ | |||||
* | Fixed some react warnings involving missing keys in render arrays | Reed Garmsen | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | MM-2065 style refactoring | =Corey Hulen | 2015-09-01 | 1 | -5/+12 |
| | |||||
* | Refactored post handling/updating on both the client and server. | JoramWilander | 2015-08-27 | 1 | -0/+215 |