summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* Add minimum channel name length in rename modal (#7308)Joram Wilander2017-08-311-0/+11
|
* Minor bug fixes (#7305)Asaad Mahmood2017-08-302-7/+7
| | | | | | | | | | | | * PLT-7063 - Changing search bar bg and color * PLT-7064 - Adjusting info popover styling * PLT-7124 - Fixing sidebar with webrtc call ongoing * PLT-7400 - Fixing semi transparent options list * PLT-7491 - Showing send button on mobile
* PLT-7206: Remove the "Delete Channel" option for private channels if you're ↵Jonathan2017-08-302-4/+2
| | | | | | | | the last channel member and policy setting restricts channel deletion (#7314) * Removed restriction that prevented last occupant of a channel from leaving. Any user can now leave any channel, except for the default Town Square channel * Also removed last user leave limitation from navbar
* PLT-7379: Timestamp on deleted, ephemeral, or pending post is a permalink ↵Jonathan2017-08-302-7/+19
| | | | | | | | | | | | | | | | (#7295) * Removed permalink from system messages, general cleanup * Removed permalink from deleted messages * Removed permalink from pending messages * Fixed post_info tests * Changed permalink logic to remove permalinks from ephemeral messages, but leave them in place for system messages. * Fixed check style
* PLT-6403: Interactive messages (#7274)Chris2017-08-293-0/+53
| | | | | | | | | | * wip * finish first pass * requested changes * add DoPostAction to Client4
* Fix permalink loading for non-loaded posts (#7310)Joram Wilander2017-08-291-1/+1
|
* Show loading message if a team has been selected, in addition to showing it ↵Jonathan2017-08-291-1/+1
| | | | while loading the list of available teams. (#7307)
* PLT-3638: Fix re-opening of collapsed preview on refresh (#7301)atp2017-08-291-2/+11
| | | | In this change, user action for toggling the preview is stored in the browser localstorage. Hence If there us a preview visibility value is present in the localstorage, that will be given the preference compared to the overall preview setting.
* Experimental implementation for webapp plugins (#7185)Joram Wilander2017-08-293-26/+36
| | | | | | | | | | * Start of experimental implementation for webapp plugins * Updates to webapp plugin architecture * Update pluggable test * Remove debug code
* Manage version configurations client versions (#7220)Chris Duarte2017-08-282-0/+186
| | | | | | | | | | | | * Add config values for client versions. Return client versions in ping response. * Manage client version through System Console. * Added client versions to diagnostics * Added translations messages en.json file. * Hide Client Versions on System Console.
* PLT-7221 differentiate between RN and Classic sessions (#7303)enahum2017-08-281-16/+46
|
* PLT-7318 fixing focus issue with IPad (#7287)Corey Hulen2017-08-252-2/+2
| | | | | | * PLT-7318 fixing focus issue with IPad * Fixing for RHS
* PLT-5478: Hide collapse/expand arrow for image links when no image is ↵atp2017-08-251-1/+28
| | | | available (#7216)
* PLT-7224 - Updating post textbox UI (#7153)Asaad Mahmood2017-08-256-11/+23
| | | | | | | | * PLT-7224 - Updating post textbox UI * Updating post textbox spacing * Updating emoji icon
* PLT-7417/PLT-7425 (#7278)Harrison Healey2017-08-251-6/+5
| | | PLT-7417/PLT-7425 Update config.json defaults and removed admin console link settings
* add attachments to rhs search results (#7290)Chris2017-08-251-1/+9
|
* Add a + next to direct message on sidebar to open 'Direct Messages' modal ↵David Meza2017-08-221-0/+30
| | | | | | | | (#7159) * Add a + next to direct message on sidebar to open 'Direct Messages' modal * Change + cick to display direct message modal without group message.
* PLT-5747: Fixed inconsistent on-hover, tooltip, and active states for ↵Sudheer2017-08-212-12/+29
| | | | | | | | | | | buttons. (#7174) * Fixed LHS Team Sidebar on hover highlight. * Fixed LHS Main Menu on hover tooltip to show "Main menu". * Added On-hover highlight for Favorite button in channel heading. * Added active state for channel members icon. * Added active class based on internal react state with new changeCss rule. * Changed cursor to pointer on hovering a theme. * Fixed Invite New Member Add Button to have text-underline on hover.
* PLT-7256: Fix email rate selection when batching is disabled (#7202)atp2017-08-211-16/+37
|
* fix expand/collapse arrows for youtube videos (#7240)Saturnino Abril2017-08-213-2/+5
|
* Multiple bug fixes (#7243)Asaad Mahmood2017-08-182-3/+7
| | | | | | | | | | | | | | | | * PLT-7320 - Fixing alignment of x icon * PLT-7357 - Fixing close icon in compact view * PLT-7322 - Fixing overflow for delete token modal * PLT-7351 - Fixing flag icon alignment * PLT-7393 - Fixing cursor on upload button * PLT-7392 - Fixing scrollbar in admin console * PLT-7376 - Fixing hover effect for mobile nav
* PLT-6451 Migrate installed_oauth_app.jsx to be pure and use Redux (#7190)n1aba2017-08-183-34/+61
| | | | | | * Migrate installed_oauth_app.jsx to be pure and use Redux, add test * Fix behavior for the error case
* PLT-7397 Added loadImage function instead of Image.prototype.load (#7184)Harrison Healey2017-08-182-20/+33
|
* Rename SAML in the System Console to SAML 2.0 + access token string fixes ↵Jason Blais2017-08-182-4/+4
| | | | | | | | | | | | (#7182) * Update en.json * Update en.json * Update admin_sidebar.jsx * Update saml_settings.jsx
* 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