summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_list.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Auto-embed gifs from .gif linksJoramWilander2015-10-231-1/+9
|
* Fixing merge=Corey Hulen2015-10-221-1/+1
|
* Merge branch 'master' into PLT-44=Corey Hulen2015-10-221-38/+49
|\
| * Fixed typos in create_post.jsx resizing codeReed Garmsen2015-10-211-10/+8
| |
| * Changed post list resize code to use react state; fixed various eslint warningsReed Garmsen2015-10-211-38/+51
| |
* | Multi-session login=Corey Hulen2015-10-201-1/+1
|/
* Small refactor of websocket code on client and serverJoramWilander2015-10-161-34/+26
|
* Merge remote-tracking branch 'upstream/master' into PLT-637Stas Vovk2015-10-161-10/+10
|\ | | | | | | | | Conflicts: web/react/utils/constants.jsx
| * Fixing most deprication warningsChristopher Speller2015-10-151-10/+10
| |
* | added display tab under account settings. added 24h time optionStas Vovk2015-10-141-0/+3
|/
* Merge pull request #981 from mattermost/plt-517Christopher Speller2015-10-081-1/+1
|\ | | | | PLT-517 Changing SpinPunch to Mattermost in copyright
| * Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
| |
* | Tweaking welcome text in Town-Squareit332015-10-081-6/+2
|/
* Merge pull request #922 from mattermost/plt-360Harrison Healey2015-10-051-6/+8
|\ | | | | PLT-360 Upgrade and changes to ESLint
| * Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-6/+8
| | | | | | | | Adding new ESLint rules. Fixing new ESLint errors.
* | Add config options for overriding username and icon, and add BOT indicator ↵JoramWilander2015-10-051-4/+4
| | | | | | | | next to webhook posts.
* | Add ability to override username and icon for posts from incoming webhooks.JoramWilander2015-10-021-2/+13
|/
* Fix scrolling related to RHS.JoramWilander2015-09-291-1/+13
|
* Partial fix to scrolling issues. No longer jumps up from the bottom when RHS ↵Christopher Speller2015-09-251-8/+8
| | | | opens
* PLT-126: Change 'Private Messages' to 'Direct Messages'Chengwei Yang2015-09-231-3/+3
| | | | Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
* Fix first channel load scrolling issue on Windows and iOS and add emoji to RHS.JoramWilander2015-09-211-0/+1
|
* PLT-11 adding config for logs to UI=Corey Hulen2015-09-171-1/+1
|
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-4/+2
|
* Fix load more posts bug.JoramWilander2015-09-111-3/+9
|
* Fix race condition where switching between two channels that both had new ↵JoramWilander2015-09-091-3/+7
| | | | messages sometimes caused improper scrolling.
* Add post list container to hold mounted post lists for faster ↵JoramWilander2015-09-081-99/+103
| | | | rendering/channel switching.
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-1/+1
|
* Fixed some react warnings involving missing keys in render arraysReed Garmsen2015-09-021-1/+1
|
* Moving config.js to /web/react/utils/ Including in every file neededChristopher Speller2015-09-021-0/+2
|
* Replaced broken remaining calls to getDOMNode with React.findDOMNodehmhealey2015-09-021-4/+4
|
* MM-2065 style refactoring=Corey Hulen2015-09-011-8/+17
|
* Merge pull request #497 from nickago/MM-1842Christopher Speller2015-08-311-0/+8
|\ | | | | MM-1842 Added invite link to off-topic channel
| * Added invite link to off-topic channelnickago2015-08-271-0/+8
| |
* | Revert "MM-2046 - Updating postHolder scroll"Christopher Speller2015-08-311-1/+0
| |
* | Merge pull request #521 from rgarmsen2295/mm-2044Corey Hulen2015-08-301-1/+7
|\ \ | | | | | | MM-2044 Removes ability to auto-scroll to new messages in ie10/11 to fix rendering issue
| * | Removes ability to auto-scroll to new messages in ie10/11 to fix rendering issueReed Garmsen2015-08-301-1/+7
| |/
* | Merge pull request #518 from asaadmahmoodspin/MM-2046Corey Hulen2015-08-301-0/+1
|\ \ | | | | | | MM-2046 - Updating postHolder scroll
| * | MM-2046 - Updating postHolder scrollAsaad Mahmood2015-08-281-0/+1
| |/
* / First post list on page load will show loading screen until latest posts are ↵JoramWilander2015-08-281-2/+24
|/ | | | grabbed from the server.
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-381/+450
|
* Updating intro text for channelsAsaad Mahmood2015-08-211-2/+2
|
* Multiple UI ImprovementsAsaad Mahmood2015-08-211-6/+7
|
* Revert "Multiple UI Improvements"Joram Wilander2015-08-201-7/+6
|
* Multiple UI ImprovementsAsaad Mahmood2015-08-201-6/+7
|
* Merge pull request #406 from mattermost/mm-1281Christopher Speller2015-08-191-5/+14
|\ | | | | MM-1281 Track channel creator in DB and show in channel intro message
| * Track channel creator in DB and show in channel intro message.JoramWilander2015-08-191-5/+14
| |
* | Merge pull request #398 from mattermost/mm-1593Joram Wilander2015-08-191-14/+29
|\ \ | | | | | | MM-1593 Added a message deleted indicator
| * | Added a message deleted indicator when a post is deleted to let the user ↵JoramWilander2015-08-191-14/+29
| |/ | | | | | | know what's happening.
* / Fixes new message indicator not appearing.JoramWilander2015-08-191-1/+1
|/
* Fix a bad merge that had edited posts being handled sloppily.JoramWilander2015-08-181-6/+0
|