Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix accidental adding of change listener on unmount | JoramWilander | 2016-02-08 | 1 | -2/+2 |
| | |||||
* | PLT-7: Refactoring frontend (chunk 8) | Elias Nahum | 2016-02-01 | 1 | -9/+62 |
| | | | | | - Sidebar and related components - Small Tweak to demotion and add msg for terminal cmd | ||||
* | ADding utilis mobile instead of width | Asaad Mahmood | 2015-12-11 | 1 | -3/+3 |
| | |||||
* | Updating direct messages code | Asaad Mahmood | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Updating code for direct messages | Asaad Mahmood | 2015-12-10 | 1 | -3/+3 |
| | |||||
* | FIxing scroll for more direct channels | Asaad Mahmood | 2015-12-10 | 1 | -11/+17 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵ | Christopher Speller | 2015-11-19 | 1 | -2/+2 |
| | | | | system. | ||||
* | UI changes for Direct messages and Bad connection | Asaad Mahmood | 2015-11-13 | 1 | -0/+4 |
| | |||||
* | Updating prop for direct messages modal | Asaad Mahmood | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | UI Improvements for multiple tickets | Asaad Mahmood | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | add helper method to initiate a direct channel chat | Florian Orben | 2015-10-26 | 1 | -48/+14 |
| | |||||
* | Fixed react warning in more_direct_channels.jsx | Reed Garmsen | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1147 from hmhealey/plt721 | Corey Hulen | 2015-10-22 | 1 | -1/+1 |
|\ | | | | | PLT-721 Changed Direct Channel modal to only show active users | ||||
| * | Changed Direct Channel modal to only show active users | hmhealey | 2015-10-22 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1146 from hmhealey/plt759 | Corey Hulen | 2015-10-22 | 1 | -5/+7 |
|\ \ | | | | | | | PLT-759 Made searching case insensitive in Direct Messages modal | ||||
| * | | Made searching case insensitive in Direct Messages modal | hmhealey | 2015-10-22 | 1 | -5/+7 |
| |/ | |||||
* | | Merge branch 'master' into PLT-44 | =Corey Hulen | 2015-10-20 | 1 | -5/+6 |
|\| | |||||
| * | Updating direct messages title | Asaad Mahmood | 2015-10-19 | 1 | -1/+1 |
| | | |||||
| * | Multiple UI Improvements | Asaad Mahmood | 2015-10-19 | 1 | -4/+5 |
| | | |||||
* | | Multi-session login | =Corey Hulen | 2015-10-20 | 1 | -1/+1 |
|/ | |||||
* | Updating userEntries div to tr td | Asaad Mahmood | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Fixing more direct channel modal scrolling | Asaad Mahmood | 2015-10-16 | 1 | -1/+13 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-10-16 | 1 | -34/+38 |
| | |||||
* | Fixing most deprication warnings | Christopher Speller | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Updated More Direct Channels modal and converted it to ReactBootstrap | hmhealey | 2015-10-14 | 1 | -105/+245 |
| | |||||
* | Removed Preference.AltId | hmhealey | 2015-10-13 | 1 | -3/+2 |
| | |||||
* | Cleaned up JSX errors | hmhealey | 2015-10-13 | 1 | -30/+27 |
| | |||||
* | Fixed edge cases with leaving a direct channel while viewing that channel | hmhealey | 2015-10-13 | 1 | -15/+0 |
| | |||||
* | Renamed show_hide preference to show | hmhealey | 2015-10-13 | 1 | -1/+3 |
| | |||||
* | Changed direct messages channels so users can show/hide them | hmhealey | 2015-10-13 | 1 | -9/+23 |
| | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵ | Christopher Speller | 2015-10-05 | 1 | -16/+16 |
| | | | | Adding new ESLint rules. Fixing new ESLint errors. | ||||
* | Removed unused title update code | Reed Garmsen | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | PLT-126: Change 'Private Messages' to 'Direct Messages' | Chengwei Yang | 2015-09-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com> | ||||
* | Replaced broken remaining calls to getDOMNode with React.findDOMNode | hmhealey | 2015-09-02 | 1 | -3/+3 |
| | |||||
* | MM-2065 style refactoring | =Corey Hulen | 2015-09-01 | 1 | -14/+46 |
| | |||||
* | Added feature to the 'More...' PM channel list and fixed small cosmetic issues | Reed Garmsen | 2015-08-18 | 1 | -6/+31 |
| | |||||
* | Prepatory cosmetic refactoring of more_direct_channels.jsx | Reed Garmsen | 2015-08-18 | 1 | -28/+38 |
| | |||||
* | switching to a new PM channel now works in the more modal | JoramWilander | 2015-07-31 | 1 | -1/+2 |
| | |||||
* | Facelifted "direct message" to "private message" | nickago | 2015-07-01 | 1 | -1/+1 |
| | |||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+68 |