Skip to content
Snippets Groups Projects
  1. Dec 04, 2017
  2. Nov 02, 2017
  3. Aug 25, 2017
  4. Jun 27, 2017
  5. May 09, 2017
  6. Mar 23, 2017
  7. Mar 15, 2017
  8. 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
  9. Jan 26, 2017
  10. Jan 25, 2017
  11. 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
  12. Oct 06, 2016
  13. Sep 23, 2016
  14. Sep 12, 2016
  15. Sep 06, 2016
  16. Aug 30, 2016
  17. Aug 26, 2016
  18. Aug 18, 2016
  19. Aug 17, 2016
  20. Aug 08, 2016
  21. Aug 03, 2016
  22. Jul 26, 2016
  23. Jul 21, 2016
  24. Jul 20, 2016
  25. Jul 18, 2016
    • Richard van der Hoff's avatar
      Add device_id support to /login · f863a52c
      Richard van der Hoff authored
      Add a 'devices' table to the storage, as well as a 'device_id' column to
      refresh_tokens.
      
      Allow the client to pass a device_id, and initial_device_display_name, to
      /login. If login is successful, then register the device in the devices table
      if it wasn't known already. If no device_id was supplied, make one up.
      
      Associate the device_id with the access token and refresh token, so that we can
      get at it again later. Ensure that the device_id is copied from the refresh
      token to the access_token when the token is refreshed.
      f863a52c
  26. Jul 13, 2016
  27. Jun 08, 2016
  28. Jun 02, 2016
  29. May 31, 2016
  30. May 23, 2016
Loading