- Nov 14, 2017
-
-
Kristof Bajnok authored
Don't bail out if the MDQ cache is broken or the query fails, because later other metadata sources might provide the metadata for the entity.
-
- Nov 13, 2017
-
-
Jaime Pérez Crespo authored
Docs: fix typo's
-
Tim van Dijen 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
-
- Nov 07, 2017
-
-
Jaime Pérez Crespo authored
Fix duplicate assertion error using Redis Store
-
- Oct 27, 2017
-
-
Thijs Kinkhorst authored
-
- Oct 25, 2017
-
-
Jaime Pérez Crespo authored
Added tests for SimpleSAML\XML\Validator
-
Matt Schwager authored
-
Jaime Pérez Crespo authored
Added php-cs-fixer config
-
Jaime Pérez Crespo authored
-
Jaime Perez authored
-
Jaime Pérez Crespo authored
Merge branch 'deprecate-assert-with-string' of https://github.com/fentie/simplesamlphp into PR/fentie-deprecate-assert-with-string and fix conflicts.
-
Jaime Pérez Crespo authored
This can be used by templates to load resources in different ways, either optimized for the developer or for a production environment.
-
Thijs Kinkhorst authored
PSR-2 compliance in lib/SimpleSAML/Auth/ directory
-
Jaime Pérez Crespo authored
-
- Oct 24, 2017
-
-
Matt Schwager authored
Working toward some of the requested tasks in https://github.com/simplesamlphp/simplesamlphp/wiki/List-of-tasks
-
- Oct 23, 2017
-
-
Thijs Kinkhorst authored
-
Tim van Dijen authored
-
- Oct 19, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Fix typo in docs/simplesamlphp-sp.md
-
fentie authored
-
fentie authored
-
fentie authored
-
fentie authored
-
- Oct 18, 2017
-
-
Nate Eagleson authored
-
Thijs Kinkhorst authored
Might not be complete, needs check with current G Suite interfaces. But improves on the current situation.
-
Виталий Акмашев authored
-
- Oct 17, 2017
-
-
Thijs Kinkhorst authored
Add sendmail_from option
-
Thijs Kinkhorst authored
-
-
Thijs Kinkhorst authored
-
Jaime Pérez Crespo authored
This allows us to use this new filter to translate strings from a given array of translations, where every translation is indexed by its ISO 639 code. A new configuration option ('language' -> 'priorities') is available too to control the alternative languages that can be used instead of a given language, when the latter is not found. The filter returns null when no suitable translation is found, so that it can be combined with "default()" to set a default translation for a given string.
-
- Oct 16, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
This reverts commit 0917046c.
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
This reverts commit 1218f38a.
-
Jaime Pérez Crespo authored
When we are invoked from an outside application, SimpleSAMLphp cannot use 'baseurlpath' and in that case it tries to guess the current URL. The port was always added, even if the default port was used, leading to possible issues when comparing URLs that should actually be equivalent. This resolves #696.
-
Jaime Pérez Crespo authored
SAML2-SP: Making the AuthnInstant available in the state array
-
- Oct 13, 2017
-
-
Jaime Pérez Crespo authored
getIdpMetadata: add more debug logging
-