Skip to content
Snippets Groups Projects
  1. Jan 10, 2019
  2. Dec 14, 2018
    • Neil Johnson's avatar
      create support user (#4141) · d2f7c4e6
      Neil Johnson authored
      Allow for the creation of a support user.
      
      A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits.
      d2f7c4e6
  3. Sep 06, 2018
  4. Aug 31, 2018
  5. Aug 24, 2018
  6. Aug 18, 2018
  7. Aug 16, 2018
  8. Aug 15, 2018
  9. Aug 13, 2018
  10. Aug 10, 2018
  11. Aug 04, 2018
  12. Aug 03, 2018
  13. Aug 02, 2018
  14. Aug 01, 2018
  15. Jul 09, 2018
  16. Jun 28, 2018
  17. Dec 06, 2016
  18. Sep 12, 2016
  19. Jul 20, 2016
  20. Jul 13, 2016
  21. May 13, 2016
  22. Feb 19, 2016
  23. 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
  24. Jan 05, 2016
  25. 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
  26. Sep 01, 2015
  27. 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
  28. Aug 25, 2015
  29. Aug 20, 2015
  30. Feb 09, 2015
Loading