summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1855 from rgarmsen2295/plt-1006Corey Hulen2016-01-131-1/+2
|\ | | | | PLT-1006 Changed team statistics page to show usernames with email shown in a tooltip
| * Changed statistics to show usernames with an email tooltipReed Garmsen2016-01-111-1/+2
| |
* | Merge pull request #1853 from asaadmahmoodspin/ui-improvementsCorey Hulen2016-01-132-3/+16
|\ \ | |/ |/| Adding away icon and changing online and offline icons
| * Adding away icon and changing online and offline iconsAsaad Mahmood2016-01-112-3/+16
| |
* | Merge pull request #1849 from hmhealey/plt1578Corey Hulen2016-01-111-0/+15
|\ \ | |/ |/| PLT-571 Restricted file uploads on iOS Chrome and the iOS app to work around iOS bugs
| * Restricted file uploads on iOS Chrome and the iOS app to work around iOS bugshmhealey2016-01-111-0/+15
| |
* | Merge pull request #1824 from hmhealey/plt1525Joram Wilander2016-01-112-3/+11
|\ \ | |/ |/| PLT-1525 Fixed ChannelInviteModal displaying some users that are already in the channel
| * Made ChannelInviteModal pull all channel members before renderinghmhealey2016-01-072-3/+11
| |
* | Removed ability to drag n' drop text; drag n' drop ui no longer appears when ↵Reed Garmsen2016-01-061-0/+6
|/ | | | non-files are dragged
* Merge pull request #1819 from hmhealey/plt1401Joram Wilander2016-01-061-3/+3
|\ | | | | PLT-1401 Removed email regex
| * Removed email regexhmhealey2016-01-061-3/+3
| |
* | Removed temporary fix for old filenames that used absolute urls pointing to ↵hmhealey2016-01-061-16/+2
| | | | | | | | the get file api
* | Changed Audio/Video preview to just display a file info when encountering a ↵hmhealey2016-01-061-0/+19
|/ | | | file that cannot be played
* Merge pull request #1801 from hmhealey/plt1602Christopher Speller2016-01-041-0/+10
|\ | | | | PLT-1602 Fix ViewImageModal incorrectly assuming it has a file's info in certain cases
| * Fixed ViewImage modal to clear its loaded state when its file list changeshmhealey2016-01-041-0/+10
| |
* | Merge pull request #1745 from mattermost/plt-1118Christopher Speller2016-01-042-0/+36
|\ \ | |/ |/| PLT-1118 Add ability to switch between SSO and email account
| * Add ability to switch between SSO and email accountJoramWilander2015-12-172-0/+36
| |
* | Merge pull request #1769 from mattermost/PLT-1488Christopher Speller2016-01-041-0/+3
|\ \ | | | | | | PLT-1488 fixing error message from session revoke
| * | PLT-1488 fixing error message from session revoke=Corey Hulen2015-12-231-0/+3
| | |
* | | Merge pull request #1740 from hmhealey/plt730Joram Wilander2015-12-282-2/+29
|\ \ \ | | | | | | | | PLT-730/PLT-731 Added remaining mobile UI V2 components
| * | | Added theme styling to floating timestamphmhealey2015-12-161-2/+2
| | | |
| * | | Added DelayedAction class to use to handle stopping scrollinghmhealey2015-12-161-0/+27
| | | |
* | | | Merge pull request #1755 from hmhealey/plt1108Joram Wilander2015-12-283-1/+32
|\ \ \ \ | |_|/ / |/| | | PLT-1108 Refactored ViewImage modal and made it automatically play animated gifs
| * | | Refactored ViewImage modal and made it automatically play animated gifshmhealey2015-12-183-1/+32
| | |/ | |/|
* | | Multiple UI ImprovementsAsaad Mahmood2015-12-211-2/+3
| | |
* | | Merge pull request #1756 from mattermost/lfbrock-emojisCorey Hulen2015-12-181-21/+21
|\ \ \ | | | | | | | | PLT-1122 Fixed black_large_square emoticon. Also fixed emoji mapping.
| * | | Fixed emoji mapping.Lindsay Brock2015-12-181-21/+21
| |/ /
* / / Multiple UI ImprovementsAsaad Mahmood2015-12-181-2/+3
|/ /
* / Some refactoringChristopher Speller2015-12-162-1/+22
|/
* Merge pull request #1733 from hmhealey/plt1437Christopher Speller2015-12-161-4/+4
|\ | | | | PLT-1437 PreferenceStore api changes and fixing CreatePost warning
| * Improved PreferenceStore api when getting valueshmhealey2015-12-151-4/+4
| |
* | Merge pull request #1710 from mattermost/plt-1498Christopher Speller2015-12-161-1/+1
|\ \ | | | | | | PLT-1498 Add hashtag testing and allow special german characters
| * | Add hashtag testing and allow special german charactersJoramWilander2015-12-111-1/+1
| | |
* | | Multiple UI ImprovementsAsaad Mahmood2015-12-151-1/+1
| |/ |/|
* | Merge pull request #1730 from mattermost/PLT-1404Joram Wilander2015-12-151-0/+1
|\ \ | | | | | | PLT-1404 signal login to other tabs
| * | PLT-1404 signal login to other tags=Corey Hulen2015-12-141-0/+1
| |/
* / Multiple UI ImprovementsAsaad Mahmood2015-12-111-23/+23
|/
* Merge pull request #1652 from hmhealey/plt1319Corey Hulen2015-12-112-1/+8
|\ | | | | PLT-1319 Fixed direct channels not being visible when no actual channel exists
| * Changed Sidebar direct channel list to be driven by preferenceshmhealey2015-12-081-1/+6
| |
| * Added preference_changed web socket eventhmhealey2015-12-071-1/+3
| |
* | Merge pull request #1684 from hmhealey/plt1184Joram Wilander2015-12-111-1/+6
|\ \ | | | | | | PLT-1184 Fixed EditChannelHeaderModal's contents not being updated when a change is made
| * | Fixed EditChannelHeaderModal's contents not always being updated when a ↵hmhealey2015-12-101-1/+6
| | | | | | | | | | | | change is made
* | | Revert "add helper method to add ephemeral messages; also switch 'delete ↵Christopher Speller2015-12-102-19/+1
| | | | | | | | | | | | mess…"
* | | add helper method to add ephemeral messages; also switch 'delete message' to ↵Florian Orben2015-12-092-1/+19
| | | | | | | | | | | | this new method
* | | Fix OEmbeds when switching channel, vine/soundcloud heights, and youtube embedsJoramWilander2015-12-091-2/+2
|/ /
* | Multiple UI ImprovementsAsaad Mahmood2015-12-091-1/+0
| |
* | Merge pull request #1639 from hmhealey/plt1063Christopher Speller2015-12-082-6/+3
|\ \ | | | | | | 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
| | |
| * | 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