- Mar 12, 2021
-
-
m0ark authored
Co-authored-by:
Tim van Dijen <tim.dijen@minbzk.nl>
-
- Jan 22, 2021
-
-
Tim van Dijen authored
-
- Nov 05, 2020
-
-
Tim van Dijen authored
-
- Sep 15, 2020
-
-
Tim van Dijen authored
-
- Sep 10, 2020
-
-
Tim van Dijen authored
-
- Aug 25, 2020
-
-
Tim van Dijen authored
-
- Jun 13, 2020
-
-
Tim van Dijen authored
Convert to our wrapper class for assertions
-
- Apr 30, 2020
-
-
Tim van Dijen authored
-
- Feb 22, 2020
-
-
Tim van Dijen authored
-
- Feb 17, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
Fix Locale; If a Twig-variable is not set and then translated, these methods are called with a null parameter
-
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 31, 2019
-
-
Tim van Dijen authored
* Use strict variables in Twig, except for our TemplateTest; throw exception on missing variables * Fix issues due to Twig strict_variables=true * Fix for #1229 * Fix metadata-template
-
- 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
-
- Dec 13, 2019
-
-
Guy Halse authored
-
- Oct 03, 2019
-
-
Tim van Dijen authored
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- Sep 24, 2019
-
-
Jørn Åne authored
* Ensure getConfig* functions can only return Configuration * Cleanup after #1189 * Deprecate Configuration::getConfigList
-
- Sep 16, 2019
-
-
Jaime Pérez Crespo authored
This is something the developer of a module is supposed to deal with. If you are just using SSP, it doesn't make much sense to have your log files flooded by errors about missing translation files or directories, since you cannot do anything about it and the original english text will be used anyway.
-
- Aug 22, 2019
-
-
Jaime Pérez Crespo authored
-
- Jul 24, 2019
-
-
Guy Halse authored
Add support for RFC6265bis SameSite cookie attribute
-
- Jul 08, 2019
-
-
Tim van Dijen authored
-
- Jun 06, 2019
-
-
Tim van Dijen authored
-
- Feb 03, 2019
-
-
Tim van Dijen authored
-
- Dec 11, 2018
-
-
Jaime Pérez Crespo authored
-
- Nov 23, 2018
-
-
Jaime Pérez Crespo authored
Create a new "configpage" hook for those modules that need to inject anything in the configuration page. This allows us to change the signature of the hook, so that we pass it the \SimpleSAML\XHTML\Template object and then the hook can not only add data to be passed to the twig template, but also add its own translation domain. This was needed because many modules were putting their translations inside "core", and when moving those to the modules themselves, the new translation system cannot perform the translation because only the translations for the current module in use are loaded (in the config page, that's the core module). Therefore, we needed a way to get the Localization instance from the template, and a way to pass that to the hook so that the hook can register the translations for its own module.
-
- Nov 20, 2018
-
-
Thijs Kinkhorst authored
Twig will always use gettext, legacy will use legacy. Twig does not work with legacy so new ui would break if you would not also set this option. Instead, just switch the system in use based on the usenewui config variable.
-
- Nov 15, 2018
-
-
Guy Halse authored
-
- Oct 18, 2018
-
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- Oct 06, 2018
-
-
Thijs Kinkhorst authored
-
- Sep 14, 2018
-
-
peter authored
The OASIS spec [SAML V2.0 Subject Identifier Attributes Profile](https://wiki.oasis-open.org/security/SAMLSubjectIDAttr) defines two new standard attributes intending to replace use of persistent NameIDs and the eduPersonTargetedID and eduPersonUniqueId SAML attributes. The updated Kantara [SAML V2.0 Interoperability Deployment Profile](https://kantarainitiative.github.io/SAMLprofiles/saml2int.html) will also standardize on these new attributes (cf. SDP-SP15 ibid.). This commit adds the two new attributes: * to the URN attribute maps * to attribute definitions and translations of the locale system * to the smartattributes:SmartID auth proc filter (after any other SAML attributes, but before the non-SAML ones). Support for saml2int SDP-SP16 (attribute requirements signalling via Entity Attributes) is not included here.
-
- Sep 07, 2018
-
-
Rick authored
Update config.php Update header.php
-
- Aug 26, 2018
-
-
Tim van Dijen authored
-
- Aug 24, 2018
-
-
Tim van Dijen authored
-