Skip to content
Snippets Groups Projects
  1. Aug 05, 2016
  2. Aug 02, 2016
  3. Jul 29, 2016
  4. Jul 26, 2016
    • Jaime Pérez's avatar
      Stop using SimpleSAML_Configuration::getBaseURL(). · a5ca1aa3
      Jaime Pérez authored
      Use the recently added SimpleSAML_Configuration::getBasePath() instead. It guarantees the path prepended with a slash, so no need to do that every time when calling the method. As a side effect, we get rid of buggy invocations (calling getBaseUrl() instead of getBaseURL()), and also of old-style convention for the 'baseurlpath' configuration option, allowing a star at the beginning.
      a5ca1aa3
    • 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
  5. Jul 25, 2016
  6. Jul 22, 2016
  7. Jul 15, 2016
  8. Jul 14, 2016
  9. Jul 13, 2016
  10. Jul 07, 2016
  11. Jul 06, 2016
  12. Jul 01, 2016
  13. Jun 08, 2016
  14. Jun 02, 2016
  15. Jun 01, 2016
  16. May 15, 2016
  17. May 10, 2016
  18. May 08, 2016
  19. Apr 15, 2016
  20. Apr 13, 2016
  21. Apr 11, 2016
  22. Apr 08, 2016
  23. Mar 31, 2016
  24. Mar 29, 2016
Loading