Skip to content
Snippets Groups Projects
  1. Mar 24, 2020
    • Richard van der Hoff's avatar
      Clean up some LoggingContext stuff (#7120) · 39230d21
      Richard van der Hoff authored
      * Pull Sentinel out of LoggingContext
      
      ... and drop a few unnecessary references to it
      
      * Factor out LoggingContext.current_context
      
      move `current_context` and `set_context` out to top-level functions.
      
      Mostly this means that I can more easily trace what's actually referring to
      LoggingContext, but I think it's generally neater.
      
      * move copy-to-parent into `stop`
      
      this really just makes `start` and `stop` more symetric. It also means that it
      behaves correctly if you manually `set_log_context` rather than using the
      context manager.
      
      * Replace `LoggingContext.alive` with `finished`
      
      Turn `alive` into `finished` and make it a bit better defined.
      Unverified
      39230d21
  2. Feb 18, 2020
  3. Jan 31, 2020
  4. Jan 20, 2020
  5. Jan 06, 2020
  6. Dec 05, 2019
  7. Dec 04, 2019
  8. Nov 27, 2019
  9. Jul 31, 2019
  10. Jul 17, 2019
    • Richard van der Hoff's avatar
      More refactoring in `get_events_as_list` (#5707) · 2091c91f
      Richard van der Hoff authored
      We can now use `_get_events_from_cache_or_db` rather than going right back to
      the database, which means that (a) we can benefit from caching, and (b) it
      opens the way forward to more extensive checks on the original event.
      
      We now always require the original event to exist before we will serve up a
      redaction.
      Unverified
      2091c91f
  11. Jul 12, 2019
  12. Jul 03, 2019
  13. Jul 02, 2019
  14. Jun 29, 2019
  15. Jun 24, 2019
  16. Jun 20, 2019
  17. Jun 13, 2019
  18. Jun 11, 2019
  19. May 13, 2019
  20. May 10, 2019
  21. May 07, 2019
  22. Apr 04, 2019
  23. Mar 21, 2019
  24. Mar 18, 2019
  25. Mar 04, 2019
  26. Jan 29, 2019
  27. Jan 24, 2019
  28. 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.
      Unverified
      d2f7c4e6
  29. Dec 04, 2018
  30. Nov 27, 2018
  31. Nov 06, 2018
  32. Nov 05, 2018
  33. Oct 30, 2018
  34. Oct 01, 2018
  35. Sep 27, 2018
  36. Sep 20, 2018
Loading