Skip to content
Snippets Groups Projects
  1. Mar 12, 2021
  2. Jan 22, 2021
  3. Nov 05, 2020
  4. Sep 15, 2020
  5. Sep 10, 2020
  6. Aug 25, 2020
  7. Jun 13, 2020
  8. Apr 30, 2020
  9. Feb 22, 2020
  10. Feb 17, 2020
  11. Feb 15, 2020
  12. Feb 14, 2020
  13. Dec 31, 2019
    • Tim van Dijen's avatar
      Twig Strict vars (#1264) · 09f4ee18
      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
  14. Dec 24, 2019
  15. Dec 13, 2019
  16. Oct 03, 2019
  17. Oct 01, 2019
  18. Sep 24, 2019
    • Jørn Åne's avatar
      Clean up getConfigItem (#1196) · 0e602c19
      Jørn Åne authored
      * Ensure getConfig* functions can only return Configuration
      
      * Cleanup after #1189
      
      * Deprecate Configuration::getConfigList
      0e602c19
  19. Sep 16, 2019
    • Jaime Pérez Crespo's avatar
      Downgrade missing translations from error to debug · d7f52cdd
      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.
      d7f52cdd
  20. Aug 22, 2019
  21. Jul 24, 2019
  22. Jul 08, 2019
  23. Jun 06, 2019
  24. Feb 03, 2019
  25. Dec 11, 2018
  26. Nov 23, 2018
    • Jaime Pérez Crespo's avatar
      Create a new "configpage" hook for those modules that need to inject anything... · d42f26f3
      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.
  27. Nov 20, 2018
  28. Nov 15, 2018
  29. Oct 18, 2018
  30. Oct 17, 2018
  31. Oct 06, 2018
  32. Sep 14, 2018
    • peter's avatar
      Add initial support for SAML Subject Id Attributes · 1187bac6
      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.
      1187bac6
  33. Sep 07, 2018
  34. Aug 26, 2018
  35. Aug 24, 2018
Loading