Commit Graph

1196 Commits

Author SHA1 Message Date
Reed Garmsen
539a05a6bd Changed title of Active Devices to Active Sessions; added help text explaining Active Sessions 2015-07-27 17:13:53 -07:00
Corey Hulen
d24e3db020 Merge pull request #251 from asaadmahmoodspin/master
Ui Updates to signup flow
2015-07-27 13:30:50 -08:00
Joram Wilander
d9f7d43e96 Merge pull request #254 from hmhealey/mm1674
MM-1674 Replaced call to String.prototype.startsWith which only works in browsers that support ES6
2015-07-27 17:27:44 -04:00
Corey Hulen
a6427d99f7 Merge pull request #258 from mattermost/mm-1745
MM-1754 fixes unread channels showing as read and forever new message indicator
2015-07-27 13:15:45 -08: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
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
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
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
Asaad Mahmood
67ee23e494 Placing SVGs into constants.jsx 2015-07-23 14:59:43 +05:00
Asaad Mahmood
3f06d763e8 UI Fixes 2015-07-23 12:06:56 +05:00
Corey Hulen
dc79707787 Merge pull request #194 from ralder/fix-command-box-css
[webui] fix command-list css
2015-07-22 19:19:27 -08:00
Corey Hulen
37c8193dce Merge pull request #240 from asaadmahmoodspin/master
Minor UI Improvements
2015-07-22 18:17:15 -08:00
=Corey Hulen
c277a98b5d Merge branch 'master' into mm-1420 2015-07-22 18:05:44 -08:00
Joram Wilander
f4c3eaa8c0 Merge pull request #241 from rgarmsen2295/mm-1556
MM-1556 Better error handling of channel descriptions that are too large
2015-07-22 17:22:10 -04:00
Reed Garmsen
c9470230ff Channel descriptions entered that are larger than the max number of bytes now cause an error to be printed to the client without closing the modal and losing the user's draft of the description 2015-07-22 13:40:21 -07:00