Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed emoticon code to use an ES6 map properly | hmhealey | 2015-12-03 | 1 | -4/+4 |
| | |||||
* | Merge pull request #1579 from hmhealey/plt1298 | Christopher Speller | 2015-12-03 | 2 | -6/+30 |
|\ | | | | | PLT-1298 Converted Command and @Mention autocomplete to new suggestion components | ||||
| * | Moved action creation for suggestions | hmhealey | 2015-12-02 | 1 | -0/+24 |
| | | |||||
| * | Cleaned up styling for command and at mention suggestions | hmhealey | 2015-12-01 | 1 | -6/+6 |
| | | |||||
* | | Merge pull request #1554 from florianorben/emoji_style | Christopher Speller | 2015-12-03 | 2 | -4/+7 |
|\ \ | | | | | | | Allow to switch between default and emoji-one emoji style | ||||
| * | | switch to only use emoji one smileys; remove setting to switch | Florian Orben | 2015-12-01 | 2 | -12/+7 |
| | | | |||||
| * | | Allow to switch between default and emoji-one emoji style | Florian Orben | 2015-12-01 | 2 | -4/+12 |
| | | | |||||
* | | | Merge pull request #1540 from hmhealey/plt1297 | Christopher Speller | 2015-12-03 | 1 | -1/+8 |
|\ \ \ | | |/ | |/| | PLT-1297 Replaced SearchAutocomplete with new suggestion components | ||||
| * | | Replaced SearchAutocomplete with new suggestion components | hmhealey | 2015-12-01 | 1 | -1/+8 |
| | | | |||||
* | | | Multiple UI Improvements | Asaad Mahmood | 2015-12-02 | 1 | -7/+7 |
| | | | |||||
* | | | Stop firefox from crashing due to fonts | JoramWilander | 2015-12-02 | 1 | -2/+4 |
| | | | |||||
* | | | Merge pull request #1577 from mattermost/plt-1307 | Joram Wilander | 2015-12-02 | 1 | -5/+15 |
|\ \ \ | | | | | | | | | PLT-1307 Make proper async calls when switching channels | ||||
| * | | | Remove logging | JoramWilander | 2015-12-02 | 1 | -2/+0 |
| | | | | |||||
| * | | | Make proper async calls when switching channels | JoramWilander | 2015-12-02 | 1 | -5/+17 |
| | | | | |||||
* | | | | Merge pull request #1535 from florianorben/PLT-1233 | Christopher Speller | 2015-12-02 | 2 | -0/+26 |
|\ \ \ \ | |_|/ / |/| | | | PLT-1233: "Display Font" option in Account Settings > Display | ||||
| * | | | PLT-1233: "Display Font" option in Account Settings > Display | Florian Orben | 2015-11-28 | 2 | -0/+26 |
| | | | | |||||
* | | | | 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 |
| | |