summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_list.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* reformat post_list.jsx to match style guide more closelyJoramWilander2015-08-181-185/+227
|
* fix minor issues caused by rebaseJoramWilander2015-08-181-7/+11
|
* finalize implenetation of predictive client posts so that users get ↵JoramWilander2015-08-181-20/+7
| | | | immediate feedback after posting
* adds predictive posting on the clientJoramWilander2015-08-181-4/+22
|
* Merge pull request #391 from asaadmahmoodspin/masterChristopher Speller2015-08-181-0/+3
|\ | | | | Multiple UI changes
| * Multiple UI changesAsaad Mahmood2015-08-181-0/+3
| |
* | Moved controlling CSS into post list so it always shows upnickago2015-08-171-0/+7
|/
* Revert "Mm 1640 Fixed odd scrolling issues on channel refresh"Joram Wilander2015-08-171-254/+214
|
* cosmetic refactoringnickago2015-08-141-153/+198
|
* Changed timeout code to event basednickago2015-08-141-2/+5
|
* Added non-default reliant behavior to initial scroll on mountnickago2015-08-121-1/+5
|
* Removed usused variablenickago2015-08-121-1/+0
|
* Changed the default for update to hold your position in the listnickago2015-08-121-2/+2
|
* Removed personal debugging code and notesnickago2015-08-121-4/+4
|
* Added case for window resize and cleaned up functionnickago2015-08-121-8/+23
|
* Completely rehauled scrolling system, finished base implementationnickago2015-08-121-87/+36
|
* Filled out comments for post listnickago2015-08-121-1/+1
|
* Further added comments and split up if statments to make it more readablenickago2015-08-121-6/+20
|
* Added more comments and did cosmetic refactoring to understand code easiernickago2015-08-121-10/+14
|
* Added comments to confusing post list methodnickago2015-08-121-1/+8
|
* Removed unnecessary keysnickago2015-08-101-7/+7
|
* Added keys to array-based elements and made getMe asynchronousnickago2015-08-061-7/+7
|
* Merge pull request #330 from hmhealey/mm1579Christopher Speller2015-08-061-2/+1
|\ | | | | MM-1579 Added a date separator before the first post displayed in a channel
| * Added a date separator before the first post displayed in a channelhmhealey2015-08-041-2/+1
| |
* | Fixing style guide stuff in post_listAsaad Mahmood2015-08-051-5/+3
| |
* | UI ImprovementsAsaad Mahmood2015-08-041-2/+12
|/
* Removed ^replying in preparation for 0.6.0hmhealey2015-07-301-11/+2
|
* MM-1816 Make Off-Topic description more clearit332015-07-291-1/+1
|
* Added a 'set description' link for private channelsnickago2015-07-281-1/+4
|
* Merge pull request #201 from hmhealey/mm1539Corey Hulen2015-07-221-2/+15
|\ | | | | MM-1539 Added the ability to reply to earlier message threads by starting a post with ^
| * Added function to reply to earlier messages by prefixing a message with caretshmhealey2015-07-211-2/+15
| |
* | Improving formatting for Channel IntroAsaad Mahmood2015-07-221-9/+9
| |
* | Small patch for a null TypeError in post_list updating codeChristopher Speller2015-07-221-0/+1
|/
* fixes mm-831 post timestamps now updateJoramWilander2015-07-201-6/+10
|
* Renamed all clientside references from full_name to nicknamehmhealey2015-07-171-1/+1
|
* remove admin's ability to manage members of default channel (fixes #172)ralder2015-07-161-2/+1
|
* Merge pull request #175 from ralder/fix-dispatchErrorJoram Wilander2015-07-161-1/+1
|\ | | | | [webui] fix incorrect call for AsyncClient.dispatchError
| * fix incorrect call for AsyncClient.dispatchErrorralder2015-07-131-1/+1
| |
* | Revert "MM-831 Time change ping riding on the status interupt for timestamp ↵Joram Wilander2015-07-141-15/+1
| | | | | | | | update"
* | Merge pull request #174 from nickago/MM-831-3Joram Wilander2015-07-141-1/+15
|\ \ | | | | | | MM-831 Time change ping riding on the status interupt for timestamp update
| * | Added semicolonsnickago2015-07-141-1/+1
| | |
| * | Added timestamp updates to right side and cleaned codenickago2015-07-131-11/+11
| | |
| * | merge conflictsnickago2015-07-131-1/+15
| |\ \
| | * | should fix scrolling on forceupdateJoramWilander2015-07-131-1/+12
| | | |