summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_body.jsx
Commit message (Collapse)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 ↵Florian Orben2015-10-171-7/+1
| | | | | | | | much room
* | 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 ↵Christopher Speller2015-09-241-1/+0
| | | | modal would appear behind background on iOS
* 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
| | | | emojify"
* Added parsing for named emojis to TextFormatting and removed dependency on ↵hmhealey2015-09-221-1/+0
| | | | emojify
* 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 ↵hmhealey2015-09-141-1/+9
| | | | purposes
* 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
| | | | guide without any errors or warnings
* 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 ↵JoramWilander2015-08-181-2/+3
| | | | immediate feedback after posting
* 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
| | | | marked js library"
* Cosmetic refactoring of post_body.jsxReed Garmsen2015-08-121-33/+36
|
* Implemented basic text formatting package using a modfied version of the ↵Reed Garmsen2015-08-121-5/+20
| | | | marked js library. Supports *bold*, _italics_, and `code`
* Fix ViewImageModals created by RHS posts so that their ids are distinct from ↵hmhealey2015-07-291-3/+3
| | | | those in the main window
* Reconcile the code to display attachment previews into a FileAttachmentList ↵hmhealey2015-07-291-116/+7
| | | | class to clean up duplicated code.
* Add an info box next to image thumbnails which provides the name, type, and ↵hmhealey2015-07-291-13/+38
| | | | size of a file.
* Merge pull request #252 from rgarmsen2295/ie10-image-regression-fixChristopher Speller2015-07-291-2/+2
|\ | | | | Fixes issue with images not displaying in IE10 due to window.location.origin not being defined in IE10
| * Fixes issue with images not displaying due to window.origin not being ↵Reed Garmsen2015-07-271-2/+2
| | | | | | | | defined in IE10
* | 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 ↵Christopher Speller2015-07-211-0/+12
| | | | saved with absolute paths and detects old files saved and fixes them.
* Merge pull request #176 from nickago/MM-1400Corey Hulen2015-07-151-2/+13
|\ | | | | MM-1400 Add processing for message-less image posts w/ pluralization
| * 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
|