Skip to content
Snippets Groups Projects
  1. Sep 07, 2017
  2. Jul 05, 2017
  3. Apr 21, 2017
    • Jaime Pérez Crespo's avatar
      Set a default session name for PHP sessions. · c5c832c4
      Jaime Pérez Crespo authored
      The default values are fine if no other applications use PHP sessions. However, when other apps are using PHP sessions, a conflict arises with the defaults, so let's try to make the defaults a bit more resilient.
      c5c832c4
  4. Mar 30, 2017
  5. Feb 15, 2017
  6. Dec 15, 2016
  7. Nov 17, 2016
  8. Nov 15, 2016
  9. Nov 14, 2016
  10. Oct 27, 2016
  11. Oct 18, 2016
  12. Sep 21, 2016
    • Michal Procházka's avatar
      Configurable LinkedIn attributes (#449) · a823e71e
      Michal Procházka authored
      - Attributes which can be get from LinkedIn are now configurable
      - By default these attributes are requested: id,first-name,last-name,headline,summary,specialties,picture-url,email-address
      - Added email-address attribute into the default set
      - Fixed link to the documentation
      a823e71e
  13. Aug 30, 2016
  14. Aug 10, 2016
    • Jaime Pérez's avatar
      Make the 'debug' configuration option more fine-grained. · 6c3d49f9
      Jaime Pérez authored
      Some things, like logging of SAML messages or backtraces, are controlled with the 'debug' configuration option. However, it might be possible that we don't want one while we want the other, but that's impossible with just one option.
      
      This commit allows us to configure debugging options independently, but groupping all of them together. This is particularly useful if we want to log backtraces to debug errors, for example, but we don't want to log SAML messages to keep the privacy of the users. This also allows us to get rid of the 'debug.validatexml' configuration option, and group it with other debug options.
      
      This changes are backwards-compatible. Old and new configurations will work at the same time.
      6c3d49f9
  15. Aug 05, 2016
  16. Jul 14, 2016
  17. Jul 06, 2016
  18. Jun 10, 2016
  19. Jun 08, 2016
  20. Jun 02, 2016
  21. May 08, 2016
  22. Apr 13, 2016
    • Jaime Perez Crespo's avatar
      Several improvements to SimpleSAML_Error_Exception: · 1c52db21
      Jaime Perez Crespo authored
      - Exception messages and backtraces are now decoupled, so that they can be logged independently.
      - Backtraces are now logged with "debug" log level, and only in case the "debug" configuration option is set.
      - A new log() method allows the exception itself to decide which log level to use. This can be used by exceptions overriding this method to change the log level accordingly.
      - Add a new parameter to the format() method so that the formatted message is anonymized, safe for display in the browser.
      
      Additionally, this resolves #281.
      1c52db21
  23. Mar 29, 2016
  24. Mar 15, 2016
  25. Mar 08, 2016
  26. Mar 01, 2016
  27. Feb 02, 2016
  28. Jan 29, 2016
  29. Jan 15, 2016
  30. 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
  31. Nov 06, 2015
  32. Nov 05, 2015
  33. Oct 24, 2015
Loading