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

fix: handle route encoding #8325

Merged
merged 22 commits into from Nov 30, 2020
Merged

fix: handle route encoding #8325

merged 22 commits into from Nov 30, 2020

Commits on Nov 9, 2020

  1. update vue-router to 3.4.9

    pi0 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    a29bffe View commit details
    Browse the repository at this point in the history
  2. update yarn.lock

    pi0 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    3e1b2d7 View commit details
    Browse the repository at this point in the history
  3. avoid decoding path

    pi0 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    b365a93 View commit details
    Browse the repository at this point in the history
  4. encode path before return

    pi0 committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    cf68806 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    d5061d4 View commit details
    Browse the repository at this point in the history
  2. fix: encode routes in router template

    Co-Authored-By: farnabaz <farnabaz@users.noreply.github.com>
    pi0 and farnabaz committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    116583a View commit details
    Browse the repository at this point in the history
  3. chore: update yarn.lock

    pi0 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    daaf592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ff986f View commit details
    Browse the repository at this point in the history
  5. fix: encode ssrContext.url

    pi0 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ad940bf View commit details
    Browse the repository at this point in the history
  6. fix getLocation

    pi0 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    656a2a7 View commit details
    Browse the repository at this point in the history
  7. remove comment

    pi0 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    e076380 View commit details
    Browse the repository at this point in the history
  8. fix: ensure router.resolve has encoded uri (fixing csr)

    Co-authored-by: @farnabaz
    pi0 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    1096da6 View commit details
    Browse the repository at this point in the history
  9. fix redirect preventation

    pi0 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    cc01a1b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    176641d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69c2a2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4693569 View commit details
    Browse the repository at this point in the history
  13. update fixture

    pi0 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ca17f5d View commit details
    Browse the repository at this point in the history
  14. unicode base works!

    pi0 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    6189c48 View commit details
    Browse the repository at this point in the history
  15. update fixture

    pi0 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    804a501 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7ae9fb7 View commit details
    Browse the repository at this point in the history
  17. chore: rename test to encoding

    pi0 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f555b6f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ac880de View commit details
    Browse the repository at this point in the history