Skip to content
Snippets Groups Projects
  1. Dec 01, 2016
  2. Nov 30, 2016
  3. Nov 22, 2016
  4. Nov 21, 2016
  5. Nov 15, 2016
  6. Nov 14, 2016
  7. Nov 09, 2016
  8. Nov 07, 2016
  9. Oct 31, 2016
  10. Oct 28, 2016
  11. Oct 27, 2016
  12. Oct 26, 2016
  13. Oct 25, 2016
  14. Oct 24, 2016
  15. Oct 14, 2016
  16. Oct 12, 2016
    • Guy Halse's avatar
      Fix a cosmetic exception when using loginuserpassorg.php · a0806688
      Guy Halse authored
      When using ldap:LDAPMulti, SimpleSAMLphp generates an exception:
      
       SimpleSAML_Error_Exception: Error 8 - Undefined index: rememberMeEnabled
       Backtrace:
       4 /srv/simplesamlphp-1.14.8/www/_include.php:83 (SimpleSAML_error_handler)
       3 /srv/simplesamlphp-1.14.8/modules/core/templates/loginuserpass.php:107 (require)
       2 /srv/simplesamlphp-1.14.8/lib/SimpleSAML/XHTML/Template.php:577 (SimpleSAML_XHTML_Template::show)
       1 /srv/simplesamlphp-1.14.8/modules/core/www/loginuserpassorg.php:95 (require)
       0 /srv/simplesamlphp-1.14.8/www/module.php:137 (N/A)
      
      This is because the loginuserpass.php template (which is used by both
      loginuserpass.php and loginuserpassorg.php) refers to
      $this->data['rememberMeEnabled'], but that variable is only defined when
      you make use of loginuserpass.php.
      
      Since these don't appear to be relevant to loginuserpassorg.php, this
      patch simply sets these to false (the default value), so that they're
      no longer undefined.
      a0806688
    • Hanne Moa's avatar
      Add locales for modules · 2cafd27a
      Hanne Moa authored
      2cafd27a
  17. Oct 04, 2016
  18. Sep 29, 2016
  19. Sep 28, 2016
  20. Sep 27, 2016
  21. Sep 26, 2016
    • Tim van Dijen's avatar
      Fix minor XHTML compliancy issues (#479) · 5ffabc78
      Tim van Dijen authored
      Don't start a <dl> when there's no content for it. Would result in "<dl></dl>".
      
      One error left in: data-clipboard-target="#metadata"
      JavaScript should probably be changed to check for id instead of a proprietary attribute.
      
      Add mandatory cols-attribute for non-CSS compatible browsers.
      
      We're one column short
      5ffabc78
  22. 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
  23. Sep 16, 2016
Loading