summaryrefslogtreecommitdiffstats
path: root/webapp/stores/integration_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Adding edit of incoming webhook (#5272)Poornima2017-02-261-0/+18
| | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge
* Fix react warnings and part of backstage (#4706)enahum2016-12-051-9/+0
|
* Add support for editing slash commands (#4335)Brian Olecki2016-11-151-0/+9
|
* Displayed proper token on integration creation confirmation (#3991)Harrison Healey2016-09-081-0/+8
|
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-031-0/+43
| | | | | | | | | | | | | | * PLT-3484 OAuth2 Service Provider * PM text review for OAuth 2.0 Service Provider * PLT-3484 OAuth2 Service Provider UI tweaks (#3668) * Tweaks to help text * Pushing OAuth improvements (#3680) * Re-arrange System Console for OAuth 2.0 Provider
* PLT-2927/PLT-2924 Fixing issues with integration lists (#2974)Harrison Healey2016-05-121-63/+79
| | | | | | | | * Changed IntegrationStore to store integrations by team * Fixed regenerating a command's token not causing the UI to update * Re-added IntegrationStore.hasReceived methods
* Removed debug code from IntegrationStoreHarrison Healey2016-04-051-4/+1
|
* PLT-1750 Moved slash commands to backstageHarrison Healey2016-04-051-2/+59
| | | | | | | | | | | | | | * Added slash commands to InstalledIntegrations page * Reset installed integration type filter if there is no longer any integrations of the selected type * Added pages to backstage to add slash commands * Cleaned up internationalization for slash commands * Added ability to regen slash command tokens from backstage * Removed Integrations tab from UserSettings
* Added ability to regenerate outgoing webhook tokens on InstalledIntegrations ↵Harrison Healey2016-03-291-0/+13
| | | | page
* Added delete buttons to InstalledIntegrationsHarrison Healey2016-03-291-0/+26
|
* Added basic screen to add incoming webhooksHarrison Healey2016-03-291-3/+18
|
* Added initial backstage components and InstalledIntegrations pageHarrison Healey2016-03-291-0/+80