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: unrolled/secure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: unrolled/secure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.0
Choose a head ref
  • 7 commits
  • 11 files changed
  • 4 contributors

Commits on Jun 21, 2024

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

Commits on Jun 25, 2024

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

Commits on Sep 27, 2024

  1. Fixed comment to mention the correct HTTP status code used (#98)

    The comment says a 302 will be used but the code actually uses Go core lib `http.StatusTemporaryRedirect` which is 307 (which i think is the right one to use because that instructs clients to re-send the same HTTP method as in the original request)
    tinmrn authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    109136a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bedcaa View commit details
    Browse the repository at this point in the history
  3. skip func fields in marshalling Options (json,yaml,toml) (#97)

    Co-authored-by: aerth <aerth@localhost>
    aerth and aerth authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    dbf54fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a852e7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    973d4ea View commit details
    Browse the repository at this point in the history
Loading