Skip to content
Snippets Groups Projects
  1. Jun 28, 2018
  2. Mar 23, 2017
  3. Jan 17, 2017
  4. Dec 06, 2016
  5. Sep 12, 2016
  6. Jul 20, 2016
  7. Jul 13, 2016
  8. May 13, 2016
  9. Feb 19, 2016
  10. Jan 28, 2016
  11. Jan 25, 2016
  12. Jan 22, 2016
  13. Jan 11, 2016
    • Daniel Wagner-Hall's avatar
      Introduce a Requester object · 2110e35f
      Daniel Wagner-Hall authored
      This tracks data about the entity which made the request. This is
      instead of passing around a tuple, which requires call-site
      modifications every time a new piece of optional context is passed
      around.
      
      I tried to introduce a User object. I gave up.
      2110e35f
  14. Jan 07, 2016
  15. Jan 05, 2016
  16. Nov 04, 2015
    • Daniel Wagner-Hall's avatar
      Allow guests to register and call /events?room_id= · f522f50a
      Daniel Wagner-Hall authored
      This follows the same flows-based flow as regular registration, but as
      the only implemented flow has no requirements, it auto-succeeds. In the
      future, other flows (e.g. captcha) may be required, so clients should
      treat this like the regular registration flow choices.
      f522f50a
  17. Oct 20, 2015
  18. Oct 13, 2015
  19. Oct 12, 2015
  20. Sep 01, 2015
  21. Aug 26, 2015
    • Daniel Wagner-Hall's avatar
      81450fde
    • Daniel Wagner-Hall's avatar
      Attempt to validate macaroons · 6a4b650d
      Daniel Wagner-Hall authored
      A couple of weird caveats:
       * If we can't validate your macaroon, we fall back to checking that
         your access token is in the DB, and ignoring the failure
       * Even if we can validate your macaroon, we still have to hit the DB to
         get the access token ID, which we pretend is a device ID all over the
         codebase.
      
      This mostly adds the interesting code, and points out the two pieces we
      need to delete (and necessary conditions) in order to fix the above
      caveats.
      6a4b650d
  22. Aug 25, 2015
  23. Aug 20, 2015
  24. Feb 11, 2015
  25. Feb 09, 2015
  26. Jan 29, 2015
  27. Jan 28, 2015
  28. Jan 27, 2015
Loading