Asaad Mahmood
|
1c186121fe
|
Merge branch 'master' of https://github.com/mattermost/platform
|
2015-07-29 20:55:56 +05:00 |
|
Joram Wilander
|
27dbcd8767
|
Merge pull request #275 from asaadmahmoodspin/mm-1762
MM-1762 - Search improvements with some other minor Ui changes
|
2015-07-29 11:48:07 -04:00 |
|
Joram Wilander
|
bf1ef5bbfe
|
Merge pull request #261 from mattermost/it33-freetype-license-addition
Adding notice for golang-freetype
|
2015-07-29 11:42:25 -04:00 |
|
nickago
|
2775225e0d
|
Added IE friendly window origin function in place of unwrapped call
|
2015-07-29 08:32:26 -07:00 |
|
JoramWilander
|
7bc5f4e863
|
reset number of posts to fetch on channel switch and fresh page load
|
2015-07-29 11:30:54 -04:00 |
|
nickago
|
7b776fbb78
|
Removed timeout originally set on team creation
|
2015-07-29 08:27:37 -07:00 |
|
Asaad Mahmood
|
1e0abf74a3
|
Removing unused id on LHS dropdown
|
2015-07-29 20:24:28 +05:00 |
|
Asaad Mahmood
|
41dc0a3e3c
|
Improving css for form hints in signup flow
|
2015-07-29 19:40:22 +05:00 |
|
Asaad Mahmood
|
bcc068e719
|
Fixing error markup in signup flow
|
2015-07-29 19:38:44 +05:00 |
|
Asaad Mahmood
|
b0105bc1ed
|
mm-1762 - Search improvements with some other minor Ui changes
|
2015-07-29 19:29:57 +05:00 |
|
Asaad Mahmood
|
5f2aa88a08
|
Merge branch 'master' of https://github.com/mattermost/platform into mm-1762
|
2015-07-29 19:29:41 +05:00 |
|
hmhealey
|
2e5528542d
|
Changed file API to not write response data on a HEAD request
|
2015-07-29 10:21:31 -04:00 |
|
hmhealey
|
de01a7e679
|
Cleaned up ViewImageModal and FileAttachment and added some extra comments
|
2015-07-29 10:18:58 -04:00 |
|
hmhealey
|
782e7b03ad
|
Changed flexbox styles to be compatible with all browsers
|
2015-07-29 10:04:28 -04:00 |
|
hmhealey
|
af246bb44b
|
Updated ViewImage modal dialog to include details about non-image files
|
2015-07-29 10:04:28 -04:00 |
|
hmhealey
|
b0c64c73f9
|
Added check to make sure that FileAttachment is mounted before asynchronously setting state to avoid warning messages.
|
2015-07-29 10:03:42 -04:00 |
|
hmhealey
|
411f8cb9ef
|
Fixed FileAttachment component to not spam the server with requests when displaying a zero byte file
|
2015-07-29 10:03:42 -04:00 |
|
hmhealey
|
f66cd5e977
|
Added utility function to get a file attachment's url
|
2015-07-29 10:03:42 -04:00 |
|
hmhealey
|
0e121a68de
|
Changed the thumbnail for non-image file attachments to open the ViewImageModal on click like it does for image attachments
|
2015-07-29 09:56:29 -04:00 |
|
hmhealey
|
b8a69f767c
|
Added preview images for non-image files
|
2015-07-29 09:56:28 -04:00 |
|
Asaad Mahmood
|
f502fdef50
|
UI update for files
|
2015-07-29 09:54:53 -04:00 |
|
hmhealey
|
6d65071ecd
|
Removed unused imgCount property from ViewImageModal
|
2015-07-29 09:54:53 -04:00 |
|
hmhealey
|
92c9ec71a0
|
Fixed race condition which could occur while requesting the file size for the file attachment previews
|
2015-07-29 09:52:09 -04:00 |
|
hmhealey
|
0f0a887205
|
Removed unused custom-file CSS class that was being applied to non-image file attachment previews
|
2015-07-29 09:52:09 -04:00 |
|
hmhealey
|
ca2b73eac3
|
Fix ViewImageModals created by RHS posts so that their ids are distinct from those in the main window
|
2015-07-29 09:52:09 -04:00 |
|
hmhealey
|
e1257b7819
|
Center image icons in attachment previews instead of stretching them
|
2015-07-29 09:52:09 -04:00 |
|
hmhealey
|
00a17e34b3
|
Cleaned up references to the current post in post_right.jsx
|
2015-07-29 09:52:09 -04:00 |
|
hmhealey
|
5488b5e216
|
Reconcile the code to display attachment previews into a FileAttachmentList class to clean up duplicated code.
|
2015-07-29 09:52:08 -04:00 |
|
hmhealey
|
eddb79d97d
|
Add an info box next to image thumbnails which provides the name, type, and size of a file.
|
2015-07-29 09:48:34 -04:00 |
|
hmhealey
|
1af7cbe7fe
|
Allow file access apis to respond to HEAD requests
|
2015-07-29 09:47:51 -04:00 |
|
Joram Wilander
|
54265271fa
|
Merge pull request #268 from mattermost/mm-1358
MM-1358, MM-1203 Adding preview of style guide and ESLint Javascript + JSX static analyzer
|
2015-07-29 08:34:15 -04:00 |
|
Christopher Speller
|
a9e9d10e41
|
Merge pull request #252 from rgarmsen2295/ie10-image-regression-fix
Fixes issue with images not displaying in IE10 due to window.location.origin not being defined in IE10
|
2015-07-29 08:32:48 -04:00 |
|
Christopher Speller
|
35fe9655c3
|
Merge pull request #267 from nickago/MM-1652
MM-1652 Fixed typo in delete post modal
|
2015-07-29 08:31:00 -04:00 |
|
Christopher Speller
|
9e64500e31
|
Fixing spelling and clarifying a few parts of style guide.
|
2015-07-29 08:20:26 -04:00 |
|
Joram Wilander
|
63a17cf4f6
|
Merge pull request #265 from mattermost/mm-1711
MM-1711 update sign-up and login UI
|
2015-07-29 07:52:59 -04:00 |
|
JoramWilander
|
f084188010
|
added use of strings.Team to replace hardcoded mentions of 'team'
|
2015-07-29 07:52:11 -04:00 |
|
Asaad Mahmood
|
ac8706b9f7
|
Merge branch 'master' of https://github.com/mattermost/platform into mm-1762
|
2015-07-29 15:06:06 +05:00 |
|
=Corey Hulen
|
4244990bf1
|
Merge branch 'master' into mm-1355
|
2015-07-29 01:39:43 -08:00 |
|
=Corey Hulen
|
9677a9f717
|
Fixes mm-1355 adds rate limiting apis
|
2015-07-29 01:26:10 -08:00 |
|
Reed Garmsen
|
376ce3c4b0
|
Added back username initials being included in default profile picture
|
2015-07-28 16:55:13 -07:00 |
|
Corey Hulen
|
d222f6c7a3
|
Merge pull request #264 from asaadmahmoodspin/mm-1732
mm-1732 - Decreasing font size for footer in emails
|
2015-07-28 11:05:58 -08:00 |
|
Reed Garmsen
|
3c1eefe984
|
Initial changes to putting initials on default profile pics
|
2015-07-28 11:36:50 -07:00 |
|
Asaad Mahmood
|
e0b8f9eeaf
|
Merge branch 'master' of https://github.com/mattermost/platform into mm-1762
|
2015-07-28 23:23:33 +05:00 |
|
Joram Wilander
|
b15bda8328
|
Merge pull request #270 from mattermost/mm-1763
MM-1763 update our postgresql index check to work with 9.2.4+ versions of postgresql
|
2015-07-28 12:58:47 -04:00 |
|
JoramWilander
|
c45cf5514f
|
update our postgresql index check to work with 9.2+ versions of postgresql
|
2015-07-28 12:42:17 -04:00 |
|
nickago
|
2e4d51b08f
|
Fixed typo in delete_post_modal
|
2015-07-28 09:20:07 -07:00 |
|
Christopher Speller
|
bf5548ad6d
|
Minor tweaks to style guide
|
2015-07-28 12:14:40 -04:00 |
|
Christopher Speller
|
5a4b736c8a
|
Adding style guide
|
2015-07-28 12:10:14 -04:00 |
|
Christopher Speller
|
3d94d047c0
|
Adding rest of directories to eslint list
|
2015-07-28 11:57:25 -04:00 |
|
JoramWilander
|
9512330241
|
updated changing email in sign up flow to work properly
|
2015-07-28 11:49:45 -04:00 |
|