Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1626 from mattermost/PLT-1355 | Corey Hulen | 2015-12-04 | 1 | -0/+4 |
|\ | | | | | PLT-1355 Move link preview into pre-release feature | ||||
| * | PLT-1355 Move link preview into pre-release feature | =Corey Hulen | 2015-12-04 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #1630 from florianorben/autocomplete-on-tab | Corey Hulen | 2015-12-04 | 1 | -1/+2 |
|\ \ | | | | | | | autocomplete component should enter suggestions on 'tab' | ||||
| * | | autocomplete component should enter suggestions on 'tab' | Florian Orben | 2015-12-04 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #1623 from mattermost/fixed-height-embeds | Corey Hulen | 2015-12-04 | 1 | -9/+11 |
|\ \ \ | |/ / |/| / | |/ | Fix embeds and add default fixed height | ||||
| * | Fix embeds and add default fixed height | JoramWilander | 2015-12-04 | 1 | -9/+11 |
| | | |||||
* | | Merge pull request #1613 from florianorben/PLT-1326 | Corey Hulen | 2015-12-04 | 2 | -1/+7 |
|\ \ | | | | | | | PLT-1326: Enable channel posts of type join or leave not trigger unread notifications | ||||
| * | | PLT-1326: Enable channel posts of type join or leave not trigger unread ↵ | Florian Orben | 2015-12-04 | 2 | -1/+7 |
| | | | | | | | | | | | | notifications | ||||
* | | | Multiple UI Improvements | Asaad Mahmood | 2015-12-04 | 1 | -1/+5 |
| |/ |/| | |||||
* | | Merge pull request #1612 from mattermost/fix-build-update | Christopher Speller | 2015-12-04 | 1 | -3/+7 |
|\ \ | | | | | | | Fixing mattermost to refresh the page when a new version is detected | ||||
| * | | Fixing detect build | =Corey Hulen | 2015-12-03 | 1 | -1/+0 |
| | | | |||||
| * | | Fixing detect build | =Corey Hulen | 2015-12-03 | 1 | -3/+8 |
| |/ | |||||
* | | Merge pull request #1600 from hmhealey/plt1152 | Joram Wilander | 2015-12-04 | 1 | -19/+20 |
|\ \ | | | | | | | PLT-1152 Fix cross-contamination between invite member modals | ||||
| * | | Renamed channel_intro_mssages.jsx to channel_intro_messages.jsx | hmhealey | 2015-12-03 | 1 | -0/+0 |
| | | | |||||
| * | | Removed some internal state from ChannelMembersModal and ChannelInviteModal | hmhealey | 2015-12-03 | 1 | -0/+1 |
| | | | |||||
| * | | Switched ChannelInviteModal to use a ToggleModalButton wherever possible | hmhealey | 2015-12-03 | 1 | -19/+19 |
| | | | |||||
* | | | Merge pull request #1605 from hmhealey/plt1370 | Joram Wilander | 2015-12-04 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | PLT-1370 Changed SuggestionBox to clear its suggestions on losing focus | ||||
| * | | Changed SuggestionBox to clear its suggestions on losing focus | hmhealey | 2015-12-03 | 1 | -0/+1 |
| | | | |||||
* | | | Changed font changing code to use jquery to fix Safari weirdness | hmhealey | 2015-12-03 | 1 | -9/+13 |
|/ / | |||||
* / | 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 |
| |