Skip to content
Snippets Groups Projects
  1. Jan 30, 2022
  2. Jan 28, 2022
  3. Jan 24, 2022
    • Jeremy Lin's avatar
      Increase length limit for email token generation · 7d552dbd
      Jeremy Lin authored
      The current limit of 19 is an artifact of the implementation, which can be
      easily rewritten in terms of a more general string generation function.
      The new limit is 255 (max value of a `u8`); using a larger type would
      probably be overkill.
      7d552dbd
  4. Jan 23, 2022
  5. Jan 22, 2022
  6. Jan 12, 2022
  7. Jan 09, 2022
  8. Jan 07, 2022
  9. Jan 02, 2022
  10. Dec 31, 2021
  11. Dec 30, 2021
  12. Dec 29, 2021
  13. Dec 28, 2021
  14. Dec 27, 2021
  15. Dec 26, 2021
    • BlackDex's avatar
      Support all DB's for Alpine and Debian · 5b430f22
      BlackDex authored
      - Using my own rust-musl build containers we now support all database
      types for both Debian and Alpine.
      - Added new Alpine containers for armv6 and arm64/aarch64
      - The Debian builds can also be done wihout dpkg magic stuff, probably
      some fixes in Rust regarding linking (Or maybe OpenSSL or Diesel), in
      any case, it works now without hacking dpkg and apt.
      - Updated toolchain and crates
      Unverified
      5b430f22
  16. Dec 25, 2021
Loading