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

Finished off interface rewrite, added redirect chain compression, made wildcarding a little safer #4

Open
wants to merge 9 commits into
base: interface-rewrite
Choose a base branch
from

Commits on Dec 13, 2017

  1. modified redirect to use new storage format; modified redirect to rec…

    …ursive check URLs against the list so we can reduce chains of 301s to a single redirect
    Mark Kennedy committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    57d02a9 View commit details
    Browse the repository at this point in the history
  2. A basic README

    Mark Kennedy committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    042370d View commit details
    Browse the repository at this point in the history
  3. tidying up

    Mark Kennedy committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    3a91d5f View commit details
    Browse the repository at this point in the history
  4. fix double escaped slashes; add author credit

    Mark Kennedy committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    880de14 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Merge pull request #1 from gamernetwork/mark-recursive-301s

    recursive 301s
    Mark Kennedy authored Dec 14, 2017
    Configuration menu
    Copy the full SHA
    eb06b31 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. handle amp

    Mark Kennedy committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    8c126df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from gamernetwork/mark-amp-301s

    handle amp
    Geoff Wright authored Dec 21, 2017
    Configuration menu
    Copy the full SHA
    bcb3000 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    0d2a3d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from gamernetwork/brendan-improve-admin

    Factor out repeated calls to generate_hash function in redirect listing
    Brendan Smith authored Oct 5, 2018
    Configuration menu
    Copy the full SHA
    c08d9e6 View commit details
    Browse the repository at this point in the history