summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* Prevent re-rendering of sidebar when typing into channel switcher (#6547)Joram Wilander2017-06-011-4/+4
|
* PLT-6684 Fixed onClick handler for search autocomplete suggestions (#6540)Harrison Healey2017-05-311-1/+1
|
* PLT-5699 Improvements to channel switcher (#6486)Joram Wilander2017-05-3111-328/+776
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor channel switcher to not wait on server results * Change channel switcher to quick switcher and include team switching * Add sections, update ordering and add discoverability button * Fix styling error * Use CMD in text if on mac * Clean yarn cache on every install * Various UX updates per feedback * Add shortcut help text for team switcher * Couple more updates per feedback * Some minor fixes for GM and autocomplete race * Updating UI for channel switcher (#6504) * Updating channel switcher button (#6506) * Updating switcher modal on mobile (#6507) * Removed jQuery usage * Rename function to toggleQuickSwitchModal
* fix JS error when adding reaction when latest post is ephemeral (#6512)Saturnino Abril2017-05-311-3/+3
|
* Support AWS Signature V2 for Mattermost for S3 storage. (#6462)Harshavardhana2017-05-301-1/+22
| | | | | | | Certain S3 compatible servers only use Legacy Signature (AWS Signature V2), current code only supports signature v4. This PR adds facility to click a button on the UI to enable legacy signature with S3 compatible servers.
* Implement PLT-6246 - Confirm before sending (at)all, (at)channel message (#6250)Carlos Tadeu Panato Junior2017-05-302-9/+89
| | | | | | | | * implement PLT-6246 - Confirm before sending (at)all, (at)channel message * refactor per review * add constant to define the notify all modal
* PLT-6485 Add ability to disable `@here` notifications (#6372)David Meza2017-05-301-1/+2
|
* make username clickable on mobile view (#6519)Saturnino Abril2017-05-301-1/+0
|
* Minor Ui improvements (#6515)Asaad Mahmood2017-05-305-44/+51
| | | | | | * PLT-6645 - Improving copy pasting behaviour * PLT-6149 - Fixing edited indicator in search
* PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout ↵Joram Wilander2017-05-291-1/+21
| | | | | | | | | | | | setting (#6410) * Update gorp to mattermost fork and add connection timeout setting * Add go dependency * Rename from connection timeout to query timeout * Properly add gorp dependency
* Add RedirectTo after login for Universal linking or deep linking to work (#6304)David Meza2017-05-252-2/+2
|
* Update sidebar header dropdown to close properly (#6488)Joram Wilander2017-05-241-6/+12
|
* Update channel_header.jsx (#6470)doh52017-05-241-15/+15
|
* PLT-6564 fixing system console message (#6440)Corey Hulen2017-05-241-1/+1
|
* Fix JS error when switching teams (#6484)Joram Wilander2017-05-241-1/+1
|
* PLT-6654 Fix SAML page in System Console (#6480)enahum2017-05-241-27/+28
|
* PLT-6282 Make post list stay visible when post textbox height changes (#6323)Harrison Healey2017-05-235-42/+58
| | | | | | | | * PLT-6282 Changed post drafts to use an action when being stored * PLT-6282 Triggered post list to update scroll position when post draft changes * PLT-6282 Changed SuggestionBox to complete suggestions without an event
* PLT-6651 - Overlay issue modal (#6473)Asaad Mahmood2017-05-224-5/+5
| | | | | | * PLT-6651 - Overlay issue modal * Fixing mentions badge
* Merge 3.9 RC5 fixes into master (#6459)Joram Wilander2017-05-194-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | * UI fixes for 3.9 (#6400) * UI fixes for header icon alignment * PLT-6569 - Fixing pin icon in header * PLT-6505 - Updating z-index for emoji picker * Updating z-index for overlaying sidebar * PLT-6134 - Fix for emoji picker on comments * Reverting emoji picker fix * Fixing alignment for header icons * Removing channel title changes * Don't show mention badge for active channel (#6411) * PLT-6583 - Fixing RHS compact view (#6413)
* Pull sessions after revoking one (#6436)Joram Wilander2017-05-191-1/+3
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-18247-2113/+2511
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* [PLT-4643] Don't show empheral messages on sidebar when it is reopened. (#6378)Kacper Kula2017-05-181-4/+21
|
* Update legal and support help texts (#6407)Jason Blais2017-05-181-4/+4
| | | | | | | | | | * Update legal_and_support_settings.jsx * Update en.json * Update en.json * Update legal_and_support_settings.jsx
* PLT-6614 - Mentions badge styling and dropdown icon style (#6426)Asaad Mahmood2017-05-183-4/+4
| | | | | | * Mentions badge styling and dropdown icon style * PLT-6134 - Fixing emoji picker border in RHS
* Add an ID to the Search Channel Field (#6427)doh52017-05-181-0/+1
| | | | | | | | * Add an ID to the Search Channel Field For UI Automation * Update searchable_channel_list.jsx
* PLT-6406 Migrate new channel modal to be pure and use redux (#6416)Joram Wilander2017-05-173-44/+97
| | | | | | * Migrate new channel modal to be pure and use redux * Add component tests
* PLT-6520 Add RhsDropdownButton component to avoid React-Bootstrap warning ↵Harrison Healey2017-05-172-13/+32
| | | | (#6405)
* Add IDs to the system console user list, its name and email (#6419)doh52017-05-173-5/+23
| | | | | | | | | | | | | | * Update system_users.jsx * Update user_list.jsx * Update user_list.jsx * Update user_list.jsx * Update user_list_row.jsx * Update user_list_row.jsx
* Add "markdown help" and a preview option to "Edit Channel Header" modal (#6342)Carlos Tadeu Panato Junior2017-05-162-22/+71
|
* Add an ID to the sidebar channel more (#6399)doh52017-05-152-0/+2
| | | | | | | | * Add an ID to the sidebar channel more For UI Automation * Add an ID to the Create New Channel button
* fix PLT-6522 - "Unknown prop align on tag" warning from EmojiPicker (#6391)Carlos Tadeu Panato Junior2017-05-151-1/+0
|
* Implement Jira Ticket PLT-6555 - Enter should confirm deletion on delete ↵Carlos Tadeu Panato Junior2017-05-153-3/+19
| | | | modals (#6375)
* PLT-5671 Remove jquery from EmojiPicker component (#6281) (#6394)David Rojas Camaggi2017-05-151-10/+11
|
* Pressing Enter submits Leave Team Modal (#6096)Ryan Wang2017-05-151-0/+9
|
* Merge branch 'release-3.9' into merge-3.9JoramWilander2017-05-129-122/+90
|\
| * PLT-6566 Prevented terms of service link from being blank (#6392)Harrison Healey2017-05-111-14/+12
| |
| * PLT-6561 Fixing javascript issue on compliance report (#6387)Corey Hulen2017-05-111-1/+4
| |
| * Fix JS error when deleting post that has comments (#6381)Joram Wilander2017-05-101-2/+3
| |
| * Fixes for RC1 (#6376)Asaad Mahmood2017-05-102-41/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6505 - Fixing z-index for post control menu * PLT-6507 - Channel header icons not aligned * PLT-6508 - Options popover issue on android * PLT-6528 - Removing cross contamination on badge * PLT-6535 - Aligning content in SSO buttons * PLT-6509 - Aligning dropdown close icon
| * Fix DM getting marked unread from your own message (#6373)Joram Wilander2017-05-102-55/+3
| |
| * PLT-6518 Fixed user's locale not being loaded with redux actions (#6359)Harrison Healey2017-05-093-10/+8
| | | | | | | | | | | | | | | | * Stopped ManageLanguages component from mutating user * Removed obsolete reference to mm_user * PLT-6518 Fixed user's locale not being loaded with redux actions
| * Fix MFA enforcement on login and page load (#6356)Joram Wilander2017-05-091-1/+5
| |
* | fix issue (#6393)Carlos Tadeu Panato Junior2017-05-121-1/+1
| |
* | Fix some issues in English (#5714)William Gathoye2017-05-111-2/+2
| |
* | add IDs for reply arrows at center and RHS (#6311)Saturnino Abril2017-05-113-33/+69
| |
* | [PLT-6363-1] Create PostFlagIcon component and add flag IDs to posts (#6271)Saturnino Abril2017-05-099-238/+158
| | | | | | | | | | | | | | * [UI-AUTO] add IDs to last 10 posts' text * create FlagPost component and add flag IDs for posts at center, RHS and search results
* | [UI-AUTO] add IDs to last 10 posts' text (#6257)Saturnino Abril2017-05-095-9/+26
| |
* | [PLT-4374] Added active state for recent mentions and flagged posts. (#6253)Kacper Kula2017-05-091-0/+6
| | | | | | | | | | | | * [PLT-4374] Added active state for recent mentions and flagged posts. * Increased hover opacity to 0.7 on mention and flag icon.
* | implemet fix for PLT-2606 (#6238)Carlos Tadeu Panato Junior2017-05-091-11/+10
| |
* | [PLT-5440] Add Options to System Console Dropdown Menu (#5939)Ryan Wang2017-05-091-1/+68
| | | | | | | | | | | | * Add options to system console dropdown menu * Updating modal css