Skip to content
Snippets Groups Projects
  1. Nov 14, 2016
  2. Oct 27, 2016
  3. Oct 18, 2016
  4. Aug 30, 2016
  5. 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
  6. Aug 05, 2016
  7. Jul 14, 2016
  8. Jun 08, 2016
  9. Jun 02, 2016
  10. 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
  11. Mar 29, 2016
  12. Mar 15, 2016
  13. Mar 08, 2016
  14. Mar 01, 2016
  15. Jan 15, 2016
  16. 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
  17. Nov 06, 2015
  18. Oct 24, 2015
  19. Oct 21, 2015
  20. Oct 06, 2015
  21. Jul 21, 2015
  22. Jul 07, 2015
  23. Jun 16, 2015
  24. May 27, 2015
  25. Apr 08, 2015
  26. Jan 20, 2015
  27. Jan 13, 2015
  28. Jan 08, 2015
  29. Jul 31, 2014
  30. Jul 09, 2014
  31. Jul 07, 2014
  32. Jun 17, 2014
  33. Feb 21, 2014
  34. Jan 27, 2014
Loading