summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_preview.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Removed temporary fix for old filenames that used absolute urls pointing to ↵hmhealey2016-01-061-6/+1
| | | | the get file api
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-1/+1
| | | | system.
* Changed file uploads to scroll currently uploading files into viewhmhealey2015-11-181-7/+14
|
* Multi-session login=Corey Hulen2015-10-201-1/+1
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Cosmetic reformatting of multiple jsx filesReed Garmsen2015-09-021-29/+77
|
* Changed post drafts to maintain a store a unique id for each file upload to ↵hmhealey2015-08-101-3/+8
| | | | fix issues with duplicate file names
* Added the ability to cancel file uploads on postshmhealey2015-08-101-1/+2
|
* Changed post drafts to maintain a list of the names of uploading files ↵hmhealey2015-08-101-2/+2
| | | | instead of just a count
* Fixes issue with images not displaying due to window.origin not being ↵Reed Garmsen2015-07-271-1/+1
| | | | defined in IE10
* fix the ability to remove file previews once uploadedJoramWilander2015-07-221-2/+3
|
* Fixing issues with files trasitioning to relative pathsChristopher Speller2015-07-211-0/+4
|
* Fixing file uploads and previews for new /team/ URL structureChristopher Speller2015-07-211-0/+1
|
* Changed file preview removal from using dataset which is unsupported in ie10 ↵Reed Garmsen2015-06-291-1/+1
| | | | to using the getAttribute method which is backwards and forwards compatible
* first commit=Corey Hulen2015-06-141-0/+54