Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed unnecessary loop copying | Reed Garmsen | 2015-06-30 | 1 | -5/+1 |
| | |||||
* | Changed keyword logic to use arrays rather than maps to remove highlighting ↵ | Reed Garmsen | 2015-06-30 | 1 | -5/+5 |
| | | | | of js object properties like constructor and __proto__ | ||||
* | Merge pull request #109 from nickago/MM-1289 | Christopher Speller | 2015-06-30 | 1 | -3/+10 |
|\ | | | | | Mm 1289 Now sorts extra channel members lexigraphically | ||||
| * | Added extra precaution to avoid null error | nickago | 2015-06-30 | 1 | -7/+9 |
| | | |||||
| * | MM-1289 Now sorts users in lexigraphical order in extra members popover | nickago | 2015-06-30 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #108 from rgarmsen2295/mm-1309 | Christopher Speller | 2015-06-30 | 1 | -1/+1 |
|\ \ | | | | | | | MM-1309 Fixed grammmatical issue in error message | ||||
| * | | Fixed grammmatical issue in error message | Reed Garmsen | 2015-06-30 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #106 from mattermost/mm-1119 | Joram Wilander | 2015-06-30 | 10 | -18/+99 |
|\ \ | |/ |/| | fixes mm-1119 adds @all and @channel mention capabilites | ||||
| * | added mentioned username to default mention keys | JoramWilander | 2015-06-30 | 1 | -1/+1 |
| | | |||||
| * | @all and @channel now highlight like other mentions | JoramWilander | 2015-06-30 | 2 | -2/+8 |
| | | |||||
| * | add default icon for non-user autocompletes | JoramWilander | 2015-06-30 | 2 | -2/+13 |
| | | |||||
| * | @all and @channel now auto-complete | JoramWilander | 2015-06-29 | 4 | -3/+17 |
| | | |||||
| * | added team-wide and channel-wide mentions | JoramWilander | 2015-06-29 | 3 | -11/+61 |
| | | |||||
* | | Merge pull request #107 from mattermost/revert-91-MM-1289 | Christopher Speller | 2015-06-30 | 1 | -6/+1 |
|\ \ | | | | | | | Revert "MM-1289 Sorted the channel members popover lexigraphically" | ||||
| * | | Revert "MM-1289 Sorted the channel members popover lexigraphically" | Christopher Speller | 2015-06-30 | 1 | -6/+1 |
|/ / | |||||
* | | Merge pull request #101 from rgarmsen2295/mm-983 | Christopher Speller | 2015-06-30 | 1 | -1/+1 |
|\ \ | | | | | | | MM-983 Fixed file preview removal in IE10 | ||||
| * | | Changed file preview removal from using dataset which is unsupported in ie10 ↵ | Reed Garmsen | 2015-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | to using the getAttribute method which is backwards and forwards compatible | ||||
* | | | Merge pull request #91 from nickago/MM-1289 | Christopher Speller | 2015-06-30 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | MM-1289 Sorted the channel members popover lexigraphically | ||||
| * | | | Added semicolons | nickago | 2015-06-29 | 1 | -2/+2 |
| | | | | |||||
| * | | | Sorted the channel members popover lexigraphically | nickago | 2015-06-29 | 1 | -1/+6 |
| |/ / | |||||
* | | | Merge pull request #103 from nickago/MM-1293 | Joram Wilander | 2015-06-30 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | MM-1293 Updated file display key to avoid child flattening | ||||
| * | | | Changed the style of key-assignment to allow for more assured variance | nickago | 2015-06-29 | 1 | -2/+1 |
| | | | | |||||
| * | | | Updated file display key to avoid child flattening | nickago | 2015-06-29 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge pull request #100 from asaadmahmoodspin/master | Corey Hulen | 2015-06-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | MM-1268 - Updating button in email template | ||||
| * | | | MM-1268 - Updating button in email template | Asaad Mahmood | 2015-06-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/mattermost/platform | Asaad Mahmood | 2015-06-30 | 3 | -2/+12 |
| |\| | | |||||
| * | | | Merge branch 'master' of https://github.com/mattermost/platform | Asaad Mahmood | 2015-06-29 | 18 | -126/+247 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Merge branch 'master' of https://github.com/mattermost/platform | Asaad Mahmood | 2015-06-28 | 2 | -2/+2 |
| |\ \ \ | |||||
* | \ \ \ | Merge pull request #98 from mattermost/mm-1199 | Corey Hulen | 2015-06-29 | 11 | -33/+102 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | fixes mm-1199 adds off-topic as a default channel | ||||
| * | | | | update unit tests for default channels | JoramWilander | 2015-06-29 | 3 | -3/+26 |
| | | | | | |||||
| * | | | | add intro text specific to off-topic channel | JoramWilander | 2015-06-29 | 2 | -1/+13 |
| | | | | | |||||
| * | | | | new users now join off-topic defaultly | JoramWilander | 2015-06-29 | 4 | -16/+43 |
| | | | | | |||||
| * | | | | move default channel creation to seperate func and add off-topic | JoramWilander | 2015-06-29 | 5 | -22/+29 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #99 from rgarmsen2295/mm-1303 | Joram Wilander | 2015-06-29 | 2 | -1/+10 |
|\ \ \ \ | | | | | | | | | | | MM-1303 | ||||
| * | | | | Changed invite email to reflect the sender's status in the team (e.g. admin ↵ | Reed Garmsen | 2015-06-29 | 2 | -1/+10 |
| |/ / / | | | | | | | | | | | | | v.s. plain member) | ||||
* | | | | Merge pull request #51 from rgarmsen2295/mm-1287 | Corey Hulen | 2015-06-29 | 1 | -1/+2 |
|\ \ \ \ | |/ / / |/| | | | MM-1287 | ||||
| * | | | Unescaped escape characters in the subject line of emails so that all ↵ | Reed Garmsen | 2015-06-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | characters appear properly | ||||
* | | | | Merge pull request #49 from mattermost/mm-1316 | Joram Wilander | 2015-06-29 | 12 | -90/+210 |
|\ \ \ \ | | | | | | | | | | | fixes mm-1316 improves channel notifications UI and updates channellist etag | ||||
| * | | | | rebase touch-ups | JoramWilander | 2015-06-29 | 4 | -3/+4 |
| | | | | | |||||
| * | | | | fixed CSS indenting | JoramWilander | 2015-06-29 | 1 | -11/+11 |
| | | | | | |||||
| * | | | | make channel notifications modal visible in mobile mode | JoramWilander | 2015-06-29 | 2 | -1/+5 |
| | | | | | |||||
| * | | | | update etag version | JoramWilander | 2015-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | updated channel unit test | JoramWilander | 2015-06-29 | 1 | -3/+9 |
| | | | | | |||||
| * | | | | fix more indenting | JoramWilander | 2015-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix indenting | JoramWilander | 2015-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fixes mm-1316 improves channel notifications UI and updates channellist etag | JoramWilander | 2015-06-29 | 5 | -76/+185 |
|/ / / / | |||||
* | | | | Merge pull request #93 from rgarmsen2295/mm-1317 | Joram Wilander | 2015-06-29 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | MM-1317 Fixed typo in team domain look-up page | ||||
| * | | | | Removed test code | Reed Garmsen | 2015-06-28 | 2 | -5/+5 |
| | | | | | |||||
| * | | | | Fixed typo in team domain look-up page | Reed Garmsen | 2015-06-28 | 3 | -6/+6 |
| | | | | | |||||
* | | | | | Merge pull request #87 from asaadmahmoodspin/settings-ui | Joram Wilander | 2015-06-29 | 2 | -16/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | Updating settings UI |