| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename `get_access_token_for_user_id` method to `create_access_token_for_user... | reivilibre | 2021-11-17 | 2 | -3/+3 |
* | Avoid sharing room hierarchy responses between users (#11355) | Sean Quah | 2021-11-16 | 1 | -2/+9 |
* | Properly register all callback hooks for legacy password authentication provi... | reivilibre | 2021-11-16 | 1 | -13/+13 |
* | Test room alias deletion (#11327) | David Robertson | 2021-11-12 | 1 | -1/+5 |
* | Convert delete room admin API to async endpoint (#11223) | Dirk Klimpel | 2021-11-12 | 2 | -9/+293 |
* | Add missing type hints to `synapse.app`. (#11287) | Patrick Cloke | 2021-11-10 | 1 | -2/+2 |
* | Remove redundant parameters on `_check_event_auth` (#11292) | Richard van der Hoff | 2021-11-10 | 1 | -10/+0 |
* | Clarifications and small fixes to to-device related code (#11247) | Andrew Morgan | 2021-11-09 | 2 | -8/+47 |
* | Allow admins to proactively block rooms (#11228) | David Robertson | 2021-11-09 | 1 | -11/+40 |
* | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 4 | -15/+21 |
* | Include cross-signing signatures when syncing remote devices for the first ti... | Erik Johnston | 2021-11-09 | 1 | -86/+125 |
* | Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) | Eric Eastwood | 2021-11-08 | 1 | -1/+1 |
* | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 2021-11-08 | 1 | -4/+0 |
* | Make minor correction to type of auth_checkers callbacks (#11253) | reivilibre | 2021-11-04 | 1 | -1/+3 |
* | Add a linearizer on (appservice, stream) when handling ephemeral events. (#11... | Nick Barrett | 2021-11-03 | 1 | -18/+51 |
* | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 1 | -3/+3 |
* | Add remaining type hints to `synapse.events`. (#11098) | Patrick Cloke | 2021-11-02 | 5 | -8/+16 |
* | Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral... | Andrew Morgan | 2021-11-02 | 1 | -5/+17 |
* | Add knock information in admin exported data (#11171) | Rafael Gonçalves | 2021-10-28 | 1 | -0/+22 |
* | Annotate `log_function` decorator (#10943) | reivilibre | 2021-10-27 | 4 | -2/+8 |
* | Refactor `Filter` to handle fields according to data being filtered. (#11194) | Patrick Cloke | 2021-10-27 | 3 | -8/+8 |
* | Include the stable identifier for MSC3288. (#11187) | Patrick Cloke | 2021-10-27 | 1 | -0/+2 |
* | Implement an `on_new_event` callback (#11126) | Brendan Abolivier | 2021-10-26 | 2 | -4/+7 |
* | Fix cyclic import in the module API (#11180) | Brendan Abolivier | 2021-10-25 | 1 | -2/+4 |
* | Don't set new room alias before potential 403 (#10930) | AndrewFerr | 2021-10-25 | 2 | -11/+11 |
* | Ensure that we correctly auth events returned by `send_join` (#11012) | Richard van der Hoff | 2021-10-25 | 1 | -86/+60 |
* | Fix adding excluded users to the private room sharing tables when joining a r... | David Robertson | 2021-10-21 | 1 | -15/+13 |
* | Improve docstrings for methods related to sending EDUs to application service... | Andrew Morgan | 2021-10-21 | 5 | -21/+131 |
* | Consider IP whitelist for identity server resolution (#11120) | Robert Edström | 2021-10-20 | 1 | -1/+3 |
* | Clean up `_update_auth_events_and_context_for_auth` (#11122) | Richard van der Hoff | 2021-10-20 | 1 | -114/+37 |
* | Merge branch 'master' into develop | Sean Quah | 2021-10-20 | 1 | -4/+0 |
|\ |
|
| * | Revert change to counting of deactivated users towards the monthly active use... | Sean Quah | 2021-10-20 | 1 | -4/+0 |
* | | Move _persist_auth_tree into FederationEventHandler (#11115) | Richard van der Hoff | 2021-10-19 | 2 | -125/+119 |
* | | Rename `_auth_and_persist_fetched_events` (#11116) | Richard van der Hoff | 2021-10-19 | 1 | -14/+9 |
* | | Add missing type hints to synapse.api. (#11109) | Patrick Cloke | 2021-10-18 | 1 | -1/+1 |
* | | Check auth on received events' auth_events (#11001) | Richard van der Hoff | 2021-10-18 | 1 | -2/+97 |
* | | Check *all* auth events for room id and rejection (#11009) | Richard van der Hoff | 2021-10-18 | 3 | -16/+13 |
* | | `_run_push_actions_and_persist_event`: handle no min_depth (#11014) | Richard van der Hoff | 2021-10-18 | 1 | -10/+18 |
* | | Don't remove local users from dir when the leave their last room (#11103) | David Robertson | 2021-10-18 | 1 | -5/+8 |
* | | Correctly exclude users when making a room public or private (#11075) | David Robertson | 2021-10-15 | 1 | -4/+7 |
* | | Move experimental & retention config out of the server module. (#11070) | Patrick Cloke | 2021-10-15 | 1 | -5/+8 |
* | | Fix 500 error on `/messages` when we accumulate more than 5 backward extremit... | Eric Eastwood | 2021-10-14 | 2 | -12/+14 |
* | | Resolve and share `state_groups` for all historical events in batch (MSC2716)... | Eric Eastwood | 2021-10-13 | 2 | -33/+64 |
* | | Rearrange the user_directory's `_handle_deltas` function (#11035) | David Robertson | 2021-10-13 | 1 | -57/+78 |
* | | Add type hints to synapse.events.*. (#11066) | Patrick Cloke | 2021-10-13 | 1 | -2/+20 |
* | | Port the Password Auth Providers module interface to the new generic interfac... | Azrenbeth | 2021-10-13 | 1 | -140/+388 |
* | | Add type hints to `synapse.storage.databases.main.client_ips` (#10972) | Sean Quah | 2021-10-12 | 1 | -2/+13 |
|/ |
|
* | Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974) | Eric Eastwood | 2021-10-08 | 1 | -0/+423 |
* | Fix overwriting profile when making room public (#11003) | David Robertson | 2021-10-08 | 1 | -29/+34 |
* | Remove the deprecated BaseHandler. (#11005) | Patrick Cloke | 2021-10-08 | 21 | -214/+69 |
* | Don't alter directory entries for local users when setting a per-room nicknam... | David Robertson | 2021-10-07 | 1 | -7/+13 |
* | Improve the logging in _auth_and_persist_outliers (#11010) | Richard van der Hoff | 2021-10-07 | 1 | -1/+4 |
* | Add a comment in _process_received_pdu (#11011) | Richard van der Hoff | 2021-10-07 | 1 | -0/+3 |
* | Add a spamchecker method to allow or deny 3pid invites (#10894) | Brendan Abolivier | 2021-10-06 | 1 | -0/+12 |
* | Require direct references to configuration variables. (#10985) | Patrick Cloke | 2021-10-06 | 2 | -8/+7 |
* | Add a spamchecker callback to allow or deny room joins (#10910) | Brendan Abolivier | 2021-10-06 | 2 | -0/+33 |
* | Don't drop user dir deltas when server leaves room (#10982) | David Robertson | 2021-10-06 | 1 | -1/+1 |
* | Fix logic flaw preventing tracking of MSC2716 events in existing room version... | Eric Eastwood | 2021-10-05 | 1 | -3/+2 |
* | Host `cache_joined_hosts_for_event` to caller (#10986) | Richard van der Hoff | 2021-10-05 | 1 | -10/+8 |
* | `_update_auth_events_and_context_for_auth`: add some comments (#10987) | Richard van der Hoff | 2021-10-05 | 1 | -0/+26 |
* | `_check_event_auth`: move event validation earlier (#10988) | Richard van der Hoff | 2021-10-05 | 1 | -4/+9 |
* | Add functionality to remove deactivated users from the monthly_active_users t... | Hillery Shay | 2021-10-04 | 1 | -0/+4 |
* | Consistently exclude from user_directory (#10960) | David Robertson | 2021-10-04 | 1 | -18/+9 |
* | Use direct references for configuration variables (part 7). (#10959) | Patrick Cloke | 2021-10-04 | 6 | -16/+28 |
* | Clean-up registration tests (#10945) | Patrick Cloke | 2021-09-30 | 1 | -1/+3 |
* | Strip "join_authorised_via_users_server" from join events which do not need i... | Patrick Cloke | 2021-09-30 | 2 | -3/+16 |
* | Merge tag 'v1.44.0rc2' into develop | Olivier Wilkinson (reivilibre) | 2021-09-30 | 2 | -10/+7 |
|\ |
|
| * | Fix event context for outliers in important MSC2716 spot (#10938) | Eric Eastwood | 2021-09-30 | 1 | -9/+4 |
| * | Fix issue causing sending presence to ASes to fail (due to incomplete type an... | reivilibre | 2021-09-30 | 1 | -1/+3 |
* | | Pass str to twisted's IReactorTCP (#10895) | David Robertson | 2021-09-30 | 1 | -2/+7 |
* | | Split `event_auth.check` into two parts (#10940) | Richard van der Hoff | 2021-09-29 | 5 | -30/+45 |
* | | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 11 | -25/+33 |
* | | Use `RoomVersion` objects (#10934) | Richard van der Hoff | 2021-09-29 | 3 | -28/+49 |
* | | Ensure `(room_id, next_batch_id)` is unique to avoid cross-talk/conflicts bet... | Eric Eastwood | 2021-09-28 | 1 | -0/+34 |
* | | Inline `_check_event_auth` for outliers (#10926) | Richard van der Hoff | 2021-09-28 | 1 | -57/+36 |
* | | Clean-up type hints in server config (#10915) | Patrick Cloke | 2021-09-28 | 1 | -4/+4 |
|/ |
|
* | Add a spamchecker callback to allow or deny room creation based on invites (#... | Brendan Abolivier | 2021-09-24 | 1 | -4/+10 |
* | Stop trying to auth/persist events whose auth events we do not have. (#10907) | Richard van der Hoff | 2021-09-24 | 1 | -8/+16 |
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 12 | -32/+37 |
* | Factor out common code for persisting fetched auth events (#10896) | Richard van der Hoff | 2021-09-24 | 1 | -55/+48 |
* | Simplify `_auth_and_persist_fetched_events` (#10901) | Richard van der Hoff | 2021-09-24 | 1 | -69/+22 |
* | Factor out `_get_remote_auth_chain_for_event` from `_update_auth_events_and_c... | Richard van der Hoff | 2021-09-23 | 1 | -52/+72 |
* | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 3 | -3/+3 |
* | Fix reactivated users not being added to the user directory (#10782) | David Robertson | 2021-09-23 | 1 | -3/+6 |
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 9 | -37/+45 |
* | Remove unnecessary parentheses around tuples returned from methods (#10889) | Andrew Morgan | 2021-09-23 | 6 | -9/+9 |
* | Factor out a separate `EventContext.for_outlier` (#10883) | Richard van der Hoff | 2021-09-22 | 2 | -10/+6 |
* | Ensure we mark sent knocks as outliers (#10873) | Richard van der Hoff | 2021-09-22 | 1 | -0/+7 |
* | Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint... | Eric Eastwood | 2021-09-21 | 1 | -1/+1 |
* | Add type hints for event streams. (#10856) | Patrick Cloke | 2021-09-21 | 8 | -23/+56 |
* | Always add local users to the user directory (#10796) | David Robertson | 2021-09-21 | 3 | -20/+14 |
* | Allow sending a membership event to unban a user (#10807) | Aaron Raimist | 2021-09-21 | 1 | -1/+1 |
* | Require type hints in the handlers module. (#10831) | Patrick Cloke | 2021-09-20 | 32 | -293/+188 |
* | Merge branch 'release-v1.43' into develop | David Robertson | 2021-09-17 | 1 | -126/+141 |
|\ |
|
| * | Cleanup opentracing logging for syncs (#10828) | Erik Johnston | 2021-09-15 | 1 | -126/+141 |
* | | Use direct references for some configuration variables (part 2) (#10812) | Patrick Cloke | 2021-09-15 | 3 | -8/+8 |
* | | Name the type of token in "Invalid token" messages (#10815) | David Robertson | 2021-09-14 | 1 | -1/+1 |
|/ |
|
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 18 | -37/+37 |
* | Add types to synapse.util. (#10601) | reivilibre | 2021-09-10 | 4 | -3/+8 |
* | Handle room upgrades for spaces (#10774) | Patrick Cloke | 2021-09-10 | 1 | -2/+17 |
* | Easy refactors of the user directory (#10789) | David Robertson | 2021-09-10 | 3 | -30/+41 |
* | Ask consent on SSO registration with default mxid (#10733) | AndrewFerr | 2021-09-10 | 1 | -21/+60 |
* | Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ... | Sean | 2021-09-09 | 4 | -10/+0 |
* | Get rid of `_auth_and_persist_event` (#10781) | Richard van der Hoff | 2021-09-08 | 1 | -60/+30 |
* | Add a constant for m.federate. (#10775) | Patrick Cloke | 2021-09-08 | 4 | -6/+14 |
* | Add some assertions about outliers (#10773) | Richard van der Hoff | 2021-09-08 | 1 | -71/+77 |
* | Persist auth events before the events that rely on them (#10771) | Richard van der Hoff | 2021-09-08 | 1 | -36/+65 |
* | Return stripped m.space.child events via the space summary. (#10760) | Patrick Cloke | 2021-09-07 | 1 | -14/+12 |
* | Underscore-prefix private fields in `FederationEventHandler` (#10746) | Richard van der Hoff | 2021-09-07 | 1 | -71/+73 |
* | Add logging to help debug #9424 (#10704) | Azrenbeth | 2021-09-06 | 1 | -13/+54 |
* | Stop using BaseHandler in `FederationEventHandler` (#10745) | Richard van der Hoff | 2021-09-06 | 1 | -9/+10 |
* | Move `maybe_kick_guest_users` out of `BaseHandler` (#10744) | Richard van der Hoff | 2021-09-06 | 7 | -85/+115 |
* | Allow room creator to send MSC2716 related events in existing room versions (... | Eric Eastwood | 2021-09-04 | 2 | -5/+33 |
* | Raise an error if an unknown preset is used to create a room. (#10738) | Patrick Cloke | 2021-09-03 | 1 | -1/+6 |
* | Ignore rooms with unknown room versions in the spaces summary. (#10727) | Patrick Cloke | 2021-09-01 | 1 | -2/+14 |
* | Consider the `origin_server_ts` of the `m.space.child` event when ordering ro... | Patrick Cloke | 2021-09-01 | 1 | -7/+8 |
* | Populate `rooms.creator` field for easy lookup (#10697) | Eric Eastwood | 2021-09-01 | 1 | -0/+1 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2021-08-31 | 1 | -3/+20 |
|\ |
|
| * | Merge pull request from GHSA-3x4c-pq33-4w3q | reivilibre | 2021-08-31 | 1 | -3/+20 |
* | | Merge remote-tracking branch 'origin/release-v1.41' into develop | Richard van der Hoff | 2021-08-27 | 1 | -18/+47 |
|\| |
|
| * | Fix incompatibility with Twisted < 21. (#10713) | Richard van der Hoff | 2021-08-27 | 1 | -18/+47 |
* | | Split `FederationHandler` in half (#10692) | Richard van der Hoff | 2021-08-26 | 2 | -1765/+1847 |
* | | Make `backfill` and `get_missing_events` use the same codepath (#10645) | Richard van der Hoff | 2021-08-26 | 1 | -233/+40 |
* | | Remove pushers when deleting 3pid from account (#10581) | Azrenbeth | 2021-08-26 | 1 | -1/+4 |
* | | Additional type hints for REST servlets (part 2). (#10674) | Patrick Cloke | 2021-08-26 | 1 | -0/+5 |
* | | Persist room hierarchy pagination sessions to the database. (#10613) | Patrick Cloke | 2021-08-24 | 1 | -38/+38 |
* | | Correctly initialise the `synapse_user_logins` metric. (#10677) | Richard van der Hoff | 2021-08-24 | 2 | -0/+20 |
* | | Enforce the max length for per-room display names / avatar URLs. (#10654) | Azrenbeth | 2021-08-23 | 1 | -1/+16 |
* | | Additional type hints for the sync REST servlet. (#10666) | Patrick Cloke | 2021-08-23 | 1 | -10/+11 |
* | | Implement MSC3231: Token authenticated registration (#10142) | Callum Brown | 2021-08-21 | 2 | -0/+70 |
* | | Split `on_receive_pdu` in half (#10640) | Richard van der Hoff | 2021-08-19 | 1 | -98/+138 |
* | | Extract `_resolve_state_at_missing_prevs` (#10624) | Richard van der Hoff | 2021-08-19 | 1 | -105/+124 |
* | | Do not include rooms with an unknown room version in a sync response. (#10644) | Patrick Cloke | 2021-08-19 | 1 | -2/+5 |
* | | Convert room member storage tuples to attrs. (#10629) | Patrick Cloke | 2021-08-18 | 2 | -9/+11 |
* | | Display an error page during failure of fallback UIA. (#10561) | Callum Brown | 2021-08-18 | 2 | -12/+21 |
* | | Refactor `on_receive_pdu` code (#10615) | Richard van der Hoff | 2021-08-18 | 1 | -134/+137 |
* | | Use auto-attribs for attrs classes for sync. (#10630) | Patrick Cloke | 2021-08-18 | 1 | -78/+78 |
* | | Stop setting the outlier flag for things that aren't (#10614) | Richard van der Hoff | 2021-08-17 | 1 | -7/+2 |
|/ |
|
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -3/+3 |
* | Experimental support for MSC3266 Room Summary API. (#10394) | Michael Telatynski | 2021-08-16 | 1 | -16/+71 |
* | Clean up some logging in the federation event handler (#10591) | Richard van der Hoff | 2021-08-16 | 1 | -28/+24 |
* | Support federation in the new spaces summary API (MSC2946). (#10569) | Patrick Cloke | 2021-08-16 | 1 | -42/+216 |
* | Handle string read receipt data (#10606) | Šimon Brandner | 2021-08-16 | 1 | -1/+8 |
* | Update the pagination parameter name based on MSC2946 review. (#10579) | Patrick Cloke | 2021-08-11 | 1 | -3/+3 |
* | Allow requesting the summary of a space which is joinable. (#10580) | Patrick Cloke | 2021-08-11 | 1 | -13/+18 |
* | Expire old spaces summary pagination sessions. (#10574) | Patrick Cloke | 2021-08-11 | 1 | -1/+23 |
* | Clarify error message when joining a restricted room. (#10572) | Patrick Cloke | 2021-08-11 | 1 | -1/+1 |
* | Add local support for the new spaces summary endpoint (MSC2946) (#10549) | Patrick Cloke | 2021-08-10 | 1 | -3/+198 |
* | Fix an edge-case with invited rooms over federation in the spaces summary. (#... | Patrick Cloke | 2021-08-10 | 1 | -43/+50 |
* | Do not remove `status_msg` when user going offline (#10550) | Dirk Klimpel | 2021-08-09 | 1 | -7/+4 |
* | Merge branch 'release-v1.40' into develop | Brendan Abolivier | 2021-08-09 | 1 | -1/+1 |
|\ |
|
| * | Support MSC3289: Room version 8 (#10449) | Patrick Cloke | 2021-08-09 | 1 | -1/+1 |
* | | Fix exceptions in logs when failing to get remote room list (#10541) | Erik Johnston | 2021-08-06 | 1 | -18/+28 |
* | | Clean up federation event auth code (#10539) | Richard van der Hoff | 2021-08-06 | 1 | -52/+66 |
* | | Update the API response for spaces summary over federation. (#10530) | Patrick Cloke | 2021-08-06 | 1 | -19/+38 |
* | | Add a setting to disable TLS for sending email (#10546) | Richard van der Hoff | 2021-08-06 | 1 | -17/+77 |
* | | Refactoring before implementing the updated spaces summary. (#10527) | Patrick Cloke | 2021-08-05 | 1 | -49/+76 |
* | | Only return an appservice protocol if it has a service providing it. (#10532) | Will Hunt | 2021-08-05 | 1 | -4/+3 |
* | | Send unstable-prefixed room_type in store-invite IS API requests (#10435) | Michael Telatynski | 2021-08-04 | 2 | -1/+18 |
* | | Add support for MSC2716 marker events (#10498) | Eric Eastwood | 2021-08-04 | 1 | -6/+113 |
* | | Make sync response cache time configurable. (#10513) | Richard van der Hoff | 2021-08-03 | 1 | -3/+11 |
* | | Include room ID in ignored EDU log messages (#10507) | Dagfinn Ilmari Mannsåker | 2021-08-03 | 2 | -2/+4 |
|/ |
|
* | Make historical events discoverable from backfill for servers without any scr... | Eric Eastwood | 2021-07-28 | 2 | -2/+5 |
* | Merge tag 'v1.39.0rc3' into develop | Erik Johnston | 2021-07-28 | 2 | -2/+4 |
|\ |
|
| * | Fix import of the default SAML mapping provider. (#10477) | Jason Robinson | 2021-07-27 | 1 | -2/+0 |
| * | Always communicate device OTK counts to clients (#10485) | Andrew Morgan | 2021-07-27 | 1 | -0/+4 |
* | | Support for MSC2285 (hidden read receipts) (#10413) | Šimon Brandner | 2021-07-28 | 2 | -6/+59 |
* | | Update the MSC3083 support to verify if joins are from an authorized server. ... | Patrick Cloke | 2021-07-26 | 3 | -22/+292 |
|/ |
|
* | Port the ThirdPartyEventRules module interface to the new generic interface (... | Brendan Abolivier | 2021-07-20 | 3 | -13/+9 |
* | Fix exception when failing to get remote room list (#10414) | Erik Johnston | 2021-07-20 | 1 | -1/+5 |
* | [pyupgrade] `synapse/` (#10348) | Jonathan de Jong | 2021-07-19 | 7 | -33/+32 |
* | Use inline type hints in `handlers/` and `rest/`. (#10382) | Jonathan de Jong | 2021-07-16 | 29 | -176/+178 |
* | Add a module type for account validity (#9884) | Brendan Abolivier | 2021-07-16 | 2 | -2/+131 |
* | Fix a number of logged errors caused by remote servers being down. (#10400) | Erik Johnston | 2021-07-15 | 3 | -19/+37 |
* | Show all joinable rooms in the spaces summary. (#10298) | Patrick Cloke | 2021-07-13 | 1 | -20/+48 |
* | Add base starting insertion event when no chunk ID is provided (MSC2716) (#10... | Eric Eastwood | 2021-07-08 | 1 | -0/+8 |
* | Remove functionality associated with unused historical stats tables (#9721) | Cristina | 2021-07-08 | 1 | -27/+0 |
* | Rebuild event auth when rebuilding an event after a call to a `ThirdPartyEven... | Brendan Abolivier | 2021-07-08 | 1 | -4/+6 |
* | Ignore EDUs for rooms we're not in (#10317) | Dagfinn Ilmari Mannsåker | 2021-07-06 | 2 | -0/+29 |
* | Move methods involving event authentication to EventAuthHandler. (#10268) | Patrick Cloke | 2021-07-01 | 5 | -21/+95 |
* | Add SSO `external_ids` to Query User Account admin API (#10261) | Dirk Klimpel | 2021-07-01 | 1 | -0/+7 |
* | Correct type hints for synapse.event_auth. (#10253) | Patrick Cloke | 2021-06-30 | 1 | -0/+7 |
* | Do not recurse into non-spaces in the spaces summary. (#10256) | Patrick Cloke | 2021-06-29 | 1 | -2/+9 |
* | Return errors from `send_join` etc if the event is rejected (#10243) | Richard van der Hoff | 2021-06-24 | 1 | -7/+39 |
* | Improve validation for `send_{join,leave,knock}` (#10225) | Richard van der Hoff | 2021-06-24 | 1 | -126/+51 |
* | MSC2918 Refresh tokens implementation (#9450) | Quentin Gliech | 2021-06-24 | 2 | -11/+173 |
* | Improve the reliability of auto-joining remote rooms (#10237) | Brendan Abolivier | 2021-06-23 | 1 | -16/+47 |
* | Send out invite rejections and knocks over federation (#10223) | Richard van der Hoff | 2021-06-23 | 1 | -0/+14 |
* | Add endpoints for backfilling history (MSC2716) (#9247) | Eric Eastwood | 2021-06-22 | 2 | -5/+189 |
* | Implement config option `sso.update_profile_information` (#10108) | jkanefendt | 2021-06-21 | 1 | -1/+24 |
* | Check third party rules before persisting knocks over federation (#10212) | Andrew Morgan | 2021-06-21 | 1 | -2/+2 |
* | Fix a missing await when in the spaces summary. (#10208) | Patrick Cloke | 2021-06-18 | 1 | -2/+1 |
* | Standardise the module interface (#10062) | Brendan Abolivier | 2021-06-18 | 1 | -1/+1 |
* | Remove support for ACME v1 (#10194) | Brendan Abolivier | 2021-06-17 | 2 | -244/+0 |
* | Update MSC3083 support per changes in the MSC. (#10189) | Patrick Cloke | 2021-06-17 | 2 | -31/+40 |
* | Ensure that we do not cache empty sync responses after a timeout (#10158) | Richard van der Hoff | 2021-06-17 | 1 | -10/+26 |
* | update black to 21.6b0 (#10197) | Marcus | 2021-06-17 | 1 | -1/+1 |
* | Add fields to better debug where events are being soft_failed (#10168) | Eric Eastwood | 2021-06-17 | 1 | -3/+18 |
* | Always require users to re-authenticate for dangerous operations. (#10184) | Patrick Cloke | 2021-06-16 | 1 | -1/+6 |
* | Remove support for unstable MSC1772 prefixes. (#10161) | Patrick Cloke | 2021-06-15 | 1 | -13/+3 |
* | Remove the experimental flag for knocking and use stable prefixes / endpoints... | Patrick Cloke | 2021-06-15 | 2 | -8/+3 |
* | Only send a presence state to a destination once (#10165) | Erik Johnston | 2021-06-11 | 1 | -13/+12 |
* | Fix sending presence over federation when using workers (#10163) | Erik Johnston | 2021-06-11 | 1 | -6/+19 |
* | Add metrics to track how often events are `soft_failed` (#10156) | Eric Eastwood | 2021-06-11 | 1 | -0/+7 |
* | Integrate knock rooms with the public rooms directory (#9359) | Andrew Morgan | 2021-06-09 | 1 | -0/+1 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 6 | -67/+495 |
* | Limit the number of in-flight /keys/query requests from a single device. (#10... | Patrick Cloke | 2021-06-09 | 1 | -169/+181 |
* | Add type hints to the federation server transport. (#10080) | Patrick Cloke | 2021-06-08 | 1 | -3/+3 |
* | Handle /backfill returning no events (#10133) | Erik Johnston | 2021-06-08 | 1 | -13/+25 |
* | Always update AS last_pos, even on no events (#10107) | 14mRh4X0r | 2021-06-07 | 1 | -13/+12 |
* | Delete completes to-device messages earlier in /sync (#10124) | Richard van der Hoff | 2021-06-07 | 1 | -10/+11 |
* | Don't try and backfill the same room in parallel. (#10116) | Erik Johnston | 2021-06-04 | 1 | -0/+8 |
* | Limit number of events in a replication request (#10118) | Erik Johnston | 2021-06-04 | 1 | -2/+3 |
* | Do not show invite-only rooms in spaces summary (unless joined/invited). (#10... | Patrick Cloke | 2021-06-02 | 1 | -10/+9 |
* | Make /sync do less state res (#10102) | Erik Johnston | 2021-06-02 | 1 | -2/+2 |
* | add a cache to have_seen_event (#9953) | Richard van der Hoff | 2021-06-01 | 1 | -5/+7 |
* | Limit the number of events sent over replication when persisting events. (#10... | Brendan Abolivier | 2021-05-27 | 1 | -7/+10 |
* | Remove unused properties from the SpaceSummaryHandler. (#10038) | Patrick Cloke | 2021-05-21 | 1 | -2/+0 |
* | Allow a user who could join a restricted room to see it in spaces summary. (#... | Patrick Cloke | 2021-05-20 | 2 | -53/+252 |
* | Refactor checking restricted join rules (#10007) | Patrick Cloke | 2021-05-18 | 3 | -51/+49 |
* | Use a database table to hold the users that should have full presence sent to... | Andrew Morgan | 2021-05-18 | 1 | -26/+110 |
* | Fix the allowed range of valid ordering characters for spaces. (#10002) | Patrick Cloke | 2021-05-17 | 1 | -2/+2 |
* | Clarify comments in the space summary handler. (#9974) | Patrick Cloke | 2021-05-17 | 1 | -5/+46 |
* | Split multiplart email sending into a dedicated handler (#9977) | Brendan Abolivier | 2021-05-17 | 2 | -45/+108 |
* | Correctly ratelimit invites when creating a room (#9968) | Brendan Abolivier | 2021-05-12 | 2 | -7/+45 |
* | Change the format of access tokens away from macaroons (#5588) | Richard van der Hoff | 2021-05-12 | 2 | -10/+22 |
* | Run cache_joined_hosts_for_event in background (#9951) | Erik Johnston | 2021-05-12 | 1 | -5/+40 |
* | Sort child events according to MSC1772 for the spaces summary API. (#9954) | Patrick Cloke | 2021-05-11 | 1 | -2/+69 |
* | Fix `m.room_key_request` to-device messages (#9961) | Richard van der Hoff | 2021-05-11 | 1 | -6/+27 |
* | Improve performance of backfilling in large rooms. (#9935) | Erik Johnston | 2021-05-10 | 1 | -69/+54 |
* | Always cache 'event_to_prev_state_group' (#9950) | Erik Johnston | 2021-05-07 | 1 | -6/+7 |
* | Include the time of the create event in Spaces Summary. (#9928) | Patrick Cloke | 2021-05-05 | 1 | -0/+1 |
* | Increase perf of handling presence when joining large rooms. (#9916) | Erik Johnston | 2021-05-05 | 1 | -72/+82 |
* | Support stable MSC1772 spaces identifiers. (#9915) | Patrick Cloke | 2021-05-05 | 1 | -2/+6 |
* | Don't set the external cache if its been done recently (#9905) | Erik Johnston | 2021-05-05 | 2 | -5/+33 |
* | Use get_current_users_in_room from store and not StateHandler (#9910) | Erik Johnston | 2021-05-05 | 6 | -9/+9 |
* | Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) | Patrick Cloke | 2021-04-29 | 5 | -53/+76 |
* | Merge remote-tracking branch 'origin/release-v1.33.0' into develop | Erik Johnston | 2021-04-28 | 1 | -1/+23 |
|\ |
|
| * | Fix tight loop handling presence replication. (#9900) | Erik Johnston | 2021-04-28 | 1 | -1/+23 |
* | | Add type hints to presence handler (#9885) | Erik Johnston | 2021-04-28 | 1 | -70/+89 |
|/ |
|
* | Use current state table for `presence.get_interested_remotes` (#9887) | Erik Johnston | 2021-04-27 | 1 | -7/+2 |
* | Allow OIDC cookies to work on non-root public baseurls (#9726) | Andrew Morgan | 2021-04-23 | 1 | -5/+17 |
* | Make DomainSpecificString an attrs class (#9875) | Erik Johnston | 2021-04-23 | 1 | -0/+5 |
* | Split presence out of master (#9820) | Erik Johnston | 2021-04-23 | 1 | -20/+36 |
* | Check for space membership during a remote join of a restricted room (#9814) | Patrick Cloke | 2021-04-23 | 3 | -68/+124 |
* | Clear the resync bit after resyncing device lists (#9867) | Richard van der Hoff | 2021-04-22 | 1 | -0/+7 |
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 5 | -8/+18 |
* | Rename handler and config modules which end in handler/config. (#9816) | Patrick Cloke | 2021-04-20 | 3 | -4/+1 |
* | Add presence federation stream (#9819) | Erik Johnston | 2021-04-20 | 1 | -20/+223 |
* | Fix bug where we sent remote presence states to remote servers (#9850) | Erik Johnston | 2021-04-20 | 1 | -3/+8 |