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: CommunitySolidServer/CommunitySolidServer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: CommunitySolidServer/CommunitySolidServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 6 commits
  • 15 files changed
  • 6 contributors

Commits on Mar 5, 2021

  1. fix: Fix issue when there are multiple values for the same CLI parameter

    * fix: added check for multiple values for the same option
    
    * Update test/unit/init/CliRunner.test.ts
    
    Co-authored-by: Ruben Verborgh <[email protected]>
    
    * fix: made CliRunner.run sync
    
    Co-authored-by: Ruben Verborgh <[email protected]>
    Arne Vandoorslaer and RubenVerborgh authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    dd5b496 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. docs: Include solid/community-server-recipes.

    Ian Davis authored and RubenVerborgh committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    594cf27 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. fix: Make new pod profile card public

    * fix: make new pod profile card public
    
    Signed-off-by: Wouter Termont <[email protected]>
    
    * WebID capitalization
    
    Co-authored-by: Ruben Verborgh <[email protected]>
    
    * chore: more elaborate comments
    
    * Added default inferitance for profile owner
    
    * Update card.acl
    
    Co-authored-by: Ruben Verborgh <[email protected]>
    woutermont and RubenVerborgh authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    613dd56 View commit details
    Browse the repository at this point in the history
  2. feat: Added oidc validation triples to template

    * feat: added oidc validation triples to template
    
    Signed-off-by: Wouter Termont <[email protected]>
    
    * fix: Add missing newline
    
    Co-authored-by: Joachim Van Herwegen <[email protected]>
    woutermont and joachimvh authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    e2284c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. feat: Fallback to X-Forwarded-* headers

    * Fallback to X-Forwarded-* headers
    
    This uses the first value from X-Forwarded-Host and
    X-Forwarded-Proto if they're present and the standard Forwarded
    header is not.
    
    * Update parseForwarded to handle X-Forwarded-*
    
    This updates the signature for parseForwarded to take in the headers
    and handle the logic of falling back to X-Forwarded-* headers.
    
    * Update src/util/HeaderUtil.ts
    
    Co-authored-by: Ruben Verborgh <[email protected]>
    
    * Inline parseXForwarded helper
    
    Additionally fixes a typo, updates a unit test, and removes a
    typing that is no longer necessary.
    
    * Tweak handling of X-Forwarded value checking and assignment
    
    * Fix: terminology & consistency suggestions from review
    
    Co-authored-by: Ruben Verborgh <[email protected]>
    
    Co-authored-by: Ruben Verborgh <[email protected]>
    Co-authored-by: Wouter Termont <[email protected]>
    3 people authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    de51a23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ff231 View commit details
    Browse the repository at this point in the history
Loading