Skip to content
Snippets Groups Projects
  1. Dec 03, 2018
  2. Nov 27, 2018
  3. Nov 15, 2018
    • Tanner Prestegard's avatar
      Bugfix to event file list web view · fc2fedba
      Tanner Prestegard authored
      Event file list web view was incorrectly showing the symlinked
      version of a file to external users, even when they didn't have
      permission to view that version of the file.
      fc2fedba
  4. Nov 14, 2018
  5. Nov 12, 2018
  6. Nov 07, 2018
  7. Nov 02, 2018
  8. Oct 29, 2018
  9. Oct 23, 2018
  10. Oct 17, 2018
    • Tanner Prestegard's avatar
      3448475f
    • Tanner Prestegard's avatar
      Make subject of X509Cert longer · f5260528
      Tanner Prestegard authored
      Some X509 certificate subjects which were obtained from the LIGO
      LDAP were being truncated upon insertion into the database since
      they were longer than the upper limit imposed here of 200 characters.
      I asked the LIGO auth team for guidance as to whether there is any
      kind of upper limit imposed at that level, but did not receive any
      feedback.  So I am increasing it to 300 characters here and hoping
      that is enough that we will never have to revisit this issue.  It will
      also be necessary to clean up any certificates in the database which
      are truncated.
      f5260528
    • Tanner Prestegard's avatar
      Don't manage groups in auth middleware for robot users · 24cb05be
      Tanner Prestegard authored
      Robot user group memberships are entirely managed within GraceDB and
      should not be added/removed based on request header content.
      24cb05be
Loading