summaryrefslogtreecommitdiffstats
path: root/web/react
Commit message (Collapse)AuthorAgeFilesLines
* add helper method to add ephemeral messages; also switch 'delete message' to ↵Florian Orben2015-12-095-48/+103
| | | | this new method
* Fix OEmbeds when switching channel, vine/soundcloud heights, and youtube embedsJoramWilander2015-12-094-8/+15
|
* Merge pull request #1672 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-12-092-2/+1
|\ | | | | Multiple UI Improvements
| * Multiple UI ImprovementsAsaad Mahmood2015-12-092-2/+1
| |
* | Merge pull request #1670 from mattermost/plt-1407Corey Hulen2015-12-091-2/+9
|\ \ | |/ |/| PLT-1407 Delay center scroll when sidebar opens to be after animation
| * Delay center scroll when sidebar opens to be after animationJoramWilander2015-12-091-2/+9
| |
* | Merge pull request #1671 from hmhealey/plt1430Christopher Speller2015-12-093-16/+2
|\ \ | | | | | | PLT-1430 Removed space bar from autocompletes
| * | Removed space bar from autocompleteshmhealey2015-12-093-16/+2
| |/
* | Merge pull request #1663 from mattermost/PLT-1418Joram Wilander2015-12-092-1/+46
|\ \ | | | | | | PLT-1418 Adding old style replying in RHS
| * \ Fixing merge=Corey Hulen2015-12-087-16/+13
| |\ \
| * | | PLT-1418 Adding old style replying in RHS=Corey Hulen2015-12-082-2/+47
| | | |
* | | | Merge pull request #1657 from mattermost/plt-1410Christopher Speller2015-12-091-6/+13
|\ \ \ \ | |_|_|/ |/| | | PLT-1410 Fix email error not showing up on team signup page
| * | | Fix email error not showing up on team signup pageJoramWilander2015-12-081-6/+13
| | | |
* | | | Merge pull request #1661 from mattermost/plt-1425Harrison Healey2015-12-081-3/+3
|\ \ \ \ | |_|_|/ |/| | | PLT-1425 Remove @all from recent mentions
| * | | Remove @all from recent mentionsJoramWilander2015-12-081-3/+3
| | |/ | |/|
* | | Closing RHS if jump is clicked for archivesAsaad Mahmood2015-12-081-0/+5
| | |
* | | Adding jump text instead of iconAsaad Mahmood2015-12-081-1/+1
| | |
* | | Multiple UI ImprovementsAsaad Mahmood2015-12-086-15/+7
|/ /
* | Merge pull request #1654 from hmhealey/plt1421Joram Wilander2015-12-081-3/+20
|\ \ | | | | | | PLT-1421 Changed ordering of emoticon suggestions
| * | Changed ordering of emoticon suggestionshmhealey2015-12-081-3/+20
| |/
* | Merge pull request #1651 from mattermost/plt-1399Corey Hulen2015-12-081-3/+11
|\ \ | | | | | | PLT-1399 Fix username on commented on message for webhooks
| * | Fix username on commented on message for webhooksJoramWilander2015-12-081-3/+11
| |/
* / Fix edited posts not updating by websocketJoramWilander2015-12-081-0/+1
|/
* Merge pull request #1647 from mattermost/PLT-564Christopher Speller2015-12-081-4/+5
|\ | | | | PLT-564 fixing error bar
| * PLT-564 fixing error bar=Corey Hulen2015-12-071-4/+5
| |
* | Merge pull request #1645 from mattermost/plt-1365Christopher Speller2015-12-081-1/+1
|\ \ | | | | | | PLT-1365 Don't display system console on mobile
| * | Don't display system console on mobileJoramWilander2015-12-071-1/+1
| |/
* | Merge pull request #1639 from hmhealey/plt1063Christopher Speller2015-12-083-7/+4
|\ \ | | | | | | PLT-1063 Switched marked to forked version
| * | Removed special handling of snake_case words since that's now done by markedhmhealey2015-12-071-5/+3
| | |
| * | Switched marked to mattermost/markedhmhealey2015-12-071-1/+1
| | |
| * | Removed :* smiley since it conflicts heavily with the markdown parserhmhealey2015-12-071-1/+0
| |/
* | Merge pull request #1636 from mattermost/plt-1354Christopher Speller2015-12-081-1/+1
|\ \ | | | | | | PLT-1354 Show channel member count up to 100 now
| * | Show channel member count up to 100 nowJoramWilander2015-12-071-1/+1
| |/
* | Merge pull request #1628 from florianorben/fix-font-load-on-first-page-visitJoram Wilander2015-12-082-0/+13
|\ \ | | | | | | fix font not being changed on first page visit (if preferences havent been loaded before)
| * | fix font not being changed on first page visit (if preferences havent been ↵Florian Orben2015-12-042-0/+13
| | | | | | | | | | | | loaded before)
* | | Merge pull request #1640 from florianorben/collapse_fixJoram Wilander2015-12-081-1/+1
|\ \ \ | | | | | | | | fix a typo that was breaking combination of sequential messages
| * | | fix that was breaking combination of sequential messagesFlorian Orben2015-12-071-1/+1
| | |/ | |/|
* | | Merge pull request #1641 from florianorben/display_system_usernameJoram Wilander2015-12-083-2/+3
|\ \ \ | | | | | | | | Display username 'System' for system messages
| * | | Display username 'System' for system messagesFlorian Orben2015-12-073-2/+3
| |/ /
* | | Fixing es lint errorAsaad Mahmood2015-12-081-5/+0
| | |
* | | Multiple UI ImprovementsAsaad Mahmood2015-12-0714-14/+27
|/ /
* | Merge pull request #1627 from florianorben/ux-formatting-task-listJoram Wilander2015-12-071-1/+1
|\ \ | | | | | | fix misaligned checkbox; remove list-style from list-elements with checkboxes
| * | fix misaligned checkbox; remove list-style from list-elements with checkboxesFlorian Orben2015-12-051-1/+1
| |/
* | Merge pull request #1616 from florianorben/PLT-1380Christopher Speller2015-12-071-1/+1
|\ \ | | | | | | PLT-1380: Post system message when user updates channel header
| * | PLT-1380: Post system message when user updates channel headerFlorian Orben2015-12-041-1/+1
| | |
* | | Merge pull request #1626 from mattermost/PLT-1355Corey Hulen2015-12-043-7/+14
|\ \ \ | | | | | | | | PLT-1355 Move link preview into pre-release feature
| * | | PLT-1355 Move link preview into pre-release feature=Corey Hulen2015-12-043-7/+14
| | | |
* | | | Merge pull request #1630 from florianorben/autocomplete-on-tabCorey Hulen2015-12-042-2/+3
|\ \ \ \ | | | | | | | | | | autocomplete component should enter suggestions on 'tab'
| * | | | autocomplete component should enter suggestions on 'tab'Florian Orben2015-12-042-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #1623 from mattermost/fixed-height-embedsCorey Hulen2015-12-045-80/+151
|\ \ \ \ | | |/ / | |/| | Fix embeds and add default fixed height