summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "[GH-5915] Clicking on @mention of a user in a post shows the profile ↵Harrison Healey2017-05-013-41/+3
| | | | | popover (#6129)" (#6289) This reverts commit 83f819451a80a767170b927eb2f0d5ed63f03239.
* [GH-5915] Clicking on @mention of a user in a post shows the profile popover ↵Saturnino Abril2017-05-013-3/+41
| | | | | | | | | | | | | | | | (#6129) * post message at-mention profile pop-over * remove hover effect to special mentions * make non-clickable the non-existing at-mention username * fix "video call" position * use usernameMap instead of initially defined liteUsernameMap * update per comments
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-282-2/+31
| | | | | | | | | | | | | | * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes
* Merge branch 'release-3.8'Christopher Speller2017-04-173-88/+90
|\
| * PLT-6294 Fixed iOS not scrolling to bottom of post list (#6077)Harrison Healey2017-04-121-2/+8
| |
| * PLT-6300 Fixed flag icons not appearing (#6078)Harrison Healey2017-04-121-1/+1
| |
| * PLT-6201/PLT-6220 Don't show pin or reaction options for system messages (#6010)Harrison Healey2017-04-072-86/+82
| | | | | | | | | | | | * PLT-6220 Removed ability to react to system messages * PLT-6201 Removed ability to pin system messages
* | Prevent multiple clicks on post retry (#6055)Joram Wilander2017-04-121-3/+11
| |
* | PLT-6099 Added keys to contents of PostBodyAdditionalContent (#6059)Harrison Healey2017-04-121-9/+14
| |
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-1226-26/+26
|/ | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Fixed console error thrown by PostList when switching teams (#5960)Harrison Healey2017-04-031-0/+8
|
* PLT-6147 Fixed reactions not rendering properly while loading (#5958)Harrison Healey2017-04-032-18/+20
|
* Add reaction picker (#5904)bonespiked2017-04-011-2/+61
|
* PLT-5035 Added loading of missing profiles when hovering over reactions (#5887)Harrison Healey2017-03-305-29/+110
|
* Add extra check before rendering emojis (#5879)Ryan Wang2017-03-291-10/+10
|
* Adding a last message id for selenium testing (#5840)Corey Hulen2017-03-235-3/+14
|
* Revert "PLT-3181 Added crossorigin='anonymous' to all external images ↵Harrison Healey2017-03-203-6/+0
| | | | | (#5774)" (#5815) This reverts commit 24848f9d6a92eb1e09189c358636fd1ba32fa6d6.
* Merge branch 'release-3.7' into master.George Goldberg2017-03-171-3/+1
|\
| * PLT-5792 Fixed all ephemeral posts using system message icons (#5709)Harrison Healey2017-03-101-3/+1
| |
* | Ui improvements (#5755)Asaad Mahmood2017-03-171-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5816 - Flagged posts tooltip fix * PLT-5766 - Link previews appearing outside the box * PLT-5795 - Fixing alignment user list in channel * PLT-5818 - Reset password error not aligned * PLT-5837 - Adjusting image preview max height * PLT-5778 - Updating word break for paragraphs * PLT-5848 - Updating label for file error * PLT-5846 - Markdown tables extra border on mobile * PLT-5662 - Pinned post UI improvement * Fixing eslint error * Updating tooltip eslint issue * PLT-5832 - Removing error styling on labels
* | PLT-3181 Added crossorigin='anonymous' to all external images (#5774)Harrison Healey2017-03-163-0/+6
| | | | | | | | | | | | | | | | * PLT-3181 Added crossorigin='anonymous' to all external images * Fixed image unit tests * Added crossorigin='anonymous' to a few more places
* | PLT-4606: Date separator in RHS (#5606)Mika Andrianarijaona2017-03-141-0/+27
| |
* | PLT-3483 Added date tooltip to post timestamps (#5688)Harrison Healey2017-03-131-2/+5
| |
* | Add pinned posts (#4217)Gabin Aureche2017-03-131-0/+61
|/
* PLT-5484 Reduced scope of CSS rules for (edited) tag (#5599)Harrison Healey2017-03-031-8/+3
| | | | | | * PLT-5484 Reduced scope of CSS rules for (edited) tag * Reverted accidental change from div tags to spans
* PLT-5380 Moved link preview image to top right corner of preview area (#5212)Debanshu Kundu2017-03-021-65/+156
| | | | | | | | * PLT-5380 Moved link preview image to top right corner of preview area for smaller images, larger and wide images are still shown below the text. Also added logic to hide image area if image loading fails. * Updating link previews css
* Fix blank DMs on page refresh (#5593)Joram Wilander2017-03-021-1/+1
|
* Don't show new message indicator for ephemeral posts (#5555)Joram Wilander2017-02-281-0/+1
|
* PLT-5188: Reinstate delete option on system messages. (#5113)George Goldberg2017-02-281-31/+37
| | | | | | | | * PLT-5188: Reinstate delete option on system messages. * Fix styling. * Fix empty hover box.
* Fix JS error from some link previews (#5556)Joram Wilander2017-02-281-0/+4
|
* Made reactions re-render when custom emojis change (#5545)Harrison Healey2017-02-273-5/+24
|
* PLT-5140: Display loading screen when switching team (#5475)Mika Andrianarijaona2017-02-261-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: clear channel list on team change * fix committed config * fix: no need to use anothe var * fix: better channel list clearing * remove unused function * fix: display loading screen when switching team * fix: display loading screen when switching team * fix: clear channel list on team change * fix committed config * fix: no need to use anothe var * fix: better channel list clearing * remove unused function * remove duplicate EnableUserTypingMessages
* Multiple Ui improvements (#5398)Asaad Mahmood2017-02-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5475 - Adjusting tutorials on mobile * PLT-5475 - Adjusting tutorials on mobile * PLT-5457 - Adjusting save button * PLT-5443 - Updating highllight on status compact * PLT-5413 - Team sidebar not scrolling * PLT-5358 - Maintaing aspect ratio for emojis * PLT-5411 - Removing help text from LDAP signin * PLT-5420 - Updating emoticon for headings * Updating emoji size * Updating emoji size * Removing emoticon tag * Updating emoticon sizes * Updating emoji size
* Revert "display loading screen when changing team" (#5403)Jason Blais2017-02-141-29/+8
|
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-131-1/+1
|
* Revert "#5108 Use <time> element for channel headers and search result ↵Björn Roland2017-02-101-10/+8
| | | | headers" (#5359)
* Add permalink to timestamp (#5206)Andrei Stanciu2017-02-102-3/+33
| | | | | | | | | | | | | | * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * fix error with duplicated import * underline permalink on hover
* display loading screen when changing team (#5325)Mika Andrianarijaona2017-02-081-8/+29
| | | | | | * display loading screen when changing team * fix lint error
* #5108 Use <time> element for channel headers and search result headers (#5331)Björn Roland2017-02-081-8/+10
|
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-071-1/+2
| | | | | | | webapp/utils/utils.jsx got big and that caused a potential circular dependency with webapp/stores/team_store.jsx. This change solves the issue by introducing webapp/utils/url.jsx and moving URL-related functions, which is not likely to depend on actions and stores, from webapp/utils/utils.jsx.
* Defering calculations for determining if user scrolled to bottom or not. ↵Pepijn2017-02-071-7/+9
| | | | slight delay improves the accuracy in responsive view (#5244)
* Multiple bug fixes (#5275)Asaad Mahmood2017-02-021-0/+1
| | | | | | | | | | | | * PLT-5319 - Fixing text and line separator * PLT-5227 - Shrinking webrtc hides video * PLT-4066 - Fixing scroll for notifications modal * PLT-5106 - Adding status indicators (compact view) * Reverting scrolling change
* Added ability for system message username to be localized (#5239)Harrison Healey2017-01-311-1/+7
|
* Stopped usernames from appearing on separate lines in system messages (#5228)Harrison Healey2017-01-311-9/+13
|
* PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the ↵Harrison Healey2017-01-303-29/+274
| | | | | | | | | | | | client (#5209) * Moved rendering of (message deleted) into PostMessageView * Added additional post types to constants on client * Changed system messages to be rendered in the client's language * Updated new system messages to have relevant usernames highlighted and have markdown rendered in header change messages
* Add Floating Timestamp to Right Hand Side on Mobile #5163 (#5201)Saturnino Abril2017-01-301-1/+6
|
* Fixing various issues with markdown spacing (#5203)Asaad Mahmood2017-01-271-0/+5
|
* #5108 Add datetime attribute to <time> elements (#5199)Björn Roland2017-01-271-1/+4
| | | | | | * #5108 Add datetime attribute to <time> elements * fix eslint errors
* Moved code to change direction of dropdown to run when dropdown is shown (#5100)Harrison Healey2017-01-231-6/+10
|
* #4257 Added functionality to create previews for post links using open ↵Debanshu Kundu2017-01-207-531/+253
| | | | graph data from those links. (#4890)