Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • maunium/synapse
  • leytilera/synapse
2 results
Show changes
Showing
with 0 additions and 20 deletions
Fix a long-standing bug affecting URL previews that would generate a 500 response instead of a 403 if the previewed URL includes a port that isn't allowed by the relevant blacklist.
Remove the `tox` packaging job: it will be redundant once #11537 lands.
Ignore `.envrc` for `direnv` users.
Remove the (broadly unused, dev-only) dockerfile for pg tests.
Refactor relations code to remove an unnecessary class.
Upgrade the version of `mdbook` in CI to 0.4.17.
Allow setting user admin status using the module API. Contributed by Famedly.
Remove redundant `get_success` calls in test code.
Add type annotations for `tests/unittest.py`.
Move single-use methods out of `TestCase`.
Remove broken and unused development scripts.
Default to `private` room visibility rather than `public` when a client does not specify one, according to spec.
\ No newline at end of file
Remove broken and unused development scripts.
\ No newline at end of file
Convert `Linearizer` tests from `inlineCallbacks` to async.
Update docstrings for `ReadWriteLock` tests.
Remove broken and unused development scripts.
\ No newline at end of file
Refactor `Linearizer`, convert methods to async and use an async context manager.
Fix a long-standing bug where `Linearizer`s could get stuck if a cancellation were to happen at the wrong time.
Fix a spec compliance issue where requests to the `/publicRooms` federation API would specify `limit` as a string.
\ No newline at end of file
Make `StreamToken.from_string` and `RoomStreamToken.parse` propagate cancellations instead of replacing them with `SynapseError`s.