- May 14, 2018
-
-
Tim van Dijen authored
-
- Mar 05, 2018
-
-
Jaime Pérez Crespo authored
-
- Feb 26, 2018
-
-
Jaime Pérez Crespo authored
-
- Jan 31, 2018
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
- Dec 29, 2017
-
-
Thijs Kinkhorst authored
-
- Nov 29, 2017
-
-
Gabriel Caruso authored
-
- Nov 10, 2017
-
-
Thijs Kinkhorst authored
This prevents a lot of -dev dependencies in composer.lock which are not used otherwise and generate 'scary' warnings like "Package x is abandoned". Closes #718
-
- Oct 18, 2017
-
-
Виталий Акмашев authored
-
- Sep 01, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
- Aug 31, 2017
-
-
Thijs Kinkhorst authored
-
- Aug 22, 2017
-
-
Matt Schwager authored
-
- Aug 17, 2017
-
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
This reverts commit b9f92f33.
-
- Aug 03, 2017
-
-
Jaime Pérez Crespo authored
This reverts commit 82a46a7c.
-
Jaime Pérez Crespo authored
This removes the dependency on mcrypt for good, closes #660 and resolves #615.
-
- May 02, 2017
-
-
Matt Schwager authored
-
- Apr 26, 2017
-
-
Jaime Pérez Crespo authored
-
- Mar 30, 2017
-
-
Matt Schwager authored
-
- Jan 20, 2017
-
-
Tyler Antonio authored
-
- Jan 11, 2017
-
-
Jaime Pérez Crespo authored
This enables too the implementation of additional contact attributes, as requested in #509 to support the SIRTFI framework.
-
- Nov 09, 2016
-
-
Tyler Antonio authored
-
- Oct 04, 2016
-
-
Jaime Pérez authored
-
- Sep 16, 2016
-
-
Patrick Radtke authored
Update test notes to point to the 4.8 documentation and describe how to run an old version of phpunit from composer's bin dir.
-
- Sep 06, 2016
-
-
Jaime Pérez authored
-
- Aug 31, 2016
- Aug 30, 2016
- Jul 26, 2016
-
-
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.
-
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.
-
- Mar 16, 2016
-
-
Jaime Perez Crespo authored
-
- Feb 26, 2016
-
-
Hanne Moa authored
-
- Feb 22, 2016
-
-
Jaime Perez Crespo authored
Add a temporary autoloader that allows loading old classes (SimpleSAML_Path_Something) that have already migrated to namespaces (SimpleSAML\Path\Something), while logging a warning. This commit requires to regenerate the composer autoloader with ./composer.phar dump-autoload.
-
- Feb 04, 2016
-
-
Jaime Perez Crespo authored
-
- Feb 03, 2016
-
-
Jaime Perez Crespo authored
-
- Jan 21, 2016
-
-
Brook Schofield authored
changed the extension on the request of @thijskh
-
- Jan 20, 2016
-
-
Brook Schofield authored
add sqlite3 as a dev dependency. you might not notice this when running tests locally otherwise.
-
- Dec 29, 2015
-
-
Thijs Kinkhorst authored
-