Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1582 from hmhealey/emojiautocomplete | Harrison Healey | 2015-12-03 | 5 | -5/+97 |
|\ | | | | | Emoji autocomplete | ||||
| * | Added emoji autocomplete to post textbox | hmhealey | 2015-12-03 | 4 | -1/+93 |
| | | |||||
| * | Fixed emoticon code to use an ES6 map properly | hmhealey | 2015-12-03 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #1589 from mattermost/PLT-1301a | Christopher Speller | 2015-12-03 | 2 | -2/+13 |
|\ | | | | | PLT-1301a adding jump to search | ||||
| * | PLT-1301a adding jump to search | =Corey Hulen | 2015-12-02 | 2 | -2/+13 |
| | | |||||
* | | Merge pull request #1587 from mattermost/PLT-1300 | Christopher Speller | 2015-12-03 | 3 | -2/+37 |
|\ \ | | | | | | | PLT-1300 adding jump button to bottom of center archive channel | ||||
| * | | Changing name of var | =Corey Hulen | 2015-12-02 | 2 | -2/+2 |
| | | | |||||
| * | | PLT-1300 adding jump button to bottom of center archive channel | =Corey Hulen | 2015-12-02 | 3 | -2/+37 |
| |/ | |||||
* | | Merge pull request #1585 from mattermost/PLT-1301 | Christopher Speller | 2015-12-03 | 2 | -2/+0 |
|\ \ | | | | | | | PLT-1301 Fixing RHS disappearing bug | ||||
| * | | PLT-1301 Fixing RHS disappearing bug | =Corey Hulen | 2015-12-02 | 2 | -2/+0 |
| |/ | |||||
* | | Merge pull request #1579 from hmhealey/plt1298 | Christopher Speller | 2015-12-03 | 26 | -815/+474 |
|\ \ | | | | | | | PLT-1298 Converted Command and @Mention autocomplete to new suggestion components | ||||
| * | | Fixed unused imports | hmhealey | 2015-12-02 | 3 | -3/+0 |
| | | | |||||
| * | | Fixed suggestion list height in the edit post modal and RHS | hmhealey | 2015-12-02 | 3 | -5/+17 |
| | | | |||||
| * | | Removed command autocomplete from the comment textbox and edit post modal | hmhealey | 2015-12-02 | 3 | -2/+12 |
| | | | |||||
| * | | Changed Command autocomplete to pick a suggestion when space is pressed | hmhealey | 2015-12-02 | 3 | -2/+16 |
| | | | |||||
| * | | Moved action creation for suggestions | hmhealey | 2015-12-02 | 5 | -47/+63 |
| | | | |||||
| * | | Moved autocomplete components into web/react/components/suggestion | hmhealey | 2015-12-01 | 9 | -29/+29 |
| | | | |||||
| * | | Cleaned up styling for command and at mention suggestions | hmhealey | 2015-12-01 | 7 | -49/+32 |
| | | | |||||
| * | | Replaced CommandList with the new suggestion components | hmhealey | 2015-12-01 | 5 | -146/+82 |
| | | | |||||
| * | | Fixed SuggestionLists to properly hide when the textbox loses focus | hmhealey | 2015-12-01 | 3 | -7/+11 |
| | | | |||||
| * | | Replaced MentionList and Mention components with AtMentionProvider | hmhealey | 2015-12-01 | 13 | -601/+278 |
| | | | |||||
| * | | Fixed SuggestionBox keyboard handlers when there are no suggestions available | hmhealey | 2015-12-01 | 1 | -18/+22 |
| | | | |||||
| * | | Fixed losing suggestion selection when entering additional characters | hmhealey | 2015-12-01 | 1 | -1/+7 |
| | | | |||||
* | | | Merge pull request #1554 from florianorben/emoji_style | Christopher Speller | 2015-12-03 | 2478 | -8/+21 |
|\ \ \ | | | | | | | | | 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 | 4199 | -1025/+13 |
| | | | | |||||
| * | | | Allow to switch between default and emoji-one emoji style | Florian Orben | 2015-12-01 | 4199 | -10/+1035 |
| | | | | |||||
* | | | | Merge pull request #1591 from rgarmsen2295/plt-1158 | Joram Wilander | 2015-12-03 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | PLT-1158 Limit the 'Team Name' input field in Team Settings to 22 characters | ||||
| * | | | | Limit edit team name input field to 22 characters | Reed Garmsen | 2015-12-02 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1590 from rgarmsen2295/plt-169 | Joram Wilander | 2015-12-03 | 1 | -29/+20 |
|\ \ \ \ | | | | | | | | | | | PLT-169 Fixes issue where cancelling a change in notification settings would not be reflected in the minimized section | ||||
| * | | | | Cancelling out of a notification's setting change now displays the correct ↵ | Reed Garmsen | 2015-12-02 | 1 | -29/+20 |
| |/ / / | | | | | | | | | | | | | option in the minimized setting tab | ||||
* | | | | Merge pull request #1540 from hmhealey/plt1297 | Christopher Speller | 2015-12-03 | 10 | -380/+725 |
|\ \ \ \ | | |_|/ | |/| | | PLT-1297 Replaced SearchAutocomplete with new suggestion components | ||||
| * | | | Changed SuggestionProviders to be regular objects and not singletons | hmhealey | 2015-12-01 | 3 | -7/+5 |
| | | | | |||||
| * | | | Added -1 as an ignored magic number | hmhealey | 2015-12-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Replaced SearchAutocomplete with new suggestion components | hmhealey | 2015-12-01 | 9 | -379/+726 |
| | | | | |||||
* | | | | Merge pull request #1592 from asaadmahmoodspin/ui-improvements | Corey Hulen | 2015-12-02 | 4 | -20/+48 |
|\ \ \ \ | | | | | | | | | | | Ui improvements for the tablet/small browser view | ||||
| * | | | | Updating UI for tablet view | Asaad Mahmood | 2015-12-02 | 2 | -6/+2 |
| | | | | | |||||
| * | | | | Multiple UI Improvements | Asaad Mahmood | 2015-12-02 | 3 | -19/+51 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #1584 from mattermost/lfbrock-patch-3 | Corey Hulen | 2015-12-02 | 1 | -1/+5 |
|\ \ \ \ | |/ / / |/| | | | Update Sign-in.md | ||||
| * | | | Update Sign-in.md | lfbrock | 2015-12-02 | 1 | -1/+5 |
|/ / / | |||||
* | | | Merge pull request #1581 from mattermost/font-fix | Christopher Speller | 2015-12-02 | 1 | -2/+4 |
|\ \ \ | | | | | | | | | Stop firefox from crashing due to fonts | ||||
| * | | | 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 | 4 | -60/+73 |
|\ \ \ | | | | | | | | | PLT-1307 Make proper async calls when switching channels | ||||
| * | | | Minor change | JoramWilander | 2015-12-02 | 1 | -2/+1 |
| | | | | |||||
| * | | | Remove logging | JoramWilander | 2015-12-02 | 1 | -2/+0 |
| | | | | |||||
| * | | | Add bind | JoramWilander | 2015-12-02 | 1 | -0/+1 |
| | | | | |||||
| * | | | Make proper async calls when switching channels | JoramWilander | 2015-12-02 | 4 | -61/+76 |
| | | | | |||||
* | | | | Merge pull request #1578 from mattermost/emitter-leak | Harrison Healey | 2015-12-02 | 1 | -2/+8 |
|\ \ \ \ | | | | | | | | | | | Fix emitter leak | ||||
| * | | | | Fix emitter leak | JoramWilander | 2015-12-02 | 1 | -2/+8 |
|/ / / / | |||||
* | | | | Merge pull request #1576 from mattermost/remove-scroll | Joram Wilander | 2015-12-02 | 1 | -3/+1 |
|\ \ \ \ | | | | | | | | | | | Remove perfectscrollbar from center channel | ||||
| * | | | | Remove perfectscrollbar from center channel | JoramWilander | 2015-12-02 | 1 | -3/+1 |
|/ / / / |