summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up ViewImageModal and FileAttachment and added some extra commentshmhealey2015-07-293-11/+27
|
* Changed flexbox styles to be compatible with all browsershmhealey2015-07-291-2/+4
|
* Updated ViewImage modal dialog to include details about non-image fileshmhealey2015-07-294-57/+119
|
* Added check to make sure that FileAttachment is mounted before ↵hmhealey2015-07-291-2/+11
| | | | asynchronously setting state to avoid warning messages.
* Fixed FileAttachment component to not spam the server with requests when ↵hmhealey2015-07-291-3/+8
| | | | displaying a zero byte file
* Added utility function to get a file attachment's urlhmhealey2015-07-292-9/+14
|
* Changed the thumbnail for non-image file attachments to open the ↵hmhealey2015-07-291-12/+6
| | | | ViewImageModal on click like it does for image attachments
* Added preview images for non-image fileshmhealey2015-07-292-18/+42
|
* UI update for filesAsaad Mahmood2015-07-2911-10/+6
|
* Removed unused imgCount property from ViewImageModalhmhealey2015-07-292-21/+12
|
* Fixed race condition which could occur while requesting the file size for ↵hmhealey2015-07-292-11/+29
| | | | the file attachment previews
* Removed unused custom-file CSS class that was being applied to non-image ↵hmhealey2015-07-292-9/+1
| | | | file attachment previews
* Fix ViewImageModals created by RHS posts so that their ids are distinct from ↵hmhealey2015-07-294-16/+15
| | | | those in the main window
* Center image icons in attachment previews instead of stretching themhmhealey2015-07-291-20/+17
|
* Cleaned up references to the current post in post_right.jsxhmhealey2015-07-291-30/+33
|
* Reconcile the code to display attachment previews into a FileAttachmentList ↵hmhealey2015-07-294-234/+176
| | | | class to clean up duplicated code.
* Add an info box next to image thumbnails which provides the name, type, and ↵hmhealey2015-07-293-18/+98
| | | | size of a file.
* Allow file access apis to respond to HEAD requestshmhealey2015-07-291-1/+1
|
* Merge pull request #268 from mattermost/mm-1358Joram Wilander2015-07-294-1/+318
|\ | | | | MM-1358, MM-1203 Adding preview of style guide and ESLint Javascript + JSX static analyzer
| * Fixing spelling and clarifying a few parts of style guide.Christopher Speller2015-07-291-14/+16
| |
| * Minor tweaks to style guideChristopher Speller2015-07-281-2/+6
| |
| * Adding style guideChristopher Speller2015-07-281-0/+161
| |
| * Adding rest of directories to eslint listChristopher Speller2015-07-281-0/+4
| |
| * Adding check target to makefile to run eslint. Adding eslint to package.jsonChristopher Speller2015-07-282-1/+8
| |
| * Configuration for eslintrcChristopher Speller2015-07-281-0/+139
| |
* | Merge pull request #252 from rgarmsen2295/ie10-image-regression-fixChristopher Speller2015-07-298-15/+28
|\ \ | | | | | | Fixes issue with images not displaying in IE10 due to window.location.origin not being defined in IE10
| * | Removed usage of window.location.origin throughout the codebaseReed Garmsen2015-07-274-8/+15
| | |
| * | Fixes issue with images not displaying due to window.origin not being ↵Reed Garmsen2015-07-275-10/+16
| | | | | | | | | | | | defined in IE10
* | | Merge pull request #267 from nickago/MM-1652Christopher Speller2015-07-291-1/+1
|\ \ \ | | | | | | | | MM-1652 Fixed typo in delete post modal
| * | | Fixed typo in delete_post_modalnickago2015-07-281-1/+1
| | | |
* | | | Merge pull request #265 from mattermost/mm-1711Joram Wilander2015-07-2914-159/+250
|\ \ \ \ | | | | | | | | | | MM-1711 update sign-up and login UI
| * | | | added use of strings.Team to replace hardcoded mentions of 'team'JoramWilander2015-07-291-3/+3
| | | | |
| * | | | updated changing email in sign up flow to work properlyJoramWilander2015-07-281-4/+8
| | | | |
| * | | | updated user sign up page and login page with new UI detailsJoramWilander2015-07-283-5/+4
| | | | |
| * | | | updates to sign-up flow, remove company name and marketing checkboxJoramWilander2015-07-287-41/+16
| | | | |
| * | | | Signup Ui changesAsaad Mahmood2015-07-288-114/+227
| | | | |
* | | | | Merge pull request #264 from asaadmahmoodspin/mm-1732Corey Hulen2015-07-2811-18/+18
|\ \ \ \ \ | | | | | | | | | | | | mm-1732 - Decreasing font size for footer in emails
| * | | | | MM-1730 - Updating logo in emailsAsaad Mahmood2015-07-2811-9/+9
| | | | | |
| * | | | | mm-1732 - Decrease font size for footer in emailsAsaad Mahmood2015-07-289-9/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #270 from mattermost/mm-1763Joram Wilander2015-07-281-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | MM-1763 update our postgresql index check to work with 9.2.4+ versions of postgresql
| * | | | update our postgresql index check to work with 9.2+ versions of postgresqlJoramWilander2015-07-281-1/+1
|/ / / /
* | | | Merge pull request #255 from hmhealey/mm1682Christopher Speller2015-07-284-6/+9
|\ \ \ \ | |/ / / |/| | | MM-1682 Allow files without file extensions to be attached to messages
| * | | Added non-capturing group to regex used for matching local file urlshmhealey2015-07-281-1/+1
| | | |
| * | | Display thumbnails for files without file extensionshmhealey2015-07-282-4/+7
| | | |
| * | | Allow users to download file attachments with names that don't include a ↵hmhealey2015-07-281-1/+1
| | | | | | | | | | | | | | | | file extension
| * | | Allow files without extensions to be uploaded as attachments to postshmhealey2015-07-281-1/+1
|/ / /
* | | Merge pull request #253 from nickago/MM-1654Christopher Speller2015-07-282-0/+13
|\ \ \ | | | | | | | | MM-1654 Anti-clickjacking measures
| * | | Limited the added headers to only non-api callsnickago2015-07-271-2/+6
| | | |
| * | | Centralized header additions and removed duplicate codenickago2015-07-272-32/+2
| | | |
| * | | Removed ability to place MM in an iframenickago2015-07-242-0/+39
| | | |