Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "add helper method to add ephemeral messages; also switch 'delete ↵ | Christopher Speller | 2015-12-10 | 1 | -5/+0 |
| | | | | mess…" | ||||
* | add helper method to add ephemeral messages; also switch 'delete message' to ↵ | Florian Orben | 2015-12-09 | 1 | -0/+5 |
| | | | | this new method | ||||
* | Fix OEmbeds when switching channel, vine/soundcloud heights, and youtube embeds | JoramWilander | 2015-12-09 | 1 | -2/+2 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-12-07 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -0/+4 |
|\ \ | | | | | | | 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 | 1 | -0/+4 |
| |/ | | | | | | | notifications | ||||
* / | Multiple UI Improvements | Asaad Mahmood | 2015-12-04 | 1 | -1/+5 |
|/ | |||||
* | Changed font changing code to use jquery to fix Safari weirdness | hmhealey | 2015-12-03 | 1 | -9/+13 |
| | |||||
* | Merge pull request #1579 from hmhealey/plt1298 | Christopher Speller | 2015-12-03 | 1 | -6/+6 |
|\ | | | | | PLT-1298 Converted Command and @Mention autocomplete to new suggestion components | ||||
| * | 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 | 1 | -1/+1 |
|\ \ | | | | | | | 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 | 1 | -9/+0 |
| | | | |||||
| * | | Allow to switch between default and emoji-one emoji style | Florian Orben | 2015-12-01 | 1 | -0/+9 |
| | | | |||||
* | | | 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 #1535 from florianorben/PLT-1233 | Christopher Speller | 2015-12-02 | 1 | -0/+11 |
|\ \ \ | |_|/ |/| | | PLT-1233: "Display Font" option in Account Settings > Display | ||||
| * | | PLT-1233: "Display Font" option in Account Settings > Display | Florian Orben | 2015-11-28 | 1 | -0/+11 |
| | | | |||||
* | | | Multiple UI Improvements | Asaad Mahmood | 2015-12-01 | 1 | -3/+2 |
| |/ |/| | |||||
* | | Enabled name display settings in more places | Reed Garmsen | 2015-12-01 | 1 | -7/+9 |
| | | |||||
* | | Fix webhook post aggregation and pending/failed post aggregation | JoramWilander | 2015-11-30 | 1 | -1/+1 |
| | | |||||
* | | rename 'featureToggle' to 'isFeatureEnable' and move definition of available ↵ | Florian Orben | 2015-11-27 | 1 | -2/+2 |
| | | | | | | | | prerelease-features to constants.jsx | ||||
* | | only show advanced settings section if there are any pre-release features | Florian Orben | 2015-11-27 | 1 | -1/+1 |
| | | |||||
* | | PLT-1125: allow to toggle features in frontend | Florian Orben | 2015-11-27 | 1 | -0/+4 |
|/ | |||||
* | Ported EditChannelModal to React-Bootstrap | hmhealey | 2015-11-23 | 1 | -13/+4 |
| | |||||
* | Implementing Permalinks and jumping to post from search. Performance | Christopher Speller | 2015-11-23 | 1 | -10/+3 |
| | | | | improvements. | ||||
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵ | Christopher Speller | 2015-11-19 | 1 | -10/+10 |
| | | | | system. | ||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-11-19 | 1 | -3/+3 |
| | |||||
* | Posts structure improvement | Asaad Mahmood | 2015-11-19 | 1 | -17/+13 |
| | |||||
* | Converted DeletePostModal to React-Bootstrap | hmhealey | 2015-11-18 | 1 | -0/+9 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-11-16 | 1 | -3/+3 |
| | |||||
* | Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵ | JoramWilander | 2015-11-12 | 1 | -2/+92 |
| | | | | accurate. | ||||
* | Updating UI for search autocomplete | Asaad Mahmood | 2015-11-06 | 1 | -2/+3 |
| | |||||
* | Merge pull request #1327 from florianorben/PLT-857-2 | Joram Wilander | 2015-11-06 | 1 | -0/+3 |
|\ | | | | | PLT-857: Support `attachments` for Incoming Webhooks | ||||
| * | attachments frontend | Florian Orben | 2015-11-05 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #1321 from hmhealey/plt911 | Joram Wilander | 2015-11-06 | 1 | -0/+9 |
|\ \ | |/ |/| | PLT-911 Search autocomplete improvements | ||||
| * | Moved public and private channels into separate sections in the search ↵ | hmhealey | 2015-11-05 | 1 | -0/+9 |
| | | | | | | | | autocomplete | ||||
* | | Switching to mp3 | =Corey Hulen | 2015-11-05 | 1 | -1/+1 |
| | | |||||
* | | PLT-1040 changing ding | =Corey Hulen | 2015-11-05 | 1 | -1/+1 |
| | | |||||
* | | Only allow one ding every 3s | JoramWilander | 2015-11-05 | 1 | -1/+5 |
|/ | |||||
* | Merge pull request #1308 from asaadmahmoodspin/plt-960 | Christopher Speller | 2015-11-05 | 1 | -5/+5 |
|\ | | | | | Plt 960 - Moving code themes into custom themes | ||||
| * | Removed old code theme selector and fixed some issues | Reed Garmsen | 2015-11-04 | 1 | -5/+5 |
| | | |||||
* | | Making tutorial buttons and tutorial circles consistent | Asaad Mahmood | 2015-11-04 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1279 from rgarmsen2295/plt-743 | Joram Wilander | 2015-11-04 | 1 | -0/+21 |
|\ | | | | | PLT-741/743 Adds additional checks when sorting channels/teams by display name | ||||
| * | Functionalized code | Reed Garmsen | 2015-11-02 | 1 | -0/+21 |
| | | |||||
* | | Adding browser functions in utilis and calling them in settings_sidebar | Asaad Mahmood | 2015-11-03 | 1 | -0/+14 |
| | | |||||
* | | Multiple UI changes | Asaad Mahmood | 2015-11-03 | 1 | -6/+6 |
|/ | |||||
* | Merge pull request #1259 from stasvovk/PLT-639 | Christopher Speller | 2015-11-02 | 1 | -0/+17 |
|\ | | | | | PLT-639: display full name, nickname or username in direct messages | ||||
| * | fixed errors in displayUsername | Stas Vovk | 2015-11-02 | 1 | -3/+3 |
| | |