summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added unit testsnickago2015-08-272-8/+10
* Added wildcard highlighting and removed redundant whitespace parsingnickago2015-08-272-9/+21
* Added server parsing of wildcardsnickago2015-08-271-3/+12
* Merge pull request #484 from mattermost/mm-1994Corey Hulen2015-08-273-31/+31
|\
| * Improvements to import UIChristopher Speller2015-08-263-31/+31
* | Merge pull request #469 from mattermost/mm-1699Christopher Speller2015-08-2728-890/+1631
|\ \
| * | Refactored post handling/updating on both the client and server.JoramWilander2015-08-2728-890/+1631
* | | Merge pull request #487 from rgarmsen2295/mm-2000Christopher Speller2015-08-272-3/+3
|\ \ \
| * | | Added links to the teams listed in the 'Find your teams' emailReed Garmsen2015-08-262-3/+3
| | |/ | |/|
* | | Merge pull request #472 from rgarmsen2295/mm-1853Christopher Speller2015-08-276-8/+72
|\ \ \
| * | | Moved duplicate code into functions and added better handling of large paste ...Reed Garmsen2015-08-264-31/+34
| * | | Fixed issue with carriage returns being counted improperly in non-ie browsers...Reed Garmsen2015-08-254-8/+43
| * | | Prevents users from typing more than 4000 characters into any 'textbox' (post...Reed Garmsen2015-08-255-6/+32
* | | | Merge pull request #481 from BastienDurel/masterJoram Wilander2015-08-271-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use better format for date, as RFC1123 re-defined it over RFC822, and states ...Bastien Durel2015-08-271-1/+1
| * | | missing tabBastien Durel2015-08-261-1/+1
| * | | Merge branch 'master' of github.com:mattermost/platformBastien Durel2015-08-261-0/+11
| |\ \ \ | | | |/ | | |/|
| * | | tabifyBastien Durel2015-08-261-1/+1
| * | | add date header in mailBastien Durel2015-08-261-0/+2
* | | | Merge pull request #471 from nickago/MM-1803Christopher Speller2015-08-271-0/+7
|\ \ \ \
| * | | | Added clearing of search bar on close of comment section of RHSnickago2015-08-251-0/+7
* | | | | Merge pull request #470 from nickago/MM-1945Joram Wilander2015-08-272-4/+18
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Added a link to error page that returns users to the root pagenickago2015-08-252-4/+18
| |/ / /
* | | | Merge pull request #478 from rgarmsen2295/mm-2007Christopher Speller2015-08-261-0/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Clears the 'new channel' dialogue box of errors and previous input on exitReed Garmsen2015-08-251-0/+11
|/ / /
* | | Merge pull request #476 from rgarmsen2295/mm-1915Corey Hulen2015-08-252-0/+5
|\ \ \
| * | | Added white background to non-image files (was previously transparentReed Garmsen2015-08-252-0/+5
|/ / /
* | | fixing build=Corey Hulen2015-08-251-1/+1
* | | Merge pull request #466 from mattermost/mm-1912Corey Hulen2015-08-257-35/+131
|\ \ \ | |_|/ |/| |
| * | Fixes mm-1912 move get file info into its own web service call=Corey Hulen2015-08-247-35/+131
* | | Merge pull request #467 from mattermost/mm-2021Christopher Speller2015-08-251-3/+1
|\ \ \ | |_|/ |/| |
| * | Fixes mm-2021 removes hard coded port=Corey Hulen2015-08-241-2/+1
| * | Fixes mm-2021 removes hard coded port=Corey Hulen2015-08-241-1/+0
* | | Merge pull request #456 from mattermost/mm-1960Joram Wilander2015-08-257-2/+30
|\ \ \
| * \ \ Merging from master=Corey Hulen2015-08-2411-18/+67
| |\ \ \
| * | | | Fixes mm-1960 allows upload of files over 1MB to Elastic Beanstalk=Corey Hulen2015-08-247-2/+30
* | | | | Merge pull request #464 from rgarmsen2295/mm-1895Joram Wilander2015-08-254-5/+28
|\ \ \ \ \
| * | | | | Added email help text and added licensing infoReed Garmsen2015-08-244-5/+28
* | | | | | Merge pull request #445 from rgarmsen2295/mm-1995Joram Wilander2015-08-257-134/+236
|\ \ \ \ \ \
| * | | | | | Moved the ability to rename a team into the team settings modal; fixed issues...Reed Garmsen2015-08-247-134/+236
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #460 from nickago/MM-1996Joram Wilander2015-08-251-9/+8
|\ \ \ \ \ \
| * | | | | | exapnded form tag to include submission buttonnickago2015-08-241-9/+8
| |/ / / / /
* | | | | | Merge pull request #458 from rgarmsen2295/mm-1983Christopher Speller2015-08-251-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fixed issue with timestamp incorrectly displaying single digit minutesReed Garmsen2015-08-241-1/+1
* | | | | | Merge pull request #463 from mattermost/mm-1991Corey Hulen2015-08-241-1/+1
|\ \ \ \ \ \
| * | | | | | Fixes mm-1991 Allow ability to white label=Corey Hulen2015-08-241-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #459 from nickago/MM-1966Corey Hulen2015-08-241-0/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Re-enabled enter key submission for send invites pagenickago2015-08-241-0/+17
| | |_|/ / | |/| | |
* | | | | Merge pull request #465 from rgarmsen2295/prof-img-fixCorey Hulen2015-08-241-1/+6
|\ \ \ \ \
| * | | | | Fixed issue with site tryinng to load profile pictures without having profile...Reed Garmsen2015-08-241-1/+6
| | |/ / / | |/| | |