Skip to content
Snippets Groups Projects
  1. Sep 27, 2016
  2. 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
  3. Sep 21, 2016
    • Thijs Kinkhorst's avatar
      Avoid travis segfaulting phpunit withn PHP 5.3 (#477) · dbdddf39
      Thijs Kinkhorst authored
      The segfault happens in the coverage report. Since we send coverage
      info only with PHP 5.6, avoid running it entirely, saves buildtime aswell.
      dbdddf39
    • 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
  4. Sep 16, 2016
  5. Sep 15, 2016
  6. Sep 14, 2016
  7. Sep 07, 2016
  8. Sep 06, 2016
  9. Sep 05, 2016
  10. Aug 31, 2016
  11. Aug 30, 2016
  12. Aug 25, 2016
  13. Aug 23, 2016
  14. Aug 22, 2016
    • Jaime Pérez's avatar
      bugfix: Do not try to apply SSP's base URL if REQUEST_URI does not match. · 2ad48527
      Jaime Pérez authored
      It is possible that the current script ($_SERVER['SCRIPT_FILENAME']) is inside SimpleSAMLphp's 'www' directory. However, even if that's the case, we should not enforce our base URL (as set in the 'baseurlpath' configuration option) if the request URI ($_SERVER['REQUEST_URI']) does not contain the relative path to the script. This is the case of AuthMemCookie, for example, where accessing a random URL protected by Apache, leads to the execution of a SimpleSAMLphp script, where SimpleSAML\Utils\HTTP::getSelfURL() must not try to be smart when guessing the current URL.
      2ad48527
Loading