| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop support for delegating email validation, round 2 (#13596) | David Robertson | 2022-08-23 | 2 | -50/+9 |
* | Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic... | Andrew Morgan | 2022-08-19 | 1 | -0/+3 |
* | Fix a typo in docs and in some warnings (#13538) | Antonin Loubiere | 2022-08-17 | 3 | -3/+3 |
* | Support stable identifiers for MSC2285: private read receipts. (#13273) | Šimon Brandner | 2022-08-05 | 1 | -1/+1 |
* | Rename `RateLimitConfig` to `RatelimitSettings` (#13442) | Dirk Klimpel | 2022-08-03 | 1 | -21/+21 |
* | Merge tag 'v1.64.0rc2' into develop | Richard van der Hoff | 2022-07-29 | 2 | -10/+50 |
|\ |
|
| * | Revert "Drop support for delegating email validation (#13192)" (#13406) | 3nprob | 2022-07-29 | 2 | -10/+50 |
* | | Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#1... | Šimon Brandner | 2022-07-27 | 1 | -3/+0 |
* | | Implement MSC3848: Introduce errcodes for specific event sending failures (#1... | Will Hunt | 2022-07-27 | 1 | -0/+3 |
|/ |
|
* | Support Implicit TLS for sending emails (#13317) | Jan Schär | 2022-07-25 | 1 | -1/+6 |
* | Merge branch 'master' into develop | Brendan Abolivier | 2022-07-19 | 1 | -7/+7 |
|\ |
|
| * | Remove 'anonymised' from the phone home stats documentation (#13321) | Andrew Morgan | 2022-07-19 | 1 | -7/+7 |
* | | Rate limit joins per-room (#13276) | David Robertson | 2022-07-19 | 1 | -0/+7 |
* | | Provide more info why we don't have any thumbnails to serve (#13038) | Eric Eastwood | 2022-07-15 | 1 | -7/+28 |
* | | Drop support for delegating email validation (#13192) | Richard van der Hoff | 2022-07-12 | 2 | -41/+15 |
|/ |
|
* | Allow dependency errors to pass through (#13113) | Jacek Kuśnierz | 2022-06-30 | 7 | -58/+15 |
* | Cleanup references to sample config in the docs and redirect users to configu... | Shay | 2022-06-30 | 1 | -1/+1 |
* | Rate limiting invites per issuer (#13125) | David Teller | 2022-06-30 | 1 | -0/+5 |
* | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) | Šimon Brandner | 2022-06-29 | 1 | -0/+3 |
* | Add custom well-known (#13035) | Jacek Kuśnierz | 2022-06-16 | 1 | -0/+20 |
* | Change default `sync_response_cache_duration` (#13042) | Erik Johnston | 2022-06-15 | 1 | -1/+1 |
* | Replace pyjwt with authlib in `org.matrix.login.jwt` (#13011) | Hannes Lerchl | 2022-06-15 | 1 | -5/+5 |
* | Remove code generating comments in configuration file (#12941) | Shay | 2022-06-14 | 38 | -2873/+53 |
* | Move the "email unsubscribe" resource, refactor the macaroon generator & simp... | Quentin Gliech | 2022-06-14 | 1 | -2/+4 |
* | Move the (unstable) `dir` parameter for /relations behind an experimental fla... | Patrick Cloke | 2022-06-08 | 1 | -0/+3 |
* | Fix Synapse git info missing in version strings (#12973) | David Robertson | 2022-06-07 | 1 | -2/+2 |
* | Remove remaining bits of groups code. (#12936) | Patrick Cloke | 2022-06-01 | 1 | -1/+0 |
* | Add config options for media retention (#12732) | Andrew Morgan | 2022-05-31 | 1 | -0/+16 |
* | Add a background job to automatically delete stale devices (#12855) | Brendan Abolivier | 2022-05-27 | 1 | -0/+11 |
* | Merge tag 'v1.60.0rc2' into develop | Sean Quah | 2022-05-27 | 1 | -2/+15 |
|\ |
|
| * | Add an option allowing users to use their password to reauthenticate even tho... | reivilibre | 2022-05-27 | 1 | -2/+15 |
* | | Easy type hints in synapse.logging.opentracing (#12894) | David Robertson | 2022-05-27 | 1 | -2/+4 |
* | | Remove backing code for groups/communities (#12558) | Patrick Cloke | 2022-05-26 | 3 | -31/+0 |
* | | Remove user-visible groups/communities code (#12553) | Patrick Cloke | 2022-05-25 | 2 | -15/+0 |
* | | Experimental support for MSC3772 (#12740) | Patrick Cloke | 2022-05-24 | 1 | -0/+3 |
|/ |
|
* | Properly close providers.json file stream. (#12794) | Petr Vaněk | 2022-05-19 | 1 | -3/+3 |
* | Fix typo in listener config (#12742) | Dirk Klimpel | 2022-05-16 | 1 | -1/+1 |
* | Add config flags to allow for cache auto-tuning (#12701) | Shay | 2022-05-13 | 1 | -0/+33 |
* | add default_power_level_content_override config option. (#12618) | Andy Balaam | 2022-05-12 | 1 | -0/+47 |
* | Reload cache factors from disk on SIGHUP (#12673) | David Robertson | 2022-05-11 | 3 | -26/+119 |
* | Add the `update_user_directory_from_worker` configuration option (superseding... | reivilibre | 2022-05-10 | 2 | -4/+7 |
* | Implement MSC3786: Add a default push rule to ignore m.room.server_acl events... | Šimon Brandner | 2022-05-10 | 1 | -0/+3 |
* | Update mypy to 0.950 and fix complaints (#12650) | David Robertson | 2022-05-06 | 1 | -1/+2 |
* | Add the `notify_appservices_from_worker` configuration option (superseding `n... | reivilibre | 2022-05-06 | 2 | -2/+108 |
* | Use `private` instead of `hidden` in MSC2285 related code. (#12635) | Šimon Brandner | 2022-05-05 | 1 | -1/+1 |
* | Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639) | Will Hunt | 2022-05-05 | 1 | -2/+2 |
* | Add `mau_appservice_trial_days` config (#12619) | Will Hunt | 2022-05-04 | 1 | -0/+8 |
* | Disable device name lookup over federation by default (#12616) | Andrew Morgan | 2022-05-04 | 1 | -5/+5 |
* | Remove special-case for `twisted` logger (#12589) | Richard van der Hoff | 2022-04-29 | 1 | -7/+0 |
* | Remove unused `# type: ignore`s (#12531) | David Robertson | 2022-04-27 | 1 | -4/+2 |
* | Add option to enable token registration without requiring 3pids (#12526) | Will Hunt | 2022-04-27 | 1 | -0/+9 |
* | Implement MSC2815: allow room moderators to view redacted event content (#12427) | Tulir Asokan | 2022-04-20 | 1 | -0/+3 |
* | Process device list updates asynchronously (#12365) | Erik Johnston | 2022-04-12 | 1 | -8/+0 |
* | Disable groups/communities by default. (#12344) | Patrick Cloke | 2022-04-12 | 1 | -1/+1 |
* | Remove references to unstable identifiers from MSC3440. (#12382) | Patrick Cloke | 2022-04-12 | 1 | -3/+0 |
* | Remove experimental configuration flag for MSC3666. (#12436) | Patrick Cloke | 2022-04-11 | 1 | -2/+0 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 44 | -136/+233 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 1 | -0/+8 |
* | Move MSC2654 support behind an experimental configuration flag. (#12295) | Patrick Cloke | 2022-03-31 | 1 | -0/+3 |
* | Send device list updates to application services (MSC3202) - part 1 (#11881) | Andrew Morgan | 2022-03-30 | 2 | -2/+4 |
* | Add a configuration to exclude rooms from sync response (#12310) | Brendan Abolivier | 2022-03-30 | 1 | -0/+13 |
* | Fix typechecker problems exposed by signedjson 1.1.2 (#12326) | David Robertson | 2022-03-29 | 1 | -5/+8 |
* | Add restrictions by default to open registration in Synapse (#12091) | Shay | 2022-03-25 | 1 | -1/+13 |
* | Optionally include account validity in MSC3720 account status responses (#12266) | Brendan Abolivier | 2022-03-24 | 1 | -0/+4 |
* | Refuse to start if DB has an unsafe locale (#12262) | Shay | 2022-03-23 | 1 | -0/+6 |
* | Fix dead link in spam checker warning (#12231) | David Robertson | 2022-03-16 | 1 | -2/+2 |
* | Deprecate the groups/communities endpoints and add an experimental configurat... | Patrick Cloke | 2022-03-12 | 1 | -0/+3 |
* | Add config settings for background update parameters (#11980) | Shay | 2022-03-11 | 3 | -0/+72 |
* | Implement a Jinja2 filter to extract localparts from email addresses (#12212) | Brendan Abolivier | 2022-03-11 | 1 | -1/+2 |
* | Update the SSO username picker template to comply with SIWA guidelines (#12210) | Brendan Abolivier | 2022-03-11 | 1 | -2/+7 |
* | Move scripts directory inside synapse, exposing as setuptools entry_points (#... | David Robertson | 2022-03-02 | 1 | -1/+1 |
* | Use importlib.metadata to read requirements (#12088) | David Robertson | 2022-03-01 | 7 | -7/+7 |
* | Add support for MSC3202: sending one-time key counts and fallback key usage s... | reivilibre | 2022-02-24 | 2 | -6/+23 |
* | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 2022-02-22 | 1 | -0/+3 |
* | Use room version 9 as the default room version (per MSC3589). (#12058) | Patrick Cloke | 2022-02-22 | 1 | -1/+1 |
* | Remove unstable MSC3283 flags (#12018) | Erik Johnston | 2022-02-17 | 1 | -3/+0 |
* | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 2022-02-17 | 1 | -0/+4 |
* | Remove support for the legacy structured logging configuration. (#12008) | Patrick Cloke | 2022-02-17 | 1 | -4/+8 |
* | remove empty file, reword/rename newsfragment, and add line to upgrade doc | H. Shay | 2022-02-14 | 1 | -0/+0 |
* | Use version string helper from matrix-common (#11979) | David Robertson | 2022-02-14 | 1 | -3/+6 |
* | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 2022-02-12 | 1 | -0/+3 |
* | Enable cache time-based expiry by default (#11849) | Shay | 2022-02-11 | 2 | -7/+33 |
* | Experimental support to include bundled aggregations in search results (MSC36... | Patrick Cloke | 2022-02-08 | 1 | -0/+2 |
* | Remove support for the webclient listener. (#11895) | Patrick Cloke | 2022-02-03 | 1 | -36/+12 |
* | Add a ratelimiter for 3pid invite (#11892) | Brendan Abolivier | 2022-02-03 | 1 | -0/+15 |
* | Revert experimental push rules from #7997. (#11884) | Patrick Cloke | 2022-02-02 | 1 | -13/+0 |
* | Send to-device messages to application services (#11215) | Andrew Morgan | 2022-02-01 | 1 | -0/+7 |
* | Remove the obsolete MSC1849 configuration flag. (#11843) | Patrick Cloke | 2022-01-31 | 1 | -2/+0 |
* | Configurable limits on avatars (#11846) | Brendan Abolivier | 2022-01-28 | 1 | -0/+27 |
* | Fix some indentation inconsistencies in the sample config (modules) (#11838) | Dirk Klimpel | 2022-01-27 | 1 | -5/+5 |
* | Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743) | Brendan Abolivier | 2022-01-26 | 1 | -0/+12 |
* | Add deprecation warnings for `webclient` listener and non-HTTP(S) `web_client... | Patrick Cloke | 2022-01-20 | 1 | -14/+20 |
* | Fix up docs for `track_puppeted_user_ips` (again) (#11757) | Richard van der Hoff | 2022-01-17 | 1 | -4/+12 |
* | Update documentation for configuring facebook login (#11755) | Richard van der Hoff | 2022-01-17 | 1 | -3/+6 |
* | Fix sample_config.yaml in regards track_puppeted_user_ips (#11749) | Jason Robinson | 2022-01-14 | 1 | -5/+6 |
* | update room spec url in config files (#11739) | qwertyforce | 2022-01-13 | 1 | -1/+1 |
* | Use auto_attribs/native type hints for attrs classes. (#11692) | Patrick Cloke | 2022-01-13 | 3 | -29/+23 |
* | Allow tracking puppeted users for MAU (#11561) | Jason Robinson | 2022-01-12 | 1 | -0/+10 |
* | Fix link from generated configuration file to documentation (#11678) | Philipp Matthias Schäfer | 2022-01-05 | 1 | -1/+1 |
* | Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11... | reivilibre | 2022-01-05 | 2 | -2/+4 |
* | Include the topic event in the prejoin state, per MSC3173. (#11666) | Patrick Cloke | 2022-01-04 | 1 | -0/+2 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 1 | -16/+18 |
* | Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582) | Eric Eastwood | 2021-12-16 | 1 | -1/+1 |
* | Add experimental support for MSC3202: allowing application services to masque... | reivilibre | 2021-12-15 | 1 | -0/+5 |
* | Add missing type hints to `synapse.appservice` (#11360) | Patrick Cloke | 2021-12-14 | 1 | -2/+1 |
* | Additional type hints for the config module, part 2. (#11480) | Patrick Cloke | 2021-12-09 | 4 | -19/+27 |
* | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`... | Sean Quah | 2021-12-07 | 2 | -4/+2 |
* | Stabilise support for MSC2918 refresh tokens as they have now been merged int... | reivilibre | 2021-12-06 | 1 | -0/+38 |
* | Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) | Sean Quah | 2021-12-06 | 2 | -2/+4 |
* | Support configuring the lifetime of non-refreshable access tokens separately ... | reivilibre | 2021-12-03 | 1 | -0/+49 |
* | Add MSC3030 experimental client and federation API endpoints to get the close... | Eric Eastwood | 2021-12-02 | 1 | -0/+3 |
* | Additional type hints for config module. (#11465) | Patrick Cloke | 2021-12-01 | 13 | -98/+126 |
* | Add type annotations to some of the configuration surrounding refresh tokens.... | reivilibre | 2021-11-29 | 1 | -2/+5 |
* | Support expiry of refresh tokens and expiry of the overall session when refre... | reivilibre | 2021-11-26 | 1 | -17/+7 |
* | Rename unstable `access_token_lifetime` configuration option to `refreshable_... | reivilibre | 2021-11-23 | 1 | -8/+15 |
* | Add missing type hints to config base classes (#11377) | Patrick Cloke | 2021-11-23 | 7 | -99/+162 |
* | Add config for customizing the claim used for JWT logins. (#11361) | Kostas | 2021-11-22 | 1 | -0/+9 |
* | Add an admin API to run background jobs. (#11352) | Dirk Klimpel | 2021-11-19 | 1 | -2/+2 |
* | Fix checking whether a room can be published on creation. (#11392) | Patrick Cloke | 2021-11-19 | 1 | -22/+28 |
* | Remove dead code from acme support. (#11393) | Patrick Cloke | 2021-11-19 | 1 | -50/+0 |
* | Remove legacy code related to deprecated `trust_identity_server_for_password_... | Shay | 2021-11-18 | 2 | -29/+8 |
* | Docs: Quote wildcard `federation_certificate_verification_whitelist` (#11381) | Nicolai Søborg | 2021-11-18 | 1 | -2/+2 |
* | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 2021-11-08 | 8 | -54/+53 |
* | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 1 | -3/+15 |
* | Support for serving server well-known files (#11211) | Richard van der Hoff | 2021-11-01 | 1 | -0/+19 |
* | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 2021-10-22 | 1 | -1/+8 |
* | Fix synapse.config module "read" command (#11145) | Jason Robinson | 2021-10-22 | 1 | -13/+33 |
* | Add a thread relation type per MSC3440. (#11088) | Patrick Cloke | 2021-10-21 | 1 | -0/+2 |
* | Move experimental & retention config out of the server module. (#11070) | Patrick Cloke | 2021-10-15 | 5 | -201/+233 |
* | Port the Password Auth Providers module interface to the new generic interfac... | Azrenbeth | 2021-10-13 | 1 | -30/+23 |
* | Relax `ignore-missing-imports` for modules that have stubs now and update myp... | David Robertson | 2021-10-08 | 1 | -3/+6 |
* | Require direct references to configuration variables. (#10985) | Patrick Cloke | 2021-10-06 | 11 | -73/+33 |
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 2 | -4/+2 |
* | Clean-up type hints in server config (#10915) | Patrick Cloke | 2021-09-28 | 1 | -51/+49 |
* | Fix race conditions when creating media store and config directories (#10913) | Sean Quah | 2021-09-27 | 1 | -7/+2 |
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 1 | -1/+3 |
* | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 1 | -1/+1 |
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 1 | -3/+6 |
* | Remove unnecessary parentheses around tuples returned from methods (#10889) | Andrew Morgan | 2021-09-23 | 1 | -1/+1 |
* | Always add local users to the user directory (#10796) | David Robertson | 2021-09-21 | 1 | -5/+9 |
* | Require type hints in the handlers module. (#10831) | Patrick Cloke | 2021-09-20 | 1 | -2/+2 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 1 | -2/+2 |
* | Fix copy-paste error in the password section of the sample-config. (#10804) | BramvdnHeuvel | 2021-09-13 | 1 | -1/+1 |
* | Add types to synapse.util. (#10601) | reivilibre | 2021-09-10 | 1 | -16/+17 |
* | Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ... | Sean | 2021-09-09 | 2 | -13/+0 |
* | Request JSON for oEmbed requests (and ignore XML only providers). (#10759) | Patrick Cloke | 2021-09-08 | 1 | -4/+20 |
* | Merge tag 'v1.42.0rc2' into develop | Brendan Abolivier | 2021-09-06 | 3 | -0/+41 |
|\ |
|
| * | Add a warning when using deprecated template_dir settings (#10768) | Brendan Abolivier | 2021-09-06 | 3 | -0/+41 |
* | | Add config option to use non-default manhole password and keys (#10643) | Azrenbeth | 2021-09-06 | 1 | -2/+85 |
* | | Allow configuration of the oEmbed URLs. (#10714) | Patrick Cloke | 2021-08-31 | 2 | -0/+182 |
|/ |
|
* | Merge branch 'master' into develop | Erik Johnston | 2021-08-24 | 1 | -1/+1 |
|\ |
|
| * | Set room version 8 as preferred for restricted rooms. (#10571) | Patrick Cloke | 2021-08-20 | 1 | -1/+1 |
* | | Implement MSC3231: Token authenticated registration (#10142) | Callum Brown | 2021-08-21 | 2 | -0/+26 |
* | | Support MSC3283: Expose `enable_set_displayname` in capabilities (#10452) | Dirk Klimpel | 2021-08-19 | 1 | -0/+3 |
* | | Merge branch 'release-v1.41' into develop | Erik Johnston | 2021-08-18 | 5 | -218/+85 |
|\| |
|
| * | Centralise the custom template directory (#10596) | Brendan Abolivier | 2021-08-17 | 4 | -211/+65 |
| * | Make `PeriodicallyFlushingMemoryHandler` the default logging handler. (#10518) | reivilibre | 2021-08-17 | 1 | -7/+20 |
* | | Port the PresenceRouter module interface to the new generic interface (#10524) | Azrenbeth | 2021-08-17 | 1 | -14/+1 |
|/ |
|
* | Allow using several custom template directories (#10587) | Brendan Abolivier | 2021-08-17 | 4 | -23/+32 |
* | Experimental support for MSC3266 Room Summary API. (#10394) | Michael Telatynski | 2021-08-16 | 1 | -0/+3 |
* | Add a setting to disable TLS for sending email (#10546) | Richard van der Hoff | 2021-08-06 | 1 | -0/+14 |
* | Add warnings to ip_range_blacklist usage with proxies (#10129) | Kento Okamoto | 2021-08-03 | 2 | -5/+21 |
* | Make sync response cache time configurable. (#10513) | Richard van der Hoff | 2021-08-03 | 1 | -0/+13 |
* | Revert use of PeriodicallyFlushingMemoryHandler by default (#10515) | reivilibre | 2021-08-03 | 1 | -4/+1 |
* | Allow setting transaction limit for db connections (#10440) | Toni Spets | 2021-08-02 | 1 | -0/+4 |
* | Support for MSC2285 (hidden read receipts) (#10413) | Šimon Brandner | 2021-07-28 | 1 | -0/+3 |
* | Add a PeriodicallyFlushingMemoryHandler to prevent logging silence (#10407) | reivilibre | 2021-07-27 | 1 | -1/+4 |
* | Update the notification email subject when invited to a space. (#10426) | Patrick Cloke | 2021-07-21 | 1 | -1/+3 |
* | MSC3244 room capabilities implementation (#10283) | Michael Telatynski | 2021-07-20 | 1 | -0/+3 |
* | Port the ThirdPartyEventRules module interface to the new generic interface (... | Brendan Abolivier | 2021-07-20 | 1 | -15/+0 |
* | [pyupgrade] `synapse/` (#10348) | Jonathan de Jong | 2021-07-19 | 2 | -5/+3 |
* | Add a module type for account validity (#9884) | Brendan Abolivier | 2021-07-16 | 1 | -87/+15 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 12 | -28/+26 |
* | Remove functionality associated with unused historical stats tables (#9721) | Cristina | 2021-07-08 | 1 | -9/+0 |
* | Update links to documentation in sample config (#10287) | Dirk Klimpel | 2021-07-07 | 13 | -24/+26 |
* | Add support for evicting cache entries based on last access time. (#10205) | Erik Johnston | 2021-07-05 | 2 | -29/+43 |
* | MSC2918 Refresh tokens implementation (#9450) | Quentin Gliech | 2021-06-24 | 1 | -0/+21 |
* | Warn users trying to use the deprecated spam checker interface (#10210) | Brendan Abolivier | 2021-06-22 | 1 | -0/+15 |
* | Add endpoints for backfilling history (MSC2716) (#9247) | Eric Eastwood | 2021-06-22 | 1 | -0/+3 |
* | Implement config option `sso.update_profile_information` (#10108) | jkanefendt | 2021-06-21 | 1 | -0/+15 |
* | Fix performance of responding to user key requests over federation (#10221) | Erik Johnston | 2021-06-21 | 1 | -0/+2 |
* | Ensure that errors during startup are written to the logs and the console. (#... | Richard van der Hoff | 2021-06-21 | 1 | -3/+1 |
* | Standardise the module interface (#10062) | Brendan Abolivier | 2021-06-18 | 4 | -17/+54 |
* | Remove support for ACME v1 (#10194) | Brendan Abolivier | 2021-06-17 | 3 | -151/+6 |
* | Always require users to re-authenticate for dangerous operations. (#10184) | Patrick Cloke | 2021-06-16 | 1 | -0/+4 |
* | Remove the experimental flag for knocking and use stable prefixes / endpoints... | Patrick Cloke | 2021-06-15 | 1 | -7/+0 |
* | Fix 'ip_range_whitelist' not working for federation servers (#10115) | Michael Kutzner | 2021-06-15 | 1 | -12/+15 |
* | Mention that you need to configure max upload size in reverse proxy as well (... | Aaron Raimist | 2021-06-10 | 1 | -0/+4 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 2 | -1/+7 |
* | Remove redundant code to reload tls cert (#10054) | Richard van der Hoff | 2021-05-27 | 1 | -19/+3 |
* | Remove the experimental spaces enabled flag. (#10063) | Patrick Cloke | 2021-05-26 | 1 | -23/+0 |
* | Add missing type hints to synapse.util (#9982) | Patrick Cloke | 2021-05-24 | 1 | -1/+7 |
* | Remove tls_fingerprints option (#9280) | Jerin J Titus | 2021-05-24 | 1 | -50/+0 |
* | Enable experimental spaces by default. (#10011) | Patrick Cloke | 2021-05-24 | 2 | -2/+19 |
* | Remove superfluous call to bool() (#9986) | Dan Callahan | 2021-05-14 | 1 | -1/+1 |
* | Support enabling opentracing by user (#9978) | Richard van der Hoff | 2021-05-14 | 1 | -6/+31 |
* | Send the `m.room.create` stripped event with invites (support MSC1772). (#9966) | Patrick Cloke | 2021-05-11 | 1 | -4/+2 |
* | Merge branch 'master' into develop | Brendan Abolivier | 2021-05-11 | 1 | -2/+2 |
|\ |
|
| * | Merge pull request from GHSA-x345-32rc-8h85 | Richard van der Hoff | 2021-05-11 | 1 | -2/+2 |
* | | Add config option to hide device names over federation (#9945) | Aaron Raimist | 2021-05-11 | 1 | -0/+10 |
* | | Optionally track memory usage of each LruCache (#9881) | Erik Johnston | 2021-05-05 | 1 | -0/+11 |
* | | Limit how often GC happens by time. (#9902) | Erik Johnston | 2021-05-05 | 1 | -1/+30 |
* | | Add port parameter to the sample config for psycopg2 args (#9911) | Andrew Morgan | 2021-05-04 | 1 | -0/+1 |
|/ |
|
* | Improved validation for received requests (#9817) | Richard van der Hoff | 2021-04-23 | 1 | -1/+2 |
* | Allow OIDC cookies to work on non-root public baseurls (#9726) | Andrew Morgan | 2021-04-23 | 1 | -4/+4 |
* | Split presence out of master (#9820) | Erik Johnston | 2021-04-23 | 1 | -1/+26 |
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 1 | -2/+2 |
* | Rename handler and config modules which end in handler/config. (#9816) | Patrick Cloke | 2021-04-20 | 7 | -17/+27 |
* | Port "Allow users to click account renewal links multiple times without hitti... | Andrew Morgan | 2021-04-19 | 5 | -131/+170 |
* | More robust handling of the Content-Type header for thumbnail generation (#9788) | rkfg | 2021-04-14 | 1 | -0/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 37 | -37/+0 |
* | Bump black configuration to target py36 (#9781) | Dan Callahan | 2021-04-13 | 1 | -1/+1 |
* | Bugbear: Add Mutable Parameter fixes (#9682) | Jonathan de Jong | 2021-04-08 | 1 | -2/+4 |
* | Add a Synapse Module for configuring presence update routing (#9491) | Andrew Morgan | 2021-04-06 | 1 | -3/+36 |
* | Add an experimental room version to support restricted join rules. (#9717) | Patrick Cloke | 2021-03-31 | 1 | -1/+6 |
* | Make sample config allowed_local_3pids regex stricter. (#9719) | Denis Kasak | 2021-03-31 | 1 | -2/+2 |
* | Include m.room.create in invite_room_state for Spaces (#9710) | Richard van der Hoff | 2021-03-30 | 1 | -0/+4 |
* | Replace `room_invite_state_types` with `room_prejoin_state` (#9700) | Richard van der Hoff | 2021-03-30 | 1 | -23/+112 |
* | Update the OIDC sample config (#9695) | Richard van der Hoff | 2021-03-29 | 1 | -31/+3 |
* | Make it possible to use dmypy (#9692) | Erik Johnston | 2021-03-26 | 1 | -2/+4 |
* | Increase default join burst ratelimiting (#9674) | Erik Johnston | 2021-03-23 | 1 | -4/+4 |
* | Merge branch 'develop' into babolivier/msc3026 | Brendan Abolivier | 2021-03-19 | 1 | -0/+2 |
|\ |
|
| * | Initial spaces summary API (#9643) | Richard van der Hoff | 2021-03-18 | 1 | -0/+3 |
* | | Move support for MSC3026 behind an experimental flag | Brendan Abolivier | 2021-03-18 | 1 | -0/+2 |
|/ |
|
* | Enable flake8-bugbear, but disable most checks. (#9499) | Jonathan de Jong | 2021-03-16 | 6 | -6/+20 |
* | Add SSO attribute requirements for OIDC providers (#9609) | Hubbe | 2021-03-16 | 1 | -1/+39 |
* | Add support for stable MSC2858 API (#9617) | Richard van der Hoff | 2021-03-16 | 1 | -2/+11 |
* | Clean up config settings for stats (#9604) | Richard van der Hoff | 2021-03-16 | 1 | -17/+28 |
* | JWT OIDC secrets for Sign in with Apple (#9549) | Richard van der Hoff | 2021-03-09 | 3 | -11/+118 |
* | Fix additional type hints. (#9543) | Patrick Cloke | 2021-03-09 | 1 | -1/+4 |
* | quick config comment tweak to clarify allow_profile_lookup_over_federation | Matthew Hodgson | 2021-03-08 | 1 | -2/+1 |
* | Clean up `ShardedWorkerHandlingConfig` (#9466) | Erik Johnston | 2021-02-24 | 5 | -21/+116 |
* | Remove vestiges of uploads_path config (#9462) | Richard van der Hoff | 2021-02-22 | 1 | -1/+0 |
* | Clean up the user directory sample config section (#9385) | Andrew Morgan | 2021-02-22 | 1 | -32/+37 |
* | Ratelimit cross-user key sharing requests. (#8957) | Patrick Cloke | 2021-02-19 | 1 | -0/+10 |
* | Add documentation and type hints to parse_duration. (#9432) | Patrick Cloke | 2021-02-19 | 1 | -2/+15 |
* | Add a config option to prioritise local users in user directory search result... | Andrew Morgan | 2021-02-19 | 1 | -0/+9 |
* | Add configs to make profile data more private (#9203) | AndrewFerr | 2021-02-19 | 2 | -0/+24 |
* | Parse ui_auth.session_timeout as a duration (instead of treating it as ms) (#... | Rishabh Arya | 2021-02-18 | 1 | -4/+6 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 10 | -28/+55 |
* | Fix some typos. | Patrick Cloke | 2021-02-12 | 2 | -2/+2 |
* | Merge tag 'v1.27.0rc2' into develop | Patrick Cloke | 2021-02-11 | 7 | -26/+52 |
|\ |
|
| * | Backout changes for automatically calculating the public baseurl. (#9313) | Patrick Cloke | 2021-02-11 | 7 | -26/+52 |
* | | Combine the CAS & SAML implementations for required attributes. (#9326) | Patrick Cloke | 2021-02-11 | 3 | -23/+53 |
* | | Fix escaping of braces in OIDC sample config. (#9317) | Patrick Cloke | 2021-02-04 | 1 | -5/+5 |
* | | Merge branch 'social_login_hotfixes' into develop | Richard van der Hoff | 2021-02-03 | 1 | -10/+4 |
|\| |
|
| * | Clarify documentation about escaping URLs in templates. (#9310) | Patrick Cloke | 2021-02-03 | 1 | -10/+4 |
* | | config: Add detail to auto_join_rooms comment (#9291) | dykstranet | 2021-02-03 | 1 | -0/+2 |
* | | Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240) | Patrick Cloke | 2021-02-03 | 2 | -27/+91 |
|/ |
|
* | Put SAML callback URI under /_synapse/client. (#9289) | Richard van der Hoff | 2021-02-02 | 1 | -4/+4 |