- Mar 16, 2022
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Mar 14, 2021
-
-
Tim van Dijen authored
* Migrate email utils to non-static * Migrate http utils to non-static * Migrate net utils to non-static * Migrate random utils to non-static * Migrate system utils to non-static * Migrate time utils to non-static * Migrate xml utils to non-static * Upgrade notes * Update test-framework * Fix tests
-
- Jan 22, 2021
-
-
Tim van Dijen authored
-
- Oct 19, 2020
-
-
Zvonimir Mance authored
-
- Sep 15, 2020
-
-
Tim van Dijen authored
-
- Sep 10, 2020
-
-
Tim van Dijen authored
-
- Aug 26, 2020
-
-
Tim van Dijen authored
-
- Jun 13, 2020
-
-
Tim van Dijen authored
Convert to our wrapper class for assertions
-
- Feb 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
* Remove deprecated classes * Remove support for certificate fingerprints * Remove many deprecated methods and pieces of code * Remove SAML1.1/Shib1.3 support * Remove many superfluous annotations * Update unit test to work with new PHPunit Closes #1268 Closes #1020 Closes #431 Closes #167 Closes #151
-
- Feb 14, 2020
-
-
Tim van Dijen authored
* Migrate assertions to Webmozart
-
- Dec 24, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
* Raise minimum PHP version to 7.0 * Remove tests pre-PHP 7.2 * Upgrade dev dependencies * Ignore tests for deprecated class * Add typehints; not touching public API * Remove none-array replacements-param; old behaviour from pre-1.4 release * Psalm fixes * Add upgrade notes * PSR-12
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- Jul 29, 2019
-
-
Tim van Dijen authored
-
- Jun 11, 2019
-
-
Patrick authored
* Allow list of entity ids to be loaded to better support idpList Certain metadata sources, like mdq, were don't support loading all metadata which prevented them from being used with idplist. This change adds support for allowing metadata sources to load a list of entities, allowing MDQ to be used for idp list.
-
- Jun 06, 2019
-
-
Tim van Dijen authored
-
- Feb 03, 2019
-
-
Tim van Dijen authored
-
- Jan 18, 2019
-
-
Jaime Pérez Crespo authored
-
- Oct 20, 2018
-
-
Patrick Radtke authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Apr 13, 2018
-
-
Matt Schwager authored
-
- Oct 19, 2017
-
-
fentie authored
-
- Jul 26, 2016
-
-
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.
-
- Jun 08, 2016
-
-
Jaime Perez Crespo authored
-
- Mar 09, 2016
-
-
Jaime Perez Crespo authored
-
- Mar 03, 2016
-
-
Jaime Perez Crespo authored
Rename Utils\HTTP::getSelfHostWithoutPort() to Utils\HTTP::getSelfHostWithNonStandardPort(), change the logic, and reimplement Utils\HTTP::getSelfHost() to depend on use the former. Complete the tests to include the case of port 443 while using HTTPS.
-
- Mar 02, 2016
-
-
Andrés Blanco authored
-
- Aug 03, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Apr 21, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::selfURLhost() to SimpleSAML\Utils\HTTP::getSelfURLHost() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::getSelfHostWithPath() to SimpleSAML\Utils\HTTP::getSelfHostWithPath() and deprecate the former.
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::getSelfHost() to SimpleSAML\Utils\HTTP::getSelfHost() and deprecate the former.
-
- Apr 20, 2015
-
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::generateTimestamp() to SimpleSAML\Utils\Time::generateTimestamp(). Deprecate the former.
-