Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed react warning issue with setState in RHS | Reed Garmsen | 2016-01-13 | 1 | -2/+10 |
| | |||||
* | PLT-1310 fixing regression caused by this bug | =Corey Hulen | 2015-12-03 | 1 | -0/+9 |
| | |||||
* | PLT-1301 Fixing RHS disappearing bug | =Corey Hulen | 2015-12-02 | 1 | -1/+0 |
| | |||||
* | Implementing Permalinks and jumping to post from search. Performance | Christopher Speller | 2015-11-23 | 1 | -1/+1 |
| | | | | improvements. | ||||
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵ | Christopher Speller | 2015-11-19 | 1 | -11/+11 |
| | | | | system. | ||||
* | Removing height variable | Asaad Mahmood | 2015-11-16 | 1 | -1/+0 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-11-16 | 1 | -1/+0 |
| | |||||
* | Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵ | JoramWilander | 2015-11-12 | 1 | -2/+2 |
| | | | | accurate. | ||||
* | Some renaming | Christopher Speller | 2015-11-02 | 1 | -5/+5 |
| | |||||
* | 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 |