summaryrefslogtreecommitdiffstats
path: root/web/react/components/post.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Refactor listener out of user profile and fix thread logicJoramWilander2016-02-231-22/+22
|
* Move post_body profile change listener into posts viewJoramWilander2016-02-221-2/+8
|
* Renamed RECIEVED_* to RECEIVED_*hmhealey2016-02-081-3/+3
|
* Changed clock icon in repeat posts to simple timestampReed Garmsen2016-02-021-0/+1
|
* Revert "add helper method to add ephemeral messages; also switch 'delete ↵Christopher Speller2015-12-101-1/+1
| | | | mess…"
* add helper method to add ephemeral messages; also switch 'delete message' to ↵Florian Orben2015-12-091-1/+1
| | | | this new method
* PLT-1380: Post system message when user updates channel headerFlorian Orben2015-12-041-1/+1
|
* PLT-1326: Enable channel posts of type join or leave not trigger unread ↵Florian Orben2015-12-041-1/+8
| | | | notifications
* Update post if shouldHighlight prop changesJoramWilander2015-12-031-0/+4
|
* Enabled name display settings in more placesReed Garmsen2015-12-011-1/+6
|
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-14/+20
| | | | improvements.
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-10/+10
| | | | system.
* Removing postInfo from post.jsxAsaad Mahmood2015-11-191-2/+0
|
* Posts structure improvementAsaad Mahmood2015-11-191-33/+26
|
* Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵JoramWilander2015-11-121-1/+1
| | | | accurate.
* Removing useless resize alert function in PostBodyChristopher Speller2015-11-021-3/+1
|
* Auto-embed gifs from .gif linksJoramWilander2015-10-231-2/+8
|
* Multi-session login=Corey Hulen2015-10-201-1/+1
|
* Inital support for multi-tab loging=Corey Hulen2015-10-161-1/+1
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Add config options for overriding username and icon, and add BOT indicator ↵JoramWilander2015-10-051-2/+4
| | | | next to webhook posts.
* Add ability to override username and icon for posts from incoming webhooks.JoramWilander2015-10-021-1/+6
|
* Fix post not rendering properly in some cases.JoramWilander2015-09-231-15/+36
|
* Fix load more posts bug.JoramWilander2015-09-111-1/+1
|
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-5/+10
|
* Fixed issue of missing empty, placeholder profile image for commentsReed Garmsen2015-09-021-1/+1
|
* Cosmetic Refactoringnickago2015-09-021-34/+86
|
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-14/+27
|
* Fixed issue with site tryinng to load profile pictures without having ↵Reed Garmsen2015-08-241-1/+6
| | | | profile information
* Fixes issue with profile pictures not updating w/o refresh and prevents more ↵Reed Garmsen2015-08-221-1/+1
| | | | ie10 ajax caching issues
* Refacting post_info.jsx to be an example for ES6 class syntaxChristopher Speller2015-08-181-1/+2
|
* reformatting and minor refactoring of post_*.jsx to match style guideJoramWilander2015-08-181-2/+2
|
* add received post action on successful post/comment retryJoramWilander2015-08-181-0/+5
|
* finalize implenetation of predictive client posts so that users get ↵JoramWilander2015-08-181-6/+6
| | | | immediate feedback after posting
* adds predictive posting on the clientJoramWilander2015-08-181-1/+30
|
* Moved controlling CSS into post list so it always shows upnickago2015-08-171-6/+0
|
* Removed ^replying in preparation for 0.6.0hmhealey2015-07-301-1/+1
|
* Added function to reply to earlier messages by prefixing a message with caretshmhealey2015-07-211-1/+1
|
* fixes mm-831 post timestamps now updateJoramWilander2015-07-201-2/+6
|
* Merge pull request #168 from ralder/fix-loading-screen-for-ieJoram Wilander2015-07-141-9/+4
|\ | | | | [webui] fix loading animation for ie
| * [webui] fix loading animation for ieralder2015-07-111-9/+4
| |
* | Added timestamps to pictures to stop cachingnickago2015-07-131-1/+3
|/
* Changing var name from currentUser to currentUserCssAsaad Mahmood2015-07-171-3/+3
|
* Merge pull request #2 from rgarmsen2295/mm-1453asaadmahmoodspin2015-07-021-3/+9
|\ | | | | MM-1453 Added additional class to the markup indicating if the post came from the current user
| * Added additional class to the markup indicating if the post came from the ↵Reed Garmsen2015-07-021-3/+9
| | | | | | | | current user
* | Improving modal UIAsaad Mahmood2015-07-171-3/+3
|/
* first commit=Corey Hulen2015-06-141-0/+88