Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing merge conflict | =Corey Hulen | 2015-09-22 | 11 | -84/+414 |
|\ | |||||
| * | Merge pull request #715 from mattermost/plt-27 | Joram Wilander | 2015-09-22 | 11 | -84/+414 |
| |\ | | | | | | | PLT-27 Implement incoming webhooks. | ||||
| | * | Implement incoming webhooks. | JoramWilander | 2015-09-21 | 11 | -84/+414 |
| | | | |||||
* | | | Fixing bug in generating key length | =Corey Hulen | 2015-09-22 | 3 | -8/+8 |
| | | | |||||
* | | | Merge branch 'master' into PLT-11-email | =Corey Hulen | 2015-09-22 | 1 | -1/+1 |
|\| | | |||||
| * | | Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed ↵ | Christopher Speller | 2015-09-22 | 5 | -165/+3 |
| | | | | | | | | | | | | emojify" | ||||
| * | | Merge pull request #737 from hmhealey/plt289 | Harrison Healey | 2015-09-22 | 5 | -3/+165 |
| |\ \ | | | | | | | | | PLT-289 Added parsing for named emojis to TextFormatting and removed emojify | ||||
| | * | | Added parsing for named emojis to TextFormatting and removed dependency on ↵ | hmhealey | 2015-09-22 | 5 | -3/+165 |
| | | | | | | | | | | | | | | | | emojify | ||||
| * | | | Merge pull request #730 from mattermost/shorten-description-help-text | Corey Hulen | 2015-09-22 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | Shorten description help text | ||||
| | * | | Adjusting sentence | it33 | 2015-09-21 | 1 | -1/+1 |
| | | | | |||||
| | * | | Shorten description help text | it33 | 2015-09-20 | 1 | -1/+1 |
| | |/ | | | | | | | Currently it word wraps, this prevents word-wrapping | ||||
* | | | Adding service settings to admin console | =Corey Hulen | 2015-09-22 | 12 | -30/+438 |
| | | | |||||
* | | | Adding team settings to admin console | =Corey Hulen | 2015-09-22 | 5 | -2/+306 |
| | | | |||||
* | | | Adding SQL settings to admin console | =Corey Hulen | 2015-09-22 | 5 | -8/+592 |
| | | | |||||
* | | | Adding rate limiter settings to the admin console | =Corey Hulen | 2015-09-21 | 3 | -0/+284 |
| | | | |||||
* | | | Adding privacy to admin console | =Corey Hulen | 2015-09-21 | 3 | -0/+175 |
| | | | |||||
* | | | Fixing eslint errors | =Corey Hulen | 2015-09-21 | 2 | -4/+2 |
| | | | |||||
* | | | Adding image properties | =Corey Hulen | 2015-09-21 | 3 | -0/+429 |
| | | | |||||
* | | | Fixing broken signup pages | =Corey Hulen | 2015-09-21 | 9 | -14/+24 |
| | | | |||||
* | | | Fixing button | =Corey Hulen | 2015-09-21 | 1 | -0/+1 |
| | | | |||||
* | | | Adding email to admin console | =Corey Hulen | 2015-09-21 | 13 | -261/+431 |
|/ / | |||||
* | | Merge pull request #734 from mattermost/plt-206 | Christopher Speller | 2015-09-21 | 4 | -3/+7 |
|\ \ | | | | | | | PLT-206 Fix first channel load scrolling issue on Windows and iOS and add emoji to RHS. | ||||
| * | | Fix first channel load scrolling issue on Windows and iOS and add emoji to RHS. | JoramWilander | 2015-09-21 | 4 | -3/+7 |
| | | | |||||
* | | | Merge pull request #736 from hmhealey/plt312 | Joram Wilander | 2015-09-21 | 1 | -1/+7 |
|\ \ \ | |/ / |/| | | PLT-312 Added theme class to markdown links | ||||
| * | | Added theme class to markdown links | hmhealey | 2015-09-21 | 1 | -1/+7 |
| | | | |||||
* | | | Merge pull request #732 from mattermost/plt-243 | Joram Wilander | 2015-09-21 | 1 | -8/+13 |
|\ \ \ | | | | | | | | | PLT-243 Adding new create channel modal to the more menu | ||||
| * | | | Adding new create channel modal to the more menu | Christopher Speller | 2015-09-21 | 1 | -8/+13 |
| |/ / | |||||
* / / | Wrapped comment messages in divs like posts in the center pane | hmhealey | 2015-09-21 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #722 from hmhealey/timestamp | Joram Wilander | 2015-09-21 | 3 | -3/+16 |
|\ \ | | | | | | | Added a tooltip to post timestamps displaying the actual time the post was created | ||||
| * | | Added a tooltip to post timestamps displaying the actual time the post was ↵ | hmhealey | 2015-09-19 | 3 | -3/+16 |
| |/ | | | | | | | created | ||||
* | | Merge pull request #731 from asaadmahmoodspin/new-channel | Christopher Speller | 2015-09-21 | 1 | -5/+5 |
|\ \ | | | | | | | Updating new channel UI | ||||
| * | | Updating new channel UI | Asaad Mahmood | 2015-09-21 | 1 | -5/+5 |
| |/ | |||||
* | | Cleaned up markdown formatting code and removed debug statements | hmhealey | 2015-09-19 | 2 | -7/+9 |
| | | |||||
* | | Deferred to marked.js's html sanitization when markdown is enabled | hmhealey | 2015-09-19 | 1 | -2/+12 |
| | | |||||
* | | Changed markdown link parsing to automatically add an explicit protocol to urls | hmhealey | 2015-09-19 | 2 | -1/+16 |
| | | |||||
* | | Prevented our url autolinking from breaking markdown links | hmhealey | 2015-09-19 | 1 | -6/+34 |
| | | |||||
* | | Added marked library to text_formatting.jsx | hmhealey | 2015-09-19 | 3 | -3/+13 |
| | | |||||
* | | Removed underscores surrounding formatting tokens since they won't work with ↵ | hmhealey | 2015-09-19 | 1 | -8/+8 |
| | | | | | | | | markdown | ||||
* | | Removed unnecessary conversion of newlines to html line breaks | hmhealey | 2015-09-19 | 1 | -6/+4 |
|/ | |||||
* | merging | =Corey Hulen | 2015-09-18 | 3 | -6/+14 |
|\ | |||||
| * | Merge pull request #699 from mattermost/PLT-92 | Joram Wilander | 2015-09-18 | 2 | -5/+13 |
| |\ | | | | | | | PLT-92 Adding server side versioning to the binary | ||||
| | * | moving to security tab | =Corey Hulen | 2015-09-17 | 2 | -12/+11 |
| | | | |||||
| | * | Making changes to versioning | =Corey Hulen | 2015-09-17 | 1 | -5/+4 |
| | | | |||||
| | * | Merge branch 'master' into PLT-92 | =Corey Hulen | 2015-09-17 | 4 | -36/+100 |
| | |\ | |||||
| | * | | Adding version to UI | =Corey Hulen | 2015-09-16 | 1 | -0/+13 |
| | | | | |||||
| | * | | PLT-92 Adding server side versioning to the binary | =Corey Hulen | 2015-09-16 | 1 | -5/+2 |
| | | | | |||||
| * | | | Fixed incorrect check if a url starts with an explicit protocol | hmhealey | 2015-09-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Moving logout item | =Corey Hulen | 2015-09-17 | 1 | -6/+6 |
| | | | | |||||
* | | | | PLT-11 adding config for logs to UI | =Corey Hulen | 2015-09-17 | 16 | -292/+207 |
| | | | | |||||
* | | | | PLT-11 Adding ability to save config file | =Corey Hulen | 2015-09-17 | 8 | -131/+489 |
|/ / / |