Граф коммитов

10203 Коммитов

Автор SHA1 Сообщение Дата
nickago
da6d3556e8 Changed from Jquery style modal modification to using browserStore 2015-07-27 14:07:23 -07:00
nickago
2d8b81170b Added precautions to avoid incorrect data display to the user by clearing modal after every close 2015-07-27 14:07:23 -07:00
nickago
ed70db1861 When user is removed, a modal appears, which on closing redirects the
user to town square.
2015-07-27 14:07:23 -07:00
nickago
c9459feb59 When removed from a channel, user is sent back to town square and that
channel is removed from their sidebar
2015-07-27 14:07:23 -07:00
JoramWilander
e122b31db1 fixes some database queries that broke with postgres, fixes the unread/new mesasge issues 2015-07-27 17:04:44 -04:00
Reed Garmsen
91fa6c8da1 Removed usage of window.location.origin throughout the codebase 2015-07-27 13:32:14 -07:00
Asaad Mahmood
3dd541d3e0 Merge branch 'master' of https://github.com/mattermost/platform 2015-07-28 01:07:16 +05:00
Joram Wilander
62db88ed45 Merge pull request #248 from hmhealey/mm1494
MM-1494 Change Makefile to use local dependencies, update nfnt/resize library, and change image rescaling to use Lanczos3
2015-07-27 15:33:16 -04:00
Joram Wilander
5a7dacf6f2 Merge pull request #246 from rgarmsen2295/mm-1657
MM-1657 Removes tag highlighting for mentions
2015-07-27 15:32:22 -04:00
=Corey Hulen
4a28e6c5dc Fixes mm-1502 changing session age to 30 days 2015-07-27 11:30:10 -08:00
hmhealey
a3cbe598fb Replaced instance of String.prototype.startsWith which only works in browsers that support ES6 2015-07-27 15:01:15 -04:00
Corey Hulen
81e55eb57c Merge pull request #245 from nickago/MM-1662
MM-1662 Added support for png profile pictures
2015-07-27 10:53:02 -08:00
Reed Garmsen
52bf726ddf Fixes issue with images not displaying due to window.origin not being defined in IE10 2015-07-27 08:39:28 -07:00
nickago
29db5c8c29 Removed popover on channel name and added ability to set channel descritption for 1-1 channels 2015-07-27 08:34:18 -07:00
nickago
18d160bec5 Centralized header additions and removed duplicate code 2015-07-27 08:29:08 -07:00
nickago
c0d225c6d8 Removed ability to place MM in an iframe 2015-07-24 13:50:56 -07:00
Asaad Mahmood
5b7ae4f864 Ui Updates to signup flow 2015-07-25 01:29:49 +05:00
Reed Garmsen
b27562cedc Removed vestige textdiv code that is also no longer necessary due to removing the mention tags 2015-07-24 13:03:58 -07:00
hmhealey
7355fe578c Reverted accidental change to the Makefile that occurred while rebasing hmhealey/mm1494 branch 2015-07-24 13:50:02 -04:00
Joram Wilander
85ff151b71 Merge pull request #247 from nickago/MM-552
Mm 552 Enables email from a name instead of just an address
2015-07-24 12:50:34 -04:00
hmhealey
f85d37cfb8 Changed Makefile to just look for godep in the GOPATH to make the process simpler 2015-07-24 12:37:11 -04:00
hmhealey
2d91d4b9c6 Changed make cover to run godep go to match the rest of Makefile 2015-07-24 12:17:48 -04:00
Joram Wilander
1c7ff66d98 Merge pull request #249 from asaadmahmoodspin/master
Complete signup page UI changes
2015-07-24 12:14:47 -04:00
Asaad Mahmood
9c2d4d39cc Adding hint text for username back in 2015-07-24 21:04:11 +05:00
Asaad Mahmood
464158e0f2 Minor class changes 2015-07-24 20:50:48 +05:00
Joram Wilander
4f9c40e60b Merge pull request #226 from nickago/MM-1546
MM-1546 Clear error messages on modal close and channel switch
2015-07-24 11:40:42 -04:00
Asaad Mahmood
0996106d65 Complete signup page UI changes 2015-07-24 19:51:41 +05:00
nickago
22acb7b950 Set the 'From' field to include the FeedbackName from the config 2015-07-24 07:36:38 -07:00
hmhealey
4e2ca3d74d Fixed detection of godep when it doesn't exist on the path 2015-07-24 09:29:02 -04:00
hmhealey
49c50f9575 Change Makefile to use local copies of dependencies by running go through godep 2015-07-24 09:29:02 -04:00
hmhealey
a09f35bdcf Change image rescaling algorithm back to Lanczos3 now that it works correctly in all cases 2015-07-24 09:28:10 -04:00
hmhealey
ae83df8ed5 Update nfnt/resize library to the most recent version (as of July 20) 2015-07-24 09:28:09 -04:00
Reed Garmsen
414c2bed91 Removes the blue tag highlighting from mentions that would appear after typing a mention 2015-07-23 14:04:33 -07:00
Corey Hulen
b813234f4c Merge pull request #170 from mattermost/mm-1420
Fixes mm-1420 adding initial support for postgres
2015-07-23 11:21:54 -08:00
Christopher Speller
32e8dddd0c Merge pull request #242 from asaadmahmoodspin/master
UI Fixes
2015-07-23 15:03:05 -04:00
Christopher Speller
d9175d7525 Merge pull request #243 from hmhealey/mm1678
MM-1678 Fixed sidebar so that it can open threads containing non-image attachments
2015-07-23 15:02:52 -04:00
=Corey Hulen
98751a4f65 removing old bindVars methods 2015-07-23 11:02:39 -08:00
Christopher Speller
772e644343 Merge pull request #244 from rgarmsen2295/mm-1610
MM-1610 Fixed issue with error message for uploading more than 5 files not appearing on OSX
2015-07-23 14:56:53 -04:00
nickago
ebddb6c6b0 Added support for png profile pictures 2015-07-23 11:37:59 -07:00
=Corey Hulen
5b0d2dd8f9 Fixing merges for latest postgres 2015-07-23 10:15:53 -08:00
nickago
dbbe40e893 Added a condition to close event listeners on modals when the component
is unmounted, and set all unsaved data to be cleared from user settings
2015-07-23 10:40:29 -07:00
=Corey Hulen
8d9449c068 Merge branch 'master' into mm-1420 2015-07-23 09:22:17 -08:00
Corey Hulen
a9d48ff994 Merge pull request #237 from mattermost/mm-1570
fixes mm-1570 adds support for using mattermost as an OAuth client
2015-07-23 09:21:14 -08:00
Asaad Mahmood
6d7f23915f UI changes for search bar in the RHS for Mobile Web 2015-07-23 22:05:42 +05:00
Reed Garmsen
952e7a93f9 Fixed issue with error message for uploading more than 5 files not appearing on OSX 2015-07-23 10:01:19 -07:00
Asaad Mahmood
e03c88262c Adjusting padding for LHS header info 2015-07-23 21:52:51 +05:00
Asaad Mahmood
d57ee9c689 Adding hover effect for LHS menu icon 2015-07-23 21:49:54 +05:00
nickago
0acab11cf4 When closing out of a modal, unsaved data and text inside of it is erased. 2015-07-23 09:03:57 -07:00
hmhealey
6f3bcfa250 Fixed reference to non-existant local variable that prevented the sidebar from opening message threads containing non-image attachments 2015-07-23 11:21:12 -04:00
JoramWilander
d42d0e3467 added store unit test for user.GetByAuth and added password length checking in api.login 2015-07-23 08:19:51 -04:00