summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* 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-292-6/+35
| | | | page
* Added menu option to go to new integrations pageHarrison Healey2016-03-291-0/+17
|
* Added delete buttons to InstalledIntegrationsHarrison Healey2016-03-293-66/+156
|
* Fixed adding outgoing webhooks with only a trigger word or a channelHarrison Healey2016-03-291-1/+1
|
* Removed Team Settings from backstageHarrison Healey2016-03-291-11/+0
|
* Added ChannelSelect componentHarrison Healey2016-03-293-54/+110
|
* Added basic AddOutgoingWebhook pageHarrison Healey2016-03-291-0/+297
|
* Added searching to InstalledIntegrations pageHarrison Healey2016-03-291-11/+39
|
* Added basic screen to add incoming webhooksHarrison Healey2016-03-295-16/+272
|
* Added AddIntegration pageHarrison Healey2016-03-293-1/+150
|
* Added initial backstage components and InstalledIntegrations pageHarrison Healey2016-03-296-3/+676
|
* Merge pull request #2556 from asaadmahmoodspin/ui-improvementsHarrison Healey2016-03-2913-4/+34
|\ | | | | Multiple UI improvements
| * 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-292-3/+5
| |
| * Multiple UI ImprovementsAsaad Mahmood2016-03-2910-0/+27
| |
* | Fixing Link warningChristopher Speller2016-03-291-1/+1
| |
* | Refactoring center panel away. Moving tutorial to a route. Fixing aChristopher Speller2016-03-2917-248/+280
|/ | | | bunch of bugs.
* Multiple UI ImprovementsAsaad Mahmood2016-03-281-3/+6
|
* Fixing Link being imported incorrectly. Fixes team creation.Christopher Speller2016-03-281-1/+1
|
* Merge pull request #2538 from mattermost/websocket-fixChristopher Speller2016-03-281-1/+1
|\ | | | | Fix websocket trying to reconnect after a logout
| * Fix websocket trying to reconnect after a logoutJoramWilander2016-03-241-1/+1
| |
* | Merge pull request #2537 from mattermost/oauth-fixChristopher Speller2016-03-283-13/+13
|\ \ | | | | | | Fix OAuth routes and link issues
| * | Fix oauth routes and link issuesJoramWilander2016-03-243-13/+13
| |/
* | Merge pull request #2532 from mattermost/ldap-switch-fixChristopher Speller2016-03-282-3/+12
|\ \ | | | | | | Minor fix to let Sign-in Method settings show up when ldap is enabled
| * | Remove loc changeJoramWilander2016-03-241-1/+1
| | |
| * | Fix chrome autocompleting using hidden inputJoramWilander2016-03-241-4/+12
| | |
| * | Minor fix to let Sign-in Method settings show up when ldap is enabledJoramWilander2016-03-241-0/+1
| | |
* | | Merge pull request #2533 from ZBoxApp/PLT-2358Corey Hulen2016-03-241-1/+1
|\ \ \ | | | | | | | | PLT-2358: Detect user localization using client headers
| * | | PLT-2358: Detect user localization using client headersElias Nahum2016-03-241-1/+1
| |/ /
* | | Merge pull request #2534 from hmhealey/plt2184Corey Hulen2016-03-242-21/+6
|\ \ \ | | | | | | | | PLT-2184 Moved theme reset code to componentWillUnmount
| * | | Moved theme reset code to componentWillUnmountHarrison Healey2016-03-242-21/+6
| |/ /
* | / Imported React into SearchSuggestionListHarrison Healey2016-03-241-0/+1
| |/ |/|
* | Merge pull request #2529 from mattermost/plt-2383Harrison Healey2016-03-2434-175/+149
|\ \ | |/ |/| PLT-2383 Fixed system console login page flash.
| * Modifying login not to display until it has finished checking. Caused admin ↵Christopher Speller2016-03-242-3/+6
| | | | | | | | console to redirect to town-square. Will be changed after user model flip.
| * Moving all links and redirects to react-routerChristopher Speller2016-03-2434-173/+144
| |
* | Merge pull request #2523 from hmhealey/plt2351Joram Wilander2016-03-244-21/+23
|\ \ | | | | | | PLT-2351 Switch to Apple emoji set
| * | Change emoticon rendering code to use image files with unicode namesHarrison Healey2016-03-231-14/+14
| | |
| * | Fixed unicode emoji not having a consistent sizeHarrison Healey2016-03-233-7/+9
| | |
* | | Multiple UI ImprovementsAsaad Mahmood2016-03-244-231/+248
| |/ |/|
* | Merge pull request #2520 from hmhealey/prefsChristopher Speller2016-03-232-7/+11
|\ \ | | | | | | Fixed tutorial step preferences to be saved as strings
| * | Fixed tutorial step preferences to be saved as stringsHarrison Healey2016-03-232-7/+11
| |/
* | Merge pull request #2465 from mattermost/plt-2260Christopher Speller2016-03-236-132/+427
|\ \ | | | | | | PLT-2260 Add the ability to switch from email to ldap and back
| * | Fix imports and change ldap function nameJoramWilander2016-03-235-9/+9
| | |
| * | Add the ability to switch from email to ldap and backJoramWilander2016-03-236-137/+432
| |/
* | Merge pull request #2494 from hmhealey/plt2190Christopher Speller2016-03-233-64/+51
|\ \ | | | | | | PLT-2190 Switched Textbox to use a TextareaAutosize and removed custom resizing code
| * | Switched Textbox to use a TextareaAutosize and removed custom resizing codeHarrison Healey2016-03-213-64/+51
| | |
* | | Merge pull request #2517 from mattermost/plt-2379Joram Wilander2016-03-231-2/+3
|\ \ \ | | | | | | | | PLT-2379, PLT-2432 Fixing browser store issue.
| * | | Fixing browser store issue.Christopher Speller2016-03-231-2/+3
| | |/ | |/|