summaryrefslogtreecommitdiffstats
path: root/webapp/utils/post_utils.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6689: fix user image requests (#6946)Chris2017-07-191-3/+8
| | | | | | * fix user image requests * fix eslint errors and a few more cache busters
* PLT-6900: Hide DotMenu container when DotMenu empty. (#6770)George Goldberg2017-06-281-0/+20
|
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-2/+2
|
* make channel admins able to delete channel member messages (#6550)Saturnino Abril2017-06-021-3/+7
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * 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
* Fix posts from your own webhook not showing as unread until refresh (#5703)Joram Wilander2017-03-091-0/+4
|
* PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the ↵Harrison Healey2017-01-301-1/+1
| | | | | | | | | | | | 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
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-181-0/+41
|
* PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)Debanshu Kundu2017-01-121-1/+5
|
* Revert "PLT-135 Showing "(Edited)" indicator if a message has been edited." ↵Christopher Speller2016-12-201-5/+1
| | | | (#4854)
* PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4764)Debanshu Kundu2016-12-191-1/+5
|
* Moving javascript driver back to platform (#3613)Christopher Speller2016-07-191-1/+1
|
* PLT-3101 Added message history (#3205)David Lu2016-06-061-1/+0
| | | | | | | | | | | | * Added message history * Minor logical changes * Fixed indexes resetting * Fixed double messages * Fixed resetting main history when RHS opened
* PLT-2962 Added channel switcher modal (#3216)David Lu2016-06-021-1/+1
| | | | | | | | * Added channel switcher modal * Fixed typos * Added handling for duplicate channels
* PLT-2672 Refactored posts view with caching (#3054)Joram Wilander2016-05-271-0/+32
* Refactored posts view to use view controller design * Add post view caching * Required updates after rebase * Fixed bug where current channel not set yet was causing breakage