Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 08, 2019
  3. Jun 06, 2019
  4. Feb 03, 2019
  5. Dec 11, 2018
  6. Oct 18, 2018
  7. Oct 17, 2018
  8. Oct 06, 2018
  9. 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
  10. Aug 26, 2018
  11. Aug 24, 2018
  12. Aug 22, 2018
  13. Aug 16, 2018
  14. Aug 13, 2018
  15. Aug 08, 2018
  16. May 31, 2018
  17. Apr 13, 2018
  18. Oct 19, 2017
  19. Oct 17, 2017
    • Jaime Pérez Crespo's avatar
      Add a "translateFromArray" filter to twig. · 840f2242
      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.
  20. Oct 27, 2016
  21. Oct 11, 2016
  22. Oct 07, 2016
  23. Oct 04, 2016
  24. Sep 15, 2016
  25. Sep 07, 2016
  26. Jul 13, 2016
  27. Feb 05, 2016
  28. Jan 14, 2016
    • Hanne Moa's avatar
      Fixed comments from previous pull-request · 6492ce36
      Hanne Moa authored
      6492ce36
    • Hanne Moa's avatar
      Refactor SimpleSAML_XHTML_Template · d2759355
      Hanne Moa authored
      A template now has a translator-object, SimpleSAML_Locale_Translate.
      This handles the existing translation system.
      
      The translator has a language-object, SimpleSAML_Locale_Language. This
      handles discovery and switching of locale.
      
      SimpleSAML_XHTML_Template has several methods that are wrapped
      translator-methods:
      
      t()
      isLanguageRTL()
      getLanguageList()
      getTranslation()
      
      This way it isn't necessary to change much of the existing system.
      d2759355
  29. Nov 06, 2015
Loading