summaryrefslogtreecommitdiffstats
path: root/webapp/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* bump mattermost-redux#e529791 at yarn.lock (#7141)Saturnino Abril2017-08-081-1/+1
|
* PLT-7250 Updated marked to better handle trailing periods on URLs (#7098)Harrison Healey2017-08-031-2/+2
|
* Change refresh on version change to be after explicit click (#7090)Joram Wilander2017-08-021-1/+1
|
* PLT-6987 User access token UI (#7007)Joram Wilander2017-08-011-1/+1
| | | | | | | | | | * Add user access token UI * Fix enter press and update mattermost-redux * Updating UI for access token stuff (#7066) * Revert segment key
* PLT-7032/PLT-7155 Updated marked to fix empty table cells and code block ↵Harrison Healey2017-07-271-2/+2
| | | | whitespace (#7015)
* RN-152 Updated createGroupChannel's return value to match ↵Harrison Healey2017-07-271-1/+1
| | | | | | | | | | createDirectChannel (#7027) * RN-152 Updated createGroupChannel's return value to match createDirectChannel * Fixed handling of results from createDirectChannel * Updated yarn.lock
* Add [...] menu to search results list (#6663)Saturnino Abril2017-07-211-110/+19
| | | | | | | | * Add [...] menu to search results list * fix updates on search results when post is pinned or edited * remove app dispatcher from component
* Update mattermost-redux to master (#6982)Joram Wilander2017-07-201-2/+2
|
* Upgrading client dependancies. (#6987)Christopher Speller2017-07-201-70/+142
|
* Merge branch 'release-4.0'Christopher Speller2017-07-181-4/+4
|\
| * PLT-7126 Do not version detect on saml endpoints and remove config reloading ↵Joram Wilander2017-07-181-1/+1
| | | | | | | | | | | | | | | | (#6955) * Do not version detect on saml endpoints and remove config reloading * Update mattermost-redux
| * PLT-7133 Updated marked to fix escaping of autolinked email addresses (#6942)Harrison Healey2017-07-151-2/+2
| |
| * PLT-7116/PLT-7126 Some final release fixes (#6933)Joram Wilander2017-07-141-1/+1
| | | | | | | | | | | | * Some final release fixes * Fix team switching with image in channel bug
| * PLT-7092 Updated mattermost-redux so getProfilesAndStatusesForPosts handles ↵Harrison Healey2017-07-131-1/+1
| | | | | | | | null properly (#6921)
| * Fix out of order posts for admins plus two minor fixes (#6886)Joram Wilander2017-07-111-2/+2
| |
| * Minor fixJoramWilander2017-07-061-1/+1
| |
* | PLT-6474 Basic Elasticsearch System Console Page (#6825)George Goldberg2017-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | * PLT-6474: Basic System Console Elasticsearch Config. * Fix review comments. * More review fixes. * Review comments.
* | PLT-6659 Fixed upload thumbnails that weren't properly rotated (#6816)Rich Barton2017-07-101-0/+4
|/ | | | | | | - Used client-side EXIF data to rotate profile picture thumbnails - Added a small package for correctly translating EXIF orientation into CSS transforms - Instead of displaying the image using FileReader, used URL.createObjectURL because it is faster - For upload thumbnails, the original behavior was scaling the entire original image, without accounting for EXIF rotate. I changed this to use the thumbnail image, which does respect rotation. - The preview image was not available when the upload request returned, because handling the preview image creation was in a goroutine. I used sync.WaitGroup to block until the preview image creation is done.
* Update mattermost redux to latest (#6846)Joram Wilander2017-07-051-1/+1
| | | | | | | | * Update to latest mattermost-redux * Add back recent and new users to team analytics page * Update to latest
* Fix IE and Edge by upgrading redux-persist (#6832)Joram Wilander2017-07-041-3/+3
|
* Fix some JS errors (#6811)Joram Wilander2017-06-301-1/+1
|
* Update to latest mattermost-redux (#6753)Joram Wilander2017-06-271-1/+1
|
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-1/+1
|
* PLT-6890 Fix various scrolling issues (#6727)Joram Wilander2017-06-231-86/+78
| | | | | | | | | | * Fix various scrolling issues * Move reaction scrolling to reaction list * Handle scrolling when RHS opens * Only run scroll update code when posts change
* Updating client dependancies. (#6714)Christopher Speller2017-06-211-207/+422
|
* Fix JS error when hovering over reactions (#6710)Joram Wilander2017-06-211-1/+1
| | | | | | | | * Fix JS error when hovering over reactions * Fix autocomplete for custom emojis * Update to latest mattermost-redux
* PLT-6215 Major post list refactor (#6501)Joram Wilander2017-06-181-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Major post list refactor * Fix post and thread deletion * Fix preferences not selecting correctly * Fix military time displaying * Fix UP key for editing posts * Fix ESLint error * Various fixes and updates per feedback * Fix for permalink view * Revert to old scrolling method and various fixes * Add floating timestamp, new message indicator, scroll arrows * Update post loading for focus mode and add visibility limit * Fix pinning posts and a react warning * Add loading UI updates from Asaad * Fix refreshing loop * Temporarily bump post visibility limit * Update infinite scrolling * Remove infinite scrolling
* Move user actions over to use redux and v4 (#6649)Joram Wilander2017-06-151-2/+2
|
* PLT-6657 Move system console to use v4 endpoints and redux (#6572)Joram Wilander2017-06-141-2/+2
| | | | | | | | | | | | * Move system console to use v4 endpoints and redux * Rename logs dir to get past gitignore * Fix test email * Update brand unit test * Updates per feedback
* Point to 3.10 release branch for redux (#6601)Joram Wilander2017-06-061-1/+1
|
* PLT-4257 Add pop-up asking if user wants to reset status (#6526)Joram Wilander2017-06-061-1/+1
| | | | | | | | | | | | * 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)
* PLT 6416 Add StatusDropdown to profile picture in top left (#6327) (#6418)David Rojas Camaggi2017-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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)
* PLT-3466 E10: Add announcement bar feature (#6509)Joram Wilander2017-06-051-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-5699 Improvements to channel switcher (#6486)Joram Wilander2017-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 switching teams (#6484)Joram Wilander2017-05-241-1/+1
|
* Cleanup yarn lockfileChristopher Speller2017-05-181-39/+35
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-0/+7929
* 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