Skip to content
Snippets Groups Projects
  1. Apr 18, 2018
  2. Mar 05, 2018
  3. Feb 26, 2018
  4. Jan 31, 2018
  5. Dec 29, 2017
  6. Nov 29, 2017
  7. Nov 10, 2017
  8. Oct 18, 2017
  9. Sep 01, 2017
  10. Aug 31, 2017
  11. Aug 17, 2017
  12. Aug 03, 2017
  13. May 31, 2017
  14. Apr 26, 2017
  15. Jan 11, 2017
  16. Oct 04, 2016
  17. Sep 16, 2016
  18. Aug 31, 2016
  19. Jul 26, 2016
    • Jaime Pérez's avatar
      Update the SAML2 library. · c23722a4
      Jaime Pérez authored
      Now that the SAML2 library has been updated to use the new SimpleSAML\Logger, we can update the dependency here. Since both libraries are interdependent, we are pointing to a specific commit in master, aliasing it to 2.2. That way we can keep business as usual for any other package which may depend on 2.2, while getting the changes into SimpleSAMLphp.
      c23722a4
    • Jaime Pérez's avatar
      Bump the version of the SAML2 library. · b02c5432
      Jaime Pérez authored
      Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
      b02c5432
  20. Mar 16, 2016
  21. Feb 26, 2016
  22. Feb 04, 2016
  23. Feb 03, 2016
  24. Dec 29, 2015
  25. Dec 24, 2015
  26. Oct 21, 2015
  27. Oct 16, 2015
  28. Oct 11, 2015
  29. Aug 05, 2015
  30. May 27, 2015
  31. May 26, 2015
  32. May 13, 2015
  33. Jan 12, 2015
    • Thijs Kinkhorst's avatar
      Only submit results for PHP 5.6 to coveralls · 3069a65f
      Thijs Kinkhorst authored
      & make phpunit dev dependency explicit.
      3069a65f
    • Brook Schofield's avatar
      Add coveralls support · cbade50a
      Brook Schofield authored
      Updated the composer.lock to install satooshi/php-coveralls
      
      Add .coveralls.yml to stop errors.
      
      Added coverage_clover pointing to correct location.
      
      json_path now... anything to get bin/vendor/coveralls to actually execute!
      
      Only push coverage reports for a single version of PHP
      
      Add whitelist + exclusion files to coverage.
      
      Reduce code coverage % by processing all files :-)
      
      Beware adding additional directories for tests without setting up config + mocking the rest of the environment.
      
      Don't show uncovered files.
      
      Attempt upload for all PHP versions. Is this stacktrace always generated?
      
      Return to "true" for uncovered files.
      
      There is a path problem somewhere!
      cbade50a
  34. Nov 12, 2014
  35. Nov 05, 2014
Loading