summaryrefslogtreecommitdiffstats
path: root/web/react
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2117 from asaadmahmoodspin/ui-improvementsChristopher Speller2016-02-091-0/+4
|\ | | | | Fixing single line code block on firefox
| * Fixing single line code block on firefoxAsaad Mahmood2016-02-091-0/+4
| |
* | Reset theme on close of settings modalJoramWilander2016-02-091-4/+9
|/
* Merge pull request #2115 from mattermost/plt-1506Joram Wilander2016-02-092-3/+5
|\ | | | | PLT-1506 Fixing mentions for inactive browser tabs.
| * Changing meation behaviour to show meantion when viewing channel but tab is ↵Christopher Speller2016-02-092-3/+5
| | | | | | | | not focused
* | Merge pull request #2099 from hmhealey/plt1883Corey Hulen2016-02-093-8/+50
|\ \ | | | | | | PLT-1883 Update search result components when we receive channels
| * | Changed SearchResults to update when the channel store receives datahmhealey2016-02-082-8/+28
| | |
| * | Added support for ES6 Maps to Utils.areObjectsEqualhmhealey2016-02-081-0/+22
| | |
* | | Merge pull request #2113 from mattermost/slash-command-fixesChristopher Speller2016-02-092-2/+8
|\ \ \ | | | | | | | | Multiple minor slash command fixes
| * | | Multiple minor slash command fixesJoramWilander2016-02-092-2/+8
| | |/ | |/|
* / | Multiple UI ImprovementsAsaad Mahmood2016-02-098-12/+16
|/ /
* | Merge pull request #2107 from rgarmsen2295/plt-1715Joram Wilander2016-02-081-5/+0
|\ \ | | | | | | PLT-1715 - Removed the ability to disable file storage from the admin console
| * | Removed the ability to disable file storage from the admin consoleReed Garmsen2016-02-081-5/+0
| | |
* | | Provides error message on user sign-up page when no sign-up methods are enabledReed Garmsen2016-02-081-0/+11
|/ /
* | Merge pull request #2106 from mattermost/PLT-1900Joram Wilander2016-02-084-48/+37
|\ \ | | | | | | PLT-1900 removing lang from preview and making spanish beta
| * | Fixing eslint error=Corey Hulen2016-02-081-1/+0
| | |
| * | PLT-1900 removing lang from preview and making spanish beta=Corey Hulen2016-02-084-47/+37
| | |
* | | Merge pull request #2103 from mattermost/plt-1884Christopher Speller2016-02-081-10/+12
|\ \ \ | |/ / |/| | PLT-1884 Fix pending posts not updating to failed
| * | Fix pending posts not updating to failedJoramWilander2016-02-081-10/+12
| | |
* | | Merge pull request #2104 from mattermost/minor-fix-jwCorey Hulen2016-02-081-2/+2
|\ \ \ | | | | | | | | Fix accidental adding of change listener on unmount
| * | | Fix accidental adding of change listener on unmountJoramWilander2016-02-081-2/+2
| |/ /
* | | Merge pull request #2095 from mattermost/plt-1787Christopher Speller2016-02-082-6/+8
|\ \ \ | | | | | | | | PLT-1787 Fix statuses not rendering until a change in the LHS
| * | | Fix statuses not rendering until a change in the LHSJoramWilander2016-02-082-6/+8
| | | |
* | | | Merge pull request #2101 from hmhealey/plt1415Christopher Speller2016-02-0827-120/+120
|\ \ \ \ | |_|/ / |/| | | PLT-1415 Renamed RECIEVED_* to RECEIVED_*
| * | | Renamed RECIEVED_* to RECEIVED_*hmhealey2016-02-0827-120/+120
| | |/ | |/|
* | | Merge pull request #2096 from ZBoxApp/new-locsJoram Wilander2016-02-081-1/+1
|\ \ \ | | | | | | | | Add new localizations in english and spanish
| * | | Fix intro messageElias Nahum2016-02-081-1/+1
| |/ /
* / / Multiple UI ImprovementsAsaad Mahmood2016-02-081-12/+14
|/ /
* | Merge pull request #2089 from mattermost/plt-1205Joram Wilander2016-02-087-143/+157
|\ \ | | | | | | PLT-1205 Remove appearance settings tab and move theme management to display s…
| * | Fix cancel bugJoramWilander2016-02-081-1/+3
| | |
| * | Remove appearance settings tab and move theme management to display settings tabJoramWilander2016-02-057-143/+155
| | |
* | | Merge pull request #2083 from mattermost/plt-1879Christopher Speller2016-02-081-1/+49
|\ \ \ | | | | | | | | PLT-1879 Add config setting to accept unsigned TLS certs for SSO and outgoing hooks, also fix delete…
| * | | Make insecure TLS connections configurableJoramWilander2016-02-051-1/+49
| |/ /
* | | Merge pull request #2092 from mattermost/fix-slashChristopher Speller2016-02-081-14/+2
|\ \ \ | | | | | | | | Fixing slash commands
| * | | Fixing slash commands=Corey Hulen2016-02-051-14/+2
| | | |
* | | | Merge pull request #2094 from mattermost/GIT-1812Christopher Speller2016-02-081-8/+16
|\ \ \ \ | |_|_|/ |/| | | GIT-1812 fixing wesocket issue with firefox
| * | | GIT-1812 fixing wesocket issue with firefox=Corey Hulen2016-02-051-8/+16
| | | |
* | | | Merge pull request #2090 from hmhealey/plt1847Joram Wilander2016-02-062-8/+21
|\ \ \ \ | | | | | | | | | | PLT-1847 Disabled keyboard focus code changes on mobile
| * | | | Disabled keyboard focus code changes on mobilehmhealey2016-02-052-8/+21
| | |/ / | |/| |
* | | | Merge pull request #2093 from rgarmsen2295/plt-1615Joram Wilander2016-02-062-2/+9
|\ \ \ \ | |_|/ / |/| | | PLT-1615 Limits hashtag links to a minimum of three characters
| * | | Limits hashtag linking to a minimum of three charactersReed Garmsen2016-02-052-2/+9
| | | |
* | | | Merge pull request #2091 from rgarmsen2295/plt-1797Corey Hulen2016-02-054-3/+4
|\ \ \ \ | |/ / / |/| | | PLT-1797 Increased username max length
| * | | Increased username max lengthReed Garmsen2016-02-054-3/+4
| | | |
* | | | Separated displayTime functions for component/string formReed Garmsen2016-02-052-2/+38
| | | |
* | | | Fixed issue with on-hover timestampsReed Garmsen2016-02-052-33/+13
| |/ / |/| |
* | | Merge pull request #2087 from hmhealey/plt1758Corey Hulen2016-02-053-12/+13
|\ \ \ | | | | | | | | PLT-1758 Changed CommandProvider to only set the matched pretext if it actuall…
| * | | Changed CommandProvider to only set the matched pretext if it actually ↵hmhealey2016-02-053-12/+13
| | |/ | |/| | | | | | | matches anything
* | | Merge pull request #2082 from mattermost/plt-1848Christopher Speller2016-02-051-4/+23
|\ \ \ | | | | | | | | PLT-1848 Stats for recently active and new users now shows date with the time
| * | | Stats for recently active and new users now shows date with the timeJoramWilander2016-02-051-4/+23
| |/ /
* / / Multiple UI improvementsAsaad Mahmood2016-02-052-5/+7
|/ /