Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing nickname parameter from FireAndForgetVerifyEmail | Christopher Speller | 2015-07-30 | 2 | -4/+3 |
* | Fixing links for signup from team invite link. Enter now advances signup_user... | Christopher Speller | 2015-07-30 | 6 | -26/+27 |
* | Merge pull request #277 from mattermost/mm-1741 | Christopher Speller | 2015-07-29 | 2 | -6/+6 |
|\ | |||||
| * | updated channel error messages to reflect proper naming | JoramWilander | 2015-07-29 | 2 | -6/+6 |
* | | Merge pull request #269 from rgarmsen2295/mm-1686 | Christopher Speller | 2015-07-29 | 3 | -7/+30 |
|\ \ | |||||
| * | | Access History and Active Sessions are now lazy-loaded upon opening instead o... | Reed Garmsen | 2015-07-29 | 3 | -7/+30 |
* | | | Merge pull request #259 from nickago/MM-1683 | Christopher Speller | 2015-07-29 | 1 | -19/+17 |
|\ \ \ | |||||
| * | | | Added IE friendly window origin function in place of unwrapped call | nickago | 2015-07-29 | 1 | -1/+1 |
| * | | | Removed timeout originally set on team creation | nickago | 2015-07-29 | 1 | -19/+17 |
* | | | | Merge pull request #256 from nickago/MM-1183 | Joram Wilander | 2015-07-29 | 2 | -6/+11 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Added a 'set description' link for private channels | nickago | 2015-07-28 | 1 | -1/+4 |
| * | | | Removed popover on channel name and added ability to set channel descritption... | nickago | 2015-07-27 | 1 | -5/+7 |
* | | | | Merge pull request #275 from asaadmahmoodspin/mm-1762 | Joram Wilander | 2015-07-29 | 7 | -46/+100 |
|\ \ \ \ | |||||
| * | | | | Removing unused id on LHS dropdown | Asaad Mahmood | 2015-07-29 | 1 | -3/+1 |
| * | | | | Improving css for form hints in signup flow | Asaad Mahmood | 2015-07-29 | 1 | -1/+1 |
| * | | | | Fixing error markup in signup flow | Asaad Mahmood | 2015-07-29 | 1 | -2/+2 |
| * | | | | mm-1762 - Search improvements with some other minor Ui changes | Asaad Mahmood | 2015-07-29 | 5 | -44/+100 |
| * | | | | Merge branch 'master' of https://github.com/mattermost/platform into mm-1762 | Asaad Mahmood | 2015-07-29 | 26 | -176/+597 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Merge branch 'master' of https://github.com/mattermost/platform into mm-1762 | Asaad Mahmood | 2015-07-29 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of https://github.com/mattermost/platform into mm-1762 | Asaad Mahmood | 2015-07-28 | 5 | -7/+10 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge pull request #261 from mattermost/it33-freetype-license-addition | Joram Wilander | 2015-07-29 | 2 | -67/+270 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | Adding notice for golang-freetype | it33 | 2015-07-27 | 2 | -67/+270 |
* | | | | | | | Merge pull request #268 from mattermost/mm-1358 | Joram Wilander | 2015-07-29 | 4 | -1/+318 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fixing spelling and clarifying a few parts of style guide. | Christopher Speller | 2015-07-29 | 1 | -14/+16 |
| * | | | | | | | Minor tweaks to style guide | Christopher Speller | 2015-07-28 | 1 | -2/+6 |
| * | | | | | | | Adding style guide | Christopher Speller | 2015-07-28 | 1 | -0/+161 |
| * | | | | | | | Adding rest of directories to eslint list | Christopher Speller | 2015-07-28 | 1 | -0/+4 |
| * | | | | | | | Adding check target to makefile to run eslint. Adding eslint to package.json | Christopher Speller | 2015-07-28 | 2 | -1/+8 |
| * | | | | | | | Configuration for eslintrc | Christopher Speller | 2015-07-28 | 1 | -0/+139 |
* | | | | | | | | Merge pull request #252 from rgarmsen2295/ie10-image-regression-fix | Christopher Speller | 2015-07-29 | 8 | -15/+28 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Removed usage of window.location.origin throughout the codebase | Reed Garmsen | 2015-07-27 | 4 | -8/+15 |
| * | | | | | | | | Fixes issue with images not displaying due to window.origin not being defined... | Reed Garmsen | 2015-07-27 | 5 | -10/+16 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #267 from nickago/MM-1652 | Christopher Speller | 2015-07-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fixed typo in delete_post_modal | nickago | 2015-07-28 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #265 from mattermost/mm-1711 | Joram Wilander | 2015-07-29 | 14 | -159/+250 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||||
| * | | | | | | | | added use of strings.Team to replace hardcoded mentions of 'team' | JoramWilander | 2015-07-29 | 1 | -3/+3 |
| * | | | | | | | | updated changing email in sign up flow to work properly | JoramWilander | 2015-07-28 | 1 | -4/+8 |
| * | | | | | | | | updated user sign up page and login page with new UI details | JoramWilander | 2015-07-28 | 3 | -5/+4 |
| * | | | | | | | | updates to sign-up flow, remove company name and marketing checkbox | JoramWilander | 2015-07-28 | 7 | -41/+16 |
| * | | | | | | | | Signup Ui changes | Asaad Mahmood | 2015-07-28 | 8 | -114/+227 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #264 from asaadmahmoodspin/mm-1732 | Corey Hulen | 2015-07-28 | 11 | -18/+18 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | MM-1730 - Updating logo in emails | Asaad Mahmood | 2015-07-28 | 11 | -9/+9 |
| * | | | | | | mm-1732 - Decrease font size for footer in emails | Asaad Mahmood | 2015-07-28 | 9 | -9/+9 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #270 from mattermost/mm-1763 | Joram Wilander | 2015-07-28 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | update our postgresql index check to work with 9.2+ versions of postgresql | JoramWilander | 2015-07-28 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #255 from hmhealey/mm1682 | Christopher Speller | 2015-07-28 | 4 | -6/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Added non-capturing group to regex used for matching local file urls | hmhealey | 2015-07-28 | 1 | -1/+1 |
| * | | | | Display thumbnails for files without file extensions | hmhealey | 2015-07-28 | 2 | -4/+7 |
| * | | | | Allow users to download file attachments with names that don't include a file... | hmhealey | 2015-07-28 | 1 | -1/+1 |
| * | | | | Allow files without extensions to be uploaded as attachments to posts | hmhealey | 2015-07-28 | 1 | -1/+1 |
|/ / / / |