summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
...
* Channel switcher UI improvements (#6564)Asaad Mahmood2017-06-062-11/+18
| | | | | | | | | | | | * Channel switcher UI improvements * Reverting mattermost theme * Fixing spacing above the button * Updating switcher button * PLT-6691 - Fixing tablet header
* PLT-4257 Add pop-up asking if user wants to reset status (#6526)Joram Wilander2017-06-0614-47/+297
| | | | | | | | | | | | * Add pop-up asking if user wants to reset status * Update test snapshot * Update prop name for old uses of confirm modal * Updating checkbox (#6586) * Updating style for checkbox (#6596)
* Updating Site URL help text in System Console (#6582)Jeff Schering2017-06-061-1/+1
| | | | | | | | | | * Updating Site URL help text in System Console * Replacing single quotes with double quotes * Corrected statement about non-standard ports * Converted double quotes to single quotes
* PLT-6757 - fix js error when press enter in the confirmation dialog (#6589)Carlos Tadeu Panato Junior2017-06-061-1/+1
|
* PLT-6705 Show partially hidden channels as 'Unread above/below' (#6580)Harrison Healey2017-06-061-2/+5
|
* PLT 6416 Add StatusDropdown to profile picture in top left (#6327) (#6418)David Rojas Camaggi2017-06-064-28/+248
| | | | | | | | | | | | | | | | | | | | | | | | * PLT-6416 the profile picture is always shown in the top left (#6327) * PLT-6416 Add status icon to profile picture in left sidebar (#6327) * PLT-6416 Add StatusDropdown to profile picture in top left (#6327) * Fixing theme stuff for status picker * PLT-6416 Automatically close status dropdown after selection (#6327) * PLT-6416 Avoid render status dropdown in sidebar if isMobile (#6327) * PLT-6416 Change icon for status change to caret-down (#6327) * PLT-6416 Update visibility of status dropdown after window size (#6327) * PLT-6416 Refactor status dropdown for better mouse usability (#6327) * PLT-6416 Change status dropdown to the redux way (#6327) * PLT-6416 Fix header style of admin sidebar (#6327)
* Fix race causing channels to not clear mention on focus (#6587)Joram Wilander2017-06-061-3/+3
|
* Fix default text for channel switcher (#6581)Joram Wilander2017-06-062-3/+9
|
* Tweaking strings and adding them to the loc files for the signature v2 fix ↵Corey Hulen2017-06-051-22/+1
| | | | | | | | | | (#6527) * Tweaking strings and adding them to the loc files * Fixing spacing * Removing V2 from config
* PLT-6724 Hide options relating to channel admin when not licensed (#6583)Harrison Healey2017-06-051-13/+7
|
* fix regression for LDAP users not showing email address (#6568)Saturnino Abril2017-06-051-10/+10
|
* PLT-3466 E10: Add announcement bar feature (#6509)Joram Wilander2017-06-0511-43/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | * E10 - Add announcement bar feature * Updates per feedback * Add component tests and snapshots * Update snapshots * Updating color picker UI (#6543) * Add class to body tag when banner is not dismissable and clean up localstorage items when banner changes * Fixing links (#6544) * Updating UI for fixed error bar (#6552) * Truncating text on fixed banner (#6561) * Plt 3466 - Error bar link states (#6577) * Updating error bar hover state * Updating error bar link states
* 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)
* PLT-6552 Fixed system users list ignoring search term after changing teams ↵Harrison Healey2017-06-011-3/+8
| | | | (#6537)
* 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
|