summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_body.jsx
Commit message (Expand)AuthorAgeFilesLines
* PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-051-11/+4
* attachments frontendFlorian Orben2015-11-051-0/+11
* Fixing height of embeded imagesChristopher Speller2015-11-031-2/+7
* Removing useless resize alert function in PostBodyChristopher Speller2015-11-021-3/+1
* Prevent markdown styled links from embedding gifsJoramWilander2015-10-281-1/+1
* Make sure gif only loads onceJoramWilander2015-10-231-0/+7
* Auto-embed gifs from .gif linksJoramWilander2015-10-231-2/+47
* Merging from master=Corey Hulen2015-10-191-7/+1
|\
| * PLT-463: Remove AUTHOR from YouTube preview not helpful and takes up too much...Florian Orben2015-10-171-7/+1
* | Inital support for multi-tab loging=Corey Hulen2015-10-161-2/+2
|/
* Fixing most deprication warningsChristopher Speller2015-10-151-1/+1
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Add space between 'messsage:' and the actual root message.JoramWilander2015-10-071-1/+1
* Fix missed binding for youtube data callback.JoramWilander2015-10-051-1/+1
* Fix youtube minor scrolling bug.JoramWilander2015-09-281-1/+121
* Converting preview image modal to use react-bootstrap. Fixes issue where moda...Christopher Speller2015-09-241-1/+0
* Restored changes which remove emojify and switch to our own versionhmhealey2015-09-221-1/+0
* Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed ...Christopher Speller2015-09-221-0/+1
* Added parsing for named emojis to TextFormatting and removed dependency on em...hmhealey2015-09-221-1/+0
* Fix first channel load scrolling issue on Windows and iOS and add emoji to RHS.JoramWilander2015-09-211-3/+2
* Added marked library to text_formatting.jsxhmhealey2015-09-191-2/+2
* Fixing css=Corey Hulen2015-09-161-2/+2
* PLT-40 adding experimental support for emojis=Corey Hulen2015-09-161-2/+26
* Removed all calls to textToJsx and replaced them with calls to TextFormattinghmhealey2015-09-141-9/+5
* Changed one instance of textToJsx to use new text formatting for testing purp...hmhealey2015-09-141-1/+9
* Added emoji wrapper with cross platform available gliffsnickago2015-09-031-0/+12
* Refactored various React components to use ES6 syntax and to match the style ...hmhealey2015-09-011-41/+86
* reformat post_body.jsx to match style guide more closelyJoramWilander2015-08-181-18/+18
* reformatting and minor refactoring of post_*.jsx to match style guideJoramWilander2015-08-181-6/+6
* MM-319 - Minor ui changesAsaad Mahmood2015-08-181-1/+1
* finalize implenetation of predictive client posts so that users get immediate...JoramWilander2015-08-181-2/+3
* adds predictive posting on the clientJoramWilander2015-08-181-10/+22
* Revert "MM-375 Adds text formatting features using a modified version of the ...Christopher Speller2015-08-141-48/+30
* Cosmetic refactoring of post_body.jsxReed Garmsen2015-08-121-33/+36
* Implemented basic text formatting package using a modfied version of the mark...Reed Garmsen2015-08-121-5/+20
* Fix ViewImageModals created by RHS posts so that their ids are distinct from ...hmhealey2015-07-291-3/+3
* Reconcile the code to display attachment previews into a FileAttachmentList c...hmhealey2015-07-291-116/+7
* Add an info box next to image thumbnails which provides the name, type, and s...hmhealey2015-07-291-13/+38
* Merge pull request #252 from rgarmsen2295/ie10-image-regression-fixChristopher Speller2015-07-291-2/+2
|\
| * Fixes issue with images not displaying due to window.origin not being defined...Reed Garmsen2015-07-271-2/+2
* | Display thumbnails for files without file extensionshmhealey2015-07-281-1/+1
|/
* Fixing file uploads and previews for new /team/ URL structureChristopher Speller2015-07-211-2/+2
* Old files are saved with full paths, this changes so that new files are not s...Christopher Speller2015-07-211-0/+12
* Merge pull request #176 from nickago/MM-1400Corey Hulen2015-07-151-2/+13
|\
| * Fixed minor typonickago2015-07-141-1/+1
| * Add processing for messageless image posts w/ pluralizationnickago2015-07-131-2/+13
* | [webui] fix loading animation for ieralder2015-07-111-1/+1
|/
* Changed the style of key-assignment to allow for more assured variancenickago2015-06-291-2/+1
* Updated file display key to avoid child flatteningnickago2015-06-291-1/+2
* fixes mm-1297 can now scroll through more than 5 imagesJoramWilander2015-06-181-7/+9