| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix (final) Bugbear violations (#9838) | Jonathan de Jong | 2021-04-20 | 3 | -10/+7 |
* | Port "Allow users to click account renewal links multiple times without hitti... | Andrew Morgan | 2021-04-19 | 2 | -25/+80 |
* | Sanity check identity server passed to bind/unbind. (#9802) | Denis Kasak | 2021-04-19 | 1 | -3/+26 |
* | Don't send normal presence updates over federation replication stream (#9828) | Erik Johnston | 2021-04-19 | 1 | -15/+63 |
* | User directory: use calculated room membership state instead (#9821) | Andrew Morgan | 2021-04-16 | 1 | -7/+8 |
* | Separate creating an event context from persisting it in the federation handl... | Patrick Cloke | 2021-04-14 | 1 | -65/+113 |
* | Revert "Check for space membership during a remote join of a restricted room.... | Patrick Cloke | 2021-04-14 | 3 | -227/+129 |
* | Check for space membership during a remote join of a restricted room. (#9763) | Patrick Cloke | 2021-04-14 | 3 | -129/+227 |
* | Move some replication processing out of generic_worker (#9796) | Erik Johnston | 2021-04-14 | 1 | -0/+246 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 46 | -46/+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 | 5 | -11/+18 |
* | MSC3083: Check for space membership during a local join of restricted rooms. ... | Patrick Cloke | 2021-04-08 | 1 | -1/+74 |
* | Add a Synapse Module for configuring presence update routing (#9491) | Andrew Morgan | 2021-04-06 | 1 | -43/+235 |
* | Add type hints to expiring cache. (#9730) | Patrick Cloke | 2021-04-06 | 3 | -18/+8 |
* | Add type hints to the federation handler and server. (#9743) | Patrick Cloke | 2021-04-06 | 1 | -80/+81 |
* | Update mypy configuration: `no_implicit_optional = True` (#9742) | Jonathan de Jong | 2021-04-05 | 2 | -3/+6 |
* | Improve tracing for to device messages (#9686) | Erik Johnston | 2021-04-01 | 3 | -17/+42 |
* | Replace `room_invite_state_types` with `room_prejoin_state` (#9700) | Richard van der Hoff | 2021-03-30 | 1 | -1/+1 |
* | Make RateLimiter class check for ratelimit overrides (#9711) | Erik Johnston | 2021-03-30 | 7 | -36/+50 |
* | Make it possible to use dmypy (#9692) | Erik Johnston | 2021-03-26 | 1 | -0/+3 |
* | Spaces summary: call out to other servers (#9653) | Richard van der Hoff | 2021-03-24 | 1 | -16/+119 |
* | Add a type hints for service notices to the HomeServer object. (#9675) | Patrick Cloke | 2021-03-24 | 1 | -2/+4 |
* | Federation API for Space summary (#9652) | Richard van der Hoff | 2021-03-23 | 1 | -45/+138 |
* | Import HomeServer from the proper module. (#9665) | Patrick Cloke | 2021-03-23 | 26 | -26/+26 |
* | Incorporate review | Brendan Abolivier | 2021-03-19 | 1 | -1/+1 |
* | Merge branch 'develop' into babolivier/msc3026 | Brendan Abolivier | 2021-03-19 | 2 | -1/+200 |
|\ |
|
| * | Initial spaces summary API (#9643) | Richard van der Hoff | 2021-03-18 | 1 | -0/+199 |
| * | Consistently check whether a password may be set for a user. (#9636) | Dirk Klimpel | 2021-03-18 | 1 | -1/+1 |
* | | Fix lint | Brendan Abolivier | 2021-03-19 | 1 | -7/+6 |
* | | Move support for MSC3026 behind an experimental flag | Brendan Abolivier | 2021-03-18 | 1 | -2/+10 |
* | | Implement MSC3026: busy presence state | Brendan Abolivier | 2021-03-18 | 1 | -1/+2 |
|/ |
|
* | only save remote cross-signing keys if they're different from the current one... | Hubert Chathi | 2021-03-17 | 1 | -4/+18 |
* | Fix bad naming of storage function (#9637) | Erik Johnston | 2021-03-17 | 2 | -3/+5 |
* | Add type hints to the room member handler. (#9631) | Patrick Cloke | 2021-03-17 | 3 | -4/+14 |
* | Add SSO attribute requirements for OIDC providers (#9609) | Hubbe | 2021-03-16 | 1 | -0/+13 |
* | Return m.change_password.enabled=false if local database is disabled (#9588) | Dirk Klimpel | 2021-03-16 | 1 | -0/+13 |
* | Pass SSO IdP information to spam checker's registration function (#9626) | Andrew Morgan | 2021-03-16 | 1 | -2/+2 |
* | Handle an empty cookie as an invalid macaroon. (#9620) | Patrick Cloke | 2021-03-16 | 1 | -1/+2 |
* | Add support for stable MSC2858 API (#9617) | Richard van der Hoff | 2021-03-16 | 4 | -0/+10 |
* | Optimise missing prev_event handling (#9601) | Richard van der Hoff | 2021-03-15 | 1 | -21/+131 |
* | Fix additional type hints from Twisted 21.2.0. (#9591) | Patrick Cloke | 2021-03-12 | 1 | -4/+5 |
* | Improve logging when processing incoming transactions (#9596) | Richard van der Hoff | 2021-03-12 | 1 | -46/+16 |
* | Convert Requester to attrs (#9586) | Richard van der Hoff | 2021-03-10 | 1 | -2/+3 |
* | Fix the auth provider on the logins metric (#9573) | Richard van der Hoff | 2021-03-10 | 1 | -16/+30 |
* | Use the chain cover index in get_auth_chain_ids. (#9576) | Patrick Cloke | 2021-03-10 | 1 | -3/+3 |
* | JWT OIDC secrets for Sign in with Apple (#9549) | Richard van der Hoff | 2021-03-09 | 1 | -5/+96 |
* | Fix additional type hints. (#9543) | Patrick Cloke | 2021-03-09 | 1 | -1/+1 |
* | Add ResponseCache tests. (#9458) | Jonathan de Jong | 2021-03-08 | 4 | -5/+5 |
* | Create a SynapseReactor type which incorporates the necessary reactor interfa... | Patrick Cloke | 2021-03-08 | 1 | -1/+3 |
* | Prometheus metrics for logins and registrations (#9511) | Richard van der Hoff | 2021-03-04 | 2 | -2/+34 |
* | Record the SSO Auth Provider in the login token (#9510) | Richard van der Hoff | 2021-03-04 | 3 | -61/+74 |
* | Prevent presence background jobs from running when presence is disabled (#9530) | Aaron Raimist | 2021-03-03 | 1 | -14/+17 |
* | Revert "Fix #8518 (sync requests being cached wrongly on timeout) (#9358)" | Patrick Cloke | 2021-03-02 | 1 | -2/+1 |
* | Use the proper Request in type hints. (#9515) | Patrick Cloke | 2021-03-01 | 2 | -3/+3 |
* | Ensure pushers are deleted for deactivated accounts (#9285) | Erik Johnston | 2021-02-25 | 1 | -0/+5 |
* | Fix #8518 (sync requests being cached wrongly on timeout) (#9358) | Jonathan de Jong | 2021-02-24 | 1 | -1/+2 |
* | Ratelimit cross-user key sharing requests. (#8957) | Patrick Cloke | 2021-02-19 | 3 | -6/+26 |
* | Fix style checking due to updated black. | Patrick Cloke | 2021-02-19 | 1 | -2/+1 |
* | Be smarter about which hosts to send presence to when processing room joins (... | Andrew Morgan | 2021-02-19 | 1 | -14/+42 |
* | Add configs to make profile data more private (#9203) | AndrewFerr | 2021-02-19 | 2 | -1/+17 |
* | Add back the guard against the user directory stream position not existing. (... | Patrick Cloke | 2021-02-18 | 1 | -0/+4 |
* | Remove dead notify_for_states presence method (#9408) | Andrew Morgan | 2021-02-17 | 1 | -11/+0 |
* | Fix only handling the last presence state for each user (#9425) | Andrew Morgan | 2021-02-17 | 1 | -2/+5 |
* | Support for form_post in OIDC responses (#9376) | Richard van der Hoff | 2021-02-17 | 1 | -22/+52 |
* | Allow OIDC config to override discovered values (#9384) | Richard van der Hoff | 2021-02-16 | 1 | -9/+18 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 29 | -212/+331 |
* | Clean up caching/locking of OIDC metadata load (#9362) | Richard van der Hoff | 2021-02-16 | 1 | -36/+53 |
* | Handle missing data in power levels events during room upgrade. (#9395) | Patrick Cloke | 2021-02-16 | 1 | -5/+8 |
* | Remove dead handled_events set in invite_join (#9394) | Andrew Morgan | 2021-02-12 | 1 | -6/+0 |
* | Fix some typos. | Patrick Cloke | 2021-02-12 | 1 | -1/+1 |
* | Merge tag 'v1.27.0rc2' into develop | Patrick Cloke | 2021-02-11 | 1 | -0/+4 |
|\ |
|
| * | Backout changes for automatically calculating the public baseurl. (#9313) | Patrick Cloke | 2021-02-11 | 1 | -0/+4 |
* | | Combine the CAS & SAML implementations for required attributes. (#9326) | Patrick Cloke | 2021-02-11 | 3 | -51/+86 |
* | | Merge pull request #9150 from Yoric/develop-context | David Teller | 2021-02-08 | 1 | -5/+16 |
|\ \ |
|
| * | | FIXUP: linter | David Teller | 2021-01-28 | 1 | -1/+1 |
| * | | FIXUP: Making get_event_context a bit more paranoid | David Teller | 2021-01-28 | 1 | -2/+8 |
| * | | FIXUP: Removing awaitable | David Teller | 2021-01-28 | 1 | -3/+3 |
| * | | FIXUP: Don't filter events at all for admin/v1/rooms/.../context/... | David Teller | 2021-01-28 | 1 | -6/+4 |
| * | | New API /_synapse/admin/rooms/{roomId}/context/{eventId} | David Teller | 2021-01-28 | 1 | -2/+9 |
* | | | Merge remote-tracking branch 'origin/release-v1.27.0' into social_login_hotfixes | Richard van der Hoff | 2021-02-03 | 2 | -4/+12 |
|\ \ \
| | |/
| |/| |
|
| * | | Honour ratelimit flag for application services for invite ratelimiting (#9302) | Erik Johnston | 2021-02-03 | 2 | -4/+12 |
* | | | Social login UI polish (#9301) | Richard van der Hoff | 2021-02-03 | 1 | -2/+14 |
* | | | Add debug for OIDC flow (#9307) | Richard van der Hoff | 2021-02-03 | 1 | -15/+25 |
* | | | Fix formatting for "bad session" error during sso registration flow (#9296) | Richard van der Hoff | 2021-02-03 | 1 | -3/+16 |
|/ / |
|
* | | Add an admin API to get the current room state (#9168) | Travis Ralston | 2021-02-02 | 1 | -1/+1 |
* | | Put SAML callback URI under /_synapse/client. (#9289) | Richard van der Hoff | 2021-02-02 | 1 | -1/+1 |
* | | Put OIDC callback URI under /_synapse/client. (#9288) | Richard van der Hoff | 2021-02-01 | 1 | -4/+4 |
* | | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-02-01 | 3 | -11/+96 |
|\ \ |
|
| * | | Collect terms consent from the user during SSO registration (#9276) | Richard van der Hoff | 2021-02-01 | 2 | -0/+46 |
| * | | Improve styling and wording of SSO UIA templates (#9286) | Richard van der Hoff | 2021-02-01 | 1 | -1/+3 |
| * | | Make importing display name and email optional (#9277) | Richard van der Hoff | 2021-02-01 | 2 | -10/+47 |
* | | | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-02-01 | 2 | -18/+99 |
|\| | |
|
| * | | Replace username picker with a template (#9275) | Richard van der Hoff | 2021-02-01 | 1 | -1/+1 |
| * | | Improve styling and wording of SSO redirect confirm template (#9272) | Richard van der Hoff | 2021-02-01 | 2 | -2/+32 |
| * | | Split out a separate endpoint to complete SSO registration (#9262) | Richard van der Hoff | 2021-02-01 | 1 | -15/+66 |
* | | | Prevent email UIA failures from raising a LoginError (#9265) | Andrew Morgan | 2021-02-01 | 1 | -10/+0 |
* | | | Ratelimit invites by room and target user (#9258) | Erik Johnston | 2021-01-29 | 3 | -2/+34 |
* | | | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-01-28 | 4 | -26/+40 |
|\| | |
|
| * | | Add 'brand' field to MSC2858 response (#9242) | Richard van der Hoff | 2021-01-27 | 4 | -2/+12 |
| * | | Support for scraping email addresses from OIDC providers (#9245) | Richard van der Hoff | 2021-01-27 | 1 | -24/+28 |
* | | | Ratelimit 3PID /requestToken API (#9238) | Erik Johnston | 2021-01-28 | 1 | -0/+28 |
* | | | Add type hints to E2E handler. (#9232) | Patrick Cloke | 2021-01-28 | 3 | -133/+193 |
| |/
|/| |
|
* | | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-01-27 | 1 | -5/+18 |
|\| |
|
| * | Implement MSC2858 support (#9183) | Richard van der Hoff | 2021-01-27 | 1 | -5/+18 |
* | | Add type hints to various handlers. (#9223) | Patrick Cloke | 2021-01-26 | 9 | -127/+174 |
* | | Do not require the CAS service URL setting (use public_baseurl instead). (#9199) | Patrick Cloke | 2021-01-26 | 1 | -5/+1 |