Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mattermost/mattermost-webapp Loading
base: dee0853
Choose a base ref
...
head repository: mattermost/mattermost-webapp Loading
compare: 7457cce
Choose a head ref
  • 12 commits
  • 74 files changed
  • 5 contributors

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    ec6e516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eda08b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    695879c View commit details
    Browse the repository at this point in the history
  4. MM-12708: unify sign-in change redirection (#1989)

    * MM-12708: unify sign-in change redirection
    
    Back out some of my earlier changes in MM-12680 and MM-12619 to just rely on the login controller detecting the sign in change and suppressing the session expiry.
    
    * fix unit tests
    lieut-data committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    5357eb6 View commit details
    Browse the repository at this point in the history
  5. MM-12493: work around Desktop/Chromium rendering issue (#2000)

    Commit 0d02b16 (#1738) changed `.sidebar-item` to have `display: flex`, resulting in a Desktop/Electron/Chromium-specific bug that would sometimes result in an unread channel name being rendered as both bolded and not bolded.
    
    An initial attempt at fixing this improved the behaviour some of the time, but didn't resolve the problem entirely. We've seen been able to reproduce the problem locally 100% of the time, and narrowed it down to what seems like a rendering "race" between in the CSS. It's likely this could be fixed with a larger refactor to avoid duplicate rules, but simply removing `position: relative` in this case appears to avoid the problem without any visual side effects.
    lieut-data committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    0704e0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90a7431 View commit details
    Browse the repository at this point in the history
  7. MM-12840 Remove the last usages of the flux stores (#1991)

    * Remove flux usages from login components
    
    * Remove flux usages from RHS posts
    
    * Remove flux usages from popover_list_members
    
    * Remove flux usages from webhook page
    
    * Remove flux usages from PostTime component
    
    * Remove flux usage from PostMarkdown component
    
    * Remove flux usage in sidebar_right and select posts using view action
    
    * Remove flux usages from analytics pages
    
    * Fix style
    
    * Select channel when focusing post
    jwilander committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    738fc07 View commit details
    Browse the repository at this point in the history
  8. Fix OOO refresh logic that does not always display confirmation modal. (

    #1939)
    
    * Fix OOO refresh logic that does not always display confirmation modal.
    
    * Hide `Do not ask me again` checkbox for OOO.
    csduarte authored and lieut-data committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    5bed7df View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Add a default timezone 'Etc/UTC' for tests (#1999)

    * Add a default timezone 'America/Los_Angeles' for tests
    
    * Change timezone to etc/UTC
    sudheerDev authored and saturninoabril committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    cb2852c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c82825d View commit details
    Browse the repository at this point in the history
  3. Fixes for review comments

    Change to formateDate instead of FormatDate for testing
    sudheerDev committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    68aedfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7457cce View commit details
    Browse the repository at this point in the history
Loading