Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced SearchAutocomplete with new suggestion components | hmhealey | 2015-12-01 | 1 | -1/+8 |
| | |||||
* | Merge pull request #1562 from asaadmahmoodspin/ui-improvements | Corey Hulen | 2015-12-01 | 1 | -3/+2 |
|\ | | | | | Multiple UI Improvements | ||||
| * | Multiple UI Improvements | Asaad Mahmood | 2015-12-01 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #1559 from mattermost/plt-510 | Harrison Healey | 2015-12-01 | 1 | -1/+2 |
|\ \ | | | | | | | PLT-510 Updated OAuth2 app register modal | ||||
| * | | Updated oauth2 app register modal | JoramWilander | 2015-12-01 | 1 | -1/+2 |
| | | | |||||
* | | | PLT-1182: "Recent Mention" search brings up username as "[username]undefined" | Florian Orben | 2015-12-01 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Enabled name display settings in more places | Reed Garmsen | 2015-12-01 | 2 | -7/+10 |
| | | |||||
* | | Merge pull request #1548 from mattermost/plt-1268 | Christopher Speller | 2015-12-01 | 1 | -1/+1 |
|\ \ | |/ |/| | PLT-1268 Fix webhook post aggregation and pending/failed post aggregation | ||||
| * | Fix webhook post aggregation and pending/failed post aggregation | JoramWilander | 2015-11-30 | 1 | -1/+1 |
| | | |||||
* | | refactor not to use nested ternary statements | Florian Orben | 2015-11-30 | 1 | -3/+5 |
| | | |||||
* | | support gfm tasklists | Florian Orben | 2015-11-30 | 1 | -0/+8 |
|/ | |||||
* | PLT-1121: One element, non-ordered lists and one element, ordered, nested ↵ | Florian Orben | 2015-11-30 | 1 | -57/+57 |
| | | | | lists aren't rendered correctly | ||||
* | rename 'featureToggle' to 'isFeatureEnable' and move definition of available ↵ | Florian Orben | 2015-11-27 | 3 | -16/+9 |
| | | | | prerelease-features to constants.jsx | ||||
* | only show advanced settings section if there are any pre-release features | Florian Orben | 2015-11-27 | 2 | -2/+3 |
| | |||||
* | PLT-1125: allow to toggle features in frontend | Florian Orben | 2015-11-27 | 2 | -0/+17 |
| | |||||
* | Disabling the all mention | =Corey Hulen | 2015-11-23 | 1 | -1/+2 |
| | |||||
* | Moved show static methods out of modals and into EventHelpers | hmhealey | 2015-11-23 | 1 | -4/+3 |
| | |||||
* | Converted GetLinkModal to React-Bootstrap and added GetTeamInviteLinkModal | hmhealey | 2015-11-23 | 2 | -5/+3 |
| | |||||
* | Cleaned up how channel intro messages display set channel header button | hmhealey | 2015-11-23 | 1 | -28/+17 |
| | |||||
* | Renamed EditChannelModal to EditChannelHeaderModal | hmhealey | 2015-11-23 | 1 | -5/+5 |
| | |||||
* | Ported EditChannelModal to React-Bootstrap | hmhealey | 2015-11-23 | 2 | -46/+22 |
| | |||||
* | Enable no magic numbers as warning. Ignore stateless components. | Christopher Speller | 2015-11-23 | 1 | -3/+3 |
| | |||||
* | Implementing Permalinks and jumping to post from search. Performance | Christopher Speller | 2015-11-23 | 4 | -169/+247 |
| | | | | improvements. | ||||
* | Fixed newlines being stripped from multiline code blocks | hmhealey | 2015-11-20 | 1 | -16/+31 |
| | |||||
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵ | Christopher Speller | 2015-11-19 | 8 | -95/+92 |
| | | | | system. | ||||
* | Upgrading ESLint and adding some more rules. Refactoring to meet these new rules | Christopher Speller | 2015-11-19 | 1 | -3/+3 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-11-19 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1457 from hmhealey/plt729 | Christopher Speller | 2015-11-19 | 1 | -0/+2 |
|\ | | | | | PLT-729 Added search button to mobile header | ||||
| * | Added ability to open search sidebar programatically | hmhealey | 2015-11-18 | 1 | -0/+2 |
| | | |||||
* | | Posts structure improvement | Asaad Mahmood | 2015-11-19 | 2 | -17/+14 |
| | | |||||
* | | Converted DeletePostModal to React-Bootstrap | hmhealey | 2015-11-18 | 2 | -1/+11 |
|/ | |||||
* | force reload on server update | =Corey Hulen | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-11-16 | 2 | -3/+4 |
| | |||||
* | Merge pull request #1419 from hmhealey/plt998 | Joram Wilander | 2015-11-13 | 1 | -18/+86 |
|\ | | | | | PLT-998/999/1100 Improving search term highlighting in results | ||||
| * | Improved highlighting of search flags to handle quotes and flags | hmhealey | 2015-11-12 | 1 | -18/+86 |
| | | |||||
* | | Merge branch 'release-1.2' | Christopher Speller | 2015-11-12 | 1 | -12/+7 |
|\ \ | |||||
| * | | Remove unneed role | JoramWilander | 2015-11-11 | 1 | -2/+0 |
| | | | |||||
| * | | Remove unneed argument | JoramWilander | 2015-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | Fix channel invite button on channel intro message and fix empty channel ↵ | JoramWilander | 2015-11-11 | 1 | -13/+10 |
| | | | | | | | | | | | | invite modal. | ||||
* | | | Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵ | JoramWilander | 2015-11-12 | 1 | -2/+92 |
| |/ |/| | | | | | accurate. | ||||
* | | fix indentation to use tabs | Florian Orben | 2015-11-10 | 1 | -1/+1 |
| | | |||||
* | | Add latex support | Florian Orben | 2015-11-10 | 1 | -0/+9 |
|/ | | | | | | Adds latex highlighting support via https://www.npmjs.com/package/katex as requested in https://mattermost.uservoice.com/forums/306457-general/suggestions/10160757-add-latex-support | ||||
* | Merge pull request #1345 from hmhealey/plt983 | Harrison Healey | 2015-11-06 | 1 | -1/+1 |
|\ | | | | | PLT-983 Fix _emphasizing_ markdown text when it's not the start of the post | ||||
| * | Changed markdown text regex to not capture the final underscore on a word to ↵ | hmhealey | 2015-11-06 | 1 | -1/+1 |
| | | | | | | | | better match the original behaviour | ||||
| * | Changed markdown text regex to capture whitespace preceeding an underscore | hmhealey | 2015-11-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1342 from hmhealey/plt761 | Joram Wilander | 2015-11-06 | 1 | -4/+4 |
|\ \ | | | | | | | PLT-761 Removed required whitespace from before @mentions | ||||
| * | | Removed required whitespace from before @mentions | hmhealey | 2015-11-06 | 1 | -4/+4 |
| |/ | |||||
* | | Merge pull request #1340 from mattermost/markdown-image-fixes | Joram Wilander | 2015-11-06 | 1 | -1/+1 |
|\ \ | | | | | | | Markdown image fixes. | ||||
| * | | Fixing broken markdown images taking up too much space. Fixed unnessisary ↵ | Christopher Speller | 2015-11-06 | 1 | -1/+1 |
| |/ | | | | | | | expantion of markdown images not in center channel. | ||||
* / | Updating UI for search autocomplete | Asaad Mahmood | 2015-11-06 | 1 | -2/+3 |
|/ |