summaryrefslogtreecommitdiffstats
path: root/web/react
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1785 from mattermost/plt-1492Corey Hulen2016-01-041-11/+14
|\ | | | | PLT-1492 Fix default for teammate name display setting
| * Fix default for teammate name display settingJoramWilander2015-12-281-11/+14
| |
* | Merge pull request #1784 from mattermost/plt-1591Corey Hulen2016-01-041-3/+6
|\ \ | | | | | | PLT-1591 Fix appearance settings scroll bug
| * | Fix appearance settings scroll bugJoramWilander2015-12-281-3/+6
| |/
* | Merge pull request #1800 from asaadmahmoodspin/ui-improvementsJoram Wilander2016-01-042-16/+18
|\ \ | | | | | | Multiple UI Improvements
| * | Multiple UI ImprovementsAsaad Mahmood2016-01-042-16/+18
| | |
* | | 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 #1790 from hjf288/PLT-1587Corey Hulen2016-01-031-1/+1
|\ \ \ | | | | | | | | PLT-1587 - REGRESSION: Mattermost v1.3.0 System Console does not save Email Settings
| * | | Correct typo in email_settings.jsx that prevents enabling the 'Send push ↵Hjf2882015-12-291-1/+1
| | |/ | |/| | | | | | | notifications' option
* | | Update team_settings.jsxEric Sethna2015-12-301-1/+1
| | | | | | | | | help text for restrict domains
* | | Update team_general_tab.jsxEric Sethna2015-12-301-1/+1
|/ / | | | | help text for invite code in team settings
* | Merge pull request #1740 from hmhealey/plt730Joram Wilander2015-12-283-19/+172
|\ \ | | | | | | PLT-730/PLT-731 Added remaining mobile UI V2 components
| * | Added theme styling to floating timestamphmhealey2015-12-161-2/+2
| | |
| * | Cleaned up floating post componentshmhealey2015-12-161-35/+54
| | |
| * | Added scroll to bottom arrows for mobilehmhealey2015-12-161-3/+24
| | |
| * | Hid floating timestamp header on non-mobilehmhealey2015-12-161-0/+5
| | |
| * | Added DelayedAction class to use to handle stopping scrollinghmhealey2015-12-162-1/+45
| | |
| * | Added floating post timestamphmhealey2015-12-161-14/+78
| | |
* | | Merge pull request #1755 from hmhealey/plt1108Joram Wilander2015-12-285-200/+249
|\ \ \ | | | | | | | | PLT-1108 Refactored ViewImage modal and made it automatically play animated gifs
| * | | Changed 'Previewing' to 'Loading' in ViewImage modalhmhealey2015-12-181-1/+1
| | | |
| * | | Refactored ViewImage modal and made it automatically play animated gifshmhealey2015-12-185-200/+249
| | | |
* | | | Merge pull request #1757 from hmhealey/plt1482Joram Wilander2015-12-281-3/+7
|\ \ \ \ | | | | | | | | | | PLT-1482 Changed how the sidebar opens the more channels modal
| * | | | Changed how the sidebar opens the more channels modalhmhealey2015-12-181-3/+7
| | | | |
* | | | | fix typo: Ngnix -> NGINXHung Nguyen Viet2015-12-251-1/+1
| |_|_|/ |/| | |
* | | | Fixing signup=Corey Hulen2015-12-211-0/+4
| | | |
* | | | Multiple UI ImprovementsAsaad Mahmood2015-12-212-4/+20
| | | |
* | | | 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-186-6/+13
|/ / /
* | | Removing confusionChristopher Speller2015-12-171-9/+0
| | |
* | | Minor docs fixChristopher Speller2015-12-171-0/+6
| | |
* | | Some docs fixesChristopher Speller2015-12-171-10/+10
|/ /
* / Some refactoringChristopher Speller2015-12-1613-126/+751
|/
* Merge pull request #1733 from hmhealey/plt1437Christopher Speller2015-12-1612-38/+87
|\ | | | | PLT-1437 PreferenceStore api changes and fixing CreatePost warning
| * Stopped CreatePost from responding to PreferenceStore changes before it gets ↵hmhealey2015-12-151-5/+11
| | | | | | | | mounted
| * Improved PreferenceStore api when getting valueshmhealey2015-12-1512-36/+79
| |
* | 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
| | |
* | | Update help text in privacy_settings.jsxEric Sethna2015-12-151-1/+1
| | | | | | | | | help text for "show full name" updated.
* | | Multiple UI ImprovementsAsaad Mahmood2015-12-153-2/+10
| | |
* | | Merge pull request #1729 from hmhealey/plt886Joram Wilander2015-12-151-0/+4
|\ \ \ | |_|/ |/| | PLT-886 Add additional max file size checks
| * | Added serverside file size check for post attachmentshmhealey2015-12-151-1/+0
| | |
| * | Added clientside check for profile image sizehmhealey2015-12-141-0/+5
| | |
* | | Merge pull request #1727 from mattermost/plt-1481Christopher Speller2015-12-151-2/+11
|\ \ \ | | | | | | | | PLT-1481 Force all colorpickers to update after theme pasted in
| * | | Force all colorpickers to update after theme pasted inJoramWilander2015-12-141-2/+11
| |/ /
* | | Merge pull request #1730 from mattermost/PLT-1404Joram Wilander2015-12-152-0/+18
|\ \ \ | | | | | | | | PLT-1404 signal login to other tabs
| * | | PLT-1404 signal login to other tags=Corey Hulen2015-12-142-0/+18
| |/ /
* | | Merge pull request #1725 from mattermost/fix-console-errChristopher Speller2015-12-152-0/+35
|\ \ \ | | | | | | | | Adding error bar message when console error detected
| * | | Adding error bar message when console error detected=Corey Hulen2015-12-142-0/+35
| |/ /