summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Collapse)AuthorAgeFilesLines
* PLT-74: Enable Up Arrow keyboard shortcut to edit your last messageFlorian Orben2015-10-151-0/+10
|
* Multiple UI ImprovementsAsaad Mahmood2015-10-151-0/+4
|
* Merge pull request #1057 from hmhealey/plt520Christopher Speller2015-10-151-0/+12
|\ | | | | PLT-520 Updated More Direct Channels modal and converted it to ReactBootstrap
| * Updated More Direct Channels modal and converted it to ReactBootstraphmhealey2015-10-141-0/+12
| |
* | Don't auto-add http:// to mailto: and ftp: markdown linksFlorian Orben2015-10-142-2/+2
|/
* Multiple UI ImprovementsAsaad Mahmood2015-10-141-0/+6
|
* Merge pull request #968 from hmhealey/plt322Harrison Healey2015-10-133-1/+85
|\ | | | | PLT-322 Updated Direct Messages menu
| * Removed Preference.AltIdhmhealey2015-10-133-20/+18
| |
| * Fixed edge cases with leaving a direct channel while viewing that channelhmhealey2015-10-131-0/+1
| |
| * Renamed show_hide preference to showhmhealey2015-10-132-3/+7
| |
| * Changed direct messages channels so users can show/hide themhmhealey2015-10-132-0/+37
| |
| * Changed direct channels in the sidebar to be displayed based on user preferenceshmhealey2015-10-133-0/+44
| |
* | Revert "Modified markdown lexer to not break up words written in snake_case"hmhealey2015-10-132-39/+8
| | | | | | | | This reverts commit 787d2ef7bca7f411b18d1d13561d61d7e95c81a7.
* | Merge pull request #1026 from asaadmahmoodspin/masterJoram Wilander2015-10-131-0/+1
|\ \ | |/ |/| Fixing code block markdown
| * Fixing code block markdownAsaad Mahmood2015-10-131-0/+1
| |
* | Merge pull request #987 from hmhealey/plt521Joram Wilander2015-10-132-8/+39
|\ \ | |/ |/| PLT-521 Modified markdown lexer to not break up words written in snake_case
| * Modified markdown lexer to not break up words written in snake_casehmhealey2015-10-092-8/+39
| |
* | Multiple UI ImprovementsAsaad Mahmood2015-10-122-3/+6
|/
* Fixed html used for autolinkinghmhealey2015-10-081-1/+1
|
* Merge pull request #982 from hmhealey/plt547Harrison Healey2015-10-081-24/+24
|\ | | | | PLT-547 Changed emoticons so that they must be surrounded by whitespace
| * Fixed parsing of :'( emoticonhmhealey2015-10-081-1/+1
| |
| * Changed emoticons so that they much be surrounded by whitespacehmhealey2015-10-081-24/+24
| |
| * Switched :p emoticonhmhealey2015-10-081-1/+1
| |
* | Merge pull request #981 from mattermost/plt-517Christopher Speller2015-10-086-6/+6
|\ \ | | | | | | PLT-517 Changing SpinPunch to Mattermost in copyright
| * | Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-086-6/+6
| |/
* | Fixing issue with lastIndexOf=Corey Hulen2015-10-082-2/+2
| |
* | Adding removing blank target for browser links=Corey Hulen2015-10-082-2/+7
| |
* | PLT-567 auto join open channels=Corey Hulen2015-10-071-1/+9
|/
* Merge pull request #951 from mattermost/PLT-500Corey Hulen2015-10-071-1/+11
|\ | | | | PLT-500 fixing connection msg issues
| * PLT-500 fixing connection msg issues=Corey Hulen2015-10-061-1/+11
| |
* | Merge pull request #953 from asaadmahmoodspin/plt-522Christopher Speller2015-10-072-4/+16
|\ \ | | | | | | PLT-522 - Adding option for mentionHighlightLink for themes
| * | PLT-522 - Adding option for mentionHighlightLink for themesAsaad Mahmood2015-10-072-4/+16
| |/
* | Removing sidebar text hover colorAsaad Mahmood2015-10-062-14/+1
| |
* | Changing link colour opacity LHSAsaad Mahmood2015-10-061-3/+3
| |
* | Updating link color opacity in LHSAsaad Mahmood2015-10-062-11/+11
| |
* | PLT-451 - Adding visual effect for logout active sessions buttonAsaad Mahmood2015-10-061-1/+1
|/
* PLT-432 - Status icon for active LHS item the same as text colorAsaad Mahmood2015-10-061-0/+1
|
* Updating form-control focusAsaad Mahmood2015-10-061-2/+3
|
* Adding mention highlight setting and improving search highlight tooAsaad Mahmood2015-10-062-6/+17
|
* Multiple UI ImprovementsAsaad Mahmood2015-10-062-6/+7
|
* Merge pull request #925 from asaadmahmoodspin/ui-improvementsHarrison Healey2015-10-051-2/+2
|\ | | | | Multiple UI Improvements
| * Multiple UI ImprovementsAsaad Mahmood2015-10-051-2/+2
| |
* | Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-052-5/+5
|/ | | | Adding new ESLint rules. Fixing new ESLint errors.
* Updating theme colours for popovers, drop downs etcAsaad Mahmood2015-10-051-14/+18
|
* Updating search coloursAsaad Mahmood2015-10-051-1/+2
|
* Merge branch 'master' of https://github.com/mattermost/platform into plt-375Asaad Mahmood2015-10-023-12/+30
|\ | | | | | | | | Conflicts: web/react/components/user_settings/user_settings_appearance.jsx
| * Added emailto: to the beginning of email linkshmhealey2015-10-021-2/+4
| |
| * Merge pull request #881 from hmhealey/plt194Joram Wilander2015-10-022-10/+12
| |\ | | | | | | PLT-194 Changes to ChannelMember notification settings
| | * Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-011-16/+0
| | |
| | * Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-011-3/+4
| | |