Skip to content
Snippets Groups Projects
  1. May 13, 2016
  2. Feb 19, 2016
  3. Jan 28, 2016
  4. Jan 25, 2016
  5. Jan 22, 2016
  6. 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
  7. Jan 07, 2016
  8. Jan 05, 2016
  9. 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
  10. Oct 20, 2015
  11. Oct 13, 2015
  12. Oct 12, 2015
  13. Sep 01, 2015
  14. 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
  15. Aug 25, 2015
  16. Aug 20, 2015
  17. Feb 11, 2015
  18. Feb 09, 2015
  19. Jan 29, 2015
  20. Jan 28, 2015
  21. Jan 27, 2015
  22. Sep 12, 2014
  23. Sep 02, 2014
Loading