Skip to content
Snippets Groups Projects
  1. Feb 18, 2016
  2. Feb 16, 2016
    • Tim van Dijen's avatar
      Fix missing argument · 96099a81
      Tim van Dijen authored
      This fixes:
      [Tue Feb 16 13:50:09 2016] [error] [client 10.48.224.4] PHP Warning:  Missing argument 2 for SimpleSAML_Error_AuthSource::__construct(), called in /apps/simplesamlphp-bd-1.14.0/modules/negotiate/lib/Auth/Source/Negotiate.php on line 336 
      [Tue Feb 16 13:50:09 2016] [error] [client 10.48.224.4] PHP Notice:  Undefined variable: reason in /apps/simplesamlphp-bd-1.14.0/lib/SimpleSAML/Error/AuthSource.php(31)
      96099a81
  3. Feb 05, 2016
  4. Feb 02, 2016
  5. Jan 29, 2016
  6. Jan 20, 2016
  7. 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
  8. Dec 24, 2015
  9. Dec 15, 2015
  10. Dec 07, 2015
  11. Dec 01, 2015
    • Clint Armstrong's avatar
      gitignore for custom modules · 8122ae10
      Clint Armstrong authored
      This gitignore ignores anything in the modules directory while explicitly including modules that ship with simplesamlphp. This allows users to create and maintain custom modules while tracking upstream.
      8122ae10
  12. Nov 18, 2015
  13. Nov 16, 2015
  14. Nov 06, 2015
  15. Nov 05, 2015
  16. Nov 03, 2015
  17. Nov 02, 2015
  18. Oct 26, 2015
  19. Oct 23, 2015
  20. Oct 14, 2015
  21. Oct 11, 2015
  22. Oct 09, 2015
    • tvdijen's avatar
      Update Negotiate.php · b1d17c3c
      tvdijen authored
      This commit addresses Issue 268 and makes the negotiate module a bit more configurable, like the ldap-module it's leaning on..
      b1d17c3c
Loading