Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
    • Yorick Peterse's avatar
      Use spec_helper for S/MIME settings specs · 90a8a44f
      Yorick Peterse authored
      The constant tested is defined in an initializer, and these are not
      loaded when using fast_spec_helper. When running just this test file, or
      when running this test first this can lead to test failures. To fix this
      we just use spec_helper instead of fast_spec_helper.
      Unverified
      90a8a44f
  2. Aug 20, 2019
    • Diego Louzán's avatar
      feat: SMIME signed notification emails · 0dcb9d21
      Diego Louzán authored
      - Add mail interceptor the signs outgoing email with SMIME
      - Add lib and helpers to work with SMIME data
      - New configuration params for setting up SMIME key and cert files
      0dcb9d21
  3. Apr 15, 2019
  4. Apr 05, 2019
  5. Feb 14, 2019
  6. Nov 28, 2018
  7. Nov 23, 2018
  8. Nov 22, 2018
  9. Sep 13, 2018
  10. Jul 24, 2018
  11. Aug 10, 2017
  12. Jul 11, 2017
  13. Mar 16, 2017
  14. Mar 15, 2017
  15. Feb 20, 2017
  16. Nov 16, 2016
  17. Oct 26, 2016
  18. Aug 04, 2016
  19. Jun 03, 2016
  20. May 08, 2016
    • Connor Shea's avatar
      Enable the Rubocop DeprecatedClassMethods cop · 9cc0937b
      Connor Shea authored
      This reports uses of `File.exists?` and `Dir.exists?`, which were both
      deprecated in Ruby and will eventually be removed in favor of
      `.exist?`. Also fixes all existing uses of the deprecated methods.
      9cc0937b
  21. Feb 27, 2016
Loading