Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding new fields to team model | =Corey Hulen | 2015-10-26 | 1 | -10/+17 |
| | |||||
* | 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 |
| | | |||||
* | | Adding more GitLab 8.1 instructions | it33 | 2015-10-26 | 1 | -3/+18 |
| | | |||||
* | | Merge pull request #1171 from ↵ | Harrison Healey | 2015-10-26 | 1 | -14/+48 |
|\ \ | |/ |/| | | | | | trashcan/github-1130-handle-trailing-characters-after-user Handle trailing characters after user | ||||
| * | Fix highlighting of trailing punctuation for own username | Pat Lathem | 2015-10-25 | 1 | -4/+4 |
| | | |||||
| * | Fix off by one error | Pat Lathem | 2015-10-24 | 1 | -7/+7 |
| | | |||||
| * | Remove trailing punctuation when parsing @username references | Pat Lathem | 2015-10-24 | 1 | -13/+47 |
| | | |||||
* | | Merge pull request #1170 from florianorben/PLT-395 | Harrison Healey | 2015-10-26 | 13 | -1/+219 |
|\ \ | | | | | | | PLT-395: Add syntax highlighting to Markdown code blocks | ||||
| * | | Add java and ini language | Florian Orben | 2015-10-24 | 2 | -1/+7 |
| | | | | | | | | | | | | Forgot to add those altough they are quite common | ||||
| * | | fix markup if code is of unknown language | Florian Orben | 2015-10-24 | 1 | -1/+1 |
| | | | |||||
| * | | code style theme chooser | Florian Orben | 2015-10-24 | 9 | -2/+111 |
| | | | |||||
| * | | highlight code in markdown blocks | Florian Orben | 2015-10-24 | 6 | -0/+103 |
| | | | |||||
* | | | Update README.md | it33 | 2015-10-26 | 1 | -1/+1 |
| | | | |||||
* | | | Update README.md | it33 | 2015-10-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1183 from girishso/strip-extra-s | Harrison Healey | 2015-10-26 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | strip extra hyphens from urls | ||||
| * | | | strips extra hiphens from channel url | Girish S | 2015-10-26 | 1 | -0/+1 |
| | | | | |||||
* | | | | Adding request for testing help | it33 | 2015-10-26 | 1 | -1/+4 |
| | | | | |||||
* | | | | Merge pull request #1134 from ↵ | it33 | 2015-10-26 | 1 | -0/+299 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | mcmillhj/docs/debian-jessie-systemd-installation-guide Production installation instructions for Debian Jessie with Systemd | ||||
| * | | | | Production installation instructions for Debian Jessie with Systemd | Hunter McMillen | 2015-10-21 | 1 | -0/+299 |
| | | | | | | | | | | | | | | | | | | | | The instructions for Ubuntu work for the most part on Debian installations. The main difference is that Debian does not use Upstart by default, Debian 8 (Jessie) uses Systemd, pre-Jessie Debians use SysV init. This guides shows you how to install Mattermost on Debian under /opt and running as system user named mattermost. It also supplies an init script to be installed in /etc/init.d. If you are using Systemd this will get turned into a Systemd service file at boot-time, otherwise it will just work. | ||||
* | | | | | Merge pull request #1181 from girishso/star-search2 | Christopher Speller | 2015-10-26 | 2 | -3/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | PLT-747: Allow search results to match portions of words | ||||
| * | | | | | made eslint happy | Girish S | 2015-10-26 | 2 | -6/+8 |
| | | | | | | |||||
| * | | | | | append * to search query if not present and highlight partial matches | Girish S | 2015-10-26 | 2 | -2/+7 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #1179 from florianorben/issue-827 | Christopher Speller | 2015-10-26 | 3 | -73/+120 |
|\ \ \ \ \ | | | | | | | | | | | | | Mattermost can not send message start with slash | ||||
| * | | | | | Mattermost can not send message start with slash | Florian Orben | 2015-10-25 | 3 | -73/+120 |
| | |_|/ / | |/| | | | | | | | | | | | | | resolves #827 | ||||
* | | | | | Merge pull request #1177 from lindy65/patch-4 | Christopher Speller | 2015-10-26 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Updated to be in line with doc guidelines | ||||
| * | | | | | Updated to be in line with doc guidelines | lindy65 | 2015-10-25 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge pull request #1176 from florianorben/fix-shrug-command | Christopher Speller | 2015-10-26 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix /shrug command | ||||
| * | | | | | Fix /shrug command | Florian Orben | 2015-10-25 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #1159 from mattermost/plt-119 | Joram Wilander | 2015-10-26 | 2 | -19/+138 |
|\ \ \ \ \ | | | | | | | | | | | | | PLT-119 First draft of outgoing webhook documentation | ||||
| * | | | | | Added limitations section to outgoing webhook doc | JoramWilander | 2015-10-26 | 2 | -0/+6 |
| | | | | | | |||||
| * | | | | | Minor updates to outgoing webhook doc | JoramWilander | 2015-10-26 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Minor fixes to the doc | JoramWilander | 2015-10-26 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | Finish first draft of outgoing webhook doc | JoramWilander | 2015-10-26 | 2 | -22/+42 |
| | | | | | | |||||
| * | | | | | Started outgoing webhook doc | JoramWilander | 2015-10-26 | 2 | -3/+97 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #1175 from florianorben/profile_mime | Joram Wilander | 2015-10-26 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Set mime type for profile images | ||||
| * | | | | Set correct mime type for profile images | Florian Orben | 2015-10-25 | 1 | -0/+1 |
| |/ / / | |||||
* / / / | Added not on 3-char limitation | it33 | 2015-10-25 | 1 | -1/+5 |
|/ / / | |||||
* | | | Create CONTRIBUTING.md | it33 | 2015-10-24 | 1 | -0/+5 |
| | | | |||||
* | | | Merge pull request #1165 from mattermost/hotmail-sample | Corey Hulen | 2015-10-24 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Adding hotmail settings | ||||
| * | | | Adding hotmail settings | =Corey Hulen | 2015-10-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Adding hotmail settings | =Corey Hulen | 2015-10-23 | 1 | -2/+2 |
| | | | |