| Commit message (Expand) | Author | Age | Files | Lines |
* | Generalise _maybe_store_room_on_invite (#8754) | Andrew Morgan | 2020-11-13 | 1 | -0/+1 |
* | 1.23.0rc1 | Erik Johnston | 2020-11-13 | 69 | -69/+0 |
* | Migrate documentation `docs/admin_api/event_reports` to markdown (#8742) | Dirk Klimpel | 2020-11-13 | 1 | -0/+1 |
* | SAML: add <mdui:UIInfo> element examples (#8718) | Marcus Schopen | 2020-11-13 | 1 | -0/+1 |
* | Updating README.rst (#8746) | chagai95 | 2020-11-13 | 1 | -0/+1 |
* | Add metrics for tracking 3PID /requestToken requests. (#8712) | Erik Johnston | 2020-11-13 | 1 | -0/+1 |
* | Fix port script so that it can be run again after failure. (#8755) | Erik Johnston | 2020-11-13 | 1 | -0/+1 |
* | Cache event ID to auth event IDs lookups (#8752) | Erik Johnston | 2020-11-13 | 1 | -0/+1 |
* | Enable reconnection in DB pool (#8726) | Erik Johnston | 2020-11-12 | 1 | -0/+1 |
* | Fix port script fails when DB has no backfilled events. (#8729) | Erik Johnston | 2020-11-11 | 1 | -0/+1 |
* | Fix port script to handle foreign key constraints (#8730) | Erik Johnston | 2020-11-11 | 1 | -0/+1 |
* | Check support room has only two users before sending a notice (#8728) | Will Hunt | 2020-11-11 | 1 | -0/+1 |
* | Better error message when a remote resource uses invalid Content-Type (#8719) | Andrew Morgan | 2020-11-11 | 1 | -0/+1 |
* | Catch exceptions in password_providers (#8636) | Nicolai Søborg | 2020-11-11 | 1 | -0/+1 |
* | Notes on SSO logins and media_repository worker (#8701) | Marcus Schopen | 2020-11-06 | 1 | -0/+1 |
* | Add documentation about documentation to CONTRIBUTING.md (#8714) | Andrew Morgan | 2020-11-06 | 1 | -0/+1 |
* | Fix SIGHUP handler (#8697) | Richard van der Hoff | 2020-11-06 | 1 | -0/+1 |
* | Add an admin API for users' media statistics (#8700) | Dirk Klimpel | 2020-11-05 | 1 | -0/+1 |
* | Add `displayname` to Shared-Secret Registration for admins (#8722) | Dirk Klimpel | 2020-11-05 | 1 | -0/+1 |
* | Consolidate purge table lists to prevent desyncronisation (#8713) | Andrew Morgan | 2020-11-04 | 1 | -0/+1 |
* | Remove the "draft" status of the Room Details Admin API (#8702) | Dirk Klimpel | 2020-11-03 | 1 | -0/+1 |
* | Block clients from sending server ACLs that lock the local server out. (#8708) | Erik Johnston | 2020-11-03 | 1 | -0/+1 |
* | Document how to set up multiple event persisters (#8706) | Erik Johnston | 2020-11-03 | 1 | -0/+1 |
* | Improve error messages of non-str displayname/avatar_url (#8705) | Andrew Morgan | 2020-11-02 | 1 | -0/+1 |
* | Add base pushrule to notify for jitsi conferences (#8286) | David Baker | 2020-11-02 | 1 | -0/+1 |
* | Use Python 3.8 in Docker images by default (#8698) | Dan Callahan | 2020-11-02 | 1 | -0/+1 |
* | Improve start time by adding index to e2e_cross_signing_keys (#8694) | Erik Johnston | 2020-11-02 | 1 | -0/+1 |
* | Fix error handling around when completing an AS transaction (#8693) | Brendan Abolivier | 2020-10-30 | 1 | -0/+1 |
* | Merge branch 'master' into develop | Erik Johnston | 2020-10-30 | 2 | -2/+0 |
|\ |
|
| * | 1.22.1 | Erik Johnston | 2020-10-30 | 2 | -2/+0 |
| * | Merge pull request #8678 from matrix-org/rav/fix_frozen_events | Richard van der Hoff | 2020-10-30 | 1 | -0/+1 |
| * | Tie together matches_user_in_member_list and get_users_in_room caches (#8676) | Will Hunt | 2020-10-30 | 1 | -0/+1 |
* | | Improve the sample config for SSO (OIDC, SAML, and CAS). (#8635) | Patrick Cloke | 2020-10-30 | 1 | -0/+1 |
* | | Implement and use an @lru_cache decorator (#8595) | Richard van der Hoff | 2020-10-30 | 1 | -0/+1 |
* | | Fail test cases if they fail to await all awaitables (#8690) | Patrick Cloke | 2020-10-30 | 1 | -0/+1 |
* | | Fix race for concurrent downloads of remote media. (#8682) | Erik Johnston | 2020-10-30 | 1 | -0/+1 |
* | | Fix optional parameter in stripped state storage method (#8688) | Andrew Morgan | 2020-10-30 | 1 | -0/+1 |
* | | Fix unit tests (#8689) | Erik Johnston | 2020-10-29 | 1 | -0/+1 |
* | | Tie together matches_user_in_member_list and get_users_in_room caches (#8676) | Will Hunt | 2020-10-29 | 1 | -0/+1 |
* | | Gracefully handle a pending logging connection during shutdown. (#8685) | Patrick Cloke | 2020-10-29 | 3 | -1/+2 |
* | | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 1 | -0/+1 |
* | | Fix cache call signature to accept `on_invalidate`. (#8684) | Erik Johnston | 2020-10-29 | 1 | -0/+1 |
* | | Use `%r` rather than `%s` for stringifying events (#8679) | Richard van der Hoff | 2020-10-29 | 1 | -0/+1 |
* | | Optimise createRoom with multiple invites (#8559) | Richard van der Hoff | 2020-10-29 | 1 | -0/+1 |
* | | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 1 | -0/+1 |
* | | Don't require hiredis to run unit tests (#8680) | Erik Johnston | 2020-10-29 | 1 | -0/+1 |
* | | Merge pull request #8678 from matrix-org/rav/fix_frozen_events | Richard van der Hoff | 2020-10-28 | 1 | -0/+1 |
|\ \ |
|
| * | | Remove frozendict_json_encoder and support frozendicts everywhere | Richard van der Hoff | 2020-10-28 | 1 | -0/+1 |
| |/ |
|
* | | Add type hints to application services. (#8655) | Patrick Cloke | 2020-10-28 | 1 | -0/+1 |
* | | Add an admin APIs to allow server admins to list users' pushers (#8610) | Dirk Klimpel | 2020-10-28 | 1 | -0/+1 |
* | | Run mypy as part of the lint.sh script. (#8633) | kleph | 2020-10-28 | 1 | -0/+1 |
* | | Don't pull event from DB when handling replication traffic. (#8669) | Erik Johnston | 2020-10-28 | 1 | -0/+1 |
* | | Tell Black to format code for Python 3.5 (#8664) | Dan Callahan | 2020-10-27 | 1 | -0/+1 |
* | | Minor updates to docs on how to run tests (#8666) | Dan Callahan | 2020-10-27 | 1 | -0/+1 |
* | | Note support for Python 3.9 (#8665) | Dan Callahan | 2020-10-27 | 1 | -0/+1 |
* | | Cross-link documentation to the prometheus recording rules. (#8667) | Michael Kaye | 2020-10-27 | 1 | -0/+1 |
* | | Abstract code for stripping room state into a separate method (#8671) | Andrew Morgan | 2020-10-27 | 1 | -0/+1 |
* | | Don't unnecessarily start bg process in replication sending loop. (#8670) | Erik Johnston | 2020-10-27 | 1 | -0/+1 |
* | | Don't unnecessarily start bg process while handling typing. (#8668) | Erik Johnston | 2020-10-27 | 1 | -0/+1 |
* | | Add admin API to list users' local media (#8647) | Dirk Klimpel | 2020-10-27 | 1 | -0/+1 |
* | | e2e: ensure we have both master and self-signing key (#8455) | Jonas Jelten | 2020-10-26 | 1 | -0/+1 |
* | | Add type hints for account validity handler (#8620) | Patrick Cloke | 2020-10-26 | 1 | -0/+1 |
* | | Split admin API for reported events into a detail and a list view (#8539) | Dirk Klimpel | 2020-10-26 | 1 | -0/+1 |
* | | Added basic instructions for Azure AD to OpenId documentation (#8582) | Peter Krantz | 2020-10-26 | 1 | -0/+1 |
* | | Add an admin api to delete local media. (#8519) | Dirk Klimpel | 2020-10-26 | 1 | -0/+1 |
* | | Fix filepath of Dex example config (#8657) | Andrew Morgan | 2020-10-26 | 1 | -0/+1 |
* | | Fix a bug in the joined_rooms admin API (#8643) | Dirk Klimpel | 2020-10-26 | 1 | -0/+1 |
* | | Merge tag 'v1.22.0rc2' into develop | Erik Johnston | 2020-10-26 | 3 | -3/+0 |
|\| |
|
| * | 1.22.0rc2 | Erik Johnston | 2020-10-26 | 3 | -3/+0 |
* | | Merge branch 'release-v1.22.0' into develop | Erik Johnston | 2020-10-26 | 2 | -0/+2 |
|\| |
|
| * | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 2020-10-26 | 1 | -0/+1 |
| * | Properly handle presence events for application services. (#8656) | Patrick Cloke | 2020-10-26 | 1 | -0/+1 |
| * | Fix user_daily_visits to not have duplicate rows for UA. (#8654) | Erik Johnston | 2020-10-26 | 1 | -0/+1 |
* | | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 2020-10-26 | 1 | -0/+1 |
* | | Correct the package name in OpenID Connect install instructions (#8634) | Andrew Morgan | 2020-10-26 | 1 | -0/+1 |
|\ \ |
|
| * | | Changelog | Andrew Morgan | 2020-10-22 | 1 | -0/+1 |
* | | | Add field `total` to device list in admin API (#8644) | Dirk Klimpel | 2020-10-26 | 1 | -0/+1 |
* | | | Check status codes that profile handler returns (#8580) | LEdoian | 2020-10-26 | 1 | -0/+1 |
* | | | Start fewer opentracing spans (#8640) | Erik Johnston | 2020-10-26 | 1 | -0/+1 |
* | | | Fix typos and spelling errors. (#8639) | Patrick Cloke | 2020-10-23 | 1 | -0/+1 |
* | | | Fix handling of User-Agent headers with bad utf-8. (#8632) | Erik Johnston | 2020-10-23 | 1 | -0/+1 |
* | | | Fix email notifications for invites without local state. (#8627) | Erik Johnston | 2020-10-23 | 1 | -0/+1 |
|/ / |
|
* | | Merge tag 'v1.22.0rc1' into develop | Erik Johnston | 2020-10-22 | 87 | -87/+0 |
|\| |
|
| * | 1.22.0rc1 | Erik Johnston | 2020-10-22 | 87 | -87/+0 |
* | | Remove unused OPTIONS handlers. (#8621) | Patrick Cloke | 2020-10-22 | 1 | -0/+1 |
* | | Don't 500 for invalid group IDs (#8628) | Erik Johnston | 2020-10-22 | 1 | -0/+1 |
* | | Type hints for RegistrationStore (#8615) | Erik Johnston | 2020-10-22 | 1 | -0/+1 |
* | | Don't instansiate Requester directly (#8614) | Erik Johnston | 2020-10-22 | 1 | -0/+1 |
|/ |
|
* | Optimise CacheDescriptor (#8594) github/release-v1.21.3 release-v1.21.3 | Richard van der Hoff | 2020-10-21 | 1 | -0/+1 |
* | optimise DeferredCache.set | Richard van der Hoff | 2020-10-21 | 1 | -0/+1 |
* | Merge pull request #8572 from matrix-org/rav/cache_hacking/2 | Richard van der Hoff | 2020-10-21 | 1 | -0/+1 |
|\ |
|
| * | Push some deferred wrangling down into DeferredCache | Richard van der Hoff | 2020-10-21 | 1 | -0/+1 |
* | | Limit AS transactions to 100 events (#8606) | Will Hunt | 2020-10-21 | 1 | -0/+1 |
* | | Separate the TCP and terse JSON formatting code. (#8587) | Patrick Cloke | 2020-10-21 | 1 | -0/+1 |
* | | Pin mypy-zope for compatibility with mypy. (#8600) | Patrick Cloke | 2020-10-21 | 1 | -0/+1 |
* | | Add type hints to profile and base handlers. (#8609) | Patrick Cloke | 2020-10-21 | 1 | -0/+1 |
|/ |
|
* | Consistently use wrap_as_background_task in more places (#8599) | Patrick Cloke | 2020-10-20 | 1 | -0/+1 |
* | Update mypy to 0.790, and move dependencies to extras (#8583) | Jonathan de Jong | 2020-10-20 | 1 | -0/+1 |
* | Remove some extraneous @unittest.INFOs on unit tests (#8592) | Andrew Morgan | 2020-10-20 | 1 | -0/+1 |
* | Cast errors generated during synapse_port_db to str (#8585) | Andrew Morgan | 2020-10-20 | 1 | -0/+1 |
* | Move schema file for as_device_stream (#8590) | Will Hunt | 2020-10-20 | 1 | -0/+1 |
* | Fix 'LruCache' object has no attribute '_on_resize' (#8591) | Richard van der Hoff | 2020-10-19 | 1 | -0/+1 |
* | Drop unused `device_max_stream_id` table (#8589) | Vasilis Gerakaris | 2020-10-19 | 1 | -0/+1 |
* | Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569) | Jonathan de Jong | 2020-10-19 | 1 | -0/+1 |
* | Expose the experimental appservice login flow to clients. (#8504) | Patrick Cloke | 2020-10-19 | 1 | -0/+1 |
* | Add `DeferredCache.get_immediate` method (#8568) | Richard van der Hoff | 2020-10-19 | 1 | -0/+1 |
* | Include a simple message in email notifications that include encrypted conten... | Patrick Cloke | 2020-10-19 | 1 | -0/+1 |
* | Support running synmark on macOS. (#8578) | Patrick Cloke | 2020-10-19 | 1 | -0/+1 |
* | Start an opentracing span for background processes. (#8567) | Erik Johnston | 2020-10-19 | 1 | -0/+1 |
* | Replace DeferredCache with LruCache where possible (#8563) | Richard van der Hoff | 2020-10-19 | 1 | -0/+1 |
* | Pre-emptively fix synapse.storage.types.Connection for future mypy release (#... | Jonathan de Jong | 2020-10-17 | 1 | -0/+1 |
* | Fix synmark (#8571) | Richard van der Hoff | 2020-10-16 | 1 | -0/+1 |
* | Type annotations for LruCache (#8562) | Richard van der Hoff | 2020-10-16 | 1 | -0/+1 |
|\ |
|
| * | changelog | Richard van der Hoff | 2020-10-16 | 1 | -0/+1 |
* | | Clean-up old transaction IDs on the background worker. (#8544) | Patrick Cloke | 2020-10-16 | 1 | -0/+1 |
* | | Add .venv* to .gitignore (#8566) | Jonathan de Jong | 2020-10-16 | 1 | -0/+1 |
|/ |
|
* | Make LruCache register its own metrics (#8561) | Richard van der Hoff | 2020-10-16 | 1 | -0/+1 |
* | Fix modifying events in `ThirdPartyRules` modules (#8564) | Richard van der Hoff | 2020-10-16 | 1 | -0/+1 |
* | Merge pull request #8535 from matrix-org/rav/third_party_events_updates | Richard van der Hoff | 2020-10-15 | 1 | -0/+1 |
|\ |
|
| * | changelog | Richard van der Hoff | 2020-10-13 | 1 | -0/+1 |
* | | Solidify the HomeServer constructor. (#8515) | Jonathan de Jong | 2020-10-15 | 1 | -0/+1 |
* | | Send some ephemeral events to appservices (#8437) | Will Hunt | 2020-10-15 | 1 | -0/+1 |
* | | Add option to scripts-dev/lint.sh to only lint files changed since the last g... | Andrew Morgan | 2020-10-15 | 1 | -0/+1 |
* | | Merge branch 'master' into develop | Patrick Cloke | 2020-10-15 | 1 | -1/+0 |
|\ \ |
|
| * | | 1.21.2 | Patrick Cloke | 2020-10-15 | 1 | -1/+0 |
| * | | Remove racey assertion in MultiWriterIDGenerator (#8530) | Erik Johnston | 2020-10-15 | 1 | -0/+1 |
* | | | Enable mypy for synapse.util.caches (#8547) | Richard van der Hoff | 2020-10-15 | 1 | -0/+1 |
* | | | Merge pull request #8548 from matrix-org/rav/deferred_cache | Richard van der Hoff | 2020-10-15 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | changelog | Richard van der Hoff | 2020-10-14 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Include user agent in user daily visits table (#8503) | Neil Johnson | 2020-10-15 | 1 | -0/+1 |
* | | | Merge pull request #8537 from matrix-org/rav/simplify_locally_reject_invite | Richard van der Hoff | 2020-10-15 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | changelog | Richard van der Hoff | 2020-10-13 | 1 | -0/+1 |
| |/ / |
|
* | | | Use autocommit mode for single statement DB functions. (#8542) | Erik Johnston | 2020-10-14 | 1 | -0/+1 |
* | | | Remove racey assertion in MultiWriterIDGenerator (#8530) | Erik Johnston | 2020-10-14 | 1 | -0/+1 |
* | | | Add note to manhole.md about bind_address when using with docker (#8526) | Christopher May-Townsend | 2020-10-14 | 1 | -0/+1 |
* | | | Update documentation on retention policies limits (#8529) | Brendan Abolivier | 2020-10-14 | 1 | -0/+1 |
* | | | Add basic tests for sync/pagination with vector clock tokens. (#8488) | Erik Johnston | 2020-10-14 | 1 | -0/+1 |
* | | | Fix not sending events over federation when using sharded event persisters (#... | Erik Johnston | 2020-10-14 | 1 | -0/+1 |
* | | | Make sure a retention policy is a state event (#8527) | Brendan Abolivier | 2020-10-14 | 1 | -0/+1 |
* | | | Add correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517) | Aaron Raimist | 2020-10-14 | 1 | -0/+1 |
|/ / |
|
* | | Move additional tasks to the background worker, part 4 (#8513) | Patrick Cloke | 2020-10-13 | 1 | -0/+1 |
* | | Fix message duplication if something goes wrong after persisting the event (#... | Erik Johnston | 2020-10-13 | 1 | -0/+1 |
* | | Multi arch docker support: add arm/v7 and arm64 to our docker images (#7921) | Christopher May-Townsend | 2020-10-12 | 1 | -0/+1 |
* | | Make event persisters periodically announce position over replication. (#8499) | Erik Johnston | 2020-10-12 | 1 | -0/+1 |
* | | Docker: support passing additional commandline args to synapse (#8390) | Samuel Philipp | 2020-10-11 | 1 | -0/+1 |
* | | Clean-up some broken/unused code in the test framework (#8514) | Patrick Cloke | 2020-10-09 | 1 | -0/+1 |
* | | Fix threadsafety in ThreadedMemoryReactorClock (#8497) | Richard van der Hoff | 2020-10-09 | 1 | -0/+1 |
* | | Increase default max_upload_size from 10M to 50M (#8502) | Mateusz Przybyłowicz | 2020-10-09 | 1 | -0/+1 |
* | | Add type hints to response cache. (#8507) | Patrick Cloke | 2020-10-09 | 1 | -0/+1 |
* | | Allow modules to create and send events into rooms (#8479) | Andrew Morgan | 2020-10-09 | 1 | -0/+1 |
* | | Only send RDATA for instance local events. (#8496) | Erik Johnston | 2020-10-09 | 1 | -0/+1 |
* | | Move additional tasks to the background worker, part 3 (#8489) | Patrick Cloke | 2020-10-09 | 1 | -0/+1 |
* | | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 1 | -0/+1 |
* | | Add type hints to some handlers (#8505) | Patrick Cloke | 2020-10-09 | 1 | -0/+1 |
* | | Invalidate the cache when an olm fallback key is uploaded (#8501) | Hubert Chathi | 2020-10-08 | 1 | -0/+1 |
* | | Merge tag 'v1.21.0rc3' into develop | Erik Johnston | 2020-10-08 | 2 | -2/+0 |
|\| |
|
| * | 1.21.0rc3 | Erik Johnston | 2020-10-08 | 2 | -2/+0 |
* | | Add useful shields to readme (#8493) | Mateusz Przybyłowicz | 2020-10-08 | 1 | -0/+1 |
* | | Clarify error message when plugin config parsers raise an error (#8492) | Richard van der Hoff | 2020-10-08 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/release-v1.21.0' into develop | Erik Johnston | 2020-10-07 | 1 | -0/+1 |
|\| |
|
| * | Reduce serialization errors in MultiWriterIdGen (#8456) | Erik Johnston | 2020-10-07 | 1 | -0/+1 |
| * | Add Ubuntu 20.10 (Groovy Gorilla) to build scripts. (#8475) | Patrick Cloke | 2020-10-07 | 1 | -0/+1 |
| * | 1.21.0rc2 | Richard van der Hoff | 2020-10-02 | 5 | -5/+0 |
| * | Fix bug in remote thumbnail search (#8438) | Richard van der Hoff | 2020-10-02 | 1 | -0/+1 |
| * | Fix DB query on startup for negative streams. (#8447) | Erik Johnston | 2020-10-02 | 1 | -0/+1 |
| * | Convert additional templates to Jinja (#8444) | Patrick Cloke | 2020-10-02 | 1 | -0/+1 |
| * | Fix malformed log line in new federation "catch up" logic (#8442) | Richard van der Hoff | 2020-10-02 | 1 | -0/+1 |
| * | Do not expose the experimental appservice login flow to clients. (#8440) | Patrick Cloke | 2020-10-01 | 1 | -0/+1 |
* | | Move additional tasks to the background worker (#8458) | Patrick Cloke | 2020-10-07 | 1 | -0/+1 |
* | | Include the configured log level in phone home stats. (#8477) | Patrick Cloke | 2020-10-07 | 1 | -0/+1 |
* | | Reduce serialization errors in MultiWriterIdGen (#8456) | Erik Johnston | 2020-10-07 | 1 | -0/+1 |
* | | Use vector clocks for room stream tokens. (#8439) | Erik Johnston | 2020-10-07 | 1 | -0/+1 |
* | | Add typing information to the device handler. (#8407) | Patrick Cloke | 2020-10-07 | 1 | -0/+1 |
* | | Fix returning incorrect prev_batch token in incremental sync (#8486) | Erik Johnston | 2020-10-07 | 1 | -0/+1 |
* | | unblacklist some tests (#8474) | Richard van der Hoff | 2020-10-07 | 1 | -0/+1 |
* | | Add support for MSC2697: Dehydrated devices (#8380) | Hubert Chathi | 2020-10-07 | 1 | -0/+1 |
* | | Merge pull request #8463 from matrix-org/rav/clean_up_event_handling | Richard van der Hoff | 2020-10-07 | 1 | -0/+1 |
|\ \ |
|
| * | | changelog | Richard van der Hoff | 2020-10-05 | 1 | -0/+1 |
* | | | Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464) | Richard van der Hoff | 2020-10-07 | 1 | -0/+1 |
* | | | Remove docs/sphinx and related references (#8480) | Andrew Morgan | 2020-10-07 | 1 | -0/+1 |
* | | | Add support for MSC2732: olm fallback keys (#8312) | Hubert Chathi | 2020-10-06 | 1 | -0/+1 |
* | | | Additional tests for third-party event rules (#8468) | Richard van der Hoff | 2020-10-06 | 1 | -0/+1 |
* | | | Merge pull request #8467 from matrix-org/rav/fix_3pevent_rules | Richard van der Hoff | 2020-10-06 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Fix third-party event modules for `check_visibility_can_be_modified` check | Richard van der Hoff | 2020-10-05 | 1 | -0/+1 |
* | | | | Don't bother responding to client requests that have already disconnected (#8... | Andrew Morgan | 2020-10-06 | 1 | -0/+1 |
* | | | | Update default room version to 6 (#8461) | Richard van der Hoff | 2020-10-05 | 1 | -0/+1 |
|/ / / |
|
* / / | Ensure that event.redacts is the proper type before handling it (#8457) | Patrick Cloke | 2020-10-05 | 1 | -0/+1 |
|/ / |
|
* | | Allow ThirdPartyEventRules modules to manipulate public room state (#8292) | Andrew Morgan | 2020-10-05 | 1 | -0/+1 |
* | | Remove stream ordering from Metadata dict (#8452) | Richard van der Hoff | 2020-10-05 | 1 | -0/+1 |
* | | Update manhole documentation for async/await. (#8462) | Patrick Cloke | 2020-10-05 | 1 | -0/+1 |
* | | Do not assume that account data is of the correct form. (#8454) | Patrick Cloke | 2020-10-05 | 1 | -0/+1 |
* | | Add logging on startup/shutdown (#8448) | Erik Johnston | 2020-10-02 | 1 | -0/+1 |
* | | Speed up unit tests when using PostgreSQL (#8450) | Erik Johnston | 2020-10-02 | 1 | -0/+1 |
* | | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 2020-10-02 | 1 | -0/+1 |
* | | Include a public_baseurl in configs generated by the demo script. (#8443) | Patrick Cloke | 2020-10-02 | 1 | -0/+1 |
* | | Add unit test for event persister sharding (#8433) | Erik Johnston | 2020-10-02 | 1 | -0/+1 |
* | | Add config option for always using "userinfo endpoint" for OIDC (#7658) | BBBSnowball | 2020-10-01 | 1 | -0/+1 |
* | | Merge tag 'v1.21.0rc1' into develop | Richard van der Hoff | 2020-10-01 | 85 | -86/+0 |
|\| |
|
| * | update changelog v1.21.0rc1 | Richard van der Hoff | 2020-10-01 | 1 | -1/+0 |
| * | fix a logging error in thumbnailer (#8435) | Richard van der Hoff | 2020-10-01 | 1 | -0/+1 |
| * | 1.21.0 | Richard van der Hoff | 2020-10-01 | 85 | -86/+0 |
* | | Enable mypy checking for unreachable code and fix instances. (#8432) | Patrick Cloke | 2020-10-01 | 1 | -0/+1 |
|/ |
|
* | Add prometheus metrics to track federation delays (#8430) | Richard van der Hoff | 2020-10-01 | 1 | -0/+1 |
* | Make token serializing/deserializing async (#8427) | Erik Johnston | 2020-09-30 | 1 | -0/+1 |
* | Merge pull request #8425 from matrix-org/rav/extremity_metrics | Richard van der Hoff | 2020-09-30 | 1 | -0/+1 |
|\ |
|
| * | changelog | Richard van der Hoff | 2020-09-30 | 1 | -0/+1 |
* | | Allow additional SSO properties to be passed to the client (#8413) | Patrick Cloke | 2020-09-30 | 1 | -0/+1 |
|/ |
|
* | Drop support for ancient prometheus_client (#8426) | Richard van der Hoff | 2020-09-30 | 1 | -0/+1 |
* | Merge pull request #8420 from matrix-org/rav/state_res_stats | Richard van der Hoff | 2020-09-30 | 1 | -0/+1 |
|\ |
|
| * | changelog | Richard van der Hoff | 2020-09-29 | 1 | -0/+1 |
* | | Various clean ups to room stream tokens. (#8423) | Erik Johnston | 2020-09-29 | 1 | -0/+1 |
* | | Update description of server_name config option (#8415) | Aaron Raimist | 2020-09-29 | 1 | -0/+1 |
|/ |
|
* | Discard an empty upload_name before persisting an uploaded file (#7905) | Will Hunt | 2020-09-29 | 1 | -0/+1 |
* | Don't check whether a 3pid is allowed to register during password reset (#8414) | Andrew Morgan | 2020-09-29 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/info-mainli... | Andrew Morgan | 2020-09-29 | 5 | -0/+5 |
| |\ |
|
| * | | Changelog | Andrew Morgan | 2020-09-28 | 1 | -0/+1 |
* | | | Don't table scan events on worker startup (#8419) | Erik Johnston | 2020-09-29 | 1 | -0/+1 |
* | | | Mypy fixes for `synapse.handlers.federation` (#8422) | Richard van der Hoff | 2020-09-29 | 1 | -0/+1 |
| |/
|/| |
|
* | | Add support for running Complement against the local checkout (#8317) | Andrew Morgan | 2020-09-29 | 1 | -0/+1 |
* | | Filter out appservices from mau count (#8404) | Will Hunt | 2020-09-29 | 1 | -0/+1 |
* | | Only assert valid next_link params when provided (#8417) | Andrew Morgan | 2020-09-29 | 1 | -0/+1 |
* | | Add metrics to track success/otherwise of replication requests (#8406) | Richard van der Hoff | 2020-09-29 | 1 | -0/+1 |
* | | Fix handling of connection timeouts in outgoing http requests (#8400) | Richard van der Hoff | 2020-09-29 | 1 | -0/+1 |
|/ |
|
* | Add checks for postgres sequence consistency (#8402) | Erik Johnston | 2020-09-28 | 1 | -0/+1 |
* | Create a mechanism for marking tests "logcontext clean" (#8399) | Richard van der Hoff | 2020-09-28 | 1 | -0/+1 |
* | Add `ui_auth_sessions_ips` table to `synapse_port_db` ignore list (#8410) | Dagfinn Ilmari Mannsåker | 2020-09-28 | 1 | -0/+1 |
* | A pair of tiny cleanups in the federation request code. (#8401) | Richard van der Hoff | 2020-09-28 | 1 | -0/+1 |
* | Escape the error description on the sso_error template. (#8405) | Patrick Cloke | 2020-09-25 | 1 | -0/+1 |
* | Fix occasional "Re-starting finished log context" from keyring (#8398) | Richard van der Hoff | 2020-09-25 | 1 | -0/+1 |
* | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 2020-09-25 | 1 | -0/+1 |
* | Fix schema delta for servers that have not backfilled (#8396) | Erik Johnston | 2020-09-25 | 1 | -0/+1 |
* | Fix MultiWriteIdGenerator's handling of restarts. (#8374) | Erik Johnston | 2020-09-24 | 1 | -0/+1 |
* | Add type annotations to SimpleHttpClient (#8372) | Richard van der Hoff | 2020-09-24 | 1 | -0/+1 |
* | Add new sequences to port DB script (#8387) | Erik Johnston | 2020-09-24 | 1 | -0/+1 |
* | Add EventStreamPosition type (#8388) | Erik Johnston | 2020-09-24 | 1 | -0/+1 |
* | Mark the shadow_banned column as boolean in synapse_port_db. (#8386) | Patrick Cloke | 2020-09-24 | 1 | -0/+1 |
* | Factor out `_send_dummy_event_for_room` (#8370) | Richard van der Hoff | 2020-09-23 | 1 | -0/+1 |
* | Improve logging of state resolution (#8371) | Richard van der Hoff | 2020-09-23 | 1 | -0/+1 |
* | Fix bug which caused failure on join with malformed membership events (#8385) | Richard van der Hoff | 2020-09-23 | 1 | -0/+1 |
* | Use `async with` for ID gens (#8383) | Erik Johnston | 2020-09-23 | 1 | -0/+1 |
* | Don't push if an user account has expired (#8353) | Mathieu Velten | 2020-09-23 | 1 | -0/+1 |
* | Fix missing null character check on guest_access room state (#8373) | Andrew Morgan | 2020-09-23 | 1 | -0/+1 |
|\ |
|
| * | Changelog | Andrew Morgan | 2020-09-22 | 1 | -0/+1 |
* | | Do not check lint/test dependencies at runtime. (#8377) | Patrick Cloke | 2020-09-23 | 2 | -1/+2 |
* | | Add note to reverse_proxy.md about disabling Apache's mod_security2 (#8375) | Julian Fietkau | 2020-09-23 | 1 | -0/+1 |
|/ |
|
* | Fixed a bug with reactivating users with the admin API (#8362) | Dirk Klimpel | 2020-09-22 | 1 | -0/+1 |
* | Admin API for reported events (#8217) | Dirk Klimpel | 2020-09-22 | 1 | -0/+1 |
* | Create function to check for long names in devices (#8364) | Dionysis Grigoropoulos | 2020-09-22 | 1 | -0/+2 |
* | Fix a bad merge from release-v1.20.0. (#8354) | Patrick Cloke | 2020-09-18 | 1 | -0/+1 |
* | Merge tag 'v1.20.0rc5' into develop | Patrick Cloke | 2020-09-18 | 2 | -2/+0 |
|\ |
|