| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace device_27_unique_idx bg update with a fg one (#7562) | Richard van der Hoff | 2020-05-26 | 1 | -0/+1 |
* | Fix incorrect exception handling in KeyUploadServlet.on_POST (#7563) | Richard van der Hoff | 2020-05-26 | 1 | -0/+1 |
* | Fix recording of federation stream token (#7564) | Richard van der Hoff | 2020-05-26 | 1 | -0/+1 |
* | Simplify reap_monthly_active_users (#7558) | Richard van der Hoff | 2020-05-23 | 1 | -0/+1 |
* | Optimise some references to hs.config (#7546) | Richard van der Hoff | 2020-05-22 | 1 | -0/+1 |
* | Fix missing CORS headers on OPTION responses (#7560) | Erik Johnston | 2020-05-22 | 1 | -0/+1 |
* | Add option to move event persistence off master (#7517) | Erik Johnston | 2020-05-22 | 1 | -0/+1 |
* | Return 200 OK for all OPTIONS requests (#7534) | Patrick Cloke | 2020-05-22 | 1 | -0/+1 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -0/+1 |
* | Convert sending mail to async/await. (#7557) | Erik Johnston | 2020-05-22 | 1 | -0/+1 |
* | Use a non-empty RelayState for user interactive auth with SAML. (#7552) | Patrick Cloke | 2020-05-22 | 1 | -0/+1 |
* | On upgrade room only send canonical alias once. (#7547) | Erik Johnston | 2020-05-22 | 1 | -0/+1 |
* | Fix exception reporting due to HTTP request errors. (#7556) | Erik Johnston | 2020-05-22 | 1 | -0/+1 |
* | synapse.metrics: implement detailed memory usage reporting on PyPy (#7536) | Ivan Shapovalov | 2020-05-22 | 1 | -0/+1 |
* | Refresh apt cache when building dh_virtualenv docker image (#7555) | Richard van der Hoff | 2020-05-22 | 1 | -0/+1 |
* | Fix stacktrace mangling in `patch_inline_callbacks` (#7554) | Richard van der Hoff | 2020-05-22 | 1 | -0/+1 |
* | mypy for synapse.http.site (#7553) | Richard van der Hoff | 2020-05-22 | 1 | -0/+1 |
* | Fix some DETECTED VIOLATIONS in the config file (#7550) | Richard van der Hoff | 2020-05-22 | 1 | -0/+1 |
* | Retry to sync out of sync device lists (#7453) | Brendan Abolivier | 2020-05-21 | 1 | -0/+1 |
* | Stub out GET presence requests in the frontend proxy (#7545) | Richard van der Hoff | 2020-05-21 | 1 | -0/+1 |
* | Ensure worker config exists in systemd service (#7528) | David Vo | 2020-05-21 | 1 | -0/+1 |
* | Fix bug in persist events when dealing with non member types. (#7548) | Erik Johnston | 2020-05-21 | 1 | -0/+1 |
* | Remove Ubuntu Cosmic and Disco which are both EOL. (#7539) | Patrick Cloke | 2020-05-20 | 1 | -0/+1 |
* | Hash passwords earlier in the password reset process (#7538) | Patrick Cloke | 2020-05-20 | 1 | -0/+1 |
* | Minor clarifications to the TURN docs (#7533) | Richard van der Hoff | 2020-05-20 | 1 | -0/+1 |
* | synctl warns when no process is stopped and avoids start (#6598) | Romain Bouyé | 2020-05-19 | 1 | -0/+1 |
* | Omit displayname or avatar_url if they aren't set instead of returning null (... | Aaron Raimist | 2020-05-19 | 1 | -0/+1 |
* | Allow ReplicationRestResource to be added to workers (#7515) | Erik Johnston | 2020-05-18 | 1 | -0/+1 |
* | Merge pull request #7519 from matrix-org/rav/kill_py2_code | Richard van der Hoff | 2020-05-18 | 1 | -0/+1 |
|\ |
|
| * | changelog | Richard van der Hoff | 2020-05-15 | 1 | -0/+1 |
* | | fix mypy for tests/replication (#7518) | Richard van der Hoff | 2020-05-18 | 1 | -0/+1 |
* | | Add type hints to room member handlers (#7513) | Patrick Cloke | 2020-05-15 | 1 | -0/+1 |
* | | Fix limit logic for AccountDataStream (#7384) | Richard van der Hoff | 2020-05-15 | 1 | -0/+1 |
* | | Support UI Authentication for OpenID Connect accounts (#7457) | Patrick Cloke | 2020-05-15 | 1 | -0/+1 |
* | | Add a worker store for search insertion. (#7516) | Erik Johnston | 2020-05-15 | 1 | -0/+1 |
* | | Prevent 0-member/null room_version rooms from appearing in group room queries... | Andrew Morgan | 2020-05-15 | 1 | -0/+1 |
* | | Move event stream handling out of slave store. (#7491) | Erik Johnston | 2020-05-15 | 1 | -0/+1 |
* | | Add type hints to event_auth code. (#7505) | Patrick Cloke | 2020-05-15 | 1 | -0/+1 |
* | | Fix a small typo in the arguments of simple_update in update_remote_profile_c... | Andrew Morgan | 2020-05-15 | 1 | -0/+1 |
* | | Formatting for reverse-proxy docs (#7514) | Richard van der Hoff | 2020-05-15 | 1 | -0/+1 |
|/ |
|
* | Add Caddy 2 example (#7463) | Jeff Peeler | 2020-05-15 | 1 | -0/+1 |
* | Update the room member handler to use async/await. (#7507) | Patrick Cloke | 2020-05-15 | 1 | -0/+1 |
* | Implement room version 6 (MSC2240). (#7506) | Patrick Cloke | 2020-05-15 | 1 | -0/+1 |
* | Ignore incoming presence updates when presence is disabled (#7508) | Andrew Morgan | 2020-05-15 | 1 | -0/+1 |
* | Strictly enforce canonicaljson requirements in a new room version (#7381) | Patrick Cloke | 2020-05-14 | 1 | -0/+1 |
* | Enforce MSC2209: auth rules for notifications in power level event (#7502) | Patrick Cloke | 2020-05-14 | 1 | -0/+1 |
* | Workaround for failure to wrap reason in Failure (#7473) | Andrew Morgan | 2020-05-14 | 1 | -0/+1 |
* | Fix b'GET' in prometheus metrics (#7503) | Richard van der Hoff | 2020-05-14 | 1 | -0/+1 |
* | Allow expired accounts to logout (#7443) | Andrew Morgan | 2020-05-14 | 1 | -0/+1 |
* | Move EventStream handling into default ReplicationDataHandler (#7493) | Erik Johnston | 2020-05-14 | 1 | -0/+1 |
* | Add `instance_map` config and route replication calls (#7495) | Erik Johnston | 2020-05-14 | 1 | -0/+1 |
* | Allow censoring of events to happen on workers. (#7492) | Erik Johnston | 2020-05-13 | 1 | -0/+1 |
* | Fix copypasted comment (#7477) | Paul Tötterman | 2020-05-13 | 1 | -0/+1 |
* | Clean up replication unit tests. (#7490) | Erik Johnston | 2020-05-13 | 1 | -0/+1 |
* | Shuffle persist event data store functions. (#7440) | Erik Johnston | 2020-05-13 | 1 | -0/+1 |
* | Have all instances correctly respond to REPLICATE command. (#7475) | Erik Johnston | 2020-05-13 | 1 | -0/+1 |
* | Fix Redis reconnection logic (#7482) | Erik Johnston | 2020-05-13 | 1 | -0/+1 |
* | Update documentation about SSO mapping providers (#7458) | Patrick Cloke | 2020-05-12 | 1 | -0/+1 |
* | Fix new flake8 errors (#7470) | Erik Johnston | 2020-05-12 | 1 | -0/+1 |
* | Convert federation handler to async/await. (#7459) | Patrick Cloke | 2020-05-11 | 1 | -0/+1 |
* | Convert search code to async/await. (#7460) | Patrick Cloke | 2020-05-11 | 1 | -0/+1 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 1 | -0/+1 |
* | Remove unused store method get_hosts_in_room (#7448) | Andrew Morgan | 2020-05-11 | 1 | -0/+1 |
* | Merge branch 'release-v1.13.0' into develop | Andrew Morgan | 2020-05-11 | 138 | -138/+0 |
|\ |
|
| * | 1.13.0rc1 | Andrew Morgan | 2020-05-11 | 142 | -142/+0 |
| * | Documentation on setting up redis (#7446) | Neil Johnson | 2020-05-11 | 1 | -0/+1 |
| * | Rework UI Auth session validation for registration (#7455) | Patrick Cloke | 2020-05-08 | 1 | -0/+1 |
| * | Fix errors from malformed log line (#7454) | Richard van der Hoff | 2020-05-07 | 1 | -0/+1 |
| * | Drop support for redis.dbid (#7450) | Richard van der Hoff | 2020-05-07 | 1 | -0/+1 |
* | | Extend spam checker to allow for multiple modules (#7435) | Andrew Morgan | 2020-05-08 | 1 | -0/+1 |
* | | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 1 | -0/+1 |
* | | Add room details admin endpoint (#7317) | Manuel Stahl | 2020-05-07 | 1 | -0/+1 |
* | | Merge branch 'release-v1.13.0' into develop | Brendan Abolivier | 2020-05-07 | 4 | -0/+4 |
|\| |
|
| * | Add a configuration setting for the dummy event threshold (#7422) | Brendan Abolivier | 2020-05-07 | 1 | -0/+1 |
| * | Improve per-block CPU and DB usage metrics (#7426) | Patrick Cloke | 2020-05-06 | 1 | -0/+1 |
| * | Port group attestation renewal slow down from matrix-org-hotfixes (#7442) | Andrew Morgan | 2020-05-06 | 1 | -0/+1 |
| * | Make redis go faster with hiredis (#7439) | Richard van der Hoff | 2020-05-06 | 1 | -0/+1 |
* | | Fixes typo (bellow -> below) (#7449) | Patrick Cloke | 2020-05-07 | 1 | -0/+1 |
* | | Add more type hints to SAML handler. (#7445) | Patrick Cloke | 2020-05-07 | 1 | -0/+1 |
* | | Support any process writing to cache invalidation stream. (#7436) | Erik Johnston | 2020-05-07 | 1 | -0/+1 |
* | | Merge pull request #7398 from Starbix/alpine-3.11 | Brendan Abolivier | 2020-05-07 | 1 | -0/+1 |
|\ \ |
|
| * | | Update runtime docker image to Alpine v3.11 | Cédric Laubacher | 2020-05-03 | 1 | -0/+1 |
* | | | Merge branch 'release-v1.13.0' into develop | Richard van der Hoff | 2020-05-06 | 3 | -0/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Stop Auth methods from polling the config on every req. (#7420) | Andrew Morgan | 2020-05-06 | 1 | -0/+1 |
| * | | Merge pull request #7423 from matrix-org/erikj/faster_device_lists_fetch | Erik Johnston | 2020-05-06 | 1 | -0/+1 |
| |\ \ |
|
| | * \ | Merge branch 'release-v1.13.0' into erikj/faster_device_lists_fetch | Richard van der Hoff | 2020-05-05 | 11 | -0/+11 |
| | |\ \ |
|
| | * | | | Update changelog.d/7423.misc | Richard van der Hoff | 2020-05-05 | 1 | -1/+1 |
| | * | | | Newsfile | Erik Johnston | 2020-05-05 | 1 | -0/+1 |
| * | | | | Merge branch 'release-v1.13.0' into rav/fix_dropped_messages | Richard van der Hoff | 2020-05-05 | 1 | -0/+1 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'release-v1.13.0' into rav/fix_dropped_messages | Richard van der Hoff | 2020-05-05 | 11 | -0/+11 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | changelog | Richard van der Hoff | 2020-05-05 | 1 | -0/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #7428 from matrix-org/rav/cross_signing_keys_cache | Richard van der Hoff | 2020-05-06 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | Make get_e2e_cross_signing_key delegate to get_e2e_cross_signing_keys_bulk | Richard van der Hoff | 2020-05-06 | 1 | -0/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'release-v1.13.0' into develop | Richard van der Hoff | 2020-05-06 | 3 | -0/+3 |
|\| | | | |
|
| * | | | | Move logs about discarded RDATA to debug (#7421) | Brendan Abolivier | 2020-05-05 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
| * | | | Add backwards compatibility codepath to LoggingContext. (#7408) | Patrick Cloke | 2020-05-05 | 1 | -0/+1 |
| * | | | Fix bug in EventContext.deserialize. (#7393) | Erik Johnston | 2020-05-05 | 1 | -0/+1 |
* | | | | Merge branch 'develop' into rav/upsert_for_device_list | Richard van der Hoff | 2020-05-06 | 14 | -1/+14 |
|\ \ \ \ |
|
| * | | | | Fix typing annotations in synapse/federation (#7382) | Richard van der Hoff | 2020-05-05 | 2 | -1/+2 |
| * | | | | Fix catchup-on-reconnect for the Federation Stream (#7374) | Richard van der Hoff | 2020-05-05 | 1 | -0/+1 |
| * | | | | Add MultiWriterIdGenerator. (#7281) | Erik Johnston | 2020-05-04 | 1 | -0/+1 |
| * | | | | Merge branch 'release-v1.13.0' into develop | Brendan Abolivier | 2020-05-04 | 2 | -0/+2 |
| |\| | | |
|
| | * | | | Merge pull request #7404 from matrix-org/babolivier/fix_manifest | Brendan Abolivier | 2020-05-04 | 1 | -0/+1 |
| | |\ \ \ |
|
| | | * | | | Fix MANIFEST.in | Brendan Abolivier | 2020-05-04 | 1 | -0/+1 |
| | * | | | | Fix redis password support. (#7401) | Erik Johnston | 2020-05-04 | 1 | -0/+1 |
| | | |_|/
| | |/| | |
|
| * / | | | Convert the room handler to async/await. (#7396) | Patrick Cloke | 2020-05-04 | 1 | -0/+1 |
| |/ / / |
|
| * | | | Convert synapse.server_notices to async/await. (#7394) | Patrick Cloke | 2020-05-01 | 1 | -0/+1 |
| * | | | Convert the synapse.notifier module to async/await. (#7395) | Patrick Cloke | 2020-05-01 | 1 | -0/+1 |
| * | | | Wait for current_state_events_membership before populate_stats_process_rooms ... | Richard van der Hoff | 2020-05-01 | 1 | -0/+1 |
| * | | | Thread through instance name to replication client. (#7369) | Erik Johnston | 2020-05-01 | 1 | -0/+1 |
| |/ / |
|
| * | | Use `stream.current_token()` and remove `stream_positions()` (#7172) | Erik Johnston | 2020-05-01 | 1 | -0/+1 |
| * | | async/await is_server_admin (#7363) | Andrew Morgan | 2020-05-01 | 1 | -0/+1 |
| * | | Further improvements to requesting the public rooms list on a homeserver whic... | Andrew Morgan | 2020-05-01 | 1 | -0/+1 |
| |/ |
|
* / | use an upsert to update device_lists_outbound_last_success | Richard van der Hoff | 2020-05-06 | 1 | -0/+1 |
|/ |
|
* | Workaround for assertion errors from db_query_to_update_function (#7378) | Richard van der Hoff | 2020-05-01 | 1 | -0/+1 |
* | Persist user interactive authentication sessions (#7302) | Patrick Cloke | 2020-04-30 | 1 | -0/+1 |
* | Apply federation check for /publicRooms with filter list (#7367) | Andrew Morgan | 2020-04-30 | 1 | -0/+1 |
* | Add instance name to RDATA/POSITION commands (#7364) | Erik Johnston | 2020-04-29 | 1 | -0/+1 |
* | Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) | Erik Johnston | 2020-04-29 | 1 | -0/+1 |
* | Fix limit logic for EventsStream (#7358) | Richard van der Hoff | 2020-04-29 | 1 | -0/+1 |
* | Fix fallback value for account_threepid_delegates.email (#7316) | Andrew Morgan | 2020-04-29 | 1 | -0/+1 |
* | Clean up admin api docs (#7361) | Andrew Morgan | 2020-04-28 | 1 | -0/+1 |
* | Return total number of users and profile attributes in admin users endpoint (... | Manuel Stahl | 2020-04-28 | 1 | -0/+1 |
* | Add some replication tests (#7278) | Erik Johnston | 2020-04-28 | 1 | -0/+1 |
* | Fix collation for postgres for unit tests (#7359) | Richard van der Hoff | 2020-04-28 | 1 | -0/+1 |
* | Run replication streamers on workers (#7146) | Erik Johnston | 2020-04-28 | 1 | -0/+1 |
* | Fix incorrect metrics reporting for renew_attestations (#7344) | Richard van der Hoff | 2020-04-27 | 1 | -0/+1 |
* | Document monitoring workers (#7357) | Brendan Abolivier | 2020-04-27 | 1 | -0/+1 |
* | Add some explanation to application_services.md (#7091) | lub | 2020-04-27 | 1 | -0/+1 |
* | Don't crash when one of the configuration files is empty (#7341) | Brendan Abolivier | 2020-04-27 | 1 | -0/+1 |
* | Add documentation to the sample config about the templates for SSO. (#7343) | Patrick Cloke | 2020-04-24 | 1 | -0/+1 |
* | Convert some of the federation handler methods to async/await. (#7338) | Patrick Cloke | 2020-04-24 | 1 | -0/+1 |
* | changelog | Richard van der Hoff | 2020-04-24 | 1 | -0/+1 |
* | Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t... | Brendan Abolivier | 2020-04-23 | 1 | -0/+1 |
* | Stop the master relaying USER_SYNC for other workers (#7318) | Richard van der Hoff | 2020-04-22 | 1 | -0/+1 |
* | Fix replication metrics when using redis (#7325) | Erik Johnston | 2020-04-22 | 1 | -0/+1 |
* | Merge tag 'v1.12.4rc1' into develop | Richard van der Hoff | 2020-04-22 | 5 | -5/+0 |
|\ |
|
| * | 1.12.4rc1 | Richard van der Hoff | 2020-04-22 | 5 | -5/+0 |
* | | Another go at fixing one-word commands (#7326) | Richard van der Hoff | 2020-04-22 | 1 | -0/+1 |
* | | fix changelog name | Richard van der Hoff | 2020-04-22 | 1 | -0/+0 |
* | | Extend StreamChangeCache to support multiple entities per stream ID (#7303) | Richard van der Hoff | 2020-04-22 | 1 | -0/+1 |
* | | Extend room admin api with additional attributes (#7225) | Dirk Klimpel | 2020-04-22 | 1 | -0/+1 |
* | | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-22 | 2 | -0/+2 |
|\| |
|
| * | Do not treat display names as globs for push rules. (#7271) | Patrick Cloke | 2020-04-22 | 1 | -0/+1 |
| * | Query missing cross-signing keys on local sig upload (#7289) | Andrew Morgan | 2020-04-22 | 1 | -0/+1 |
| * | Fix changelog file | Richard van der Hoff | 2020-04-21 | 2 | -1/+1 |
| * | Support GET account_data requests on a worker (#7311) | Richard van der Hoff | 2020-04-21 | 1 | -0/+1 |
* | | Add ability to run replication protocol over redis. (#7040) | Erik Johnston | 2020-04-22 | 1 | -0/+1 |
* | | Reduce logging verbosity of URL cache cleanup. (#7295) | Michael Kaye | 2020-04-22 | 1 | -0/+1 |
* | | import urllib.parse when using urllib.parse.quote (#7319) | Andrew Morgan | 2020-04-22 | 1 | -0/+1 |
* | | Reduce federation logging on success (#7321) | Michael Kaye | 2020-04-22 | 1 | -0/+1 |
* | | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-20 | 1 | -1/+0 |
|\| |
|
| * | Revert "Query missing cross-signing keys on local sig upload" | Richard van der Hoff | 2020-04-20 | 1 | -1/+0 |
* | | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-20 | 1 | -0/+1 |
|\| |
|
| * | Always send the user updates to their own device list (#7160) | David Baker | 2020-04-20 | 1 | -0/+1 |
| * | Query missing cross-signing keys on local sig upload | Andrew Morgan | 2020-04-17 | 1 | -0/+1 |
| * | Only register devices edu handler on the master process (#7255) | Andrew Morgan | 2020-04-14 | 1 | -0/+1 |
| * | 1.12.3 | Richard van der Hoff | 2020-04-03 | 1 | -1/+0 |
| * | Fix the debian build in a better way. (#7212) | Richard van der Hoff | 2020-04-03 | 1 | -0/+1 |
| * | 1.12.1rc1 | Andrew Morgan | 2020-03-31 | 3 | -3/+0 |
| * | Newsfile | Erik Johnston | 2020-03-31 | 1 | -0/+1 |
| * | Rewrite changelog | Andrew Morgan | 2020-03-31 | 1 | -1/+1 |
| * | Add changelog | Andrew Morgan | 2020-03-31 | 1 | -0/+1 |
| * | Only import sqlite3 when type checking | David Vo | 2020-03-31 | 1 | -0/+1 |
* | | Fix indention in generated config file (#7300) | Lars Franke | 2020-04-20 | 1 | -0/+1 |
* | | Reject unknown UI auth sessions (instead of silently generating a new one) (#... | Patrick Cloke | 2020-04-20 | 1 | -0/+1 |
* | | On catchup, process each row with its own stream id (#7286) | Richard van der Hoff | 2020-04-20 | 1 | -0/+1 |
* | | Use a template for the SSO success page to allow for customization. (#7279) | Patrick Cloke | 2020-04-17 | 1 | -0/+1 |
* | | Added explicit Python build tools to snap requirements (#7213) | James | 2020-04-17 | 1 | -0/+1 |
* | | Improve type checking in `replication.tcp.Stream` (#7291) | Richard van der Hoff | 2020-04-17 | 1 | -0/+1 |
* | | Clarify the comments for media_storage_providers options (#7272) | Tristan Lins | 2020-04-17 | 1 | -0/+1 |
* | | Do not treat display names as globs for push rules. (#7271) | Patrick Cloke | 2020-04-16 | 1 | -0/+1 |
* | | Fix 'generator object is not subscriptable' error (#7290) | Richard van der Hoff | 2020-04-16 | 1 | -0/+1 |
* | | Convert auth handler to async/await (#7261) | Patrick Cloke | 2020-04-15 | 1 | -0/+1 |
* | | Add notes to the changelog about an additional SSO template. (#7259) | Patrick Cloke | 2020-04-15 | 1 | -0/+1 |
* | | Allow specifying the value of Accept-Language header for URL previews (#7265) | Andrew Morgan | 2020-04-15 | 1 | -0/+1 |
* | | Fix a potentially-huge sql query (#7274) | Richard van der Hoff | 2020-04-15 | 1 | -0/+1 |
* | | Fix the parameters of a test fixture (#7243) | Zay11Zay | 2020-04-14 | 1 | -0/+1 |
* | | Only register devices edu handler on the master process (#7255) | Andrew Morgan | 2020-04-14 | 1 | -0/+1 |
* | | Add setting to nginx configuration to allow larger file uploads (#7251) | Ryan Hovland | 2020-04-13 | 1 | -0/+1 |
* | | Check on room creation if the user is allowed to publish the room to the room... | PeerD | 2020-04-13 | 1 | -0/+1 |
* | | 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 | 1 | -0/+1 |
* | | Unblacklist /upgrade creates a new room (#7228) | Andrew Morgan | 2020-04-09 | 1 | -0/+1 |
* | | Add matrix-synapse-shared-secret-auth as an example password provider (#7248) | Andrew Morgan | 2020-04-09 | 1 | -0/+1 |
* | | Revert "Unblacklist /upgrade creates a new room (#7228)" (#7254) | Andrew Morgan | 2020-04-09 | 1 | -1/+0 |
* | | Unblacklist /upgrade creates a new room (#7228) | Andrew Morgan | 2020-04-09 | 1 | -0/+1 |
* | | Fix --help commandline argument (#7249) | Richard van der Hoff | 2020-04-09 | 1 | -0/+1 |
* | | Make it clearer to the user that they haven't overridden onLogin/Register (#7... | Andrew Morgan | 2020-04-09 | 1 | -0/+1 |
* | | Upgrade jQuery to 3.x on fallback login/registration screens (#7236) | Andrew Morgan | 2020-04-09 | 1 | -0/+1 |
* | | Remove redundant checks on `daemonize` from synctl (#7233) | Richard van der Hoff | 2020-04-08 | 1 | -0/+1 |
* | | Make systemd-with-workers doc official (#7234) | Richard van der Hoff | 2020-04-08 | 1 | -0/+1 |
* | | Fix changelog for #7235 | Brendan Abolivier | 2020-04-08 | 2 | -1/+1 |
* | | Add documentation to password_providers config option (#7238) | Andrew Morgan | 2020-04-08 | 1 | -0/+1 |
* | | bg update to clear out duplicate outbound_device_list_pokes (#7193) | Richard van der Hoff | 2020-04-07 | 1 | -0/+1 |
* | | Merge pull request #7239 from matrix-org/rav/replication_cleanup | Richard van der Hoff | 2020-04-07 | 1 | -0/+1 |
|\ \ |
|
| * | | changelog | Richard van der Hoff | 2020-04-07 | 1 | -0/+1 |
* | | | Convert delete_url_cache_media to async/await. (#7241) | Patrick Cloke | 2020-04-07 | 1 | -0/+1 |
* | | | Add typing information to federation_server. (#7219) | Patrick Cloke | 2020-04-07 | 1 | -0/+1 |
* | | | Fix typo in the login fallback javascript (#7235) | Brendan Abolivier | 2020-04-07 | 1 | -0/+1 |
|/ / |
|
* | | Remove sent outbound device list pokes from the database (#7192) | Richard van der Hoff | 2020-04-07 | 1 | -0/+1 |
* | | Fix race in replication (#7226) | Erik Johnston | 2020-04-07 | 1 | -0/+1 |
* | | Move server command handling out of TCP protocol (#7187) | Erik Johnston | 2020-04-07 | 1 | -0/+1 |
* | | Remove stream before/after debug log lines (#7207) | Andrew Morgan | 2020-04-06 | 1 | -0/+1 |
* | | Improve error responses when a remote server doesn't allow you to access its ... | Andrew Morgan | 2020-04-06 | 1 | -0/+1 |
* | | Move client command handling out of TCP protocol (#7185) | Erik Johnston | 2020-04-06 | 1 | -0/+1 |
* | | Server notices: Dissociate room creation/lookup from invite (#7199) | Brendan Abolivier | 2020-04-04 | 1 | -0/+1 |
* | | Support CAS in UI Auth flows. (#7186) | Patrick Cloke | 2020-04-03 | 1 | -0/+1 |
* | | Extend web_client_location to handle absolute URLs (#7006) | Martin Milata | 2020-04-03 | 1 | -0/+1 |
* | | Add some benchmarks for LruCache (#6446) | Amber Brown | 2020-04-03 | 1 | -0/+1 |
* | | Convert http.HTTPStatus objects to their int equivalent (#7188) | Andrew Morgan | 2020-04-03 | 1 | -0/+1 |
* | | Reduce the number of calls to `resource.getrusage` (#7183) | Richard van der Hoff | 2020-04-03 | 1 | -0/+1 |
* | | Merge pull request #7190 from matrix-org/rav/one_bg_update_at_a_time | Richard van der Hoff | 2020-04-03 | 1 | -0/+1 |
|\ \ |
|
| * | | changelog | Richard van der Hoff | 2020-03-31 | 1 | -0/+1 |
* | | | Remove some `run_in_background` calls in replication code (#7203) | Richard van der Hoff | 2020-04-03 | 1 | -0/+1 |
* | | | Fix device list update stream ids going backward (#7158) | Richard van der Hoff | 2020-04-03 | 1 | -0/+1 |
* | | | Support SAML in the user interactive authentication workflow. (#7102) | Patrick Cloke | 2020-04-01 | 1 | -0/+1 |
* | | | Allow admins to create aliases when they are not in the room (#7191) | Patrick Cloke | 2020-04-01 | 1 | -0/+1 |
* | | | Update postgres.md (#7119) | siroccal | 2020-04-01 | 1 | -0/+1 |
* | | | Remove connections per replication stream metric. (#7195) | Erik Johnston | 2020-04-01 | 1 | -0/+1 |
* | | | Improve TURN documentation. (#7167) | Jostein Kjønigsen | 2020-03-31 | 1 | -0/+1 |
|/ / |
|
* | | Fix "'NoneType' has no attribute start|stop" logcontext errors (#7181) | Richard van der Hoff | 2020-03-31 | 1 | -0/+1 |
* | | 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 | -0/+1 |
* | | Fix use of async/await in media code (#7184) | Patrick Cloke | 2020-03-31 | 1 | -0/+1 |
* | | Fix a bug which could cause incorrect 'cyclic dependency' error. (#7178) | Richard van der Hoff | 2020-03-31 | 1 | -0/+1 |
* | | Rewrite prune_old_outbound_device_pokes for efficiency (#7159) | Richard van der Hoff | 2020-03-30 | 1 | -0/+1 |
* | | Transfer alias mappings when joining an upgraded room (#6946) | Andrew Morgan | 2020-03-30 | 1 | -0/+1 |
* | | Fix a small typo in the `metrics_flags` config option. (#7171) | Andrew Morgan | 2020-03-30 | 1 | -0/+1 |
* | | Remove usage of "conn_id" for presence. (#7128) | Erik Johnston | 2020-03-30 | 1 | -0/+1 |
* | | Merge pull request #7160 from matrix-org/dbkr/always_send_own_device_list_upd... | David Baker | 2020-03-30 | 1 | -0/+1 |
|\ \ |
|
| * | | changelog | David Baker | 2020-03-27 | 1 | -0/+1 |
* | | | Merge pull request #7157 from matrix-org/rev.outbound_device_pokes_tests | Richard van der Hoff | 2020-03-30 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Add tests for outbound device pokes | Richard van der Hoff | 2020-03-27 | 1 | -0/+1 |
* | | | | Add developer documentation for running a local CAS server (#7147) | Patrick Cloke | 2020-03-30 | 1 | -0/+1 |
* | | | | Always whitelist the login fallback for SSO (#7153) | Richard van der Hoff | 2020-03-27 | 1 | -0/+1 |
* | | | | Improve the UX of the login fallback when using SSO (#7152) | Brendan Abolivier | 2020-03-27 | 1 | -0/+1 |
* | | | | Admin API to join users to a room. (#7051) | Dirk Klimpel | 2020-03-27 | 1 | -0/+1 |
* | | | | Add options to prevent users from changing their profile. (#7096) | Dirk Klimpel | 2020-03-27 | 1 | -0/+1 |
* | | | | update debian installation instructions to recommend installing `virtualenv` ... | txt-file | 2020-03-27 | 1 | -0/+1 |
* | | | | Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150) | Andrew Morgan | 2020-03-27 | 1 | -0/+1 |
* | | | | Only import sqlite3 when type checking (#7155) | David Vo | 2020-03-27 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #7151 from matrix-org/jaywink/saml-redirect-fix | Jason Robinson | 2020-03-26 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Update changelog.d/7151.bugfix | Jason Robinson | 2020-03-26 | 1 | -1/+1 |
| * | | | Allow RedirectResponse in SAML response handler | Jason Robinson | 2020-03-26 | 1 | -0/+1 |
* | | | | Refactor the CAS code (move the logic out of the REST layer to a handler) (#7... | Patrick Cloke | 2020-03-26 | 1 | -0/+1 |
* | | | | Don't default to an invalid sqlite config if no database configuration is pro... | Nektarios Katakis | 2020-03-26 | 1 | -0/+1 |
* | | | | Allow server admins to define and enforce a password policy (MSC2000). (#7118) | Dirk Klimpel | 2020-03-26 | 1 | -0/+1 |
|/ / / |
|
* | | | Validate that the session is not modified during UI-Auth (#7068) | Patrick Cloke | 2020-03-26 | 1 | -0/+1 |
* | | | Remove unused captcha_bypass_secret option (#7137) | Aaron Raimist | 2020-03-25 | 1 | -0/+1 |