Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | Adding SQL settings to admin console | =Corey Hulen | 2015-09-22 | 9 | -19/+608 | |
| | | * | | Fixing unit tests | =Corey Hulen | 2015-09-21 | 7 | -86/+75 | |
| | | * | | Adding rate limiter settings to the admin console | =Corey Hulen | 2015-09-21 | 7 | -42/+317 | |
| | | * | | Adding privacy to admin console | =Corey Hulen | 2015-09-21 | 5 | -4/+175 | |
| | | * | | Fixing eslint errors | =Corey Hulen | 2015-09-21 | 2 | -4/+2 | |
| | | * | | Adding image properties | =Corey Hulen | 2015-09-21 | 12 | -98/+524 | |
| | | * | | 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 | 23 | -344/+554 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #734 from mattermost/plt-206 | Christopher Speller | 2015-09-21 | 4 | -3/+7 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | Adding new create channel modal to the more menu | Christopher Speller | 2015-09-21 | 1 | -8/+13 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #733 from hmhealey/plt310 | Joram Wilander | 2015-09-21 | 2 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Wrapped comment messages in divs like posts in the center pane | hmhealey | 2015-09-21 | 2 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #708 from hmhealey/plt173 | Christopher Speller | 2015-09-21 | 43 | -11/+7183 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Added constants for EXIF orientations | hmhealey | 2015-09-21 | 1 | -9/+31 | |
| * | | | | PLT-173 Changed thumbnails and previews to generate correctly for images with... | hmhealey | 2015-09-18 | 1 | -11/+64 | |
| * | | | | PLT-173 Added graphics-go and goexif libraries for image manipulation | hmhealey | 2015-09-17 | 42 | -0/+7097 | |
| | |/ / | |/| | | ||||||
* | | | | 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 cr... | hmhealey | 2015-09-19 | 3 | -3/+16 | |
* | | | | | Merge pull request #729 from mattermost/rename-handle | Joram Wilander | 2015-09-21 | 2 | -4/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Renaming "Handle" to "Channel URL" or "URL" | it33 | 2015-09-20 | 1 | -2/+2 | |
| * | | | | | Renaming "Handle" to "Channel URL" or "URL" | it33 | 2015-09-20 | 1 | -2/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #731 from asaadmahmoodspin/new-channel | Christopher Speller | 2015-09-21 | 2 | -6/+10 | |
|\ \ \ \ \ | ||||||
| * | | | | | Updating new channel UI | Asaad Mahmood | 2015-09-21 | 2 | -6/+10 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #723 from hmhealey/plt17 | Christopher Speller | 2015-09-21 | 4 | -21/+84 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 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 | |
| * | | | | Removed unnecessary conversion of newlines to html line breaks | hmhealey | 2015-09-19 | 1 | -6/+4 | |
| |/ / / | ||||||
* | | | | Adjusting CLA request template | it33 | 2015-09-19 | 1 | -1/+10 | |
* | | | | Added note on build version info improvement | it33 | 2015-09-19 | 1 | -0/+4 | |
* | | | | Merge pull request #724 from mattermost/GIT-721 | Corey Hulen | 2015-09-19 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | GIT-721 Removing sql ping log | =Corey Hulen | 2015-09-19 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge pull request #720 from mattermost/it33-patch-4 | Corey Hulen | 2015-09-18 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Adjusting description of emoji codes feature | it33 | 2015-09-18 | 1 | -1/+1 | |
* | | | | Merge pull request #709 from mattermost/PLT-11 | Harrison Healey | 2015-09-18 | 28 | -531/+993 | |
|\ \ \ \ | ||||||
| * \ \ \ | merging | =Corey Hulen | 2015-09-18 | 22 | -27/+515 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | fixing merge | =Corey Hulen | 2015-09-18 | 5 | -10/+19 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Moving logout item | =Corey Hulen | 2015-09-17 | 1 | -6/+6 | |
| * | | | | | | PLT-11 adding config for logs to UI | =Corey Hulen | 2015-09-17 | 17 | -293/+208 | |
| * | | | | | | PLT-11 Adding ability to save config file | =Corey Hulen | 2015-09-17 | 14 | -295/+842 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #718 from mattermost/it33-patch-3 | Corey Hulen | 2015-09-18 | 1 | -2/+4 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Adding build status indicator to README.md | it33 | 2015-09-18 | 1 | -2/+4 |