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: pdsinterop/php-solid-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: pdsinterop/php-solid-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 18 commits
  • 16 files changed
  • 3 contributors

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    6b41ad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df2bb72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    135ac9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58110bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5c5e76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4da6c5 View commit details
    Browse the repository at this point in the history
  7. Fix bug caused by passing an array as a string in Resource controller

    In order to create this fix, the ResourceController has been changed to extend the ServerController, so it has access to the ServerConfig.
    The ServerConfig has a getAllowedOrigins method added that returns all allowed origins it is aware of.
    In order to facilitate this, some cleanup was also needed for the ServerController.
    Potherca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    1425943 View commit details
    Browse the repository at this point in the history
  8. Change composer.json

    As part of the PDS Interop-wide PHP project updates:
    
    - Remove unneeded platform config
    - Set minimum PHP version to PHP 7.3 (but lower than PHP8, see pdsinterop/php-solid-auth#19)
    - Update package to more recent versions
    - Contrain PDS Interop packages to version rather than dev-main
    - Pin lcobucci/jwt to 3.3.3
    - Pin PHPUnit to v8 and v9
    Potherca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    6a48577 View commit details
    Browse the repository at this point in the history
  9. Update composer.lock file.

    Potherca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4b12465 View commit details
    Browse the repository at this point in the history
  10. Run latest versions of test suites

    Your Name authored and Potherca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4cf0008 View commit details
    Browse the repository at this point in the history
  11. Stop if can't get cookie

    Your Name authored and Potherca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4ad3b31 View commit details
    Browse the repository at this point in the history
  12. Check if thirdparty also comes online

    Your Name authored and Potherca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3c012be View commit details
    Browse the repository at this point in the history
  13. SKIP_CONC=1

    Your Name authored and Potherca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    31e13e1 View commit details
    Browse the repository at this point in the history
  14. Use solid-crud-tests v5.2.0

    Your Name authored and Potherca committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    497de71 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Code cleanup

    - Whitespace fixes
    - Move FQN to `use` statements
    - Use PHP source functions instead of alias
    - Collpase multi-if statements
    - Inline function returns
    - Remove commented out code
    Potherca committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d2c59df View commit details
    Browse the repository at this point in the history
  2. Cleanup Dockerfile

    - Add divider comment between generic and specific sections
    - Grab composer from official docker image rather than web
    - Use a more robust shell
    - Make apt-install footprint smaller
    - Use OpenSSL with paths rather than use WORKDIR
    - Make project path setable through env var for build purposes
    - Only install non-dev dependencies with composer. The develop shoudl consciencely install deve dependencies because of develop PHP version(s) used.
    - Use COPY rather than ADD as per best practices
    Potherca committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    396d93f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Merge pull request #53 from pdsinterop/latest-test-suites

    Run latest versions of test suites
    Potherca authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    028a437 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Merge pull request #58 from pdsinterop/release/v0.6

    Cleanup for v0.6 release.
    Potherca authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5214c52 View commit details
    Browse the repository at this point in the history
Loading