1
0

Commit Graph

  • fba9000152 Changelog Hugh Nimmo-Smith 2023-06-05 14:45:29 +01:00
  • 2eb74c6bdb Enable login_via_existing_session by default Hugh Nimmo-Smith 2023-06-05 14:42:31 +01:00
  • ca8906be2c Bump types-requests from 2.31.0.0 to 2.31.0.1 (#15715) dependabot[bot] 2023-06-05 10:39:34 +01:00
  • 2d97d5b1c3 Bump types-jsonschema from 4.17.0.7 to 4.17.0.8 (#15716) dependabot[bot] 2023-06-05 10:32:25 +01:00
  • 1a7aa81715 Bump sentry-sdk from 1.22.1 to 1.25.0 (#15714) dependabot[bot] 2023-06-05 10:32:16 +01:00
  • 5feabbdf06 Bump pyasn1 from 0.4.8 to 0.5.0 (#15713) dependabot[bot] 2023-06-05 10:32:07 +01:00
  • 36a5bcae2c Bump library/redis from 6-bullseye to 7-bullseye in /docker (#15712) dependabot[bot] 2023-06-05 10:31:54 +01:00
  • 8ba530c0e3 Bump importlib-metadata from 6.1.0 to 6.6.0 (#15711) dependabot[bot] 2023-06-05 10:31:41 +01:00
  • d0c4257f14 N + 3: Read from column full_user_id rather than user_id of tables profiles and user_filters (#15649) Shay 2023-06-02 17:24:13 -07:00
  • e0f2429d13 Add a catch-all * to the supported relation types when redacting (#15705) Mathieu Velten 2023-06-02 15:13:50 +02:00
  • 30a5076da8 Log when events are (unexpectedly) filtered out of responses in tests (#14213) Eric Eastwood 2023-06-01 21:27:18 -05:00
  • e65fc9f7b5 deploy: 8af29155ec H-Shay 2023-06-01 17:28:49 +00:00
  • 8af29155ec Merge branch 'release-v1.85' into develop H. Shay 2023-06-01 10:26:37 -07:00
  • 4c0bffaca5 1.85.0rc2 v1.85.0rc2 H. Shay 2023-06-01 09:16:35 -07:00
  • 1f4b960e62 argggggghhhh Mathieu Velten 2023-06-01 15:55:15 +02:00
  • 5ed0e8c61f Cache requests for user's devices from federation (#15675) Erik Johnston 2023-06-01 14:25:20 +01:00
  • 534dee4fde deploy: d1693f0362 clokep 2023-06-01 12:53:43 +00:00
  • d1693f0362 Implement stable support for MSC3882 to allow an existing device/session to generate a login token for use on a new device/session (#15388) Hugh Nimmo-Smith 2023-06-01 13:52:51 +01:00
  • 4f51149cf8 deploy: a273561c22 clokep 2023-06-01 12:22:37 +00:00
  • a273561c22 Add a note about deprecating /register with a user property. (#15703) Patrick Cloke 2023-06-01 08:21:37 -04:00
  • 50cb0d298a Merge remote-tracking branch 'origin/release-v1.85' into matrix-org-hotfixes David Robertson 2023-06-01 11:12:11 +01:00
  • 6d9e2fd878 Speed up background jobs populate_full_user_id_user_filters and populate_full_user_id_profiles (#15700) Shay 2023-05-31 15:13:48 -07:00
  • 0b5f64ff09 Add Synapse version deploy annotations to Grafana dashboard (#15674) Eric Eastwood 2023-05-31 14:35:49 -05:00
  • 6f18812bb0 Add stubs package for lxml. (#15697) Patrick Cloke 2023-05-31 13:06:57 -04:00
  • 874378c052 Docker fully qualified image names (#15689) Jason Little 2023-05-31 10:13:31 -05:00
  • 9c73f259eb fix postgres Mathieu Velten 2023-05-31 16:59:28 +02:00
  • 86ca31e705 Improvments Mathieu Velten 2023-05-31 16:01:53 +02:00
  • 11e15d79b8 Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive. (#15693) reivilibre 2023-05-31 13:59:56 +00:00
  • daf3a67908 Add get_canonical_room_alias to module API (#15450) Gabriel Féron 2023-05-31 15:18:37 +02:00
  • c01343de43 Add stricter mypy options (#15694) Patrick Cloke 2023-05-31 07:18:29 -04:00
  • a5c50548b0 Simplify code Mathieu Velten 2023-05-31 12:07:04 +02:00
  • 63723b10d7 Ensure persistent connections are always used. clokep/http-conn-pool Patrick Cloke 2023-05-24 15:18:02 -04:00
  • b14f5f1fb5 Reduce the size of the HTTP connection pool for non-pushers. Patrick Cloke 2023-05-24 15:09:54 -04:00
  • dcc49cd1ae More tests, less bugs Mathieu Velten 2023-05-30 17:41:43 +02:00
  • 6fc3deb029 Merge branch 'release-v1.85' into develop David Robertson 2023-05-30 16:08:33 +01:00
  • ceb3dd77db Enforce that an admin token also has the basic Matrix API scope Quentin Gliech 2023-05-26 15:16:34 +02:00
  • 32a2f05004 Make the config tests spawn the homeserver only when needed Quentin Gliech 2023-05-26 14:50:19 +02:00
  • f739bde962 Reject tokens with multiple device scopes Quentin Gliech 2023-05-23 16:59:53 +02:00
  • 98afc57d59 Make OIDC scope constants Quentin Gliech 2023-05-22 17:17:49 +02:00
  • 14a5be9c4d Handle errors when introspecting tokens Quentin Gliech 2023-05-22 15:48:57 +02:00
  • ec9379d7e2 Newsfile. Quentin Gliech 2023-05-12 15:22:46 +02:00
  • e343125b38 Disable incompatible Admin API endpoints Quentin Gliech 2023-05-10 18:05:06 +02:00
  • 4d0231b364 Make AS tokens work & allow ASes to /register Quentin Gliech 2023-05-16 10:52:37 +02:00
  • c008b44b4f Add an admin token for MAS -> Synapse calls Quentin Gliech 2023-04-04 18:11:17 +02:00
  • bad1f2cd35 Tests for JWKS endpoint Hugh Nimmo-Smith 2023-02-07 12:55:54 +00:00
  • 249f4a338d Refactor config to be an experimental feature Hugh Nimmo-Smith 2023-05-09 16:20:04 +02:00
  • 03920bdd4e Test MSC2965 implementation: well-known discovery document Hugh Nimmo-Smith 2023-02-06 17:12:42 +00:00
  • 31691d6151 Disable account related endpoints when using OAuth delegation Quentin Gliech 2023-05-10 16:08:43 +02:00
  • 5fe96082d0 Actually enforce guest + return www-authenticate header Hugh Nimmo-Smith 2022-11-17 14:34:11 +00:00
  • 28a9663bdf Initial tests for OAuth delegation Hugh Nimmo-Smith 2022-11-16 17:44:13 +00:00
  • a1374b5c70 MSC2967: Check access token scope for use as user and add guest support Hugh Nimmo-Smith 2022-11-16 11:05:05 +00:00
  • d20669971a Use name claim as display name when registering users on the fly. Hugh Nimmo-Smith 2022-09-20 12:54:18 +01:00
  • f9cd549f64 Record the sub claims as an external_id Quentin Gliech 2022-09-13 16:13:20 +02:00
  • 7628dbf4e9 Handle the Synapse admin scope Quentin Gliech 2022-06-20 11:17:48 +02:00
  • c5cf1b421d Save the scopes in the requester Quentin Gliech 2022-06-17 16:58:05 +02:00
  • e82ec6d008 MSC2965: OIDC Provider discovery via well-known document Quentin Gliech 2021-11-18 15:21:00 +01:00
  • 8f576aa462 Expose the public keys used for client authentication on an endpoint Quentin Gliech 2023-05-16 15:36:40 +02:00
  • 765244faee Initial MSC3964 support: delegation of auth to OIDC server Quentin Gliech 2022-09-13 17:54:32 +02:00
  • e2c8458bba Make the api.auth.Auth a Protocol Quentin Gliech 2022-06-17 14:48:55 +02:00
  • 5d8c659373 Remove unused FederationServer.__str__ override (#15690) Sean Quah 2023-05-30 14:37:39 +01:00
  • 7477810cc2 fixup changelog v1.85.0rc1 David Robertson 2023-05-30 14:33:05 +01:00
  • 4427151a21 Merge remote-tracking branch 'origin/release-v1.85' into matrix-org-hotfixes David Robertson 2023-05-30 14:20:41 +01:00
  • 3389653e15 Update changelog David Robertson 2023-05-30 14:18:42 +01:00
  • ae441aa072 deploy: a103b874dd DMRobertson 2023-05-30 13:10:26 +00:00
  • 09ddfe1127 deploy: a103b874dd DMRobertson 2023-05-30 13:06:50 +00:00
  • cebff6f4d5 Tweak release script dependabot wording David Robertson 2023-05-30 14:05:44 +01:00
  • a103b874dd 1.85.0rc1 David Robertson 2023-05-30 14:03:22 +01:00
  • d77783ca00 deploy: 42786d8a47 DMRobertson 2023-05-30 12:55:46 +00:00
  • 42786d8a47 Create dependabot changelogs at release time (#15481) David Robertson 2023-05-30 13:54:50 +01:00
  • 626bd75f48 Bump types-bleach from 6.0.0.1 to 6.0.0.3 (#15686) dependabot[bot] 2023-05-30 11:13:04 +01:00
  • 2b6c9150dc Bump types-requests from 2.30.0.0 to 2.31.0.0 (#15684) dependabot[bot] 2023-05-30 11:03:58 +01:00
  • 04798b710d Bump log from 0.4.17 to 0.4.18 (#15681) dependabot[bot] 2023-05-29 14:15:49 -04:00
  • eb48b10f4f Bump pydantic from 1.10.7 to 1.10.8 (#15685) dependabot[bot] 2023-05-29 14:14:58 -04:00
  • ea634a9f81 Bump prometheus-client from 0.16.0 to 0.17.0 (#15682) dependabot[bot] 2023-05-29 14:13:40 -04:00
  • 4f07c2a170 Bump types-pyyaml from 6.0.12.9 to 6.0.12.10 (#15683) dependabot[bot] 2023-05-29 14:07:25 -04:00
  • 1b12e34d06 temp clokep/oembed-and-html Patrick Cloke 2023-05-26 16:26:14 -04:00
  • b321257352 deploy: c835befd10 clokep 2023-05-26 19:29:40 +00:00
  • c835befd10 Add Unix socket support for Redis connections (#15644) Jason Little 2023-05-26 14:28:39 -05:00
  • 50918c4940 Add MSC3820opt2 as a known room version (#15678) Travis Ralston 2023-05-26 12:05:24 -06:00
  • e7205fcb9d deploy: 179f0f851e MadLittleMods 2023-05-26 17:28:53 +00:00
  • 179f0f851e Documentation improvements to contributing guide (#15667) (#15668) Grant McLean 2023-05-27 05:28:04 +12:00
  • 2ad91ec628 Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15597) Patrick Cloke 2023-05-26 13:16:08 -04:00
  • a1154dfc20 Merge branch 'master' into develop Olivier Wilkinson (reivilibre) 2023-05-26 17:16:15 +01:00
  • 3194933c1b Fix forwards pagination Mathieu Velten 2023-05-26 18:03:04 +02:00
  • cb6f4a84a6 Fix a typographical error in changelog v1.84.1 Olivier Wilkinson (reivilibre) 2023-05-26 16:18:35 +01:00
  • 65bf5f3649 1.84.1 Olivier Wilkinson (reivilibre) 2023-05-26 16:17:50 +01:00
  • c775d80b73 Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no instance_map was provided. (#15672) reivilibre 2023-05-26 14:28:55 +00:00
  • 4e013093a8 Add MSC3820 (room version 11) option 2 unstable room version. (#15666) Travis Ralston 2023-05-26 05:46:13 -06:00
  • 2d8a2ca374 Add dch and notify-send to the development Nix flake so that the release script can be used. (#15673) reivilibre 2023-05-26 10:53:10 +00:00
  • 7ed89832f0 Remove support for unstable MSC3882 hughns/remove-unstable-msc3882 Hugh Nimmo-Smith 2023-05-25 13:43:22 +01:00
  • 77a6ee6bd8 Lint Hugh Nimmo-Smith 2023-05-25 13:40:11 +01:00
  • 17f73cd702 Add tests for unstable support whilst still relied on Hugh Nimmo-Smith 2023-05-25 13:39:06 +01:00
  • 1d41bf1f78 Cleaner diff Hugh Nimmo-Smith 2023-05-25 13:31:04 +01:00
  • 73e0ca2f85 Reinstate support for unstable revision 0 of MSC3882 Hugh Nimmo-Smith 2023-05-25 13:28:38 +01:00
  • c17e16dff8 Reference stable feature in changelog Hugh Nimmo-Smith 2023-05-25 13:13:04 +01:00
  • 77156a4bc1 Process previously failed backfill events in the background (#15585) Eric Eastwood 2023-05-24 23:22:24 -05:00
  • 8839b6c2f8 Add requesting user id parameter to key claim methods in TransportLayerClient (#15663) Shay 2023-05-24 13:23:26 -07:00
  • 881855d4e3 Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2023-05-24 15:49:43 +01:00
  • ac0fb703bd Add documentation. Patrick Cloke 2023-05-24 10:44:57 -04:00
  • 75b0e1a79f Move ui_auth docs under session management. Patrick Cloke 2023-05-24 10:41:07 -04:00