Skip to content
Snippets Groups Projects
  1. Mar 30, 2021
  2. Mar 29, 2021
  3. Mar 26, 2021
  4. Mar 25, 2021
  5. Mar 24, 2021
  6. Mar 22, 2021
  7. Mar 20, 2021
  8. Mar 19, 2021
    • Claire's avatar
      Fix brakeman warning (#15870) · 876840e9
      Claire authored
      As far as I understand, the brakeman warning was a false-positive as
      `content_tag` properly escapes untrusted HTML. Furthermore, the interpolated
      string values are built from the “username” part of accounts, which is
      restricted to a small subset of ASCII that precludes any XML entity or HTML
      code.
      
      This proposed change should be functionally equivalent to the current code,
      however it is slightly more robust, it's more idiomatic, and Brakeman will
      stop complaining about it.
      876840e9
    • Claire's avatar
      Bypass MX validation for explicitly allowed domains (#15930) · 051efed5
      Claire authored
      * Bypass MX validation for explicitly allowed domains
      
      This spares some lookups and prevent issues in some edge cases with
      local domains.
      
      * Add tests
      
      * Fix test
      051efed5
    • Claire's avatar
      Fix push notification title for polls (#15931) · d023eefb
      Claire authored
      d023eefb
    • Claire's avatar
      Fixing the hero widget (#15926) · 5d48402b
      Claire authored
      
      * Removing last-child padding conflicts with light theme in hero widget
      
      * Add missing background color to widget
      
      * Reset widget.scss to default
      
      * Hope this works
      
      Co-authored-by: default avatarkoyu <me@koyu.space>
      5d48402b
Loading