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: static-web-server/static-web-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.33.1
Choose a base ref
...
head repository: static-web-server/static-web-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.34.0
Choose a head ref
  • 12 commits
  • 43 files changed
  • 5 contributors

Commits on Nov 2, 2024

  1. docs: v2.33.1 [skip ci]

    joseluisq committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    8be70ac View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. docs: mention truenas scale deprecation (#486)

    * Update docker.md
    
    Remove deprecated Truenas/Truecharts installation notes.
    
    * Update download-and-install.md
    
    Remove deprecated Truenas/Truecharts installation notes.
    
    * Update download-and-install.template.md
    
    Remove deprecated Truenas/Truecharts installation notes.
    
    * refactor: mention TrueCharts as a helm charts alternative
    
    ---------
    
    Co-authored-by: Jose Quintana <[email protected]>
    ctag and joseluisq authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cd11bd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. feat: better x-forwarded-for handling (#495)

    Adds a `log-forwarded-for` option to control if the X-Forwarded-For
    header information should be logged.
    Also includes a `trusted-proxies`
    option to optionally specify from which IPs to accept this header.
    Existing uses of log-remote-address will stop logging forwarded-for
    IPs after this change.
    Jeidnx authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    13e3f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a73c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. refactor: prevent single wildcards from matching path separators for …

    …URL Redirects (#501)
    
    * Enable literal_separator for redirects
    
    This ensures that * does not match the path separator.
    
    * Fix tests
    
    * Update documentation
    
    BREAKING CHANGE: Up to version 2.33.1 the wildcard `*` was matching the path separator. For example, `/{*}/{*}/` matched `/assets/images/logo/`. In later versions, the default has changed such that `*` does not match the path separator. In contrast, double wildcard (`**`) can match also a path separator.
    mschoettle authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    96ed7df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #502 from static-web-server/update-dependencies-28…

    …-10-2024
    
    Update dependencies 28.10.2024
    joseluisq authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b9b8425 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    5516b6a View commit details
    Browse the repository at this point in the history
  2. chore: update Alpine (3.19.4) and Debian (12.8) Docker images (#505)

    * chore: update Debian Docker images to 12.8
    * chore: update Alpine Docker images to 3.19.4
    joseluisq authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    4ed4bb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. docs: improve docs configuration and fix anchor links (#504)

    * Fix anchor links in documentation
    
    * Move strict to mkdocs config
    
    * add mkdocs to CI
    
    ---------
    
    Co-authored-by: Jose Quintana <[email protected]>
    mschoettle and joseluisq authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    12387a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. refactor: prevent single wildcards from matching path separators for …

    …URL Rewrites (#506)
    
    * refactor: prevent single wildcards from matching path separators for URL Rewrites
    
    * Fix log output in documentation
    
    BREAKING CHANGE: Up to version 2.33.1 the wildcard `*` was matching the path separator. For example, `/{*}/{*}/` matched `/assets/images/logo/`. In later versions, the default has changed such that `*` does not match the path separator. In contrast, double wildcard (`**`) can match also a path separator.
    mschoettle authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    2737f4c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    0768c20 View commit details
    Browse the repository at this point in the history
  2. v2.34.0

    joseluisq committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    49cd6e6 View commit details
    Browse the repository at this point in the history
Loading