summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7379: Timestamp on deleted, ephemeral, or pending post is a permalink ↵Jonathan2017-08-302-7/+19
| | | | | | | | | | | | | | | | (#7295) * Removed permalink from system messages, general cleanup * Removed permalink from deleted messages * Removed permalink from pending messages * Fixed post_info tests * Changed permalink logic to remove permalinks from ephemeral messages, but leave them in place for system messages. * Fixed check style
* PLT-6403: Interactive messages (#7274)Chris2017-08-293-0/+53
| | | | | | | | | | * wip * finish first pass * requested changes * add DoPostAction to Client4
* 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
| | | | In this change, user action for toggling the preview is stored in the browser localstorage. Hence If there us a preview visibility value is present in the localstorage, that will be given the preference compared to the overall preview setting.
* PLT-5478: Hide collapse/expand arrow for image links when no image is ↵atp2017-08-251-1/+28
| | | | available (#7216)
* PLT-7224 - Updating post textbox UI (#7153)Asaad Mahmood2017-08-251-1/+4
| | | | | | | | * PLT-7224 - Updating post textbox UI * Updating post textbox spacing * Updating emoji icon
* 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") ↵Saturnino Abril2017-08-171-1/+2
|/ | | | visible to users other than the owner (#7201)
* fix some webhook attachments not truncating, lower short text to 300 chars ↵Chris2017-08-041-2/+3
| | | | (#7120)
* 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
| | | | | | | | | | | | | | | | | | | | * add close button 'x' to the right of a link preview * Updating webhook UI * UI improvements for close button * Adding hover state * Making the close button visible on mobile * previews are permanently disabled/closed for that link * make post as required props * fix JS error of undefined * fix update issue both at center and RHS view
* 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 ↵Harrison Healey2017-08-012-1/+10
| | | | | | | | reaction (#7080) * Added better error handling for when reacting with a non-existant emoji * Re-added emoji aliases ca, za, and pk
* Show flagged posts consistently throughout the UI (#7063)Joram Wilander2017-08-011-2/+2
|
* Revert " #4755 Combining consecutive user join/leave system messages to ↵Saturnino Abril2017-08-011-42/+9
| | | | | | | | | | | | single message and few other changes." (#7072) * Revert "PLT-6603: Don't return all posts on invalid query. (#7061)" This reverts commit 25a2013890c7e07b4621fa9b18342e7f35363049. * Revert " #4755 Combining consecutive user join/leave system messages to single message and few other changes. (#5945)" This reverts commit 8a91235fb3cdc8d094dbc2eaa0d7baa447132b3c.
* #4755 Combining consecutive user join/leave system messages to single ↵Debanshu Kundu2017-08-011-9/+42
| | | | | | | | | message and few other changes. (#5945) fix 7 and 8 remove @ at "{username} joined the channel" refactor and update test
* PLT-6486 Add an `@username` button to the profile popover, that puts the ↵David Meza2017-07-314-3/+24
| | | | | | | | | | | | username in the post when clicked (#6349) * PLT-6486 Add an `@username` button to the profile popover, that puts the username in the post when clicked * PLT-6486 Display `@username` mention on the right text area on center or RHS. * Disable @mentions from profile popover on searches, mentions and pinned posts. Fix js errors. * Control undefined post in SearchStore that causes an exception.
* Multiple Ui improvements (#7029)Asaad Mahmood2017-07-311-4/+7
| | | | | | | | | | | | | | | | * PLT-7119 - Updating headings on compact view * PLT-7103 - Removing line below channel intro * PLT-7112 - Fixing system console banner * PLT-7144 - Adding ellipsis to system console boxes * PLT-7181 - Changing channel header opacity * PLT-6899 - Updating unread bar * Updating margin for new messages indicator
* [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
| | | | | | * fix user image requests * fix eslint errors and a few more cache busters
* 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
| | | | | | | | | | | | * Some final release fixes * Fix team switching with image in channel bug
| * PLT-7093/PLT-7096 Updates to new message below indicator (#6912)Joram Wilander2017-07-131-14/+33
| | | | | | | | | | | | * Updates to new message below indicator * Fixes per feedback
| * 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
|/ | | | | | | | | | * Remove a couple of superfluous trailing arguments * Simplify assignment logic in a couple of places * Modify some potentially inconsistent setState calls to use the function form * Fix eslint errors
* PLT-6905 - Updating channel header design (#6789)Asaad Mahmood2017-07-062-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6905 - Updating channel header design * Updating border-radius * Updating radius for wide icons * Updating trigger for overlay * Updating UI for channel header * Updating channel header sizing * Updating channel header css * Updating sidebar css * Updating status icons * Adjusting border * Updating comment * Removing type from status icon * Fixing UI issues for the channel header/sidebar * make "Add a channel description" open the channel header modal * Updating status and opacity * Updating stauts icon positioning * Updating description and heading size * Updating UI changes * Updating UI changes * add a focused class to the parent div .search__form and then remove when hover away * Fix active state for pinned posts icon * Updating UI changes * Update channel header text
* [PLT-6969] System console setting for the emoji picker (#6809)Saturnino Abril2017-07-061-1/+1
| | | | | | | | * system console setting for the emoji picker * remove state.emojiPickerEnable * update url to /admin_console/customization/emoji
* 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 * Fixed unit tests * More scrolling fixes
* Added MarkdownImage component (#6774)Harrison Healey2017-06-281-0/+17
| | | | | | * Added MarkdownImage component * Fixed unit tests
* 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
| | | | | | | | | | * Fix various scrolling issues * Move reaction scrolling to reaction list * Handle scrolling when RHS opens * Only run scroll update code when posts change
* Fixed incorrect formatting of numbers and plural words (#6696)Harrison Healey2017-06-221-16/+26
| | | | | | | | * Fixed incorrect formatting of numbers and plural words * Removed unused i18n strings * Fixed eslint errors
* Fix JS error when hovering over reactions (#6710)Joram Wilander2017-06-211-1/+11
| | | | | | | | * Fix JS error when hovering over reactions * Fix autocomplete for custom emojis * Update to latest mattermost-redux
* fix /expand and /collapse for link previews (#6676)Saturnino Abril2017-06-201-8/+12
| | | | | | * fix /expand and /collapse for link previews * make props.openGraphData not required for PostAttachmentOpenGraph component
* PLT-4457 Added AtMention component to better render at mentions (#6563)Harrison Healey2017-06-202-23/+56
| | | | | | | | | | | | | | * Moved Utils.searchForTerm into an action * Added easier importing of index.jsx files * PLT-4457 Added AtMention component to better render at mentions * Fixed client unit tests * Fixed merge conflict * Fixed merge conflicts