Skip to content
Snippets Groups Projects
  1. May 14, 2019
  2. Apr 23, 2019
  3. Apr 09, 2019
  4. Mar 29, 2019
  5. 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
  6. Mar 13, 2019
  7. Mar 12, 2019
  8. Mar 06, 2019
  9. Mar 04, 2019
  10. Feb 28, 2019
  11. Feb 08, 2019
  12. Feb 07, 2019
  13. 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
  14. Feb 05, 2019
  15. Jan 09, 2019
  16. Dec 17, 2018
  17. Dec 06, 2018
  18. Dec 05, 2018
  19. Dec 03, 2018
Loading