Skip to content
Snippets Groups Projects
  1. Feb 14, 2017
  2. Feb 02, 2017
    • Erik Johnston's avatar
      Fix email push in pusher worker · 51adaac9
      Erik Johnston authored
      This was broken when device list updates were implemented, as Mailer
      could no longer instantiate an AuthHandler due to a dependency on
      federation sending.
      51adaac9
  3. Jan 31, 2017
  4. Jan 30, 2017
  5. Jan 26, 2017
  6. Jan 25, 2017
  7. Jan 20, 2017
  8. Jan 17, 2017
    • Erik Johnston's avatar
      Optimise state resolution · 5d6bad1b
      Erik Johnston authored
      5d6bad1b
    • Erik Johnston's avatar
      Tidy up test · 9e8e236d
      Erik Johnston authored
      9e8e236d
    • Erik Johnston's avatar
      Speed up cache size calculation · f85b6ca4
      Erik Johnston authored
      Instead of calculating the size of the cache repeatedly, which can take
      a long time now that it can use a callback, instead cache the size and
      update that on insertion and deletion.
      
      This requires changing the cache descriptors to have two caches, one for
      pending deferreds and the other for the actual values. There's no reason
      to evict from the pending deferreds as they won't take up any more
      memory.
      f85b6ca4
  9. Jan 16, 2017
  10. Jan 13, 2017
  11. Jan 09, 2017
  12. Dec 14, 2016
  13. Dec 09, 2016
  14. Dec 06, 2016
  15. Dec 05, 2016
  16. Nov 30, 2016
  17. Nov 29, 2016
    • Richard van der Hoff's avatar
      Stop putting a time caveat on access tokens · 1c4f05db
      Richard van der Hoff authored
      The 'time' caveat on the access tokens was something of a lie, since we weren't
      enforcing it; more pertinently its presence stops us ever adding useful time
      caveats.
      
      Let's move in the right direction by not lying in our caveats.
      1c4f05db
  18. Nov 28, 2016
    • Richard van der Hoff's avatar
      Stop generating refresh tokens · 5c4edc83
      Richard van der Hoff authored
      Since we're not doing refresh tokens any more, we should start killing off the
      dead code paths. /tokenrefresh itself is a bit of a thornier subject, since
      there might be apps out there using it, but we can at least not generate
      refresh tokens on new logins.
      5c4edc83
  19. Nov 23, 2016
  20. Nov 22, 2016
  21. Nov 21, 2016
  22. Nov 14, 2016
  23. Nov 10, 2016
  24. Oct 18, 2016
  25. Oct 14, 2016
  26. Oct 06, 2016
Loading