summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* Allow switching to private channels with /join command (#6579)Joram Wilander2017-06-051-3/+1
|
* fix JS error and incorrect comment thread for SHIFT+UP (#6574)Saturnino Abril2017-06-053-10/+15
|
* Increase quick switcher perf by not storing server results (#6575)Joram Wilander2017-06-051-10/+32
|
* [PLT-6697] Added CTRL/CMD+SHIFT+K shortcut to open 'more direct messages' ↵Saturnino Abril2017-06-052-5/+10
| | | | | | | | | | dialog (#6534) * add keypress shortcut to open 'more direct messages' dialog * removed duplicate e.preventDefault() * add text description to /shortcuts output
* [PLT-6616] Fixed autocomplete to close properly (#6528)Saturnino Abril2017-06-051-7/+9
| | | | | | * fix autocomplete to close properly * disable key press of suggestion box when input value is empty
* add shortcut that opens a comment thread for most recent message in a ↵Saturnino Abril2017-06-021-0/+10
| | | | channel (#6549)
* Properly filter in more channels search (#6513)Joram Wilander2017-06-021-1/+5
|
* Multiple Ui improvements (#6553)Asaad Mahmood2017-06-024-21/+25
| | | | | | | | * PLT-6729 - Fixing close button * PLT-5216 - Updating mattermost theme * PLT-6679 - Fixing styling for active state
* make channel admins able to delete channel member messages (#6550)Saturnino Abril2017-06-021-3/+7
|
* PLT-6380 Make team invite links open in the current tab (#6538)Harrison Healey2017-06-021-2/+9
| | | | | | * PLT-6380 Changed link formatting to make team invite links open within the current tab * Fixed internal link parsing when site URL isn't set
* PLT-6552 Fixed system users list ignoring search term after changing teams ↵Harrison Healey2017-06-011-3/+8
| | | | (#6537)
* PLT-6692 Removed wbr tags from single line markdown (#6539)Harrison Healey2017-06-011-1/+4
|
* Prevent re-rendering of sidebar when typing into channel switcher (#6547)Joram Wilander2017-06-011-4/+4
|
* Fix JS errors when receiving message when on no teams (#6533)Joram Wilander2017-06-012-33/+16
|
* PLT-6658 Ignore correct message types for setting unreads for teams (#6532)Joram Wilander2017-05-311-2/+1
| | | | | | * Ignore correct message types for setting unreads for teams * Fix ESLint error
* 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-3121-344/+894
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-312-3/+17
|
* 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-304-9/+93
| | | | | | | | * 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-302-2/+3
|
* make username clickable on mobile view (#6519)Saturnino Abril2017-05-302-4/+2
|
* Minor Ui improvements (#6515)Asaad Mahmood2017-05-306-46/+52
| | | | | | * 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-292-1/+24
| | | | | | | | | | | | 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
* PLT-6643 Add Turkish to Mattermost (#6500)enahum2017-05-262-5/+2442
|
* translations PR 20170522 (#6475)enahum2017-05-2612-250/+341
|
* Add RedirectTo after login for Universal linking or deep linking to work (#6304)David Meza2017-05-253-3/+3
|
* Update sidebar header dropdown to close properly (#6488)Joram Wilander2017-05-241-6/+12
|
* Clean yarn cache when cleaning webapp (#6490)Joram Wilander2017-05-241-0/+3
| | | | | | * Clean yarn cache when cleaning webapp * Add cache clean to .yarninstall target
* 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-242-2/+2
|
* 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-238-56/+87
| | | | | | | | * 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-229-12/+18
| | | | | | * PLT-6651 - Overlay issue modal * Fixing mentions badge
* Merge 3.9 RC5 fixes into master (#6459)Joram Wilander2017-05-1911-29/+16
| | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Bug fixes (#6439)Asaad Mahmood2017-05-193-4/+16
| | | | | | | | | | * PLT-5863 - Fixing overflow in modals * PLT-6545 - Fix for Code block tag on mobile * PLT-6549 - Fixing integrations UI * PLT-6506 - Large embedded images producting scroll
* Pull sessions after revoking one (#6436)Joram Wilander2017-05-191-1/+3
|
* Cleanup yarn lockfileChristopher Speller2017-05-181-39/+35
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-18253-2224/+10710
| | | | | | | | | | | | | | | | | | | | | | | | * 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-182-8/+8
| | | | | | | | | | * 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-187-12/+27
| | | | | | * 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-176-44/+910
| | | | | | * 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-163-22/+73
|
* Point webapp at redux webapp-master branch (#6415)Joram Wilander2017-05-162-2/+2
|
* 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