summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge pull request #2566 from mattermost/plt-2350Christopher Speller2016-03-302-23/+56
|\ \ | | | | | | PLT-2350 Added LDAP to signup page
| * | Added LDAP to signup pageJoramWilander2016-03-292-23/+56
| | |
* | | Merge pull request #2567 from mattermost/css-webpack-improvmentsHarrison Healey2016-03-308-9585/+8
|\ \ \ | | | | | | | | Moving from scss vendors folder to NPM.
| * | | Moving from scss vendors folder to NPM.Christopher Speller2016-03-298-9585/+8
| | |/ | |/|
* | | Merge pull request #2568 from mattermost/fix-sidebar-linkHarrison Healey2016-03-303-11/+7
|\ \ \ | | | | | | | | Fixing some warnings.
| * | | Fixing warning with drafts.Christopher Speller2016-03-292-9/+5
| | | |
| * | | Fixing Link warningChristopher Speller2016-03-291-2/+2
| | | |
* | | | Merge pull request #2569 from mattermost/run-fullmapHarrison Healey2016-03-304-3/+24
|\ \ \ \ | | | | | | | | | | Adding make target for building with a full source map
| * | | | Adding make target for building with a full source mapChristopher Speller2016-03-294-3/+24
| | | | |
* | | | | Merge pull request #2570 from mattermost/plt-1944Harrison Healey2016-03-303-5/+11
|\ \ \ \ \ | |/ / / / |/| | | | PLT-1944 Fixing react warnings on permalink return.
| * | | | Fixing react warnings on permalink returnChristopher Speller2016-03-293-5/+11
|/ / / /
* | | | Merge pull request #2565 from ZBoxApp/missing-locsJoram Wilander2016-03-291-0/+1
|\ \ \ \ | |/ / / |/| | | Add missing es locs and sort by id
| * | | Add missing es locs and sort by idElias Nahum2016-03-291-0/+1
| |/ /
* | | Merge pull request #2564 from hmhealey/actionsChristopher Speller2016-03-292-2/+3
|\ \ \ | |/ / |/| | Added RECEIVED_ANALYTICS action
| * | Added RECEIVED_ANALYTICS actionHarrison Healey2016-03-292-2/+3
| | |
* | | Merge pull request #2556 from asaadmahmoodspin/ui-improvementsHarrison Healey2016-03-2920-31/+74
|\ \ \ | | | | | | | | Multiple UI improvements
| * | | Removing translated linesAsaad Mahmood2016-03-293-3/+0
| | | |
| * | | Removing other theme translationsAsaad Mahmood2016-03-293-3/+3
| | | |
| * | | Fixing dropdown for posts on mobileAsaad Mahmood2016-03-291-1/+1
| | | |
| * | | Fixing see other themes linkAsaad Mahmood2016-03-291-10/+11
| | | |
| * | | Additional UI improvementsAsaad Mahmood2016-03-298-30/+44
| | | |
| * | | Multiple UI ImprovementsAsaad Mahmood2016-03-2914-0/+31
| | | |
* | | | Merge pull request #2562 from mattermost/warning-fixHarrison Healey2016-03-291-1/+1
|\ \ \ \ | | | | | | | | | | Fixing Link warning on return from admin console.
| * | | | Fixing Link warningChristopher Speller2016-03-291-1/+1
|/ / / /
* | | | Merge pull request #2558 from mattermost/center-panel-refactorCorey Hulen2016-03-2922-304/+366
|\ \ \ \ | |_|_|/ |/| | | PLT-2382, PLT-2386, PLT-2455 Channel/permalink view cleanup and fixes.
| * | | Refactoring center panel away. Moving tutorial to a route. Fixing aChristopher Speller2016-03-2922-304/+366
| | |/ | |/| | | | | | | bunch of bugs.
* | | Merge pull request #2560 from mattermost/plt-2464Joram Wilander2016-03-291-1/+1
|\ \ \ | |/ / |/| | PLT-2464 Fixing js error with notifications.
| * | SpellingChristopher Speller2016-03-291-1/+1
|/ /
* | Merge pull request #2553 from hmhealey/actionsJoram Wilander2016-03-291-0/+8
|\ \ | | | | | | Added a warning message when AppDispatcher tries to dispatch without an action type
| * | Added a warning message when AppDispatcher tries to dispatch without an ↵Harrison Healey2016-03-281-0/+8
| | | | | | | | | | | | action type