- Aug 24, 2021
-
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
- Jul 28, 2021
-
-
forevermatt authored
-
- Mar 15, 2021
-
-
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
-
- Mar 12, 2021
-
-
Tim van Dijen authored
* Migrate array utils to non-static * Migrate attribute utils to non-static * Migrate auth utils to non-static * Migrate config utils to non-static * Migrate crypto utils to non-static * Raise coverage * Fix rebase issue
-
- Jan 22, 2021
-
-
Tim van Dijen authored
-
- Jan 11, 2021
-
-
Thijs Kinkhorst authored
-
- Jan 06, 2021
-
-
Tim van Dijen authored
-
- Dec 26, 2020
-
-
Tim van Dijen authored
-
- Dec 15, 2020
-
-
Patrick authored
-
- Sep 15, 2020
-
-
Tim van Dijen authored
-
- Sep 10, 2020
-
-
Tim van Dijen authored
-
- Aug 25, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 17, 2020
-
-
Tim van Dijen authored
-
- Aug 10, 2020
-
-
Tim van Dijen authored
Improve error handling
-
- Jun 13, 2020
-
-
Tim van Dijen authored
Convert to our wrapper class for assertions
-
- Jun 10, 2020
-
-
Mischa Salle authored
Check whether http://macedir.org/entity-category is set in the EntityAttributes before using it as argument in in_array(). This prevents a "TypeError: in_array() expects parameter 2 to be array, null given" error. This situation happens when we do have EntityAttributes in the metadata but none of type "http://macedir.org/entity-category". An example is an IdP supporting https://refeds.org/category/research-and-scholarship, which would have "http://macedir.org/entity-category-support" but not per se also "http://macedir.org/entity-category".
-
- May 01, 2020
-
-
Jon Dufresne authored
-
- Apr 30, 2020
-
-
Tim van Dijen authored
-
- Apr 29, 2020
-
-
Thijs Kinkhorst authored
-
Tim van Dijen authored
-
- Apr 14, 2020
-
-
Aaron St. Clair authored
Issue #1272 - SSP refuses to use temp dir if it doesn't own it, even though it can write to it (#1314) * Issue #1272 - SSP refuses to use temp dir if it doesn't own it, even though it can write to it This has been addressed using the is_writable function instead of checking for UID, which only works in a Linux environment Co-authored-by:
Aaron St. Clair <astclair@ecrs.com>
-
- Mar 06, 2020
-
-
Tim van Dijen authored
-
- Feb 22, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
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
-
- Feb 12, 2020
-
-
Thijs Kinkhorst authored
This makes it mirror how it used to work and how the twig templates work. The solution is not pretty, but the longer term solution is to just get rid of the oldui exception. Also actually run the existing EMail unit tests. That might have caught this. Closes: #1269
-
- Jan 31, 2020
-
-
Thijs Kinkhorst authored
People might do this in the past to get correct metadata (thereby breaking other email related functions). But our metadata generator will now take care of this, so we can just ignore any mailto: prefix.
-
- Dec 31, 2019
-
-
Tim van Dijen authored
* Added Kernel class to handle request * Kernel handle request Kernel is loaded in SimpleSAML\Module class Removed Router and ControllerResolver classes * Added route command (squash) * Use symfony application and cache * Updated to today's standards * Fix for Symfony4 & Catch environment from ENV variable * Standardize location of routes/services files * Trying to make slashes work properly in all situations * Convert XML to YML * Fix some template-names and endpoints * Rename Controller-classes * Update dependencies * Fix routing files * TooManyArguments * Fix TypeCoercion * PSR-12 * Fix rebase mistake * Rebase lock-file * Fix Psalm * Add strict_types declaration Co-authored-by:
Sergio Gómez <decano@gmail.com>
-
- Dec 24, 2019
-
-
Tim van Dijen authored
-