Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH 1960 Intro Hub Forgot Password #506

Closed
wants to merge 20 commits into from

Commits on Jan 24, 2020

Commits on Jan 30, 2020

  1. GH-1911 Remove edge legacy code (#492)

    * Update node Travis CLI version
    
    * Remove edge legacy code
    
    * Update edge download location in README.md
    benstrumeyer committed Jan 30, 2020
  2. update changelog

    christophertino committed Jan 30, 2020
  3. Update browser-core to v7.43 (#490)

    Co-authored-by: Christopher Tino <4699516+christophertino@users.noreply.github.com>
    sammacbeth and christophertino committed Jan 30, 2020

Commits on Feb 3, 2020

  1. Fix 'trust site' on localhost (#491)

    * Handle localhost port number when trusting localhost
    
    * Upgrade to node 12.11.0
    
    * Use cliqz-url-parser to handle trusting localhost
    
    Co-authored-by: Christopher Tino <4699516+christophertino@users.noreply.github.com>
    benstrumeyer and christophertino committed Feb 3, 2020
  2. update dependencies

    christophertino committed Feb 3, 2020

Commits on Feb 13, 2020

  1. GH-1791 / add locale-appropriate formatting to historical stats numbe…

    …rs (#498)
    
    * Add locale-appropriate formatting to historical stat numbers
    
    * small lintfix in Settings/OptIn component
    wlycdgr committed Feb 13, 2020

Commits on Feb 14, 2020

  1. GH-1936 & GH-1920 Remove email opt-in from account creation in panel …

    …and hub (#495)
    
    * Opt-in to emails by default on account creation in panel and hub. Remove checkboxes
    
    * Update snapshots
    
    * Add function to proptypes
    
    * Remove opt into emails entirely
    
    * Update styling after removing checkbox; approved by design team
    
    * Remove promotion unit tests and scss
    
    Co-authored-by: Ethan Gooding <32471984+Eden12345@users.noreply.github.com>
    Co-authored-by: Christopher Tino <4699516+christophertino@users.noreply.github.com>
    3 people committed Feb 14, 2020
  2. Disable Purplebox on Firefox Android (#494)

    * Remove purple box on android
    
    * Check for firefox too
    
    * Remove purple box for existing users
    
    * Add comment: Disable purplebox for Firefox Android users
    
    Co-authored-by: Christopher Tino <4699516+christophertino@users.noreply.github.com>
    benstrumeyer and christophertino committed Feb 14, 2020
  3. update changelog

    christophertino committed Feb 14, 2020

Commits on Feb 21, 2020

  1. GH-1947 Plus checkout UTM params (#499)

    * Add UTM params to Plus checkout from all locations
    
    * Update tests
    
    * Remove / from links with utm params
    
    * Refactor messaging passing
    benstrumeyer committed Feb 21, 2020
  2. update translations

    christophertino committed Feb 21, 2020

Commits on Feb 25, 2020

  1. bump browser core

    christophertino committed Feb 25, 2020

Commits on Mar 3, 2020

  1. GH-1477 Wildcard/Regex Whitelisting (#501)

    * Add regex/wildcard listing with unit tests. Add safe-regex and jest-when dependency
    
    * Add more tests. Check if a pageHost has valid url or regex characters
    
    * Update tests for checking if a regex is safe
    
    * Remove regex functionality and update unit tests
    
    * Check for truthy instead of not undefined
    
    * Remove bad unit test
    
    * Fix localhost:3000
    benstrumeyer committed Mar 3, 2020
  2. Enable whitelisting of Unknown Trackers from Ad Block module (#503)

    * enable whitlisting of Unknown ads
    
    * GH-1805 Allow whitelisting of Unknown trackers from AdBlocker module
    
    * update changelog
    christophertino committed Mar 3, 2020