Skip to content
Snippets Groups Projects
  1. Apr 09, 2019
  2. Mar 29, 2019
  3. Mar 28, 2019
    • Tanner Prestegard's avatar
      Change mechanism for sending emails · 2906f1d7
      Tanner Prestegard authored
      Instead of looping over EmailMessage.send() calls, we now get the
      email backend and send a list of messages. Note that the backend
      sends the messages individually still but this cuts out some of the
      overhead.
      2906f1d7
  4. Mar 13, 2019
  5. Mar 12, 2019
  6. Mar 06, 2019
  7. Mar 04, 2019
  8. Feb 28, 2019
  9. Feb 08, 2019
  10. Feb 07, 2019
  11. Feb 06, 2019
    • Tanner Prestegard's avatar
      Update throttles and add anonymous throttles · 978b83d2
      Tanner Prestegard authored
      All throttles now use a database-backed cache since that is the
      only way to do centralized throttling (important for production
      deployment with multiple workers). We also add default throttles
      for anonymous users for the entire API.
      978b83d2
  12. Feb 05, 2019
  13. Jan 09, 2019
  14. Dec 17, 2018
  15. Dec 06, 2018
  16. Dec 05, 2018
  17. Dec 03, 2018
Loading