Skip to content
Snippets Groups Projects
  1. Mar 25, 2021
  2. Mar 22, 2021
  3. Mar 13, 2021
  4. Mar 06, 2021
  5. Feb 24, 2021
  6. Feb 07, 2021
  7. Feb 06, 2021
  8. Jan 31, 2021
    • BlackDex's avatar
      Updated dependencies and small mail fixes · 58606796
      BlackDex authored
      - Updated rust nightly
      - Updated depenencies
      - Removed unicode support for regex (less dependencies)
      - Fixed dependency and nightly changes/deprications
      - Some mail changes for less spam point triggering
      58606796
  9. Dec 15, 2020
  10. Dec 04, 2020
    • BlackDex's avatar
      Updated dependencies and Dockerfiles · d46a6ac6
      BlackDex authored
      - Updated crates
      - Updated rust-toolchain
      - Updated Dockerfile to use latest rust 1.48 version
      - Updated AMD64 Alpine to use same version as rust-toolchain and support
        PostgreSQL.
      - Updated Rocket to the commit right before they updated hyper.
        Until that update there were some crates updated and some small fixes.
        After that build fails and we probably need to make some changes
      (which is probably something already done in the async branch)
      d46a6ac6
  11. Nov 18, 2020
    • BlackDex's avatar
      Updated email processing. · 6faaeaae
      BlackDex authored
      - Added an option to enable smtp debugging via SMTP_DEBUG. This will
        trigger a trace of the smtp commands sent/received to/from the mail
      server. Useful when troubleshooting.
      - Added two options to ignore invalid certificates which either do not
        match at all, or only doesn't match the hostname.
      - Updated lettre to the latest alpha.4 version.
      6faaeaae
  12. Nov 07, 2020
  13. Oct 15, 2020
  14. Oct 03, 2020
  15. Sep 25, 2020
  16. Sep 19, 2020
  17. Sep 11, 2020
    • BlackDex's avatar
      Updated lettre (and other crates) and workflow. · 844cf703
      BlackDex authored
      General:
      - Updated several dependancies
      
      Lettre:
      - Updateded lettere and the workflow
      - Changed encoding to base64
      - Convert unix newlines to dos newlines for e-mails.
      - Created custom e-mail boundary (auto generated could cause errors)
      
      Tested the e-mails sent using several clients (Linux, Windows, MacOS, Web).
      Run msglint (https://tools.ietf.org/tools/msglint/) on the generated e-mails until all errors were gone.
      
      Lettre has changed quite some stuff compared between alpha.1 and alpha.2, i haven't noticed any issues sending e-mails during my tests.
      844cf703
  18. Aug 24, 2020
    • Daniel García's avatar
      Add support for multiple simultaneous database features by using macros. · 0365b7c6
      Daniel García authored
      Diesel requires the following changes:
      - Separate connection and pool types per connection, the generate_connections! macro generates an enum with a variant per db type
      - Separate migrations and schemas, these were always imported as one type depending on db feature, now they are all imported under different module names
      - Separate model objects per connection, the db_object! macro generates one object for each connection with the diesel macros, a generic object, and methods to convert between the connection-specific and the generic ones
      - Separate connection queries, the db_run! macro allows writing only one that gets compiled for all databases or multiple ones
      Unverified
      0365b7c6
  19. Aug 22, 2020
  20. Aug 12, 2020
  21. Jul 23, 2020
  22. Jul 14, 2020
  23. Jul 08, 2020
    • Jeremy Lin's avatar
      Use local time in email notifications for new device logins · a28ebcb4
      Jeremy Lin authored
      In this implementation, the `TZ` environment variable must be set
      in order for the formatted output to use a more user-friendly
      time zone abbreviation (e.g., `UTC`). Otherwise, the output uses
      the time zone's UTC offset (e.g., `+00:00`).
      a28ebcb4
  24. Jul 04, 2020
  25. Jun 22, 2020
  26. Jun 15, 2020
  27. May 31, 2020
  28. May 13, 2020
  29. May 06, 2020
  30. May 03, 2020
  31. Apr 09, 2020
  32. Mar 24, 2020
  33. Mar 16, 2020
  34. Mar 14, 2020
  35. Mar 09, 2020
Loading