Skip to content
Snippets Groups Projects
  1. Dec 03, 2018
  2. 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
  3. Nov 12, 2018
  4. Nov 07, 2018
  5. Nov 02, 2018
  6. Oct 29, 2018
  7. Oct 23, 2018
  8. Oct 17, 2018
    • 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
    • Tanner Prestegard's avatar
      cd9d3745
    • Tanner Prestegard's avatar
      Rename LocalUser model to RobotUser · 548658c4
      Tanner Prestegard authored
      RobotUser should only be used for robot user accounts.  It's a clunky
      way of identifying robot accounts, but it's all we have for now.
      548658c4
    • Tanner Prestegard's avatar
      Update failover to lvalert_send · 03f3a016
      Tanner Prestegard authored
      Failover to lvalert_send now uses new LVALert Python API, rather
      than forking a Process to call the lvalert_send script.
      03f3a016
  9. Oct 12, 2018
  10. Oct 11, 2018
  11. Oct 08, 2018
  12. Oct 05, 2018
    • Tanner Prestegard's avatar
      Fixes and updates to search app · f3618edd
      Tanner Prestegard authored
      * Consolidated *all* of the search stuff into the search app
        (previously the flexigrid stuff was in events/superevents)
      * Completely removed the old events-only search and latest views,
        templates, etc.
      * Removed some old unit tests which tested the events-only search
      f3618edd
    • Tanner Prestegard's avatar
      Restrict access to flexigrid search result view · fda3e0c3
      Tanner Prestegard authored
      Prevent the function for generating search results for the flexigrid
      table from being accessed except by AJAX. This prevents users from
      overriding the expected parameters and generating server errors.
      fda3e0c3
Loading