summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [PLT-3379] "Commented on" username should respect the teammate name display ↵Carlos Tadeu Panato Junior2017-06-211-1/+1
| | | | | | | | (#6684) * PLT-3379 - "Commented on" username should respect the teammate name display * update per review
* PLT-6885/PLT-6888 Fix custom emojis (#6694)Joram Wilander2017-06-203-5/+5
| | | | | | * Fix custom emojis * Fix custom emoji reactions
* PLT-6215 Major post list refactor (#6501)Joram Wilander2017-06-1843-2434/+1703
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Major post list refactor * Fix post and thread deletion * Fix preferences not selecting correctly * Fix military time displaying * Fix UP key for editing posts * Fix ESLint error * Various fixes and updates per feedback * Fix for permalink view * Revert to old scrolling method and various fixes * Add floating timestamp, new message indicator, scroll arrows * Update post loading for focus mode and add visibility limit * Fix pinning posts and a react warning * Add loading UI updates from Asaad * Fix refreshing loop * Temporarily bump post visibility limit * Update infinite scrolling * Remove infinite scrolling
* Remove fake img preview before loaded (#5854)VeraLyu2017-06-163-24/+45
| | | | | Remove fake img preview and collapse toggle before it is loaded, only show img and toggle after it is fully loaded. Fix markdown img size and add scroll down behaviour.
* Merge release-3.10 into master (#6654)Joram Wilander2017-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6787 Fixed being able to send a post before files finished uploading (#6617) * Fix quick switcher for channels/users not stored locally (#6610) * Fix button text on confirm mention modal (#6609) * fix post delete permission of channel admin (#6608) * open comment thread for the most recent reply-able message (#6605) * Use mutex flag with yarn to prevent concurrent builds interfering (#6619) * Use mutex flag with yarn to prevent concurrent builds interfering * Remove yarn mutex file with clean * Minor bug fixes (#6615) * PLT-6774 - Fixing color for offline icon * PLT-6784 - Fixing status icon * Fixing icon margin * Updating caret position * PLT-6070 Have ChannelMentionProvider stop searching after a term returns no results (#6620) * Fixing JS error (#6623) * Minor bug fixes (#6622) * PLT-6808 - Updating channel switcher on mobile * PLT-6743 - Updating scrollbar styling * Login instead of failing if user exists in OAuth sign-up flow (#6627) * PLT-6802 Disable team switcher (#6626) * Disable team switcher * Fix ESLint errors * PLT-6807 Ensured select teams page can scroll on iOS (#6630) * Do not redirect from account switch pages on 401 (#6631) * Fixing loadtest command and renaming to /test (#6624) * PLT-6820 Update mattermost-redux dependency (#6632) * translations PR 20170612 (#6629) * Bump HTTP client timeout to 30 seconds (#6633) * For team unreads return empty array instead of null (#6636) * PLT-6831 Fix status modal localization IDs (#6637) * Fix status modal localization IDs * Update test snapshot
* create DotMenu components and add dotmenu IDs to posts at center and RHS (#6642)Saturnino Abril2017-06-141-276/+14
|
* PLT-6127/PLT-6135/PLT-6137 Added EmojiPickerOverlay component to better ↵Harrison Healey2017-06-134-28/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | position emoji picker (#6352) * Cleaned up emoji picker CSS * Fixed border of emoji picker when reacting to comments in the RHS * PLT-6135 Made EmojiPicker automatically position itself above/below the [...] menu * PLT-6135 Changed post textbox emoji picker to use a RootCloseWrapper * PLT-6135 Changed comment textbox emoji picker to use a RootCloseWrapper * PLT-6135 Changed RHS post components to use EmojiPickerOverlay * Removed react-outside-event package * Fixed merge conflict * Fixed emoji picker position on posts in RHS * Removed unused CSS classes * Fixed not being able to react to posts with emoji picker
* fix JS error and incorrect comment thread for SHIFT+UP (#6574)Saturnino Abril2017-06-051-0/+2
|
* Minor Ui improvements (#6515)Asaad Mahmood2017-05-302-14/+14
| | | | | | * PLT-6645 - Improving copy pasting behaviour * PLT-6149 - Fixing edited indicator in search
* Fix JS error when switching teams (#6484)Joram Wilander2017-05-241-1/+1
|