Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Fix schema update | Brendan Abolivier | 2020-06-11 | 1 | -1/+1 | |
| | * | | | | Lint | Brendan Abolivier | 2020-06-11 | 1 | -1/+2 | |
| | * | | | | Save the count of unread messages to event_push_summary | Brendan Abolivier | 2020-06-11 | 3 | -20/+53 | |
| | * | | | | Actually act on mark_unread | Brendan Abolivier | 2020-06-11 | 1 | -3/+7 | |
| | * | | | | Appease mypy | Brendan Abolivier | 2020-06-10 | 1 | -1/+1 | |
| | * | | | | Lint | Brendan Abolivier | 2020-06-10 | 1 | -3/+3 | |
| | * | | | | Use temporary prefixes as per the MSC | Brendan Abolivier | 2020-06-10 | 3 | -3/+5 | |
| | * | | | | Use a more efficient way of calculating counters | Brendan Abolivier | 2020-06-10 | 1 | -23/+20 | |
| | * | | | | Add a new unread_counter to sync responses | Brendan Abolivier | 2020-06-10 | 3 | -3/+28 | |
| | * | | | | Rename dont_push into mark_unread | Brendan Abolivier | 2020-06-10 | 2 | -5/+4 | |
| | * | | | | Merge branch 'develop' into babolivier/mark_unread | Brendan Abolivier | 2020-06-10 | 616 | -26200/+42607 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Add experimental "dont_push" push action to suppress push for notifications | Matthew Hodgson | 2019-09-19 | 1 | -5/+10 | |
| * | | | | | | fix broken link in sample config (#7712) | Richard van der Hoff | 2020-06-16 | 1 | -1/+1 | |
| * | | | | | | Refactor getting replication updates from database. (#7636) | Erik Johnston | 2020-06-16 | 8 | -72/+250 | |
| * | | | | | | Fix "argument of type 'ObservableDeferred' is not iterable" error (#7708) | Patrick Cloke | 2020-06-16 | 2 | -5/+6 | |
| * | | | | | | Include a user agent in federation requests. (#7677) | Patrick Cloke | 2020-06-16 | 3 | -4/+32 | |
| * | | | | | | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 57 | -201/+90 | |
| * | | | | | | Convert the device message and pagination handlers to async/await. (#7678) | Patrick Cloke | 2020-06-16 | 2 | -31/+18 | |
| * | | | | | | Create a ListenerConfig object (#7681) | Richard van der Hoff | 2020-06-16 | 7 | -148/+216 | |
| * | | | | | | Merge branch 'master' into develop | Brendan Abolivier | 2020-06-16 | 3 | -9/+11 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | Ensure the body is a string before comparing push rules. (#7701) | Patrick Cloke | 2020-06-15 | 1 | -2/+2 | |
| * | | | | | | Ensure etag is a string for GET room_keys/version response (#7691) | Hubert Chathi | 2020-06-15 | 1 | -0/+1 | |
| * | | | | | | Update m.id.phone to use 'phone' instead of 'number' (#7687) | Andrew Morgan | 2020-06-15 | 1 | -2/+10 | |
| * | | | | | | Fix "There was no active span when trying to log." error (#7698) | Erik Johnston | 2020-06-15 | 1 | -0/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Discard RDATA from already seen positions. (#7648) | Patrick Cloke | 2020-06-15 | 3 | -6/+33 | |
| * | | | | | Replace iteritems/itervalues/iterkeys with native versions. (#7692) | Patrick Cloke | 2020-06-15 | 46 | -263/+183 | |
| * | | | | | Fix warnings about losing log context during UI auth. (#7688) | Patrick Cloke | 2020-06-12 | 1 | -1/+1 | |
| * | | | | | Fix a typo when comparing the URI & method during UI Auth. (#7689) | Patrick Cloke | 2020-06-12 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | Remove "user_id" from GET /presence. (#7606) | Will Hunt | 2020-06-11 | 1 | -1/+3 | |
| * | | | | Merge branch 'master' into develop | Brendan Abolivier | 2020-06-11 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| * | | | | | Increase the default SAML session expirary time to 15 minutes. (#7664) | Patrick Cloke | 2020-06-11 | 1 | -2/+2 | |
| * | | | | | fix typo in sample_config.yaml (#7652) | wondratsch | 2020-06-11 | 1 | -1/+1 | |
| * | | | | | Take out a lock before modifying _CACHES (#7663) | Richard van der Hoff | 2020-06-10 | 1 | -5/+15 | |
| * | | | | | Add option to enable encryption by default for new rooms (#7639) | Andrew Morgan | 2020-06-10 | 5 | -29/+144 | |
| * | | | | | Clean-up the fallback login code. (#7657) | Patrick Cloke | 2020-06-10 | 3 | -64/+129 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'release-v1.15.1' into matrix-org-hotfixes | Brendan Abolivier | 2020-06-16 | 1 | -1/+1 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | 1.15.1 | Brendan Abolivier | 2020-06-16 | 1 | -1/+1 | |
* | | | | | Merge branch 'release-v1.15.1' into matrix-org-hotfixes | Brendan Abolivier | 2020-06-16 | 2 | -8/+10 | |
|\| | | | | ||||||
| * | | | | Wrap register_device coroutine in an ensureDeferred (#7684) | Andrew Morgan | 2020-06-16 | 1 | -5/+7 | |
| * | | | | Enable 3PID add/bind/unbind endpoints on r0 routes | Brendan Abolivier | 2020-06-15 | 1 | -3/+3 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'release-v1.15.0' into matrix-org-hotfixes | Brendan Abolivier | 2020-06-11 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | 1.15.0 v1.15.0 github/release-v1.15.0 release-v1.15.0 | Brendan Abolivier | 2020-06-11 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge tag 'v1.15.0rc1' of github.com:matrix-org/synapse into matrix-org-hotfixes | Brendan Abolivier | 2020-06-10 | 49 | -850/+1178 | |
|\| | | ||||||
| * | | 1.15.0rc1 v1.15.0rc1 | Brendan Abolivier | 2020-06-09 | 1 | -1/+1 | |
| * | | Revert "1.15.0rc1" | Brendan Abolivier | 2020-06-09 | 1 | -1/+1 | |
| * | | 1.15.0rc1 | Brendan Abolivier | 2020-06-09 | 1 | -1/+1 | |
| * | | Fix bug in account data replication stream. (#7656) | Erik Johnston | 2020-06-09 | 5 | -4/+34 | |
| * | | Convert the registration handler to async/await. (#7649) | Patrick Cloke | 2020-06-08 | 2 | -68/+47 | |
| * | | Accept device information at the login fallback endpoint. (#7629) | Patrick Cloke | 2020-06-08 | 1 | -35/+120 | |
| * | | Convert user directory handler and related classes to async/await. (#7640) | Patrick Cloke | 2020-06-05 | 4 | -107/+73 | |
| * | | Add an option to disable autojoin for guest accounts (#6637) | Travis Ralston | 2020-06-05 | 2 | -1/+15 | |
| * | | Update to the stable SSO prefix for UI Auth. (#7630) | Patrick Cloke | 2020-06-05 | 1 | -1/+1 | |
| * | | Fix type information on `assert_*_is_admin` methods (#7645) | Richard van der Hoff | 2020-06-05 | 2 | -23/+18 | |
| * | | Remove some unused constants. (#7644) | Richard van der Hoff | 2020-06-05 | 1 | -4/+0 | |
| * | | Typo fixes. | Patrick Cloke | 2020-06-05 | 2 | -2/+2 | |
| * | | Allow new users to be registered via the admin API even if the monthly active... | Dirk Klimpel | 2020-06-05 | 2 | -1/+8 | |
| * | | Add device management to admin API (#7481) | Dirk Klimpel | 2020-06-05 | 2 | -0/+169 | |
| * | | Attempt to fix PhoneHomeStatsTestCase.test_performance_100 being flaky. (#7634) | Patrick Cloke | 2020-06-05 | 1 | -19/+23 | |
| * | | Support CS API v0.6.0 (#6585) | Andrew Morgan | 2020-06-05 | 1 | -15/+1 | |
| * | | Add support for webp thumbnailing (#7586) | WGH | 2020-06-05 | 1 | -0/+1 | |
| * | | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 2020-06-05 | 10 | -162/+193 | |
| * | | Fix encryption algorithm typos in tests/comments (#7637) | Andrew Morgan | 2020-06-04 | 1 | -4/+4 | |
| * | | Advertise the token login type when OpenID Connect is enabled. (#7631) | Patrick Cloke | 2020-06-04 | 1 | -8/+3 | |
| * | | Cleanups to the OpenID Connect integration (#7628) | Richard van der Hoff | 2020-06-03 | 4 | -83/+125 | |
| * | | async/await get_user_id_by_threepid (#7620) | Andrew Morgan | 2020-06-03 | 3 | -28/+28 | |
| * | | Check if the localpart is reserved for guests earlier in the registration flo... | Brendan Abolivier | 2020-06-03 | 1 | -9/+9 | |
| * | | Fix exceptions when fetching events from a down host. (#7622) | Erik Johnston | 2020-06-03 | 1 | -1/+1 | |
| * | | Clean up exception handling in SAML2ResponseResource (#7614) | Richard van der Hoff | 2020-06-03 | 4 | -60/+68 | |
| * | | Fix a bug in automatic user creation with m.login.jwt. (#7585) | Olof Johansson | 2020-06-01 | 1 | -7/+8 | |
| * | | Process cross-signing keys when resyncing device lists (#7594) | Brendan Abolivier | 2020-06-01 | 2 | -18/+62 | |
| * | | Email notifications for new users when creating via the Admin API. (#7267) | Dirk Klimpel | 2020-06-01 | 1 | -0/+16 | |
| * | | Improve performance of _get_state_groups_from_groups_txn (#7567) | Dagfinn Ilmari Mannsåker | 2020-06-01 | 1 | -6/+6 | |
| * | | Convert groups local and server to async/await. (#7600) | Patrick Cloke | 2020-06-01 | 2 | -190/+149 | |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Brendan Abolivier | 2020-06-01 | 3 | -32/+37 | |
|\| | | ||||||
| * | | Don't fail all of an iteration of the device list retry loop on error (#7609) | Brendan Abolivier | 2020-06-01 | 1 | -15/+21 | |
| * | | Use upsert when inserting read receipts (#7607) | Dagfinn Ilmari Mannsåker | 2020-06-01 | 1 | -9/+4 | |
| * | | Fix 'FederationGroupsRoomsServlet' API when group has room server is not in. ... | Erik Johnston | 2020-05-29 | 1 | -8/+12 | |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2020-05-29 | 5 | -102/+128 | |
|\| | | ||||||
| * | | Make inflight background metrics more efficient. (#7597) | Erik Johnston | 2020-05-29 | 1 | -34/+70 | |
| * | | Merge branch 'master' into develop | Brendan Abolivier | 2020-05-28 | 1 | -1/+1 | |
| |\ \ | ||||||
| * \ \ | Merge pull request #7584 from matrix-org/erikj/save_and_send_fed_token_in_bg | Erik Johnston | 2020-05-27 | 2 | -7/+36 | |
| |\ \ \ | ||||||
| * | | | | allow emails to be passed through SAML (#7385) | Christopher Cooper | 2020-05-27 | 1 | -2/+10 | |
| * | | | | Merge tag 'v1.14.0rc2' into develop | Brendan Abolivier | 2020-05-27 | 5 | -7/+48 | |
| |\ \ \ \ | ||||||
| * | | | | | Fix incorrect placeholder syntax in database prepartion code (#7575) | Andrew Morgan | 2020-05-27 | 1 | -3/+2 | |
| * | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into develop | Brendan Abolivier | 2020-05-26 | 2 | -63/+46 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Convert identity handler to async/await. (#7561) | Patrick Cloke | 2020-05-26 | 2 | -63/+46 | |
* | | | | | | | Merge branch 'release-v1.14.0' of github.com:matrix-org/synapse into matrix-o... | Brendan Abolivier | 2020-05-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | 1.14.0 | Brendan Abolivier | 2020-05-28 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge commit 'ef3934ec8f123f6f553b07471588fbcc7f444cd8' of github.com:matrix-... | Erik Johnston | 2020-05-27 | 4 | -9/+38 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Ensure we persist and ack the same token | Erik Johnston | 2020-05-27 | 1 | -5/+7 | |
| * | | | | | Remove spurious change | Erik Johnston | 2020-05-27 | 1 | -2/+0 | |
| * | | | | | Speed up processing of federation stream RDATA rows. | Erik Johnston | 2020-05-27 | 3 | -2/+31 | |
| |/ / / / | ||||||
| * | | | | 1.14.0rc2 | Brendan Abolivier | 2020-05-27 | 1 | -1/+1 | |
| * | | | | Fix sample config docs error (#7581) | Jason Robinson | 2020-05-27 | 1 | -1/+1 | |
* | | | | | Merge branch 'release-v1.14.0' of github.com:matrix-org/synapse into matrix-o... | Erik Johnston | 2020-05-27 | 10 | -93/+186 | |
|\| | | | | ||||||
| * | | | | Fix up comments | Erik Johnston | 2020-05-27 | 1 | -2/+2 | |
| * | | | | Fix specifying cache factors via env vars with * in name. (#7580) | Erik Johnston | 2020-05-27 | 1 | -5/+39 | |
| * | | | | Don't apply cache factor to event cache. (#7578) | Erik Johnston | 2020-05-27 | 1 | -0/+4 | |
| * | | | | Ensure ReplicationStreamer is always started when replication enabled. (#7579) | Erik Johnston | 2020-05-27 | 1 | -0/+3 | |
| |/ / / | ||||||
| * | | | Not full release yet, this is rc1 | Brendan Abolivier | 2020-05-26 | 1 | -1/+1 | |
| * | | | 1.14.0 | Brendan Abolivier | 2020-05-26 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Replace device_27_unique_idx bg update with a fg one (#7562) | Richard van der Hoff | 2020-05-26 | 5 | -62/+94 | |
| * | | Fix incorrect exception handling in KeyUploadServlet.on_POST (#7563) | Richard van der Hoff | 2020-05-26 | 1 | -1/+1 | |
| * | | Fix recording of federation stream token (#7564) | Richard van der Hoff | 2020-05-26 | 1 | -24/+44 | |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2020-05-26 | 48 | -425/+1105 | |
|\| | | ||||||
| * | | Simplify reap_monthly_active_users (#7558) | Richard van der Hoff | 2020-05-23 | 1 | -59/+41 | |
| * | | Optimise some references to hs.config (#7546) | Richard van der Hoff | 2020-05-22 | 3 | -19/+32 | |
| * | | Fix missing CORS headers on OPTION responses (#7560) | Erik Johnston | 2020-05-22 | 1 | -1/+1 | |
| * | | Add option to move event persistence off master (#7517) | Erik Johnston | 2020-05-22 | 20 | -73/+378 | |
| * | | Return 200 OK for all OPTIONS requests (#7534) | Patrick Cloke | 2020-05-22 | 3 | -11/+31 | |
| * | | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 18 | -104/+288 | |
| * | | Convert sending mail to async/await. (#7557) | Erik Johnston | 2020-05-22 | 3 | -74/+57 | |
| * | | Use a non-empty RelayState for user interactive auth with SAML. (#7552) | Patrick Cloke | 2020-05-22 | 1 | -1/+4 | |
| * | | On upgrade room only send canonical alias once. (#7547) | Erik Johnston | 2020-05-22 | 1 | -55/+60 | |
| * | | Fix exception reporting due to HTTP request errors. (#7556) | Erik Johnston | 2020-05-22 | 3 | -4/+23 | |
| * | | synapse.metrics: implement detailed memory usage reporting on PyPy (#7536) | Ivan Shapovalov | 2020-05-22 | 1 | -1/+78 | |
| * | | Fix stacktrace mangling in `patch_inline_callbacks` (#7554) | Richard van der Hoff | 2020-05-22 | 1 | -2/+7 | |
| * | | mypy for synapse.http.site (#7553) | Richard van der Hoff | 2020-05-22 | 1 | -3/+6 | |
| * | | Fix some DETECTED VIOLATIONS in the config file (#7550) | Richard van der Hoff | 2020-05-22 | 6 | -29/+36 | |
| * | | Retry to sync out of sync device lists (#7453) | Brendan Abolivier | 2020-05-21 | 2 | -19/+95 | |
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2020-05-21 | 125 | -2522/+4812 | |
|\| | | ||||||
| * | | Stub out GET presence requests in the frontend proxy (#7545) | Richard van der Hoff | 2020-05-21 | 1 | -17/+4 | |
| * | | add a comment | Richard van der Hoff | 2020-05-21 | 1 | -0/+3 | |
| * | | Fix bug in persist events when dealing with non member types. (#7548) | Erik Johnston | 2020-05-21 | 1 | -2/+2 | |
| * | | Hash passwords earlier in the password reset process (#7538) | Patrick Cloke | 2020-05-20 | 4 | -11/+32 | |
| * | | Merge branch 'master' into develop | Patrick Cloke | 2020-05-19 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | 1.13.0 | Patrick Cloke | 2020-05-19 | 1 | -1/+1 | |
| * | | | Omit displayname or avatar_url if they aren't set instead of returning null (... | Aaron Raimist | 2020-05-19 | 1 | -2/+6 | |
| * | | | Merge tag 'v1.13.0rc3' into develop | Patrick Cloke | 2020-05-18 | 4 | -32/+31 | |
| |\| | | ||||||
| | * | | 1.13.0rc3 v1.13.0rc3 | Patrick Cloke | 2020-05-18 | 1 | -1/+1 | |
| * | | | Allow ReplicationRestResource to be added to workers (#7515) | Erik Johnston | 2020-05-18 | 2 | -5/+12 | |
| * | | | Merge pull request #7519 from matrix-org/rav/kill_py2_code | Richard van der Hoff | 2020-05-18 | 14 | -189/+45 | |
| |\ \ \ | ||||||
| | * | | | remove miscellaneous PY2 code | Richard van der Hoff | 2020-05-15 | 6 | -67/+24 | |
| | * | | | remove `builtins.buffer` code from storage code | Richard van der Hoff | 2020-05-15 | 3 | -24/+3 | |
| | * | | | remove redundant `__func__` | Richard van der Hoff | 2020-05-15 | 2 | -13/+4 | |
| | * | | | remove to_ascii | Richard van der Hoff | 2020-05-15 | 3 | -38/+12 | |
| | * | | | Remove `exception_to_unicode` | Richard van der Hoff | 2020-05-15 | 2 | -48/+3 | |
| * | | | | Add type hints to room member handlers (#7513) | Patrick Cloke | 2020-05-15 | 2 | -139/+173 | |
| * | | | | Fix limit logic for AccountDataStream (#7384) | Richard van der Hoff | 2020-05-15 | 2 | -31/+99 | |
| * | | | | Fix a couple of small typos | Andrew Morgan | 2020-05-15 | 2 | -3/+3 | |
| * | | | | Support UI Authentication for OpenID Connect accounts (#7457) | Patrick Cloke | 2020-05-15 | 4 | -36/+94 | |
| * | | | | Add a worker store for search insertion. (#7516) | Erik Johnston | 2020-05-15 | 2 | -47/+51 | |
| * | | | | Prevent 0-member/null room_version rooms from appearing in group room queries... | Andrew Morgan | 2020-05-15 | 1 | -14/+78 | |
| * | | | | Move event stream handling out of slave store. (#7491) | Erik Johnston | 2020-05-15 | 7 | -116/+160 | |
| * | | | | Add type hints to event_auth code. (#7505) | Patrick Cloke | 2020-05-15 | 1 | -32/+46 | |
| * | | | | Fix a small typo in the arguments of simple_update in update_remote_profile_c... | Andrew Morgan | 2020-05-15 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Update the room member handler to use async/await. (#7507) | Patrick Cloke | 2020-05-15 | 2 | -74/+58 | |
| * | | | Implement room version 6 (MSC2240). (#7506) | Patrick Cloke | 2020-05-15 | 1 | -26/+4 | |
| * | | | Ignore incoming presence updates when presence is disabled (#7508) | Andrew Morgan | 2020-05-15 | 1 | -2/+4 | |
| * | | | Strictly enforce canonicaljson requirements in a new room version (#7381) | Patrick Cloke | 2020-05-14 | 5 | -4/+70 | |
| * | | | Enforce MSC2209: auth rules for notifications in power level event (#7502) | Patrick Cloke | 2020-05-14 | 2 | -3/+31 | |
| * | | | Workaround for failure to wrap reason in Failure (#7473) | Andrew Morgan | 2020-05-14 | 1 | -0/+7 | |
| * | | | Fix b'GET' in prometheus metrics (#7503) | Richard van der Hoff | 2020-05-14 | 1 | -2/+4 | |
| * | | | Allow expired accounts to logout (#7443) | Andrew Morgan | 2020-05-14 | 2 | -20/+36 | |
| * | | | Move EventStream handling into default ReplicationDataHandler (#7493) | Erik Johnston | 2020-05-14 | 4 | -36/+39 | |
| * | | | Add `instance_map` config and route replication calls (#7495) | Erik Johnston | 2020-05-14 | 2 | -6/+32 | |
| * | | | Merge tag 'v1.13.0rc2' into develop | Richard van der Hoff | 2020-05-14 | 4 | -22/+21 | |
| |\ \ \ | ||||||
| * | | | | Allow censoring of events to happen on workers. (#7492) | Erik Johnston | 2020-05-13 | 3 | -8/+3 | |
| * | | | | Fix copypasted comment (#7477) | Paul Tötterman | 2020-05-13 | 1 | -1/+1 | |
| * | | | | Spelling | Erik Johnston | 2020-05-13 | 2 | -2/+2 | |
| * | | | | Shuffle persist event data store functions. (#7440) | Erik Johnston | 2020-05-13 | 17 | -1234/+1373 | |
| * | | | | Have all instances correctly respond to REPLICATE command. (#7475) | Erik Johnston | 2020-05-13 | 3 | -48/+50 | |
| * | | | | Fix Redis reconnection logic (#7482) | Erik Johnston | 2020-05-13 | 2 | -2/+14 | |
| * | | | | Fix new flake8 errors (#7470) | Erik Johnston | 2020-05-12 | 5 | -11/+17 | |
| * | | | | Convert federation handler to async/await. (#7459) | Patrick Cloke | 2020-05-11 | 2 | -21/+16 | |
| * | | | | Convert search code to async/await. (#7460) | Patrick Cloke | 2020-05-11 | 1 | -24/+20 | |
| * | | | | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 21 | -124/+402 | |
| * | | | | Remove unused store method get_hosts_in_room (#7448) | Andrew Morgan | 2020-05-11 | 1 | -10/+0 | |
| * | | | | Merge branch 'release-v1.13.0' into develop | Andrew Morgan | 2020-05-11 | 7 | -20/+65 | |
| |\ \ \ \ | ||||||
| * | | | | | Extend spam checker to allow for multiple modules (#7435) | Andrew Morgan | 2020-05-08 | 2 | -47/+69 | |
| * | | | | | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 15 | -12/+1323 | |
| * | | | | | Add room details admin endpoint (#7317) | Manuel Stahl | 2020-05-07 | 3 | -1/+58 | |
| * | | | | | Merge branch 'release-v1.13.0' into develop | Brendan Abolivier | 2020-05-07 | 5 | -18/+49 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Fixes typo (bellow -> below) (#7449) | Patrick Cloke | 2020-05-07 | 2 | -2/+2 | |
| * | | | | | | Add more type hints to SAML handler. (#7445) | Patrick Cloke | 2020-05-07 | 1 | -12/+16 | |
| * | | | | | | Support any process writing to cache invalidation stream. (#7436) | Erik Johnston | 2020-05-07 | 23 | -225/+223 | |
| * | | | | | | Merge branch 'release-v1.13.0' into develop | Richard van der Hoff | 2020-05-06 | 7 | -117/+208 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge pull request #7428 from matrix-org/rav/cross_signing_keys_cache | Richard van der Hoff | 2020-05-06 | 1 | -77/+21 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'release-v1.13.0' into develop | Richard van der Hoff | 2020-05-06 | 3 | -3/+47 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'develop' into rav/upsert_for_device_list | Richard van der Hoff | 2020-05-06 | 46 | -651/+794 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix typing annotations in synapse/federation (#7382) | Richard van der Hoff | 2020-05-05 | 1 | -15/+31 | |
| | * | | | | | | | | | Fix catchup-on-reconnect for the Federation Stream (#7374) | Richard van der Hoff | 2020-05-05 | 7 | -36/+63 | |
| | * | | | | | | | | | Add MultiWriterIdGenerator. (#7281) | Erik Johnston | 2020-05-04 | 1 | -2/+167 | |
| | * | | | | | | | | | Merge branch 'release-v1.13.0' into develop | Brendan Abolivier | 2020-05-04 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Convert the room handler to async/await. (#7396) | Patrick Cloke | 2020-05-04 | 1 | -24/+18 | |
* | | | | | | | | | | | | Merge branch 'rav/matrix_hacks' into matrix-org-hotfixes | Richard van der Hoff | 2020-05-20 | 3 | -19/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | inline some config references | Richard van der Hoff | 2020-05-20 | 3 | -19/+23 | |
* | | | | | | | | | | | | | Merge branch 'rav/matrix_hacks' into matrix-org-hotfixes | Richard van der Hoff | 2020-05-20 | 1 | -2/+2 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix field name in stubbed out presence servlet | Richard van der Hoff | 2020-05-20 | 1 | -2/+2 | |
* | | | | | | | | | | | | | Merge branch 'rav/matrix_hacks' into matrix-org-hotfixes | Richard van der Hoff | 2020-05-20 | 1 | -16/+3 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | stub out GET presence requests | Richard van der Hoff | 2020-05-20 | 1 | -16/+3 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'release-v1.13.0' of github.com:matrix-org/synapse into matrix-o... | Patrick Cloke | 2020-05-18 | 4 | -32/+31 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Hash passwords earlier in the registration process (#7523) | Patrick Cloke | 2020-05-18 | 3 | -31/+30 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | 1.13.0rc2 | Richard van der Hoff | 2020-05-14 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'release-v1.13.0' into matrix-org-hotfixes | Richard van der Hoff | 2020-05-14 | 9 | -33/+38 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | Stop `get_joined_users` corruption from custom statuses (#7376) | Richard van der Hoff | 2020-05-14 | 1 | -1/+2 | |
| * | | | | | | | | | | Do not validate that the client dict is stable during UI Auth. (#7483) | Patrick Cloke | 2020-05-13 | 2 | -20/+18 | |
| * | | | | | | | | | | Fix new flake8 errors (#7489) | Patrick Cloke | 2020-05-13 | 5 | -11/+17 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | 1.13.0rc1 | Andrew Morgan | 2020-05-11 | 1 | -1/+1 | |
* | | | | | | | | | | Merge remote-tracking branch 'origin/release-v1.13.0' into matrix-org-hotfixes | Richard van der Hoff | 2020-05-11 | 6 | -19/+64 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | Rework UI Auth session validation for registration (#7455) | Patrick Cloke | 2020-05-08 | 3 | -14/+62 | |
| * | | | | | | | | | Fix errors from malformed log line (#7454) | Richard van der Hoff | 2020-05-07 | 1 | -1/+1 | |
| * | | | | | | | | | Drop support for redis.dbid (#7450) | Richard van der Hoff | 2020-05-07 | 2 | -4/+1 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Revert emergency registration patches | Richard van der Hoff | 2020-05-11 | 1 | -0/+12 | |
* | | | | | | | | | Revert emergency registration patches | Richard van der Hoff | 2020-05-11 | 2 | -24/+1 | |
* | | | | | | | | | Merge remote-tracking branch 'origin/clokep/no-validate-ui-auth-sess' into ma... | Richard van der Hoff | 2020-05-07 | 2 | -1/+24 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Propagate changes to the client dict to the database. | Patrick Cloke | 2020-05-07 | 2 | -1/+24 | |
* | | | | | | | | | | Merge commit '4d3ebc' into matrix-org-hotfixes | Richard van der Hoff | 2020-05-07 | 1 | -12/+0 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | Disable validation that a UI authentication session has not been modified dur... | Patrick Cloke | 2020-05-07 | 1 | -12/+0 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'release-v1.13.0' into matrix-org-hotfixes | Richard van der Hoff | 2020-05-07 | 7 | -91/+163 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Add a configuration setting for the dummy event threshold (#7422) | Brendan Abolivier | 2020-05-07 | 2 | -1/+18 | |
| * | | | | | | | | Improve per-block CPU and DB usage metrics (#7426) | Patrick Cloke | 2020-05-06 | 1 | -12/+26 | |
| * | | | | | | | | Port group attestation renewal slow down from matrix-org-hotfixes (#7442) | Andrew Morgan | 2020-05-06 | 1 | -4/+2 | |
| * | | | | | | | | Make redis go faster with hiredis (#7439) | Richard van der Hoff | 2020-05-06 | 1 | -1/+3 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Stop Auth methods from polling the config on every req. (#7420) | Andrew Morgan | 2020-05-06 | 2 | -73/+114 | |
| * | | | | | | | Merge pull request #7423 from matrix-org/erikj/faster_device_lists_fetch | Erik Johnston | 2020-05-06 | 3 | -10/+25 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'release-v1.13.0' into erikj/faster_device_lists_fetch | Richard van der Hoff | 2020-05-05 | 42 | -577/+562 | |
| | |\ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ | Merge branch 'release-v1.13.0' into rav/fix_dropped_messages | Richard van der Hoff | 2020-05-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'release-v1.13.0' into rav/fix_dropped_messages | Richard van der Hoff | 2020-05-05 | 42 | -576/+562 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
* | | | | | | | | | | fix bad merge | Richard van der Hoff | 2020-05-06 | 1 | -19/+3 | |
* | | | | | | | | | | Merge branch 'rav/cross_signing_keys_cache' into matrix-org-hotfixes | Richard van der Hoff | 2020-05-06 | 1 | -77/+21 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Make get_e2e_cross_signing_key delegate to get_e2e_cross_signing_keys_bulk | Richard van der Hoff | 2020-05-06 | 1 | -54/+6 | |
| * | | | | | | | | | Fix batching for fetching cross-signing keys | Richard van der Hoff | 2020-05-06 | 1 | -23/+15 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'release-v1.13.0' into matrix-org-hotfixes | Richard van der Hoff | 2020-05-06 | 41 | -575/+574 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Move logs about discarded RDATA to debug (#7421) | Brendan Abolivier | 2020-05-05 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Add backwards compatibility codepath to LoggingContext. (#7408) | Patrick Cloke | 2020-05-05 | 1 | -0/+41 | |
| * | | | | | | | Fix bug in EventContext.deserialize. (#7393) | Erik Johnston | 2020-05-05 | 1 | -2/+5 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Fix redis password support. (#7401) | Erik Johnston | 2020-05-04 | 1 | -0/+3 | |
| | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Convert synapse.server_notices to async/await. (#7394) | Patrick Cloke | 2020-05-01 | 1 | -10/+6 | |
| * | | | | | Convert the synapse.notifier module to async/await. (#7395) | Patrick Cloke | 2020-05-01 | 1 | -10/+7 | |
| * | | | | | Wait for current_state_events_membership before populate_stats_process_rooms ... | Richard van der Hoff | 2020-05-01 | 1 | -1/+5 | |
| * | | | | | Thread through instance name to replication client. (#7369) | Erik Johnston | 2020-05-01 | 8 | -35/+94 | |
| * | | | | | Use `stream.current_token()` and remove `stream_positions()` (#7172) | Erik Johnston | 2020-05-01 | 14 | -120/+3 | |
| * | | | | | async/await is_server_admin (#7363) | Andrew Morgan | 2020-05-01 | 17 | -376/+328 | |
| * | | | | | Further improvements to requesting the public rooms list on a homeserver whic... | Andrew Morgan | 2020-05-01 | 2 | -23/+70 | |
* | | | | | | Merge rav/upsert_for_device_list into matrix-org-hotfixes | Richard van der Hoff | 2020-05-06 | 3 | -48/+114 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | use an upsert to update device_lists_outbound_last_success | Richard van der Hoff | 2020-05-06 | 3 | -18/+71 | |
| * | | | | | Better type annotations for simple_upsert_txn | Richard van der Hoff | 2020-05-06 | 1 | -30/+43 | |
| |/ / / / | ||||||
* | | | | | Merge rav/fix_dropped_messages into matrix-org-hotfixes | Richard van der Hoff | 2020-05-05 | 2 | -38/+72 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Wait for a POSITION on the right connection before accepting RDATA | Richard van der Hoff | 2020-05-05 | 2 | -19/+38 | |
| * | | | | Wait to subscribe before sending REPLICATE | Richard van der Hoff | 2020-05-05 | 2 | -20/+35 | |
| |/ / / | ||||||
* | | | | Merge erikj/faster_device_lists_fetch into matrix-org-hotfixes | Richard van der Hoff | 2020-05-05 | 3 | -10/+25 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Speed up fetching device lists changes in sync. | Erik Johnston | 2020-05-05 | 3 | -10/+25 | |
| |/ / | ||||||
* | | | Fix redis password support | Erik Johnston | 2020-05-04 | 1 | -0/+3 | |
* | | | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes | Richard van der Hoff | 2020-05-01 | 31 | -292/+724 | |
|\| | | ||||||
| * | | Workaround for assertion errors from db_query_to_update_function (#7378) | Richard van der Hoff | 2020-05-01 | 1 | -2/+1 | |
| * | | Persist user interactive authentication sessions (#7302) | Patrick Cloke | 2020-04-30 | 10 | -120/+387 | |
| * | | Apply federation check for /publicRooms with filter list (#7367) | Andrew Morgan | 2020-04-30 | 1 | -1/+5 | |
| * | | Add instance name to RDATA/POSITION commands (#7364) | Erik Johnston | 2020-04-29 | 6 | -31/+65 | |
| * | | Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) | Erik Johnston | 2020-04-29 | 4 | -25/+51 |