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