Skip to content
Snippets Groups Projects
  1. May 07, 2021
    • Richard van der Hoff's avatar
      Reorganise the database schema directories (#9932) · 25f43faa
      Richard van der Hoff authored
      The hope here is that by moving all the schema files into synapse/storage/schema, it gets a bit easier for newcomers to navigate.
      
      It certainly got easier for me to write a helpful README. There's more to do on that front, but I'll follow up with other PRs for that.
      25f43faa
  2. May 06, 2021
  3. May 05, 2021
  4. May 04, 2021
  5. Apr 30, 2021
  6. Apr 29, 2021
  7. Apr 28, 2021
  8. Apr 27, 2021
  9. Apr 23, 2021
    • Richard van der Hoff's avatar
      Improved validation for received requests (#9817) · 3ff22517
      Richard van der Hoff authored
      * Simplify `start_listening` callpath
      
      * Correctly check the size of uploaded files
      3ff22517
    • Richard van der Hoff's avatar
      Kill off `_PushHTTPChannel`. (#9878) · 84936e22
      Richard van der Hoff authored
      First of all, a fixup to `FakeChannel` which is needed to make it work with the default HTTP channel implementation.
      
      Secondly, it looks like we no longer need `_PushHTTPChannel`, because as of #8013, the producer that gets attached to the `HTTPChannel` is now an `IPushProducer`. This is good, because it means we can remove a whole load of test-specific boilerplate which causes variation between tests and production.
      84936e22
Loading