1. 26 May, 2021 1 commit
    • Stan Hu's avatar
      Handle invalid project ID in reply-by-email · da6bd2eb
      Stan Hu authored
      When an invalid project ID were supplied, the reply processor would
      quietly fail with an error:
      
      ```
      undefined method `full_path_slug' for nil:NilClass
      ```
      
      This commit checks for a nil Project and ensures the proper exception is
      thrown.
      
      Changelog: fixed
      da6bd2eb
  2. 24 May, 2021 39 commits