Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly escaped mention keywords and search terms when formatting them | hmhealey | 2015-11-04 | 1 | -2/+6 |
* | Allowed @mentions to follow any non-alphanumeric character instead of just wh... | hmhealey | 2015-11-04 | 1 | -1/+1 |
* | Removed unused text formatting functions | hmhealey | 2015-11-04 | 1 | -16/+0 |
* | Merge pull request #1289 from mattermost/plt-516-2 | Joram Wilander | 2015-11-04 | 6 | -79/+69 |
|\ | |||||
| * | Minor changes to statuses client code | JoramWilander | 2015-11-03 | 3 | -8/+8 |
| * | Multiple fixes to major performance issues with teams with 50+ users | JoramWilander | 2015-11-03 | 6 | -76/+66 |
* | | Merge pull request #1288 from asaadmahmoodspin/plt-945 | Harrison Healey | 2015-11-04 | 12 | -73/+88 |
|\ \ | |||||
| * | | Updating prop for direct messages modal | Asaad Mahmood | 2015-11-04 | 1 | -1/+1 |
| * | | Updating modal-body max-height if it exceeds more than 1200px | Asaad Mahmood | 2015-11-04 | 1 | -1/+6 |
| * | | UI Improvements for multiple tickets | Asaad Mahmood | 2015-11-04 | 11 | -72/+82 |
* | | | Merge pull request #1286 from hmhealey/plt973 | Christopher Speller | 2015-11-04 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Re-enabled Markdown tables | hmhealey | 2015-11-03 | 1 | -1/+2 |
* | | | Merge pull request #1279 from rgarmsen2295/plt-743 | Joram Wilander | 2015-11-04 | 3 | -22/+31 |
|\ \ \ | |||||
| * | | | Functionalized code | Reed Garmsen | 2015-11-02 | 3 | -36/+27 |
| * | | | Added additional checks to channel sorting that sorts by display_name | Reed Garmsen | 2015-11-02 | 2 | -9/+27 |
* | | | | Merge pull request #1291 from mattermost/tutorial-tweaks | Corey Hulen | 2015-11-03 | 2 | -3/+6 |
|\ \ \ \ | |||||
| * | | | | Update tutorial_intro_screens.jsx | it33 | 2015-11-03 | 1 | -1/+1 |
| * | | | | Update sidebar_header.jsx | it33 | 2015-11-03 | 1 | -0/+3 |
| * | | | | Update tutorial_intro_screens.jsx | it33 | 2015-11-03 | 1 | -2/+2 |
| * | | | | Update tutorial_intro_screens.jsx | it33 | 2015-11-03 | 1 | -1/+1 |
* | | | | | Merge pull request #1290 from mattermost/fixed-embed-height | Corey Hulen | 2015-11-03 | 5 | -3/+34 |
|\ \ \ \ \ | |||||
| * | | | | | Fixing height of embeded images | Christopher Speller | 2015-11-03 | 5 | -3/+34 |
| |/ / / / | |||||
* | | | | | Merge pull request #1282 from asaadmahmoodspin/ui-improvements | Corey Hulen | 2015-11-03 | 10 | -53/+106 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Adding browser functions in utilis and calling them in settings_sidebar | Asaad Mahmood | 2015-11-03 | 2 | -1/+16 |
| * | | | | Updating height code for tutorial screens. | Asaad Mahmood | 2015-11-03 | 1 | -3/+5 |
| * | | | | Multiple UI changes | Asaad Mahmood | 2015-11-03 | 10 | -53/+89 |
| |/ / / | |||||
* | | | | Merge pull request #1278 from mattermost/PLT-968 | Christopher Speller | 2015-11-03 | 1 | -8/+7 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | PLT-968 fixing console error | =Corey Hulen | 2015-11-02 | 1 | -8/+7 |
| | |/ | |/| | |||||
* | | | Merge pull request #1275 from mattermost/PLT-951 | Joram Wilander | 2015-11-02 | 5 | -48/+75 |
|\ \ \ | |||||
| * | | | PLT-951 PLT-972 fixing issues with team directory | =Corey Hulen | 2015-11-02 | 5 | -48/+75 |
* | | | | Merge pull request #1276 from mattermost/PLT-885 | Joram Wilander | 2015-11-02 | 2 | -3/+7 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | PLT-885 allow single select of stats page | =Corey Hulen | 2015-11-02 | 2 | -3/+7 |
| | |/ | |/| | |||||
* | | | Merge pull request #1277 from rgarmsen2295/plt-550-refactor-fix | Corey Hulen | 2015-11-02 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | Readded logic lost in center channel refactor | Reed Garmsen | 2015-11-02 | 1 | -0/+6 |
* | | | | Merge pull request #1269 from mattermost/plt-848-3 | Corey Hulen | 2015-11-02 | 14 | -39/+728 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix typo | JoramWilander | 2015-11-02 | 1 | -1/+1 |
| * | | | Fix merge issues | JoramWilander | 2015-11-02 | 5 | -18/+47 |
| * | | | Move period out of link | JoramWilander | 2015-11-02 | 1 | -1/+2 |
| * | | | Remove modal links from tip | JoramWilander | 2015-11-02 | 1 | -28/+3 |
| * | | | Updating tutorials UI | Asaad Mahmood | 2015-11-02 | 5 | -5/+97 |
| * | | | Overlay fixes and added class prop for tips | JoramWilander | 2015-11-02 | 4 | -4/+16 |
| * | | | Updating tutorial screens | Asaad Mahmood | 2015-11-02 | 7 | -98/+215 |
| * | | | Add tutorial popovers | JoramWilander | 2015-11-02 | 8 | -32/+343 |
| * | | | Add tutorial intro screens for new users. | JoramWilander | 2015-11-02 | 3 | -1/+153 |
| |/ / | |||||
* | | | Merge pull request #1247 from hmhealey/startswith | Christopher Speller | 2015-11-02 | 3 | -0/+2594 |
|\ \ \ | |||||
| * | | | Added Babel ES6 polyfill to the html header | hmhealey | 2015-11-02 | 3 | -0/+2594 |
* | | | | Merge pull request #1272 from hmhealey/plt912 | Christopher Speller | 2015-11-02 | 1 | -7/+1 |
|\ \ \ \ | |||||
| * | | | | Stopped automatically appending * to single word search queries | hmhealey | 2015-11-02 | 1 | -7/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1271 from hmhealey/plt890 | Christopher Speller | 2015-11-02 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | Hid direct message channels from search autocomplete | hmhealey | 2015-11-02 | 1 | -1/+4 |
| |/ / / |