Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ability to see/edit channel purpose in the client | hmhealey | 2015-10-27 | 8 | -92/+274 |
| | |||||
* | Added Channel.Purpose on the server | hmhealey | 2015-10-27 | 7 | -7/+155 |
| | |||||
* | Renamed Channel.Description to Channel.Header on the client | hmhealey | 2015-10-27 | 10 | -62/+63 |
| | |||||
* | Renamed Channel.Description to Channel.Header on the server | hmhealey | 2015-10-27 | 8 | -61/+64 |
| | |||||
* | Create Administration.md | it33 | 2015-10-27 | 1 | -0/+12 |
| | |||||
* | Update Troubleshooting.md | it33 | 2015-10-27 | 1 | -4/+3 |
| | |||||
* | Update Troubleshooting.md | it33 | 2015-10-27 | 1 | -0/+5 |
| | |||||
* | Merge pull request #1195 from mattermost/plt-822 | Corey Hulen | 2015-10-27 | 9 | -139/+197 |
|\ | | | | | PLT-822 Refactoring post_store into post_store and search_store | ||||
| * | Refactoring post_store into post_store and search_store | Christopher Speller | 2015-10-26 | 9 | -139/+197 |
| | | |||||
* | | Added known issue for deleted channels | it33 | 2015-10-27 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #1197 from rgarmsen2295/plt-166 | Christopher Speller | 2015-10-27 | 1 | -1/+6 |
|\ \ | | | | | | | PLT-166 Fixed issue with missing help text for @all and @channel in mention list | ||||
| * | | Fixed issue with missing help text for @all and @channel in mention list | Reed Garmsen | 2015-10-26 | 1 | -1/+6 |
| | | | |||||
* | | | Merge pull request #1184 from girishso/add-trailing-slash | Christopher Speller | 2015-10-27 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | adds trailing slash if missing from Directory in config.json | ||||
| * | | | adds trailing slash if missing from Directory in config.json | Girish S | 2015-10-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | does it only if "DriverName" == model.IMAGE_DRIVER_LOCAL, not sure if required for other drivers too | ||||
* | | | | Merge pull request #1174 from florianorben/member-popover | Christopher Speller | 2015-10-27 | 4 | -67/+215 |
|\ \ \ \ | | | | | | | | | | | Add styling to channel member popover | ||||
| * | | | | add helper method to initiate a direct channel chat | Florian Orben | 2015-10-26 | 3 | -87/+66 |
| | | | | | |||||
| * | | | | use 'Overlay' instead if 'OverlayTrigger' | Florian Orben | 2015-10-26 | 1 | -22/+28 |
| | | | | | |||||
| * | | | | Add some to channel member popover | Florian Orben | 2015-10-26 | 2 | -2/+165 |
| | | | | | |||||
* | | | | | Merge pull request #1154 from girishso/username_symbols | Christopher Speller | 2015-10-27 | 2 | -4/+15 |
|\ \ \ \ \ | |_|/ / / |/| | | | | auto-link mentions with user names having symbols | ||||
| * | | | | auto-link mentions with user names having symbols | Girish S | 2015-10-27 | 2 | -4/+15 |
|/ / / / | | | | | | | | | | | | | this also handles the case where user_name having '_' | ||||
* | | | | Merge pull request #1194 from mattermost/webhook-request | Corey Hulen | 2015-10-26 | 2 | -7/+25 |
|\ \ \ \ | | | | | | | | | | | Parse incoming webhook requests into model instead of string map | ||||
| * | | | | Remove unused iconemoji field | JoramWilander | 2015-10-26 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Parse incoming webhook requsets into model instead of string map | JoramWilander | 2015-10-26 | 2 | -7/+26 |
| | | | | | |||||
* | | | | | Merge pull request #1178 from mattermost/update-web-socket-help | Corey Hulen | 2015-10-26 | 2 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Update web socket help | ||||
| * | | | | | Update help | it33 | 2015-10-25 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Update websocket error | it33 | 2015-10-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Getting this error when websockets is properly configured and connection is just slow | ||||
* | | | | | | Update Troubleshooting.md | it33 | 2015-10-26 | 1 | -0/+8 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Update README.md | it33 | 2015-10-26 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Merge pull request #1192 from mattermost/PLT-828 | Christopher Speller | 2015-10-26 | 4 | -8/+12 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | PLT-828 fixing db upgrade code | ||||
| * | | | | PLT-828 fixing db upgrade code | =Corey Hulen | 2015-10-26 | 4 | -8/+12 |
| | | | | | |||||
* | | | | | Merge pull request #1164 from hmhealey/plt778 | Corey Hulen | 2015-10-26 | 7 | -87/+195 |
|\ \ \ \ \ | | | | | | | | | | | | | PLT-778 Changed post searching to allow searching by multiple users/channels | ||||
| * | | | | | Moved logic for searching for posts by multiple users/channels into the sql ↵ | hmhealey | 2015-10-26 | 3 | -49/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | query | ||||
| * | | | | | Changed post searching to allow searching by multiple users/channels | hmhealey | 2015-10-23 | 6 | -75/+159 |
| | | | | | | |||||
* | | | | | | Merge pull request #1193 from hmhealey/plt798 | Corey Hulen | 2015-10-26 | 4 | -8/+38 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | PLT-798 Prevent image files larger than 4k resolution from being uploaded | ||||
| * | | | | | Prevented image files larger than 4k resolution from being uploaded | hmhealey | 2015-10-26 | 2 | -5/+29 |
| | | | | | | |||||
| * | | | | | Fixed file upload and profile picture upload error display to work for ↵ | hmhealey | 2015-10-26 | 2 | -3/+9 |
| | |_|_|/ | |/| | | | | | | | | | | | | | serverside errors | ||||
* | | | | | Merge pull request #1191 from mattermost/PLT-564 | Joram Wilander | 2015-10-26 | 1 | -12/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | PLT-564 removing auto-hide from error bar | ||||
| * | | | | | PLT-564 removing auto-hide from error bar | =Corey Hulen | 2015-10-26 | 1 | -12/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #1189 from mattermost/plt-762 | Joram Wilander | 2015-10-26 | 3 | -3/+4 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | PLT-762 Fix error message on leaving channel | ||||
| * | | | | | Fix error message on leaving channel | JoramWilander | 2015-10-26 | 3 | -3/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #1173 from florianorben/PLT-642 | Corey Hulen | 2015-10-26 | 1 | -13/+51 |
|\ \ \ \ \ | |_|/ / / |/| | | | | PLT-642: Browser tab alerts | ||||
| * | | | | rename methods and varibles to a more meaningful name | Florian Orben | 2015-10-26 | 1 | -12/+13 |
| | | | | | |||||
| * | | | | PLT-642: Browser tab alerts | Florian Orben | 2015-10-26 | 1 | -12/+49 |
| | | | | | |||||
* | | | | | Merge pull request #1172 from florianorben/PLT-703 | Joram Wilander | 2015-10-26 | 4 | -18/+42 |
|\ \ \ \ \ | | | | | | | | | | | | | PLT-703: Support multiple users being shown as typing underneath input boxes. | ||||
| * | | | | | rename getTypingText to updateTypingText and set component's state in it | Florian Orben | 2015-10-26 | 1 | -10/+16 |
| | | | | | | |||||
| * | | | | | use constant value to check if to send a typing event for comments | Florian Orben | 2015-10-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | PLT-703: Support multiple users being shown as typing underneath input boxes. | Florian Orben | 2015-10-26 | 3 | -17/+35 |
| |/ / / / | |||||
* | | | | | Merge pull request #1186 from mattermost/nginx-improvement | Corey Hulen | 2015-10-26 | 1 | -5/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | Adding more secure nginx instructions | ||||
| * | | | | Adding more secure nginx instructions | Christopher Speller | 2015-10-26 | 1 | -5/+6 |
| | | | | | |||||
* | | | | | Adding link | it33 | 2015-10-26 | 1 | -1/+1 |
| | | | | |