Skip to content
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: auth0/lock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.7.2
Choose a base ref
...
head repository: auth0/lock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.8.0
Choose a head ref
  • 13 commits
  • 70 files changed
  • 8 contributors

Commits on Jun 8, 2018

  1. Configuration menu
    Copy the full SHA
    9ef2a44 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    d1ffec5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Configuration menu
    Copy the full SHA
    aadab3c View commit details
    Browse the repository at this point in the history
  2. In SSO mode, hide the password input instead of removing it from the …

    …DOM (#1407)
    
    Fix #1397
    
    The issue happened because Lock was REMOVING the password input from the DOM. The fix was to let the input in the DOM, but add a css class that hides the input.
    
    Before:
    ![lastpass](https://user-images.githubusercontent.com/941075/41319427-1d81875a-6e72-11e8-8098-ae387134b8a0.gif)
    
    After:
    ![lastpassok](https://user-images.githubusercontent.com/941075/41319492-55ba43aa-6e72-11e8-8aa9-f079a042e6f4.gif)
    luisrudge authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    29eaf28 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Add allowPasswordAutocomplete option (#1419)

    resolves #1406
    JakobJingleheimer authored and luisrudge committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    8cebda3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Fix Configuration URL when using __tenantInfo and a baseConfiguration…

    …URL (#1425)
    
    ZD Num: 43661
    
    This generates the right configuration URL when a `baseConfigurationUrl` is set and Tenant Info is being used.
    
    Fixes #1417
    lbalmaceda authored and luisrudge committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    adfc8a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Added CI 2.0

    cocojoe committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    5804c59 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Merge pull request #1430 from auth0/added-circle-ci-2.0

    Added CI 2.0
    cocojoe authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    7339e41 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Added Lithuanian translation (#1439)

    RenatBuga authored and luisrudge committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    42e75b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. prevent access_denied to invalid_user_password error or code mapping …

    …if in HLP env (#1441)
    
    Fix issue with incorrect error message mapping in case of session timeout. The returned payload is:
    
    ```
    {
      "statusCode": 403,
      "description": "Invalid state",
      "name": "AnomalyDetected",
      "code": "access_denied"
    }
    ```
    
    Currently this kind of error is mapped to `invalid_user_password` which causes UX regression to one of our customers. 
    
    @luisrudge suggested we could fix this issue by preventing the mapping in Hosted Login Pages environment.
    RafLeszczynski authored and luisrudge committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    fdb6ec8 View commit details
    Browse the repository at this point in the history
  2. Upgrade auth0.js (#1442)

    luisrudge authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    46182ca View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Release v11.8.0 (#1443)

    luisrudge authored Jul 24, 2018
    Configuration menu
    Copy the full SHA
    9921025 View commit details
    Browse the repository at this point in the history
  2. v11.8.0

    Jenkins committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    fa74b59 View commit details
    Browse the repository at this point in the history
Loading