summaryrefslogtreecommitdiffstats
path: root/webapp/components/integrations
Commit message (Collapse)AuthorAgeFilesLines
* Split delete modal trigger for reuse (#5740)VeraLyu2017-03-191-56/+17
| | | | Spllit delete modal trigger for reuse and make emoji delete to use this modal trigger.
* Close confirm_integration On Enter Keypress (#5600)Ryan Wang2017-03-131-1/+10
|
* Fixing Link url when cancelling edit of incoming webhook (#5612)Poornima2017-03-031-1/+1
|
* PLT-4929: Confirmation Dialog when Deleting Entry on the Integrations pages ↵Ari Autio2017-03-025-48/+117
| | | | (#5529)
* Adding edit of incoming webhook (#5272)Poornima2017-02-2610-637/+1012
| | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-071-2/+2
| | | | | | | webapp/utils/utils.jsx got big and that caused a potential circular dependency with webapp/stores/team_store.jsx. This change solves the issue by introducing webapp/utils/url.jsx and moving URL-related functions, which is not likely to depend on actions and stores, from webapp/utils/utils.jsx.
* Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-271-2/+2
|
* PLT-4928 Sort integrations by name in lists. (#4804)George Goldberg2016-12-164-4/+82
|
* Only show edit/delete buttons for integrations if the user should have ↵Harrison Healey2016-12-067-70/+111
| | | | permissions to them (#4719)
* Fix react warnings and part of backstage (#4706)enahum2016-12-0513-37/+34
|
* Count posts to DMs as mentions when from webhooks (#4676)Joram Wilander2016-12-014-4/+4
|
* Add support for editing slash commands (#4335)Brian Olecki2016-11-152-0/+740
|
* Fixing store access design issues (#4436)Christopher Speller2016-11-034-49/+89
|
* Update title for Integrations and Custom Emojis (#4379)Brian Olecki2016-10-311-0/+19
|
* Merging performance branch into master (#4268)Joram Wilander2016-10-196-31/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * improve performance on sendNotifications * Fix SQL queries * Remove get direct profiles, not needed anymore * Add raw data to error details if AppError fails to decode * men * Fix decode (#4052) * Fixing json decode * Adding unit test * Initial work for client scaling (#4051) * Begin adding paging to profiles API * Added more paging functionality * Finish hooking up admin console user lists * Add API for searching users and add searching to all user lists * Add lazy loading of profiles * Revert config.json * Fix unit tests and some style issues * Add GetProfilesFromList to Go driver and fix web unit test * Update etag for GetProfiles * Updating ui for filters and pagination (#4044) * Updating UI for pagination * Adjusting margins for filter row * Adjusting margin for specific modals * Adding relative padding to system console * Adjusting responsive view * Update client user tests * Minor fixes for direct messages modal (#4056) * Remove some unneeded initial load calls (#4057) * UX updates to user lists, added smart counts and bug fixes (#4059) * Improved getExplicitMentions and unit tests (#4064) * Refactor getting posts to lazy load profiles correctly (#4062) * Comment out SetActiveChannel test (#4066) * Profiler cpu, block, and memory profiler. (#4081) * Fix TestSetActiveChannel unit test (#4071) * Fixing build failure caused by dependancies updating (#4076) * Adding profiler * Fix admin_team_member_dropdown eslint errors * Bumping session cache size (#4077) * Bumping session cache size * Bumping status cache * Refactor how the client handles channel members to be large team friendly (#4106) * Refactor how the client handles channel members to be large team friendly * Change Id to ChannelId in ChannelStats model * Updated getChannelMember and getProfilesByIds routes to match proposal * Performance improvements (#4100) * Performance improvements * Fixing re-connect issue * Fixing error message * Some other minor perf tweaks * Some other minor perf tweaks * Fixing config file * Fixing buffer size * Fixing web socket send message * adding some error logging * fix getMe to be user required * Fix websocket event for new user * Fixing shutting down * Reverting web socket changes * Fixing logging lvl * Adding caching to GetMember * Adding some logging * Fixing caching * Fixing caching invalidate * Fixing direct message caching * Fixing caching * Fixing caching * Remove GetDirectProfiles from initial load * Adding logging and fixing websocket client * Adding back caching from bad merge. * Explicitly close go driver requests (#4162) * Refactored how the client handles team members to be more large team friendly (#4159) * Refactor getProfilesForDirectMessageList API into getAllProfiles API * Refactored how the client handles team members to be more large team friendly * Fix js error when receiving a notification * Fix JS error caused by current user being overwritten with sanitized version (#4165) * Adding error message to status failure (#4167) * Fix a few bugs caused by client scaling refactoring (#4170) * When there is no read replica, don't open a second set of connections to the master database (#4173) * Adding connection tacking to stats (#4174) * Reduce DB writes for statuses and other status related changes (#4175) * Fix bug preventing opening of DM channels from more modal (#4181) * Fixing socket timing error (#4183) * Fixing ping/pong handler * Fixing socket timing error * Commenting out status broadcasting * Removing user status changes * Removing user status changes * Removing user status changes * Removing user status changes * Adding DoPreComputeJson() * Performance improvements (#4194) * * Fix System Console Analytics queries * Add db.SetConnMaxLifetime to 15 minutes * Add "net/http/pprof" for profiling * Add FreeOSMemory() to manually release memory on reload config * Add flag to enable http profiler * Fix memory leak (#4197) * Fix memory leak * removed unneeded nil assignment * Fixing go routine leak (#4208) * Merge fixes * Merge fix * Refactored statuses to be queried by the client rather than broadcast by the server (#4212) * Refactored server code to reduce status broadcasts and to allow getting statuses by IDs * Refactor client code to periodically fetch statuses * Add store unit test for getting statuses by ids * Fix status unit test * Add getStatusesByIds REST API and move the client over to use that instead of the WebSocket * Adding multiple threads to websocket hub (#4230) * Adding multiple threads to websocket hub * Fixing unit tests * Fixing so websocket connections from the same user end up in the same… (#4240) * Fixing so websocket connections from the same user end up in the same list * Removing old comment * Refactor user autocomplete to query the server (#4239) * Add API for autocompleting users * Converted at mention autocomplete to query server * Converted user search autocomplete to query server * Switch autocomplete API naming to use term instead of username * Split autocomplete API into two, one for channels and for teams * Fix copy/paste error * Some final client scaling fixes (#4246) * Add lazy loading of profiles to integration pages * Add lazy loading of profiles to emoji page * Fix JS error when receiving post in select team menu and also clean up channel store
* Updating ESLint (#4085)Christopher Speller2016-09-231-1/+1
|
* PLT-4202 fix javascript error manage OAuth2 apps (#4039)enahum2016-09-201-7/+12
| | | | | | * PLT-4202 fix javascript error manage OAuth2 apps * Fix unit tests
* Add a link to OAuth 2 docs in help texts (#4034)Jason Blais2016-09-192-3/+17
| | | | | | | | | | | | | | | | | | * Update installed_oauth_apps.jsx * Update custom_integrations_settings.jsx * Update confirm_integration.jsx * Update installed_oauth_apps.jsx * Update en.json * Change FormattedMessage to FormattedHTMLMessage * Fix proper coding of links in en.json * Update en.json
* Displayed proper token on integration creation confirmation (#3991)Harrison Healey2016-09-083-18/+8
|
* Minor UI fixes (#3970)Asaad Mahmood2016-09-061-4/+10
| | | | * Minor UI fixes
* Fixes incorrect help text on OAuth 2.0 confirmation dialog (#3926)Jason Blais2016-09-011-1/+1
| | | | | | * Update confirm_integration.jsx * Update en.json
* PLT-4007 Fix OAuth: Javascript error when team admin accesses the OAuth 2.0 ↵enahum2016-08-301-2/+6
| | | | menu (#3887)
* PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899)enahum2016-08-301-4/+47
|
* Minor UI improvements (#3904)Asaad Mahmood2016-08-301-33/+35
| | | | | | * PLT-3917 - Adding cross icon to remove deleted post in the RHS. * PLT-3997 - Improving the integration confirmation screen
* PLT-4010 - Updating integration icons (#3885)Asaad Mahmood2016-08-261-6/+8
|
* Trimmed beginning slash from command trigger word (#3866)Ryan Wang2016-08-241-1/+6
|
* PLT-3005 Added confirmation screen to integrations (#3747)David Lu2016-08-156-12/+256
|
* Changed autodetection of SiteURL (#3764)Harrison Healey2016-08-091-1/+1
| | | | | | * Changed autoconfiguration of SiteURL to be done on every request * Added SiteURL to system console
* Fix missing and bad localization strings (#3755)enahum2016-08-081-2/+2
|
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-034-3/+789
| | | | | | | | | | | | | | * 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-3728 Updated help text on integration pages (#3721)Harrison Healey2016-08-023-23/+131
|
* PLT-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-021-1/+1
| | | | | | | | * PLT-3408 Changed serverside code to get the service's URL from config.json * PLT-3408 Changed most clientside code to use the SiteURL config setting instead of window.location * PLT-3408 Changed default SiteURL to be autodetected
* Add option to trigger outgoing webhook if first word starts with trigger ↵Pierre Rudloff2016-07-262-0/+74
| | | | word (#3611)
* PLT-3508/PLT-3516/PLT-3558/PLT-3570/PLT-3497 Multiple UI Improvements (#3553)Asaad Mahmood2016-07-143-3/+12
| | | | | | | | | | | | | | * PLT-3627 - Fixing spacing in RHS * PLT-3516 - Fixing errors in backstage * PLT-3558 - Fixing system console menu on small screens * PLT-3570 - Fixing account settings sidebar truncating issue * PLT-3497 - Moving see other themes link * Removing formatted message import from premade theme chooser
* PLT-3153 Converted slash command triggers to lowercase on save (#3577)David Lu2016-07-141-1/+1
| | | | | | * Converted slash command triggers to lowercase on save * Made slash commands case insensitive
* Added help text to integrations pages in backstage (#3513)Harrison Healey2016-07-063-0/+60
|
* PLT-3145 Custom Emojis (#3381)Harrison Healey2016-07-0511-0/+2069
* Reorganized Backstage code to use a view controller and separated it from integrations code * Renamed InstalledIntegrations component to BackstageList * Added EmojiList page * Added AddEmoji page * Added custom emoji to autocomplete and text formatter * Moved system emoji to EmojiStore * Stopped trying to get emoji before logging in * Rerender posts when emojis change * Fixed submit handler on backstage pages to properly support enter * Removed debugging code * Updated javascript driver * Fixed unit tests * Fixed backstage routes * Added clientside validation to prevent users from creating an emoji with the same name as a system one * Fixed AddEmoji page to properly redirect when an emoji is created successfully * Fixed updating emoji list when an emoji is deleted * Added type prop to BackstageList to properly support using a table for the list * Added help text to EmojiList * Fixed backstage on smaller screen sizes * Disable custom emoji by default * Improved restrictions on creating emojis * Fixed non-admin users seeing the option to delete each other's emojis * Fixing gofmt * Fixed emoji unit tests * Fixed trying to get emoji from the server when it's disabled