summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
Commit message (Expand)AuthorAgeFilesLines
* PLT-7379: Timestamp on deleted, ephemeral, or pending post is a permalink (#7...Jonathan2017-08-302-7/+19
* PLT-6403: Interactive messages (#7274)Chris2017-08-293-0/+53
* Fix permalink loading for non-loaded posts (#7310)Joram Wilander2017-08-291-1/+1
* PLT-3638: Fix re-opening of collapsed preview on refresh (#7301)atp2017-08-291-2/+11
* PLT-5478: Hide collapse/expand arrow for image links when no image is availab...atp2017-08-251-1/+28
* PLT-7224 - Updating post textbox UI (#7153)Asaad Mahmood2017-08-251-1/+4
* fix expand/collapse arrows for youtube videos (#7240)Saturnino Abril2017-08-212-1/+2
* Merge branch 'release-4.1'Christopher Speller2017-08-171-0/+1
|\
| * reset post attachments on post prop change (#7158)Chris2017-08-091-0/+1
* | set ephemeral message ("message deleted") without ("Only visible to you") vis...Saturnino Abril2017-08-171-1/+2
|/
* fix some webhook attachments not truncating, lower short text to 300 chars (#...Chris2017-08-041-2/+3
* close post control button after reacting to a post (#7110)Saturnino Abril2017-08-031-0/+1
* [PLT-1249] Add close button 'x' to the right of a link preview (#7017)Saturnino Abril2017-08-033-8/+70
* Do not show commented on header for ephemeral posts (#7069)Joram Wilander2017-08-011-1/+1
* Fixed error thrown when viewing a channel containing an invalid emoji reactio...Harrison Healey2017-08-012-1/+10
* Show flagged posts consistently throughout the UI (#7063)Joram Wilander2017-08-011-2/+2
* Revert " #4755 Combining consecutive user join/leave system messages to singl...Saturnino Abril2017-08-011-42/+9
* #4755 Combining consecutive user join/leave system messages to single messag...Debanshu Kundu2017-08-011-9/+42
* PLT-6486 Add an `@username` button to the profile popover, that puts the user...David Meza2017-07-314-3/+24
* Multiple Ui improvements (#7029)Asaad Mahmood2017-07-311-4/+7
* [PLT-6744] Add "Only visible to you" note for ephemeral messages (#6790)Carlos Tadeu Panato Junior2017-07-253-2/+32
* Update mattermost-redux to master (#6982)Joram Wilander2017-07-202-2/+2
* PLT-6689: fix user image requests (#6946)Chris2017-07-191-9/+2
* Merge branch 'release-4.0'Christopher Speller2017-07-184-26/+69
|\
| * PLT-7116/PLT-7126 Some final release fixes (#6933)Joram Wilander2017-07-141-1/+10
| * PLT-7093/PLT-7096 Updates to new message below indicator (#6912)Joram Wilander2017-07-131-14/+33
| * Fix posting when allow edit after time set (#6913)Joram Wilander2017-07-121-2/+1
| * Properly handle scroll when new message indicator is visible (#6908)Joram Wilander2017-07-121-3/+12
| * Show expand button when previews defaulted to collapsed (#6896)Joram Wilander2017-07-111-1/+1
| * Fix out of order posts for admins plus two minor fixes (#6886)Joram Wilander2017-07-111-7/+14
| * Fix 'user_id' of undefined JS error (#6878)Joram Wilander2017-07-081-1/+1
| * Only show unreads below indicator after first load is complete (#6874)Joram Wilander2017-07-081-1/+1
* | prevent image preview to default view when adding/removing reaction (#6910)Saturnino Abril2017-07-121-4/+6
* | Minor fixes based on lgtm.com alerts (#6819)Alex Ford2017-07-072-5/+8
|/
* PLT-6905 - Updating channel header design (#6789)Asaad Mahmood2017-07-062-3/+11
* [PLT-6969] System console setting for the emoji picker (#6809)Saturnino Abril2017-07-061-1/+1
* Properly store recently used emoji when reacting (#6854)Joram Wilander2017-07-061-0/+2
* Do not scroll center channel to bottom when posting in RHS (#6852)Joram Wilander2017-07-051-12/+11
* fix position of emoji picker (#6837)Saturnino Abril2017-07-051-0/+1
* Fix some scrolling issues (#6851)Joram Wilander2017-07-053-3/+2
* More scrolling fixes (#6780)Joram Wilander2017-06-292-6/+14
* Added MarkdownImage component (#6774)Harrison Healey2017-06-281-0/+17
* PLT-6900: Hide DotMenu container when DotMenu empty. (#6770)George Goldberg2017-06-281-1/+1
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-1/+1
* Fix JS error from null posts (#6722)Joram Wilander2017-06-232-3/+8
* PLT-6890 Fix various scrolling issues (#6727)Joram Wilander2017-06-233-11/+35
* Fixed incorrect formatting of numbers and plural words (#6696)Harrison Healey2017-06-221-16/+26
* Fix JS error when hovering over reactions (#6710)Joram Wilander2017-06-211-1/+11
* fix /expand and /collapse for link previews (#6676)Saturnino Abril2017-06-201-8/+12
* PLT-4457 Added AtMention component to better render at mentions (#6563)Harrison Healey2017-06-202-23/+56