Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MM-2056 fixes problem with creating team | =Corey Hulen | 2015-08-31 | 1 | -1/+2 |
| | |||||
* | Revert "MM-2046 - Updating postHolder scroll" | Christopher Speller | 2015-08-31 | 1 | -1/+0 |
| | |||||
* | Merge pull request #521 from rgarmsen2295/mm-2044 | Corey Hulen | 2015-08-30 | 1 | -1/+7 |
|\ | | | | | MM-2044 Removes ability to auto-scroll to new messages in ie10/11 to fix rendering issue | ||||
| * | Removes ability to auto-scroll to new messages in ie10/11 to fix rendering issue | Reed Garmsen | 2015-08-30 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #519 from rgarmsen2295/fix-slow-type | Corey Hulen | 2015-08-30 | 3 | -14/+6 |
|\ \ | | | | | | | [Performance Fix] Removes warning message when at the max character limit | ||||
| * | | Removed warning message when at the max character limit | Reed Garmsen | 2015-08-28 | 3 | -14/+6 |
| |/ | |||||
* | | Merge pull request #518 from asaadmahmoodspin/MM-2046 | Corey Hulen | 2015-08-30 | 1 | -0/+1 |
|\ \ | | | | | | | MM-2046 - Updating postHolder scroll | ||||
| * | | MM-2046 - Updating postHolder scroll | Asaad Mahmood | 2015-08-28 | 1 | -0/+1 |
| |/ | |||||
* / | First post list on page load will show loading screen until latest posts are ↵ | JoramWilander | 2015-08-28 | 1 | -2/+24 |
|/ | | | | grabbed from the server. | ||||
* | Merge pull request #514 from mattermost/mm-2039 | Corey Hulen | 2015-08-28 | 4 | -51/+0 |
|\ | | | | | MM-2039 Remove Google as a SSO service. | ||||
| * | Remove Google as a SSO service. | JoramWilander | 2015-08-28 | 4 | -51/+0 |
| | | |||||
* | | Merge pull request #513 from mattermost/mm-1861 | Corey Hulen | 2015-08-28 | 2 | -5/+16 |
|\ \ | |/ |/| | MM-1861 Fixes root images not loading when switching RHS threads. | ||||
| * | Fixes root images not loading when switich RHS threads. | JoramWilander | 2015-08-28 | 2 | -5/+16 |
| | | |||||
* | | Merge pull request #496 from mattermost/mm-2015 | Christopher Speller | 2015-08-28 | 7 | -193/+438 |
|\ \ | |/ |/| | MM-2015 Added the ability to create a team with SSO services and added the ability to turn off email sign up. | ||||
| * | Added the ability to create a team with SSO services and added the ability ↵ | JoramWilander | 2015-08-28 | 7 | -193/+438 |
| | | | | | | | | to turn off email sign up. | ||||
* | | Merge pull request #510 from rgarmsen2295/remove-rename-mobile | Joram Wilander | 2015-08-28 | 1 | -7/+0 |
|\ \ | | | | | | | Removes old rename team option from mobile sidebar | ||||
| * | | Removes rename team option from mobile sidebar | Reed Garmsen | 2015-08-27 | 1 | -7/+0 |
| | | | |||||
* | | | MM-1032 auto-login after tream creation | =Corey Hulen | 2015-08-27 | 1 | -17/+21 |
|/ / | |||||
* | | Merge pull request #498 from mattermost/it33-patch-1 | Christopher Speller | 2015-08-27 | 1 | -6/+4 |
|\ \ | |/ |/| | Updating help text for Slack Import screen | ||||
| * | Updating help text for Slack Import screen | it33 | 2015-08-27 | 1 | -6/+4 |
| | | |||||
* | | Merge pull request #491 from mattermost/mm-1998 | Joram Wilander | 2015-08-27 | 1 | -1/+2 |
|\ \ | |/ |/| | MM-1998 Temporary PM channels now use username instead of display name | ||||
| * | Temporary PM channels now use username instead of display name | Christopher Speller | 2015-08-27 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #484 from mattermost/mm-1994 | Corey Hulen | 2015-08-27 | 2 | -17/+17 |
|\ \ | | | | | | | MM-1994 Improvements to import UI | ||||
| * | | Improvements to import UI | Christopher Speller | 2015-08-26 | 2 | -17/+17 |
| | | | |||||
* | | | Merge pull request #469 from mattermost/mm-1699 | Christopher Speller | 2015-08-27 | 13 | -839/+1174 |
|\ \ \ | |_|/ |/| | | MM-1699 Refactored post handling/updating on both the client and server | ||||
| * | | Refactored post handling/updating on both the client and server. | JoramWilander | 2015-08-27 | 13 | -839/+1174 |
| | | | |||||
* | | | Merge pull request #472 from rgarmsen2295/mm-1853 | Christopher Speller | 2015-08-27 | 4 | -8/+19 |
|\ \ \ | |/ / |/| | | MM-1853 Prevents users from typing more than 4000 characters into any any post/comment | ||||
| * | | Moved duplicate code into functions and added better handling of large paste ↵ | Reed Garmsen | 2015-08-26 | 3 | -31/+10 |
| | | | | | | | | | | | | text dumps | ||||
| * | | Fixed issue with carriage returns being counted improperly in non-ie ↵ | Reed Garmsen | 2015-08-25 | 3 | -8/+15 |
| | | | | | | | | | | | | browsers and updated error messages to be appropriate to what is being typed (message vs. post vs. edit) | ||||
| * | | Prevents users from typing more than 4000 characters into any 'textbox' ↵ | Reed Garmsen | 2015-08-25 | 4 | -6/+31 |
| | | | | | | | | | | | | (posts, comments, and post/comment edits). Also adds new error message for when users hit exactly 4000 characters so they know the limit. | ||||
* | | | Merge pull request #471 from nickago/MM-1803 | Christopher Speller | 2015-08-27 | 1 | -0/+7 |
|\ \ \ | |_|/ |/| | | MM-1803 Added clearing of search bar on close of comment section of RHS | ||||
| * | | Added clearing of search bar on close of comment section of RHS | nickago | 2015-08-25 | 1 | -0/+7 |
| |/ | |||||
* | | Clears the 'new channel' dialogue box of errors and previous input on exit | Reed Garmsen | 2015-08-25 | 1 | -0/+11 |
| | | |||||
* | | Added white background to non-image files (was previously transparent | Reed Garmsen | 2015-08-25 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #466 from mattermost/mm-1912 | Corey Hulen | 2015-08-25 | 2 | -11/+21 |
|\ \ | |/ |/| | Fixes mm-1912 move get file info into its own web service call | ||||
| * | Fixes mm-1912 move get file info into its own web service call | =Corey Hulen | 2015-08-24 | 2 | -11/+21 |
| | | |||||
* | | Merge pull request #464 from rgarmsen2295/mm-1895 | Joram Wilander | 2015-08-25 | 4 | -5/+28 |
|\ \ | | | | | | | MM-1895 Adds email help text | ||||
| * | | Added email help text and added licensing info | Reed Garmsen | 2015-08-24 | 4 | -5/+28 |
| | | | |||||
* | | | Merge pull request #445 from rgarmsen2295/mm-1995 | Joram Wilander | 2015-08-25 | 6 | -127/+235 |
|\ \ \ | | | | | | | | | MM-1995 Moved the ability to rename a team into the team settings modal and fixed valet regression | ||||
| * | | | Moved the ability to rename a team into the team settings modal; fixed ↵ | Reed Garmsen | 2015-08-24 | 6 | -127/+235 |
| | | | | | | | | | | | | | | | | issues with valet settings | ||||
* | | | | Merge pull request #460 from nickago/MM-1996 | Joram Wilander | 2015-08-25 | 1 | -9/+8 |
|\ \ \ \ | | | | | | | | | | | MM-1996 exapnded form tag to include submission button | ||||
| * | | | | exapnded form tag to include submission button | nickago | 2015-08-24 | 1 | -9/+8 |
| |/ / / | |||||
* | | | | Merge pull request #459 from nickago/MM-1966 | Corey Hulen | 2015-08-24 | 1 | -0/+17 |
|\ \ \ \ | |_|_|/ |/| | | | MM-1966 Re-enabled enter key submission for send invites page | ||||
| * | | | Re-enabled enter key submission for send invites page | nickago | 2015-08-24 | 1 | -0/+17 |
| |/ / | |||||
* | | | Merge pull request #465 from rgarmsen2295/prof-img-fix | Corey Hulen | 2015-08-24 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | Fixes issue with site trying to load profile pictures without having profile information | ||||
| * | | | Fixed issue with site tryinng to load profile pictures without having ↵ | Reed Garmsen | 2015-08-24 | 1 | -1/+6 |
| | |/ | |/| | | | | | | | profile information | ||||
* | | | Merge pull request #441 from nickago/MM-1893 | Joram Wilander | 2015-08-24 | 3 | -5/+7 |
|\ \ \ | | | | | | | | | MM-1893 Upon exiting edit post modal, focus is placed on the respective text input field | ||||
| * | | | Upon exiting edit post modal, foucs is placed on the respective text input field | nickago | 2015-08-21 | 3 | -5/+7 |
| | | | | |||||
* | | | | Merge pull request #446 from rgarmsen2295/mm-1999 | Joram Wilander | 2015-08-24 | 1 | -1/+6 |
|\ \ \ \ | |_|/ / |/| | | | MM-1999 Removes 'for' from the edit channel description title when the channel has no title | ||||
| * | | | Removes 'for' from the edit channel description modal title when editing the ↵ | Reed Garmsen | 2015-08-24 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | description of a private message channel |