summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update tutorial channel names to reflect actual display namesJoramWilander2016-04-019-17/+74
|
* Merge pull request #2587 from asaadmahmoodspin/ui-improvementsJoram Wilander2016-03-314-33/+34
|\ | | | | Improvements to preview textarea and about modal
| * Improvements to preview textarea and about modalAsaad Mahmood2016-03-314-33/+34
| |
* | Fix loginChristopher Speller2016-03-312-1/+8
| |
* | Merge pull request #2585 from mattermost/fix-ldap-emailJoram Wilander2016-03-311-1/+1
|\ \ | |/ |/| Fix for ldap ability to change email
| * Fix for ldap ability to change emailChristopher Speller2016-03-301-1/+1
| |
* | Merge pull request #2578 from mattermost/plt-2463Christopher Speller2016-03-304-9/+9
|\ \ | | | | | | PLT-2463, PLT-2465 Fixing session and logout errors
| * | Fixing session and logout errorsChristopher Speller2016-03-304-9/+9
|/ /
* | Merge pull request #2582 from hmhealey/emojiChristopher Speller2016-03-308-2/+60
|\ \ | |/ |/| Added a few missing emojis
| * Added South Africa emojiHarrison Healey2016-03-302-0/+10
| |
| * Added slight smiling, slighting frowning, upside-down smiling, Canada, and ↵Harrison Healey2016-03-307-2/+50
| | | | | | | | Pakistan emojis
* | Merge pull request #2518 from mattermost/plt-2187Christopher Speller2016-03-3049-355/+5839
|\ \ | |/ |/| PLT-2187 Add MFA functionality
| * Add MFA functionalityJoramWilander2016-03-3049-355/+5839
| |
* | Merge pull request #2580 from hmhealey/plt2482Corey Hulen2016-03-301-0/+1
|\ \ | |/ |/| PLT-2482 Fixed function binding in FileStore
| * Fixed function binding in FileStoreHarrison Healey2016-03-301-0/+1
| |
* | Merge pull request #2577 from mattermost/plt-2349Christopher Speller2016-03-306-282/+407
|\ \ | | | | | | PLT-2349 Update email/password settings text depending on sign-in method
| * | Update email/password settings text depending on sign-in methodJoramWilander2016-03-306-282/+407
| | |
* | | Merge pull request #2576 from hmhealey/plt2450Christopher Speller2016-03-304-28/+4
|\ \ \ | | | | | | | | PLT-2450 Updated out of channel notification message
| * | | Updated out of channel notification messageHarrison Healey2016-03-304-28/+4
| |/ /
* | | Merge pull request #2579 from asaadmahmoodspin/ui-improvementsHarrison Healey2016-03-303-13/+6
|\ \ \ | |_|/ |/| | Multiple UI Improvements
| * | Multiple UI ImprovementsAsaad Mahmood2016-03-303-13/+6
| |/
* | Merge pull request #2575 from hmhealey/plt2480Joram Wilander2016-03-302-6/+11
|\ \ | | | | | | PLT-2478/PLT-2480 Fixing direct channels in sidebar
| * | Fixed leaving a direct channel so that it doesn't open the channel you just leftHarrison Healey2016-03-301-3/+5
| | |
| * | Fixed adding direct channels to the sidebarHarrison Healey2016-03-301-3/+6
| | |
* | | Merge pull request #2573 from mattermost/plt-2453Joram Wilander2016-03-302-0/+20
|\ \ \ | |_|/ |/| | PLT-2453 Resetting theme upon logout.
| * | Resetting theme upon logout. Displaying loading page when logging in so user ↵Christopher Speller2016-03-302-0/+20
| | | | | | | | | | | | does not see their theme switch.
* | | Merge pull request #2574 from asaadmahmoodspin/ui-improvementsHarrison Healey2016-03-302-18/+44
|\ \ \ | | | | | | | | PLT-2296 - Adding back button to main create team page
| * | | Fixing linkAsaad Mahmood2016-03-301-1/+1
| | | |
| * | | Fixing eslint errorAsaad Mahmood2016-03-301-1/+0
| | | |
| * | | Adding back button to main create team pageAsaad Mahmood2016-03-302-18/+45
| |/ /
* | | Merge pull request #2561 from hmhealey/plt1736Christopher Speller2016-03-3033-836/+2026
|\ \ \ | | | | | | | | PLT-1736 Initial Backstage Work
| * | | Removed changes introduced by a merge that somehow didn't break anythingHarrison Healey2016-03-301-1/+0
| | | |
| * | | Moved backstage integrations pages to /settings/integrationsHarrison Healey2016-03-297-137/+10
| | | |
| * | | Updated AddIntegrations help textHarrison Healey2016-03-292-4/+4
| | | |
| * | | Removed expand widget from the backstage sidebar and changed how the ↵Harrison Healey2016-03-291-44/+2
| | | | | | | | | | | | | | | | sections highlight
| * | | Fixed hardcoded team name in InstalledIntegrationsHarrison Healey2016-03-291-5/+20
| | | |
| * | | Added english localization for Backstage and additional cleanupHarrison Healey2016-03-2911-138/+67
| | | |
| * | | Removed incoming and outgoing webhooks from user settingsHarrison Healey2016-03-293-709/+1
| | | |
| * | | Added ability to regenerate outgoing webhook tokens on InstalledIntegrations ↵Harrison Healey2016-03-295-6/+64
| | | | | | | | | | | | | | | | page
| * | | Added menu option to go to new integrations pageHarrison Healey2016-03-291-0/+17
| | | |
| * | | Added delete buttons to InstalledIntegrationsHarrison Healey2016-03-296-66/+215
| | | |
| * | | Fixed adding outgoing webhooks with only a trigger word or a channelHarrison Healey2016-03-291-1/+1
| | | |
| * | | Removed Team Settings from backstageHarrison Healey2016-03-292-19/+0
| | | |
| * | | Added ChannelSelect componentHarrison Healey2016-03-294-54/+112
| | | |
| * | | Added basic AddOutgoingWebhook pageHarrison Healey2016-03-292-1/+299
| | | |
| * | | Added searching to InstalledIntegrations pageHarrison Healey2016-03-291-11/+39
| | | |
| * | | Added basic screen to add incoming webhooksHarrison Healey2016-03-298-20/+338
| | | |
| * | | Added AddIntegration pageHarrison Healey2016-03-295-3/+183
| | | |
| * | | Added jpg files to webpackHarrison Healey2016-03-291-1/+1
| | | |
| * | | Added initial backstage components and InstalledIntegrations pageHarrison Healey2016-03-2914-8/+1045
| | | |