summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
...
* PLT-6443 Migrate add_oauth_app.jsx to be pure and use Redux (#7232)n1aba2017-08-182-38/+67
| | | | | | * Migrate add_oauth_app.jsx to be pure and use Redux, add tests * Remove unused flux code for OAuthApps
* [PLT-3377] Open up a shortcuts dialog instead of printing help text (#7064)Saturnino Abril2017-08-184-21/+413
| | | | | | | | | | | | | | | | | | * open up a shortcuts dialog instead of printing help text * Updating UI for keyboard shortcuts modal * update PR per PLT-7284 * fix typo error * fix mixed up shortcut keys * move to client side * fix shortcuts list, remove unused function and revert server side code for autocompletion * remove quick team switcher
* Merge branch 'release-4.1'Christopher Speller2017-08-177-28/+48
|\
| * [PLT-7180] Fix delete/edit not showing on DotMenu at parent post of RHS (#7214)Saturnino Abril2017-08-151-0/+9
| | | | | | | | | | | | * fix delete/edit not showing on DotMenu at parent post of RHS * remove unnecessary shouldComponentUpdate
| * [PLT-7342] Add function and tests to specifically determine @all & @channel ↵Saturnino Abril2017-08-121-1/+2
| | | | | | | | | | | | | | | | (#7181) * add function and tests to specifically determine @all & @channel * uodate per comments - regex and tests
| * Add character limit to channel header edit modal (#7179)Joram Wilander2017-08-112-7/+9
| |
| * PLT-7360 Adding SSE to compliance (#7165)Corey Hulen2017-08-111-19/+25
| | | | | | | | | | | | | | | | * Adding SSE to E20 * Fixing UI bug * Fixing loc strings
| * Fix arrow keys when viewing images (#7161)Joram Wilander2017-08-111-1/+2
| |
| * reset post attachments on post prop change (#7158)Chris2017-08-091-0/+1
| |
* | Minor UI improvements (#7137)Asaad Mahmood2017-08-171-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | * PLT-7303 - Fixing manage members button * Revert "PLT-7303 - Fixing manage members button" This reverts commit 7dcb68a8e333a2c95444d417ed9a244c9c30aa99. * PLT-7303 - Redesigning channel members popover * Updating font size and positioning
* | set ephemeral message ("message deleted") without ("Only visible to you") ↵Saturnino Abril2017-08-171-1/+2
| | | | | | | | visible to users other than the owner (#7201)
* | PLT-7368: Don't clear search box on ESC in Chrome. (#7215)George Goldberg2017-08-162-3/+9
| |
* | Add note that users can be searched by token ID in the Users page (#7222)Jason Blais2017-08-162-2/+2
| | | | | | | | | | | | | | | | * Update en.json * Update custom_integrations_settings.jsx * Update logs.jsx
* | add emoji to recently used section when reacting to a post in RHS (#7217)Saturnino Abril2017-08-162-2/+4
| |
* | PLT-6358: Server HTTP client improvements (#6980)Chris2017-08-091-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * restrict untrusted, internal http connections by default * command test fix * more test fixes * change setting from toggle to whitelist * requested ui changes * add isdefault diagnostic * fix tests
* | PLT-7301: Removed props mutation that was causing JS error, now passing ↵Jonathan2017-08-092-9/+7
| | | | | | | | locale as a prop directly instead of fetching it out of the user object (#7162)
* | PLT-7206: Remove the "Delete Channel" option for private channels if you're ↵Jonathan2017-08-098-41/+35
|/ | | | | | | | | | | | | | | | | | | | | | | | the last channel member and policy setting restricts channel deletion (#7050) * PLT-7206: UI changes. Removed last user in channel loophole, refactored code to clean it up, added differentiated support for public and private channels, added unit tests. Still need to implement server-side checks * PLT-7206: All helper methods in channel_utils.jsx now accept the same three boolean variables in the same order and use the same boolean logic to check their values. * PLT-7206: Added unit tests for showManagementOptions(...) * PLT-7206: Fixed test case descriptions * Added unit tests for showCreateOption(...) * PLT-7206: Added unit tests for canManageMembers(...) * PLT-7206: Removed last person in channel loophole from server-side code * PLT-7206: Reverted config.json * PLT-7206: Fixed double negatives in unit test names * PLT-7206: PR feedback - Removed confusing comment and unused variable
* [PLT-7317] Fix emoji picker preview (#7136)Saturnino Abril2017-08-083-86/+50
| | | | | | * fix emoji picker preview * make use of sprite-sheet CSS for all system emojis
* FIXES PLT-6648 Add support for Server Side Encryption on S3 (#6467)Tejay Cardon2017-08-081-1/+22
| | | | | Help from Jason Blais on wording Update storage_settings.jsx Update en.json
* PLT-7311 Don't allow empty search in searchbar. (#7133)George Goldberg2017-08-081-0/+4
|
* PLT-7309: Fix webook management when permitted for non-admins. (#7132)George Goldberg2017-08-082-4/+4
|
* PLT-7313: Show help popover when search focused and empty. (#7134)George Goldberg2017-08-081-11/+19
|
* Change "Cancel" button to "Close" (#7131)94117nl2017-08-081-0/+6
|
* Updating user access token UI (#7091)Asaad Mahmood2017-08-063-52/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updating user access token UI Updating help text Updating tokenlistClass Updating string for token Updating translations Updating translations Updating translations * Updating translations * Minor UI fix * Update manage_tokens_modal.jsx * Update user_settings_security.jsx * Update en.json * Fix merge conflicts
* System Console: Email notification content setting (#7122)Jonathan2017-08-061-1/+50
| | | | | | | | | | | | | | | | * PLT-7195: Added new config option, new license feature, and config UI to system console. Still need to implement behaviour change in email batching code * PLT-7195: Modified batch emails to respect email notification content type setting * PLT-7195: Tweaking the colours a bit * PLT-7195: Added support for email notification content type setting in immediate (non-batched) notification messages. Attempted to clean up the code somewhat. Unit tests coming in a future commit * PLT-7195: Added unit tests for non-batched emails * Checked license when applying email content settings * Changed return type of getFormattedPostTime
* Add beta tag to Elasticsearch (#7121)Eric Sethna2017-08-052-2/+2
| | | | | | | | * make Elasticsearch beta * make Elasticsearch beta * make Elasticsearch beta
* make suggestion box focus more robust, require more explicit enabling (#7123)Chris2017-08-041-7/+18
|
* fix some webhook attachments not truncating, lower short text to 300 chars ↵Chris2017-08-041-2/+3
| | | | (#7120)
* PLT-6924 Added ability to disable file uploads/downloads on old mobile apps ↵Harrison Healey2017-08-047-95/+150
| | | | (#7117)
* PLT-7267 Refactored tracking of recent emojis to hide deleted emojis (#7102)Harrison Healey2017-08-044-75/+50
| | | | | | * Fixed local ESLint error * PLT-7267 Refactored tracking of recent emojis to hide deleted emojis
* [PLT-2407] Improve ordering of uploaded attachments (#7022)Saturnino Abril2017-08-043-11/+16
| | | | | | * improve ordering of uploaded attachments * use LocalizationStore.getLocale() when comparing file names
* PLT-7287 Move access token text in user list to under the dropdown (#7099)Joram Wilander2017-08-052-31/+40
| | | | | | * Move access token text in user list to under the dropdown * Updating UI for token help text (#7107)
* Ui improvements (#7092)Asaad Mahmood2017-08-042-100/+96
| | | | | | | | | | | | | | * PLT-7121 - Making channel header text dynamic * PLT-7268 - Fixing search results in compact view * PLT-7248 - Adjusting space between post controls * PLT-7303 - Fixing manage members button * Revert "PLT-7303 - Fixing manage members button" This reverts commit 7dcb68a8e333a2c95444d417ed9a244c9c30aa99.
* fix caret position after autocomplete (#7118)Chris2017-08-031-1/+1
|
* close post control button after reacting to a post (#7110)Saturnino Abril2017-08-033-0/+3
|
* PLT-6455 Migrate installed_oauth_apps.jsx to be pure and use Redux (#7059)94117nl2017-08-033-114/+70
| | | | | | * Migrate installed_oauth_apps.jsx to be pure and use Redux * Props docs typo, add test, remove commands_container, bump yarn.lock
* PLT-6823 Removes option to set notification sound in Edge (#6883)Alex White2017-08-031-42/+41
| | | | | | | | | | | | | | | | | | | | | | * Remove sound notification support for Edge * Move the sound test to utils and also stop the dings for Edge along with firefox * Fix some styling issues * Remove sound notification support for Edge Move the sound test to utils and also stop the dings for Edge along with firefox Fix some styling issues * Reversing soundOptions util method. Fixing some string IDs for clarity * Fixing a syntax error * Restructure HasSoundOptions blocks to not begin with negative statement * Fixing paranthesis
* GH-6452 Migrate installed_command.jsx to be pure and use Redux (#6903)94117nl2017-08-033-27/+44
| | | | | | | | | | | | | | * Migrate installed_command.jsx to be pure and use Redux * Add test for InstalledCommand component * Fix failing test and typo * Whoops. Revert back deleted filter * Add filter test * Remove commands related code from /stores/integration_store.jsx
* PLT-6484 Add /leave command to leave a channel (#6402)David Meza2017-08-034-118/+125
| | | | | | | | | | | | | | | | | | * PLT-6484 Add /leave command to leave a channel * Text changes requeted on review. * PLT-6484 Display the right error message when trying to /leave town-square * PLT-6484 Be able to execute /leave command in direct and group message channels with the same effect as clicking x * PLT-6484 Refactor to create new leave_private_channel_modal.jsx * PLT-6484 Remove previous leave private channel logic to use new leave_private_channel_modal.jsx * Remove dot in command description. Change localized error when leaving Town square. * disable /leave command in reply threads on the right-hand sidebar, since it is not obvious which channel you should leave
* PLT-7130 adding more generic push notificaiton message. (#7044)Corey Hulen2017-08-031-3/+3
| | | | | | * PLT-7130 adding more generic push notificaiton message. * Fixing strings
* [PLT-1249] Add close button 'x' to the right of a link preview (#7017)Saturnino Abril2017-08-033-8/+70
| | | | | | | | | | | | | | | | | | | | * add close button 'x' to the right of a link preview * Updating webhook UI * UI improvements for close button * Adding hover state * Making the close button visible on mobile * previews are permanently disabled/closed for that link * make post as required props * fix JS error of undefined * fix update issue both at center and RHS view
* PLT-7140: On slow connection searching should clear RHS and show spinner (#7014)Jonathan2017-08-024-6/+41
| | | | | | | | | | | | | | | | * Added a RECEIVED_SEARCH_TERM event on search form submit, attempted to modify Search Results Header title when loading search results * Fixed RHS behaviour so that loading icon is shown while waiting for search results on slow connections. * PLT-7140: Fixed all eslint issues * PLT-7140: reverted changes to config/config.json that were accidentally committed * PLT-7140: Removed all static function decorators that I previously added to jsx files. These were suggested by eslint, but can cause issues for functions that override parent functionality. still can't reproduce the errors seen on spinmint locally, so I'm guessing at this point * PLT-7140: Changed var to const * Updating UI for search results loading (#7096)
* PLT-7204 Fixed markdown preview (#6997)Harrison Healey2017-08-021-28/+14
| | | | | | * PLT-7204 Fixed markdown preview * Updated style of Textbox component
* Fix commenting on deleted post (#7095)Joram Wilander2017-08-023-79/+62
|
* PLT-7238: Modified channel member dropdown list to show user name, as ↵Jonathan2017-08-021-1/+1
| | | | defined by display settings, rather than full name (#7086)
* Use redux selector for getting siderbar channels (#7078)Joram Wilander2017-08-021-70/+27
|
* Change refresh on version change to be after explicit click (#7090)Joram Wilander2017-08-022-1/+5
|
* PLT-6965 jira integration (plus plugin scaffolding) (#6918)Chris2017-08-023-11/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * plugin scaffolding / jira integration * add vendored testify packages * webhook fix * don't change i18n ids * support configuration watching * add basic jira plugin configuration to admin console * fix eslint errors * fix another eslint warning * polish * undo unintentional config.json commit >:( * test fix * add jira plugin diagnostics, remove dm support, add bot tag, generate web-safe secrets * rebase, implement requested changes * requested changes * remove tests and minimize makefile change * add missing license headers * add missing comma * remove bad line from Makefile
* Do not show commented on header for ephemeral posts (#7069)Joram Wilander2017-08-011-1/+1
|
* PLT-7262 Stopped including emoji sprite sheets multiple times in CSS (#7077)Harrison Healey2017-08-011-9/+21
| | | | | | * PLT-7262 Stopped including emoji sprite sheets multiple times in CSS * Changed EmojiPickerItem to be a PureComponent