| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
| * | Hash passwords earlier in the registration process (#7523) | Patrick Cloke | 2020-05-18 | 3 | -31/+30 |
* | | 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 |
|\| |
|
| * | 1.13.0rc2 | Richard van der Hoff | 2020-05-14 | 1 | -1/+1 |
| * | 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 |
* | | 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 |
|\| |
|
| * | 1.13.0rc1 | Andrew Morgan | 2020-05-11 | 1 | -1/+1 |
| * | 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 |
* | | 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 |
|\| |
|
| * | 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 |
* | | 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 |
|\| |
|
| * | 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 |
| | |\ |
|
| | * | | Speed up fetching device lists changes in sync. | Erik Johnston | 2020-05-05 | 3 | -10/+25 |
| * | | | 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 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | 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 pull request #7428 from matrix-org/rav/cross_signing_keys_cache | 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 develop | Richard van der Hoff | 2020-05-06 | 3 | -3/+47 |
|\| | | |
|
| * | | | 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 |
* | | | 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 |
| |\| | |
|
| | * | | Fix redis password support. (#7401) | Erik Johnston | 2020-05-04 | 1 | -0/+3 |
| * | | | Convert the room handler to async/await. (#7396) | Patrick Cloke | 2020-05-04 | 1 | -24/+18 |
| |/ / |
|
| * | | 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 |
| |/ |
|
* | | 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 |
|/ |
|
* | 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 |
* | Fix limit logic for EventsStream (#7358) | Richard van der Hoff | 2020-04-29 | 4 | -19/+76 |
* | Fix fallback value for account_threepid_delegates.email (#7316) | Andrew Morgan | 2020-04-29 | 1 | -3/+8 |
* | Return total number of users and profile attributes in admin users endpoint (... | Manuel Stahl | 2020-04-28 | 2 | -33/+43 |
* | Fix typo 'datbases' in ConfigError | Andrew Morgan | 2020-04-28 | 1 | -1/+1 |
* | Run replication streamers on workers (#7146) | Erik Johnston | 2020-04-28 | 2 | -22/+24 |
* | Fix incorrect metrics reporting for renew_attestations (#7344) | Richard van der Hoff | 2020-04-27 | 1 | -10/+9 |
* | Don't crash when one of the configuration files is empty (#7341) | Brendan Abolivier | 2020-04-27 | 1 | -0/+6 |
* | Add documentation to the sample config about the templates for SSO. (#7343) | Patrick Cloke | 2020-04-24 | 1 | -0/+24 |
* | Convert some of the federation handler methods to async/await. (#7338) | Patrick Cloke | 2020-04-24 | 1 | -25/+24 |
* | Merge pull request #7337 from matrix-org/rav/fix_update_limit_assertion | Richard van der Hoff | 2020-04-24 | 4 | -44/+146 |
|\ |
|
| * | Fix EventsStream raising assertions when it falls behind | Richard van der Hoff | 2020-04-24 | 2 | -30/+129 |
| * | Make it clear that the limit for an update_function is a target | Richard van der Hoff | 2020-04-23 | 1 | -5/+9 |
| * | Remove 'limit' param from `get_repl_stream_updates` API | Richard van der Hoff | 2020-04-23 | 2 | -9/+8 |
* | | Merge branch 'master' into develop | Patrick Cloke | 2020-04-23 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | 1.12.4 v1.12.4 github/release-v1.12.4 release-v1.12.4 | Patrick Cloke | 2020-04-23 | 1 | -1/+1 |
* | | Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t... | Brendan Abolivier | 2020-04-23 | 3 | -2/+48 |
* | | Stop the master relaying USER_SYNC for other workers (#7318) | Richard van der Hoff | 2020-04-22 | 8 | -154/+197 |
* | | Fix replication metrics when using redis (#7325) | Erik Johnston | 2020-04-22 | 2 | -37/+29 |
* | | Merge tag 'v1.12.4rc1' into develop | Richard van der Hoff | 2020-04-22 | 1 | -1/+1 |
|\| |
|
| * | 1.12.4rc1 | Richard van der Hoff | 2020-04-22 | 1 | -1/+1 |
* | | Another go at fixing one-word commands (#7326) | Richard van der Hoff | 2020-04-22 | 1 | -1/+1 |
* | | Extend StreamChangeCache to support multiple entities per stream ID (#7303) | Richard van der Hoff | 2020-04-22 | 1 | -46/+71 |
* | | Extend room admin api with additional attributes (#7225) | Dirk Klimpel | 2020-04-22 | 2 | -5/+88 |
* | | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-22 | 4 | -18/+193 |
|\| |
|
| * | Do not treat display names as globs for push rules. (#7271) | Patrick Cloke | 2020-04-22 | 1 | -30/+39 |
| * | Query missing cross-signing keys on local sig upload (#7289) | Andrew Morgan | 2020-04-22 | 2 | -18/+179 |
| * | Support GET account_data requests on a worker (#7311) | Richard van der Hoff | 2020-04-21 | 2 | -0/+14 |
* | | Add ability to run replication protocol over redis. (#7040) | Erik Johnston | 2020-04-22 | 9 | -34/+299 |
* | | Reduce logging verbosity of URL cache cleanup. (#7295) | Michael Kaye | 2020-04-22 | 1 | -2/+7 |
* | | import urllib.parse when using urllib.parse.quote (#7319) | Andrew Morgan | 2020-04-22 | 1 | -1/+1 |
* | | Reduce federation logging on success (#7321) | Michael Kaye | 2020-04-22 | 1 | -8/+14 |
* | | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-20 | 2 | -140/+12 |
|\| |
|
| * | Revert "Query missing cross-signing keys on local sig upload" | Richard van der Hoff | 2020-04-20 | 2 | -140/+12 |
* | | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-20 | 2 | -12/+140 |
|\| |
|
| * | Always send the user updates to their own device list (#7160) | David Baker | 2020-04-20 | 2 | -3/+18 |
| * | Query missing cross-signing keys on local sig upload | Andrew Morgan | 2020-04-17 | 2 | -12/+140 |
| * | Only register devices edu handler on the master process (#7255) | Andrew Morgan | 2020-04-14 | 1 | -7/+11 |
* | | Fix indention in generated config file (#7300) | Lars Franke | 2020-04-20 | 1 | -22/+22 |
* | | Reject unknown UI auth sessions (instead of silently generating a new one) (#... | Patrick Cloke | 2020-04-20 | 1 | -65/+94 |
* | | On catchup, process each row with its own stream id (#7286) | Richard van der Hoff | 2020-04-20 | 2 | -5/+71 |
* | | Use a template for the SSO success page to allow for customization. (#7279) | Patrick Cloke | 2020-04-17 | 4 | -33/+60 |
* | | Improve type checking in `replication.tcp.Stream` (#7291) | Richard van der Hoff | 2020-04-17 | 4 | -122/+142 |
* | | Clarify the comments for media_storage_providers options (#7272) | Tristan Lins | 2020-04-17 | 1 | -4/+3 |
* | | Do not treat display names as globs for push rules. (#7271) | Patrick Cloke | 2020-04-16 | 1 | -30/+39 |
* | | Fix 'generator object is not subscriptable' error (#7290) | Richard van der Hoff | 2020-04-16 | 1 | -1/+2 |
* | | Convert auth handler to async/await (#7261) | Patrick Cloke | 2020-04-15 | 5 | -113/+119 |
* | | Allow specifying the value of Accept-Language header for URL previews (#7265) | Andrew Morgan | 2020-04-15 | 2 | -2/+35 |
* | | Fix a potentially-huge sql query (#7274) | Richard van der Hoff | 2020-04-15 | 1 | -7/+16 |
* | | Only register devices edu handler on the master process (#7255) | Andrew Morgan | 2020-04-14 | 1 | -7/+11 |
* | | Check on room creation if the user is allowed to publish the room to the room... | PeerD | 2020-04-13 | 1 | -0/+7 |
* | | typos | Matthew Hodgson | 2020-04-11 | 2 | -2/+2 |
* | | Default PL100 to enable encryption in a room (#7230) | Andrew Morgan | 2020-04-09 | 1 | -0/+1 |
* | | Do not allow a deactivated user to login via SSO. (#7240) | Patrick Cloke | 2020-04-09 | 6 | -7/+70 |
* | | Fix --help commandline argument (#7249) | Richard van der Hoff | 2020-04-09 | 1 | -16/+8 |
* | | Make it clearer to the user that they haven't overridden onLogin/Register (#7... | Andrew Morgan | 2020-04-09 | 2 | -3/+2 |
* | | Upgrade jQuery to 3.x on fallback login/registration screens (#7236) | Andrew Morgan | 2020-04-09 | 8 | -16/+14 |
* | | Add documentation to password_providers config option (#7238) | Andrew Morgan | 2020-04-08 | 1 | -2/+14 |
* | | bg update to clear out duplicate outbound_device_list_pokes (#7193) | Richard van der Hoff | 2020-04-07 | 4 | -13/+181 |
* | | Merge pull request #7239 from matrix-org/rav/replication_cleanup | Richard van der Hoff | 2020-04-07 | 3 | -32/+35 |
|\ \ |
|
| * | | Handle one-word replication commands correctly | Richard van der Hoff | 2020-04-07 | 1 | -3/+11 |
| * | | Fix warnings about not calling superclass constructor | Richard van der Hoff | 2020-04-07 | 1 | -15/+24 |
| * | | Remove vestigal references to SYNC replication command | Richard van der Hoff | 2020-04-07 | 2 | -14/+0 |
* | | | Convert delete_url_cache_media to async/await. (#7241) | Patrick Cloke | 2020-04-07 | 1 | -2/+2 |
* | | | Add typing information to federation_server. (#7219) | Patrick Cloke | 2020-04-07 | 1 | -66/+107 |
* | | | Fix typo in the login fallback javascript (#7235) | Brendan Abolivier | 2020-04-07 | 1 | -1/+1 |
|/ / |
|
* | | Remove sent outbound device list pokes from the database (#7192) | Richard van der Hoff | 2020-04-07 | 2 | -2/+23 |
* | | Fix race in replication (#7226) | Erik Johnston | 2020-04-07 | 3 | -49/+67 |
* | | Move server command handling out of TCP protocol (#7187) | Erik Johnston | 2020-04-07 | 3 | -269/+236 |
* | | Remove stream before/after debug log lines (#7207) | Andrew Morgan | 2020-04-06 | 1 | -2/+0 |
* | | Improve error responses when a remote server doesn't allow you to access its ... | Andrew Morgan | 2020-04-06 | 2 | -24/+32 |
* | | Move client command handling out of TCP protocol (#7185) | Erik Johnston | 2020-04-06 | 8 | -342/+352 |
* | | Server notices: Dissociate room creation/lookup from invite (#7199) | Brendan Abolivier | 2020-04-04 | 2 | -10/+45 |
* | | Support CAS in UI Auth flows. (#7186) | Patrick Cloke | 2020-04-03 | 4 | -83/+130 |
* | | Extend web_client_location to handle absolute URLs (#7006) | Martin Milata | 2020-04-03 | 2 | -6/+21 |
* | | Convert http.HTTPStatus objects to their int equivalent (#7188) | Andrew Morgan | 2020-04-03 | 1 | -1/+8 |
* | | Reduce the number of calls to `resource.getrusage` (#7183) | Richard van der Hoff | 2020-04-03 | 1 | -39/+63 |
* | | Merge pull request #7190 from matrix-org/rav/one_bg_update_at_a_time | Richard van der Hoff | 2020-04-03 | 3 | -59/+76 |
|\ \ |
|
| * | | Update docstring per review comments | Richard van der Hoff | 2020-04-03 | 1 | -1/+1 |
| * | | review comment | Richard van der Hoff | 2020-04-02 | 1 | -1/+1 |
| * | | Only run one background update at a time | Richard van der Hoff | 2020-03-31 | 3 | -27/+68 |
| * | | Make do_next_background_update return a bool | Richard van der Hoff | 2020-03-31 | 1 | -7/+5 |
| * | | Make `has_completed_background_updates` async | Richard van der Hoff | 2020-03-31 | 1 | -4/+3 |
| * | | Remove unused `start_background_update` | Richard van der Hoff | 2020-03-31 | 1 | -21/+0 |
* | | | Remove some `run_in_background` calls in replication code (#7203) | Richard van der Hoff | 2020-04-03 | 1 | -8/+8 |
* | | | Merge branch 'master' into develop | Richard van der Hoff | 2020-04-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Revert "Revert "Merge pull request #7153 from matrix-org/babolivier/sso_white... | Richard van der Hoff | 2020-04-03 | 1 | -0/+15 |
| * | | | Revert "Revert "Improve the UX of the login fallback when using SSO (#7152)"" | Richard van der Hoff | 2020-04-03 | 2 | -22/+31 |
| | |/
| |/| |
|
| * | | 1.12.3 | Richard van der Hoff | 2020-04-03 | 1 | -1/+1 |
| * | | Fix the debian build in a better way. (#7212) | Richard van der Hoff | 2020-04-03 | 1 | -3/+1 |
| * | | 1.12.2 | Andrew Morgan | 2020-04-02 | 1 | -1/+1 |
| * | | Pin Pillow>=4.3.0,<7.1.0 to fix dep issue | Andrew Morgan | 2020-04-02 | 1 | -1/+3 |
| * | | 1.12.1 | Andrew Morgan | 2020-04-02 | 1 | -1/+1 |
* | | | Fix device list update stream ids going backward (#7158) | Richard van der Hoff | 2020-04-03 | 1 | -2/+8 |
* | | | Merge branch 'master' into develop | Andrew Morgan | 2020-04-02 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge tag 'v1.12.1' | Andrew Morgan | 2020-04-02 | 4 | -13/+32 |
| |\ \ \ |
|
| | * | | | 1.12.1 v1.12.1 github/release-v1.12.1 release-v1.12.1 | Andrew Morgan | 2020-04-02 | 1 | -1/+1 |
| | |/ / |
|
| | * | | 1.12.1rc1 | Andrew Morgan | 2020-03-31 | 1 | -1/+1 |
| | * | | Only import sqlite3 when type checking | David Vo | 2020-03-31 | 1 | -2/+5 |
| | * | | Fix another instance | Andrew Morgan | 2020-03-31 | 1 | -5/+7 |
| | * | | Only setdefault for signatures if device has key_json | Andrew Morgan | 2020-03-31 | 1 | -5/+7 |
| | * | | Fix starting workers when federation sending not split out. | Erik Johnston | 2020-03-31 | 1 | -0/+12 |
| * | | | Improve the UX of the login fallback when using SSO (#7152) | Brendan Abolivier | 2020-03-27 | 2 | -22/+31 |
| * | | | Update the wording of the config comment | Brendan Abolivier | 2020-03-27 | 1 | -3/+3 |
| * | | | Whitelist the login fallback by default for SSO | Brendan Abolivier | 2020-03-26 | 1 | -1/+16 |
| |/ / |
|
* | | | Support SAML in the user interactive authentication workflow. (#7102) | Patrick Cloke | 2020-04-01 | 9 | -44/+218 |
* | | | Allow admins to create aliases when they are not in the room (#7191) | Patrick Cloke | 2020-04-01 | 1 | -1/+5 |
* | | | Remove connections per replication stream metric. (#7195) | Erik Johnston | 2020-04-01 | 1 | -16/+0 |
| |/
|/| |
|
* | | Fix "'NoneType' has no attribute start|stop" logcontext errors (#7181) | Richard van der Hoff | 2020-03-31 | 2 | -7/+11 |
* | | Fill in the 'default' field for user-defined push rules (#6639) | Karlinde | 2020-03-31 | 1 | -0/+1 |
* | | Only setdefault for signatures if device has key_json (#7177) | Andrew Morgan | 2020-03-31 | 1 | -10/+14 |
* | | Fix use of async/await in media code (#7184) | Patrick Cloke | 2020-03-31 | 1 | -2/+2 |
* | | Fix a bug which could cause incorrect 'cyclic dependency' error. (#7178) | Richard van der Hoff | 2020-03-31 | 1 | -12/+10 |
* | | Rewrite prune_old_outbound_device_pokes for efficiency (#7159) | Richard van der Hoff | 2020-03-30 | 3 | -37/+80 |
* | | Transfer alias mappings when joining an upgraded room (#6946) | Andrew Morgan | 2020-03-30 | 2 | -3/+26 |
* | | Fix a small typo in the `metrics_flags` config option. (#7171) | Andrew Morgan | 2020-03-30 | 1 | -1/+1 |
* | | Remove usage of "conn_id" for presence. (#7128) | Erik Johnston | 2020-03-30 | 7 | -22/+79 |
* | | Merge pull request #7160 from matrix-org/dbkr/always_send_own_device_list_upd... | David Baker | 2020-03-30 | 2 | -3/+18 |
|\ \ |
|
| * | | Add explanatory comment | Andrew Morgan | 2020-03-30 | 2 | -1/+4 |
| * | | black | David Baker | 2020-03-30 | 1 | -1/+3 |
| * | | Just add own user ID to the list we track device changes for | David Baker | 2020-03-30 | 2 | -7/+11 |
| * | | Fix undefined variable & remove debug logging | David Baker | 2020-03-27 | 1 | -10/+2 |
| * | | black | David Baker | 2020-03-27 | 1 | -4/+4 |
| * | | Always send the user updates to their own device list | David Baker | 2020-03-27 | 2 | -6/+20 |
* | | | Always whitelist the login fallback for SSO (#7153) | Richard van der Hoff | 2020-03-27 | 1 | -0/+15 |
* | | | Improve the UX of the login fallback when using SSO (#7152) | Brendan Abolivier | 2020-03-27 | 2 | -22/+31 |
* | | | Admin API to join users to a room. (#7051) | Dirk Klimpel | 2020-03-27 | 2 | -4/+82 |