Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Cancelling out of a notification's setting change now displays the correct op... | Reed Garmsen | 2015-12-02 | 1 | -29/+20 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #1540 from hmhealey/plt1297 | Christopher Speller | 2015-12-03 | 10 | -380/+725 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | | | ||||||
| * | | | | 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 | |
| | |_|/ | |/| | | ||||||
* | | | | Updating UI for tablet view | Asaad Mahmood | 2015-12-02 | 2 | -6/+2 | |
* | | | | Multiple UI Improvements | Asaad Mahmood | 2015-12-02 | 3 | -19/+51 | |
| |/ / |/| | | ||||||
* | | | 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 | |
|\ \ \ | ||||||
| * | | | 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 | |
* | | | | Fix emitter leak | JoramWilander | 2015-12-02 | 1 | -2/+8 | |
* | | | | Remove perfectscrollbar from center channel | JoramWilander | 2015-12-02 | 1 | -3/+1 | |
* | | | | Merge pull request #1535 from florianorben/PLT-1233 | Christopher Speller | 2015-12-02 | 62 | -2/+18819 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | PLT-1233: "Display Font" option in Account Settings > Display | Florian Orben | 2015-11-28 | 62 | -2/+18819 | |
* | | | | Merge pull request #1565 from mattermost/plt-1270 | Joram Wilander | 2015-12-01 | 1 | -1/+1 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Minor fix | JoramWilander | 2015-12-01 | 1 | -1/+1 | |
* | | | | Merge pull request #1560 from mattermost/plt-1270 | Christopher Speller | 2015-12-01 | 1 | -5/+7 | |
|\| | | | ||||||
| * | | | Fix channel creation errors | JoramWilander | 2015-12-01 | 1 | -5/+7 | |
* | | | | Merge pull request #1562 from asaadmahmoodspin/ui-improvements | Corey Hulen | 2015-12-01 | 6 | -11/+11 | |
|\ \ \ \ | ||||||
| * | | | | Multiple UI Improvements | Asaad Mahmood | 2015-12-01 | 6 | -11/+11 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #1559 from mattermost/plt-510 | Harrison Healey | 2015-12-01 | 5 | -73/+142 | |
|\ \ \ \ | ||||||
| * | | | | Updated oauth2 app register modal | JoramWilander | 2015-12-01 | 5 | -73/+142 | |
* | | | | | PLT-1182: "Recent Mention" search brings up username as "[username]undefined" | Florian Orben | 2015-12-01 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #1512 from rgarmsen2295/plt-995b | Joram Wilander | 2015-12-01 | 8 | -44/+52 | |
|\ \ \ \ | ||||||
| * | | | | Enabled name display settings in more places | Reed Garmsen | 2015-12-01 | 8 | -44/+52 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #1555 from mattermost/PLT-902 | Corey Hulen | 2015-12-01 | 1 | -1/+66 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | PLT-902 switching to push proxy server | =Corey Hulen | 2015-11-30 | 1 | -1/+66 | |
| |/ / | ||||||
* | | | Merge pull request #1548 from mattermost/plt-1268 | Christopher Speller | 2015-12-01 | 2 | -9/+40 | |
|\ \ \ | ||||||
| * | | | Fix webhook post aggregation and pending/failed post aggregation | JoramWilander | 2015-11-30 | 2 | -9/+40 | |
* | | | | Merge pull request #1546 from mattermost/plt-1281 | Christopher Speller | 2015-12-01 | 2 | -2/+4 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Make sure to have latests posts for the view whhen switching to a channel | JoramWilander | 2015-11-30 | 2 | -2/+4 | |
* | | | | Merge pull request #1547 from asaadmahmoodspin/ui-improvements | Corey Hulen | 2015-11-30 | 4 | -28/+56 | |
|\ \ \ \ | ||||||
| * | | | | Improving image modal and removing console log | Asaad Mahmood | 2015-11-30 | 2 | -2/+2 | |
| * | | | | Fixing LHS scroll and Image previews | Asaad Mahmood | 2015-11-30 | 4 | -27/+55 | |
| | |/ / | |/| | |