| 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 | 3 | -11/+11 |
* | Fix incorrect return value in tests. (#11359) | Patrick Cloke | 2021-11-16 | 1 | -1/+1 |
* | Merge tag 'v1.47.0rc3' into develop | David Robertson | 2021-11-16 | 1 | -1/+51 |
|\ |
|
| * | Run _upgrade_existing_database on workers if at current schema_version (#11346) | Andrew Morgan | 2021-11-15 | 1 | -1/+51 |
* | | Avoid sharing room hierarchy responses between users (#11355) | Sean Quah | 2021-11-16 | 1 | -0/+55 |
* | | Add ability to un-shadow-ban via the admin API. (#11347) | Patrick Cloke | 2021-11-16 | 1 | -6/+20 |
* | | Misc typing fixes for tests, part 2 of N (#11330) | David Robertson | 2021-11-16 | 4 | -29/+65 |
* | | Database storage profile passes mypy (#11342) | David Robertson | 2021-11-15 | 1 | -3/+6 |
* | | Add support for the stable version of MSC2778 (#11335) | Tulir Asokan | 2021-11-15 | 2 | -2/+8 |
* | | Test room alias deletion (#11327) | David Robertson | 2021-11-12 | 1 | -28/+77 |
* | | Change display names/avatar URLs to None if they contain null bytes before st... | Shay | 2021-11-12 | 1 | -0/+48 |
* | | Misc typing fixes for `tests`, part 1 of N (#11323) | David Robertson | 2021-11-12 | 4 | -27/+47 |
* | | Convert delete room admin API to async endpoint (#11223) | Dirk Klimpel | 2021-11-12 | 2 | -65/+709 |
* | | Remove redundant parameters on `_check_event_auth` (#11292) | Richard van der Hoff | 2021-11-10 | 1 | -2/+0 |
* | | Clarifications and small fixes to to-device related code (#11247) | Andrew Morgan | 2021-11-09 | 1 | -2/+6 |
* | | Allow admins to proactively block rooms (#11228) | David Robertson | 2021-11-09 | 1 | -0/+28 |
* | | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 4 | -35/+438 |
|/ |
|
* | Include cross-signing signatures when syncing remote devices for the first ti... | Erik Johnston | 2021-11-09 | 1 | -0/+151 |
* | Require body for read receipts with user-agent exceptions (#11157) | rogersheu | 2021-11-09 | 1 | -2/+28 |
* | Add some background update admin APIs (#11263) | Erik Johnston | 2021-11-08 | 1 | -0/+218 |
* | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 2021-11-08 | 3 | -3/+1 |
* | Fix rolling back when using workers (#11255) | Erik Johnston | 2021-11-05 | 1 | -0/+69 |
* | Additional test for `cachedList` (#11246) | Richard van der Hoff | 2021-11-04 | 1 | -0/+43 |
* | Add a linearizer on (appservice, stream) when handling ephemeral events. (#11... | Nick Barrett | 2021-11-03 | 1 | -0/+51 |
* | Remove a debug statement from tests. (#11239) | Patrick Cloke | 2021-11-03 | 1 | -1/+0 |
* | Merge remote-tracking branch 'origin/master' into develop | Erik Johnston | 2021-11-02 | 1 | -0/+15 |
|\ |
|
| * | Fix URL preview errors when previewing XML documents. (#11196) | Patrick Cloke | 2021-10-27 | 1 | -0/+15 |
* | | Delete messages for hidden devices from `device_inbox` (#11199) | Dirk Klimpel | 2021-11-02 | 1 | -0/+74 |
* | | Add search by room ID and room alias to List Room admin API (#11099) | Dirk Klimpel | 2021-11-02 | 1 | -39/+49 |
* | | ObservableDeferred: run observers in order (#11229) | Richard van der Hoff | 2021-11-02 | 2 | -4/+69 |
* | | Handle missing Content-Type header when accessing remote media (#11200) | Shay | 2021-11-01 | 1 | -2/+16 |
* | | Fix a bug in unit test `test_block_room_and_not_purge` (#11226) | Dirk Klimpel | 2021-11-01 | 1 | -2/+2 |
* | | Make `check_event_allowed` module API callback not fail open (accept events) ... | reivilibre | 2021-11-01 | 1 | -13/+3 |
* | | Remove deprecated delete room admin API (#11213) | Dirk Klimpel | 2021-11-01 | 1 | -24/+15 |
* | | Support for serving server well-known files (#11211) | Richard van der Hoff | 2021-11-01 | 1 | -6/+26 |
* | | Test that `ClientIpStore` combines database and in-memory data correctly (#11... | Sean Quah | 2021-11-01 | 1 | -0/+206 |
* | | Add a module API method to retrieve state from a room (#11204) | Brendan Abolivier | 2021-10-29 | 1 | -1/+24 |
* | | Add knock information in admin exported data (#11171) | Rafael Gonçalves | 2021-10-28 | 2 | -2/+62 |
* | | Fetch verify key locally rather than trying to do so over federation if origi... | Shay | 2021-10-28 | 1 | -0/+12 |
* | | Add a ModuleApi method to update a user's membership in a room (#11147) | Brendan Abolivier | 2021-10-28 | 1 | -1/+125 |
* | | Delete messages from `device_inbox` table when deleting device (#10969) | Dirk Klimpel | 2021-10-27 | 2 | -0/+121 |
* | | Implement an `on_new_event` callback (#11126) | Brendan Abolivier | 2021-10-26 | 1 | -3/+90 |
|/ |
|
* | Enable changing user type via users admin API (#11174) | Jason Robinson | 2021-10-26 | 1 | -0/+51 |
* | Don't set new room alias before potential 403 (#10930) | AndrewFerr | 2021-10-25 | 1 | -1/+101 |
* | Fix synapse.config module "read" command (#11145) | Jason Robinson | 2021-10-22 | 3 | -55/+104 |
* | Add a thread relation type per MSC3440. (#11088) | Patrick Cloke | 2021-10-21 | 1 | -6/+34 |
* | Fix adding excluded users to the private room sharing tables when joining a r... | David Robertson | 2021-10-21 | 1 | -14/+53 |
* | Fix setting a user's external_id via the admin API returns 500 and deletes us... | Dirk Klimpel | 2021-10-21 | 1 | -3/+212 |
* | Show error when timestamp in seconds is provided to the /purge_media_cache AP... | Aaron R | 2021-10-20 | 1 | -4/+102 |
* | Merge branch 'master' into develop | Sean Quah | 2021-10-20 | 1 | -34/+3 |
|\ |
|
| * | Revert change to counting of deactivated users towards the monthly active use... | Sean Quah | 2021-10-20 | 1 | -34/+3 |
* | | Check *all* auth events for room id and rejection (#11009) | Richard van der Hoff | 2021-10-18 | 1 | -48/+90 |
* | | Don't remove local users from dir when the leave their last room (#11103) | David Robertson | 2021-10-18 | 1 | -0/+50 |
* | | Correctly exclude users when making a room public or private (#11075) | David Robertson | 2021-10-15 | 2 | -79/+140 |
* | | Fix 500 error on `/messages` when we accumulate more than 5 backward extremit... | Eric Eastwood | 2021-10-14 | 1 | -0/+64 |
* | | Ensure each charset is attempted only once during media preview. (#11089) | Patrick Cloke | 2021-10-14 | 1 | -8/+35 |
* | | Attempt different character encodings when previewing a URL. (#11077) | Patrick Cloke | 2021-10-14 | 1 | -26/+40 |
* | | Fix-up some type hints in the relations tests. (#11076) | Patrick Cloke | 2021-10-14 | 3 | -51/+62 |
* | | Add a test for a workaround concerning the behaviour of third-party rule modu... | reivilibre | 2021-10-14 | 1 | -6/+50 |
* | | Merge remote-tracking branch 'origin/release-v1.45' into develop | David Robertson | 2021-10-13 | 2 | -8/+74 |
|\| |
|
| * | Stop user directory from failing if it encounters users not in the `users` ta... | David Robertson | 2021-10-13 | 4 | -10/+628 |
* | | Port the Password Auth Providers module interface to the new generic interfac... | Azrenbeth | 2021-10-13 | 1 | -26/+197 |
* | | Be more lenient when parsing the version for oEmbed responses. (#11065) | Patrick Cloke | 2021-10-13 | 1 | -0/+51 |
* | | Simplify the user admin API tests (#11048) | Dirk Klimpel | 2021-10-12 | 1 | -255/+146 |
* | | Add tests for `MediaFilePaths` (#11057) | Sean Quah | 2021-10-12 | 1 | -0/+238 |
* | | Merge remote-tracking branch 'origin/release-v1.45' into develop | Erik Johnston | 2021-10-12 | 1 | -13/+11 |
|\| |
|
| * | Reset global cache state before cache tests. (#11036) | Patrick Cloke | 2021-10-12 | 1 | -13/+11 |
* | | Fix inconsistent behavior of `get_last_client_by_ip` (#10970) | Sean Quah | 2021-10-12 | 1 | -0/+43 |
* | | Add an approximate difference method to StateFilters (#10825) | reivilibre | 2021-10-12 | 1 | -2/+511 |
|/ |
|
* | Autodiscover oEmbed endpoint from returned HTML (#10822) | Patrick Cloke | 2021-10-08 | 2 | -17/+123 |
* | Fix overwriting profile when making room public (#11003) | David Robertson | 2021-10-08 | 1 | -2/+69 |
* | Include exception in json logging (#11028) | Nick Barrett | 2021-10-08 | 1 | -0/+28 |
* | Ensure each cache config test uses separate state. (#11019) | Patrick Cloke | 2021-10-07 | 1 | -8/+12 |
* | Don't alter directory entries for local users when setting a per-room nicknam... | David Robertson | 2021-10-07 | 1 | -0/+34 |
* | Add a spamchecker method to allow or deny 3pid invites (#10894) | Brendan Abolivier | 2021-10-06 | 1 | -0/+70 |
* | Require direct references to configuration variables. (#10985) | Patrick Cloke | 2021-10-06 | 6 | -65/+60 |
* | Add a spamchecker callback to allow or deny room joins (#10910) | Brendan Abolivier | 2021-10-06 | 1 | -0/+101 |
* | Don't drop user dir deltas when server leaves room (#10982) | David Robertson | 2021-10-06 | 9 | -78/+61 |
* | Fix potential leak of per-room profiles when the user dir is rebuilt. (#10981) | David Robertson | 2021-10-05 | 1 | -16/+78 |
* | Add functionality to remove deactivated users from the monthly_active_users t... | Hillery Shay | 2021-10-04 | 1 | -3/+34 |
* | Make is_public Optional[bool] for create_room_as test util (#10951) (#10963) | AndrewFerr | 2021-10-04 | 1 | -6/+7 |
* | Merge tag 'v1.44.0rc3' into develop | Brendan Abolivier | 2021-10-04 | 1 | -0/+34 |
|\ |
|
| * | Fix error in `get_user_ip_and_agents` when fetching from the database (#10968) | Sean Quah | 2021-10-01 | 1 | -0/+34 |
| * | Strip "join_authorised_via_users_server" from join events which do not need i... | Patrick Cloke | 2021-10-01 | 2 | -7/+9 |
* | | Consistently exclude from user_directory (#10960) | David Robertson | 2021-10-04 | 4 | -26/+366 |
* | | Use direct references for configuration variables (part 7). (#10959) | Patrick Cloke | 2021-10-04 | 7 | -13/+13 |
* | | type-hint `HomeserverTestcase.setup_test_homeserver` (#10961) | David Robertson | 2021-10-01 | 3 | -9/+20 |
* | | Clean-up registration tests (#10945) | Patrick Cloke | 2021-09-30 | 1 | -37/+52 |
* | | Strip "join_authorised_via_users_server" from join events which do not need i... | Patrick Cloke | 2021-09-30 | 2 | -7/+9 |
* | | Fix errors in Synapse logs from unit tests. (#10939) | Patrick Cloke | 2021-09-30 | 4 | -26/+34 |
* | | Pass str to twisted's IReactorTCP (#10895) | David Robertson | 2021-09-30 | 2 | -6/+6 |
* | | Refactor user directory tests (#10935) | David Robertson | 2021-09-30 | 3 | -199/+280 |
* | | Split `event_auth.check` into two parts (#10940) | Richard van der Hoff | 2021-09-29 | 1 | -72/+36 |
* | | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 13 | -34/+34 |
* | | Implement MSC3069: Guest support on whoami (#9655) | Travis Ralston | 2021-09-29 | 1 | -5/+44 |
* | | Fix empty `url_cache_thumbnails/yyyy-mm-dd/` directories being left behind (#... | Sean Quah | 2021-09-29 | 1 | -0/+31 |
* | | Inline `_check_event_auth` for outliers (#10926) | Richard van der Hoff | 2021-09-28 | 1 | -1/+0 |
|/ |
|
* | Avoid storing URL cache files in storage providers (#10911) | Sean Quah | 2021-09-27 | 1 | -0/+130 |
* | Add a spamchecker callback to allow or deny room creation based on invites (#... | Brendan Abolivier | 2021-09-24 | 1 | -2/+117 |
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 7 | -13/+15 |
* | Factor out common code for persisting fetched auth events (#10896) | Richard van der Hoff | 2021-09-24 | 1 | -1/+6 |
* | Add reactor to `SynapseRequest` and fix up types. (#10868) | Erik Johnston | 2021-09-24 | 13 | -37/+69 |
* | Fix AuthBlocking check when requester is appservice (#10881) | Jason Robinson | 2021-09-24 | 1 | -0/+62 |
* | Improve typing in user_directory files (#10891) | David Robertson | 2021-09-24 | 1 | -2/+3 |
* | Allow `.` and `~` chars in registration tokens (#10887) | Callum Brown | 2021-09-23 | 1 | -3/+5 |
* | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 10 | -20/+19 |
* | Fix reactivated users not being added to the user directory (#10782) | David Robertson | 2021-09-23 | 1 | -1/+41 |
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 4 | -12/+8 |
* | Remove unnecessary parentheses around tuples returned from methods (#10889) | Andrew Morgan | 2021-09-23 | 2 | -2/+2 |
* | Treat "\u0000" as "\u0020" for the purposes of message search (message indexi... | Hillery Shay | 2021-09-22 | 1 | -0/+74 |
* | Include more information in oEmbed previews. (#10819) | Patrick Cloke | 2021-09-22 | 1 | -9/+21 |
* | Extend ModuleApi with the methods we'll need to reject spam based on …IP - ... | David Teller | 2021-09-22 | 1 | -0/+72 |
* | Add type hints for event streams. (#10856) | Patrick Cloke | 2021-09-21 | 4 | -13/+55 |
* | Refactor oEmbed previews (#10814) | Patrick Cloke | 2021-09-21 | 1 | -13/+13 |
* | Test that state events sent by modules correctly end up in the room's state (... | Brendan Abolivier | 2021-09-21 | 1 | -0/+84 |
* | Allow Synapse Admin API's Room Search to accept non-ASCII characters (#10859) | Hillery Shay | 2021-09-21 | 1 | -0/+27 |
* | Always add local users to the user directory (#10796) | David Robertson | 2021-09-21 | 2 | -8/+11 |
* | Allow sending a membership event to unban a user (#10807) | Aaron Raimist | 2021-09-21 | 2 | -1/+97 |
* | Create a constant for a small png image in tests. (#10834) | Patrick Cloke | 2021-09-16 | 7 | -94/+44 |
* | Make StateFilter frozen so we can hash it (#10816) | reivilibre | 2021-09-14 | 1 | -17/+29 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 1 | -6/+12 |
* | Add types to synapse.util. (#10601) | reivilibre | 2021-09-10 | 1 | -2/+2 |
* | Handle room upgrades for spaces (#10774) | Patrick Cloke | 2021-09-10 | 1 | -4/+63 |
* | Easy refactors of the user directory (#10789) | David Robertson | 2021-09-10 | 1 | -3/+3 |
* | Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ... | Sean | 2021-09-09 | 1 | -58/+7 |
* | Get rid of `_auth_and_persist_event` (#10781) | Richard van der Hoff | 2021-09-08 | 1 | -3/+12 |
* | Skip handling of push actions for outlier events (#10780) | Erik Johnston | 2021-09-08 | 1 | -0/+1 |
* | Request JSON for oEmbed requests (and ignore XML only providers). (#10759) | Patrick Cloke | 2021-09-08 | 1 | -1/+54 |
* | Merge tag 'v1.42.0rc2' into develop | Brendan Abolivier | 2021-09-06 | 1 | -1/+45 |
|\ |
|
| * | Support MSC3375: room version 9. (#10747) | Patrick Cloke | 2021-09-03 | 1 | -1/+45 |
* | | Add config option to use non-default manhole password and keys (#10643) | Azrenbeth | 2021-09-06 | 1 | -4/+4 |
* | | Pull out encrypted_by_default tests from user_directory tests (#10752) | David Robertson | 2021-09-06 | 2 | -95/+109 |
* | | Ignore rooms with unknown room versions in the spaces summary. (#10727) | Patrick Cloke | 2021-09-01 | 1 | -0/+25 |
* | | Consider the `origin_server_ts` of the `m.space.child` event when ordering ro... | Patrick Cloke | 2021-09-01 | 1 | -5/+13 |
* | | Populate `rooms.creator` field for easy lookup (#10697) | Eric Eastwood | 2021-09-01 | 1 | -0/+98 |
* | | Merge tag 'v1.42.0rc1' into develop | Olivier Wilkinson (reivilibre) | 2021-09-01 | 1 | -0/+44 |
|\| |
|
| * | Fix iteration in _remove_deleted_email_pushers background job. (#10734) | Andrew Morgan | 2021-09-01 | 1 | -0/+44 |
* | | Correctly include room avatars in email notifications (#10658) | David Robertson | 2021-09-01 | 1 | -5/+47 |
* | | Allow configuration of the oEmbed URLs. (#10714) | Patrick Cloke | 2021-08-31 | 1 | -110/+102 |
|/ |
|
* | Merge branch 'master' into develop | Richard van der Hoff | 2021-08-31 | 2 | -1/+139 |
|\ |
|
| * | Fix up unit tests (#10723) | Richard van der Hoff | 2021-08-31 | 1 | -2/+15 |
| * | Merge pull request from GHSA-jj53-8fmw-f2w2 | reivilibre | 2021-08-31 | 1 | -0/+43 |
| * | Merge pull request from GHSA-3x4c-pq33-4w3q | reivilibre | 2021-08-31 | 1 | -1/+83 |
* | | Merge remote-tracking branch 'origin/release-v1.41' into develop | Richard van der Hoff | 2021-08-27 | 2 | -3/+124 |
|\| |
|
| * | Fix incompatibility with Twisted < 21. (#10713) | Richard van der Hoff | 2021-08-27 | 2 | -3/+124 |
* | | Improve ServerNoticeServlet to avoid duplicate requests (#10679) | Dirk Klimpel | 2021-08-27 | 1 | -0/+450 |
* | | Split `FederationHandler` in half (#10692) | Richard van der Hoff | 2021-08-26 | 5 | -11/+23 |
* | | Validate new m.room.power_levels events (#10232) | Aaron Raimist | 2021-08-26 | 1 | -0/+78 |
* | | Remove pushers when deleting 3pid from account (#10581) | Azrenbeth | 2021-08-26 | 1 | -0/+39 |
* | | Fix error when selecting between thumbnails with the same quality (#10684) | Sean | 2021-08-25 | 1 | -1/+38 |
* | | Merge branch 'master' into develop | Erik Johnston | 2021-08-24 | 1 | -2/+2 |
|\| |
|
| * | Set room version 8 as preferred for restricted rooms. (#10571) | Patrick Cloke | 2021-08-20 | 1 | -2/+2 |
* | | Implement MSC3231: Token authenticated registration (#10142) | Callum Brown | 2021-08-21 | 2 | -0/+1144 |
* | | Flatten tests/rest/client/{v1,v2_alpha} too (#10667) | David Robertson | 2021-08-20 | 25 | -16/+3 |
* | | Simplify tests for the device admin rest API. (#10664) | Dirk Klimpel | 2021-08-20 | 1 | -81/+18 |
* | | Follow-up: format changelog, add licence (#10593) | David Robertson | 2021-08-20 | 1 | -0/+14 |
* | | Validate device_keys for C-S /keys/query requests (#10593) | David Robertson | 2021-08-20 | 1 | -0/+77 |
* | | Split `on_receive_pdu` in half (#10640) | Richard van der Hoff | 2021-08-19 | 1 | -8/+2 |
* | | Do not include rooms with an unknown room version in a sync response. (#10644) | Patrick Cloke | 2021-08-19 | 2 | -6/+132 |
* | | Support MSC3283: Expose `enable_set_displayname` in capabilities (#10452) | Dirk Klimpel | 2021-08-19 | 1 | -23/+86 |
* | | Remove not needed database updates in modify user admin API (#10627) | Dirk Klimpel | 2021-08-19 | 1 | -4/+58 |
* | | Convert room member storage tuples to attrs. (#10629) | Patrick Cloke | 2021-08-18 | 1 | -3/+6 |
* | | Remove deprecated Shutdown Room and Purge Room Admin API (#8830) | Dirk Klimpel | 2021-08-17 | 1 | -162/+0 |
* | | Port the PresenceRouter module interface to the new generic interface (#10524) | Azrenbeth | 2021-08-17 | 1 | -5/+104 |
|/ |
|
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 75 | -103/+82 |
* | Allow to edit `external_ids` by Edit User admin API (#10598) | Dirk Klimpel | 2021-08-17 | 1 | -30/+197 |
* | Allow using several custom template directories (#10587) | Brendan Abolivier | 2021-08-17 | 1 | -3/+61 |
* | Add an admin API to check if a username is available (#10578) | Will Hunt | 2021-08-17 | 1 | -0/+62 |
* | Experimental support for MSC3266 Room Summary API. (#10394) | Michael Telatynski | 2021-08-16 | 1 | -15/+93 |
* | Support federation in the new spaces summary API (MSC2946). (#10569) | Patrick Cloke | 2021-08-16 | 1 | -123/+169 |
* | Handle string read receipt data (#10606) | Šimon Brandner | 2021-08-16 | 1 | -0/+23 |
* | Update the pagination parameter name based on MSC2946 review. (#10579) | Patrick Cloke | 2021-08-11 | 1 | -7/+7 |
* | Admin API to delete media for a specific user (#10558) | Dirk Klimpel | 2021-08-11 | 1 | -113/+208 |
* | Allow requesting the summary of a space which is joinable. (#10580) | Patrick Cloke | 2021-08-11 | 1 | -2/+26 |
* | Fix type hints in space summary tests. (#10575) | Patrick Cloke | 2021-08-11 | 2 | -9/+8 |
* | support federation queries through http connect proxy (#10475) | Dirk Klimpel | 2021-08-11 | 2 | -109/+372 |
* | Add local support for the new spaces summary endpoint (MSC2946) (#10549) | Patrick Cloke | 2021-08-10 | 1 | -107/+279 |
* | Fix an edge-case with invited rooms over federation in the spaces summary. (#... | Patrick Cloke | 2021-08-10 | 1 | -19/+87 |
* | Do not remove `status_msg` when user going offline (#10550) | Dirk Klimpel | 2021-08-09 | 1 | -2/+161 |
* | Merge branch 'release-v1.40' into develop | Brendan Abolivier | 2021-08-09 | 3 | -16/+16 |
|\ |
|
| * | Support MSC3289: Room version 8 (#10449) | Patrick Cloke | 2021-08-09 | 3 | -16/+16 |
* | | Fix exceptions in logs when failing to get remote room list (#10541) | Erik Johnston | 2021-08-06 | 1 | -1/+91 |
* | | Clean up federation event auth code (#10539) | Richard van der Hoff | 2021-08-06 | 1 | -4/+2 |
* | | Add a setting to disable TLS for sending email (#10546) | Richard van der Hoff | 2021-08-06 | 3 | -27/+38 |
* | | Refactoring before implementing the updated spaces summary. (#10527) | Patrick Cloke | 2021-08-05 | 1 | -78/+107 |
* | | Only return an appservice protocol if it has a service providing it. (#10532) | Will Hunt | 2021-08-05 | 1 | -1/+121 |
* | | Merge tag 'v1.40.0rc2' into develop | Erik Johnston | 2021-08-05 | 1 | -0/+12 |
|\| |
|
| * | Don't fail on empty bodies when sending out read receipts (#10531) | Brendan Abolivier | 2021-08-04 | 1 | -0/+12 |
* | | Improve event caching code (#10119) | Erik Johnston | 2021-08-04 | 1 | -0/+50 |
* | | Add `get_userinfo_by_id` method to `ModuleApi` (#9581) | Jason Robinson | 2021-08-04 | 1 | -0/+10 |
|/ |
|
* | Fix codestyle CI from #10440 (#10511) | reivilibre | 2021-08-02 | 1 | -1/+1 |
* | Prune inbound federation queues if they get too long (#10390) | Erik Johnston | 2021-08-02 | 1 | -0/+57 |
* | Allow setting transaction limit for db connections (#10440) | Toni Spets | 2021-08-02 | 2 | -0/+39 |
* | Fix backfilled events being rejected for no `state_groups` (#10439) | Eric Eastwood | 2021-07-29 | 1 | -0/+131 |
* | Merge tag 'v1.39.0rc3' into develop | Erik Johnston | 2021-07-28 | 1 | -5/+15 |
|\ |
|
| * | Always communicate device OTK counts to clients (#10485) | Andrew Morgan | 2021-07-27 | 1 | -5/+15 |
* | | Restricted rooms (MSC3083) should not have their allow key redacted. (#10489) | Patrick Cloke | 2021-07-28 | 1 | -0/+43 |
* | | Support for MSC2285 (hidden read receipts) (#10413) | Šimon Brandner | 2021-07-28 | 2 | -2/+389 |
* | | Support underscores (in addition to hyphens) for charset detection. (#10410) | sri-vidyut | 2021-07-27 | 1 | -0/+13 |
* | | allow specifying https:// proxy (#10411) | Dirk Klimpel | 2021-07-27 | 1 | -58/+340 |
* | | Support MSC2033: Device ID on whoami (#9918) | Travis Ralston | 2021-07-27 | 1 | -1/+42 |
* | | Update the MSC3083 support to verify if joins are from an authorized server. ... | Patrick Cloke | 2021-07-26 | 3 | -19/+91 |
* | | Add `creation_ts` to list users admin API (#10448) | Dirk Klimpel | 2021-07-22 | 1 | -18/+27 |
* | | Add type hints to additional servlet functions (#10437) | Patrick Cloke | 2021-07-21 | 1 | -2/+2 |
* | | Merge tag 'v1.39.0rc1' into develop | Andrew Morgan | 2021-07-20 | 1 | -0/+13 |
|\| |
|
| * | Fix dropping locks on shut down (#10433) | Erik Johnston | 2021-07-20 | 1 | -0/+13 |
* | | MSC3244 room capabilities implementation (#10283) | Michael Telatynski | 2021-07-20 | 1 | -0/+46 |
|/ |
|
* | Port the ThirdPartyEventRules module interface to the new generic interface (... | Brendan Abolivier | 2021-07-20 | 1 | -24/+108 |
* | Add a new version of the R30 phone-home metric, which removes a false impress... | reivilibre | 2021-07-19 | 3 | -5/+282 |
* | Add a module type for account validity (#9884) | Brendan Abolivier | 2021-07-16 | 1 | -0/+1 |
* | Add tests to characterise the current behaviour of R30 phone-home metrics (#1... | reivilibre | 2021-07-15 | 1 | -0/+153 |
* | Stagger send presence to remotes (#10398) | Erik Johnston | 2021-07-15 | 1 | -0/+8 |
* | Allow providing credentials to `http_proxy` (#10360) | Dirk Klimpel | 2021-07-15 | 1 | -13/+52 |
* | Add type hints and comments to event auth code. (#10393) | Patrick Cloke | 2021-07-14 | 1 | -10/+13 |
* | Show all joinable rooms in the spaces summary. (#10298) | Patrick Cloke | 2021-07-13 | 1 | -15/+176 |
* | Use inline type hints in `tests/` (#10350) | Jonathan de Jong | 2021-07-13 | 17 | -63/+61 |
* | [pyupgrade] `tests/` (#10347) | Jonathan de Jong | 2021-07-13 | 19 | -58/+44 |
* | Additional unit tests for spaces summary. (#10305) | Patrick Cloke | 2021-07-12 | 1 | -1/+203 |
* | Remove functionality associated with unused historical stats tables (#9721) | Cristina | 2021-07-08 | 2 | -194/+10 |
* | Ignore EDUs for rooms we're not in (#10317) | Dagfinn Ilmari Mannsåker | 2021-07-06 | 1 | -0/+37 |
* | Fix deactivate a user if he does not have a profile (#10252) | Dirk Klimpel | 2021-07-06 | 1 | -18/+68 |
* | Add support for evicting cache entries based on last access time. (#10205) | Erik Johnston | 2021-07-05 | 1 | -1/+45 |
* | Move methods involving event authentication to EventAuthHandler. (#10268) | Patrick Cloke | 2021-07-01 | 1 | -2/+2 |
* | Add SSO `external_ids` to Query User Account admin API (#10261) | Dirk Klimpel | 2021-07-01 | 1 | -84/+140 |
* | Merge branch 'release-v1.37' into develop | Richard van der Hoff | 2021-06-29 | 1 | -0/+100 |
|\ |
|
| * | Add a distributed lock (#10269) | Erik Johnston | 2021-06-29 | 1 | -0/+100 |
* | | Do not recurse into non-spaces in the spaces summary. (#10256) | Patrick Cloke | 2021-06-29 | 2 | -24/+27 |
* | | Return errors from `send_join` etc if the event is rejected (#10243) | Richard van der Hoff | 2021-06-24 | 1 | -3/+1 |
* | | Improve validation for `send_{join,leave,knock}` (#10225) | Richard van der Hoff | 2021-06-24 | 2 | -2/+2 |
* | | MSC2918 Refresh tokens implementation (#9450) | Quentin Gliech | 2021-06-24 | 3 | -2/+221 |
* | | Merge tag 'v1.37.0rc1' into develop | Brendan Abolivier | 2021-06-24 | 1 | -0/+76 |
|\| |
|
| * | Fix wrapping of legacy check_registration_for_spam (#10238) | Brendan Abolivier | 2021-06-23 | 1 | -0/+76 |
* | | Re-introduce "Leave out optional keys from /sync" change (#10214) | Andrew Morgan | 2021-06-23 | 2 | -32/+6 |
* | | Improve the reliability of auto-joining remote rooms (#10237) | Brendan Abolivier | 2021-06-23 | 1 | -1/+48 |
|/ |
|
* | Add endpoints for backfilling history (MSC2716) (#9247) | Eric Eastwood | 2021-06-22 | 3 | -4/+17 |
* | Fix a missing await when in the spaces summary. (#10208) | Patrick Cloke | 2021-06-18 | 1 | -1/+98 |
* | Standardise the module interface (#10062) | Brendan Abolivier | 2021-06-18 | 3 | -48/+96 |
* | Remove support for ACME v1 (#10194) | Brendan Abolivier | 2021-06-17 | 1 | -97/+0 |
* | Ensure that we do not cache empty sync responses after a timeout (#10158) | Richard van der Hoff | 2021-06-17 | 2 | -5/+53 |
* | update black to 21.6b0 (#10197) | Marcus | 2021-06-17 | 10 | -17/+17 |
* | Remove the experimental flag for knocking and use stable prefixes / endpoints... | Patrick Cloke | 2021-06-15 | 2 | -17/+13 |
* | Extend `ResponseCache` to pass a context object into the callback (#10157) | Richard van der Hoff | 2021-06-14 | 1 | -7/+68 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 2 | -2/+395 |
* | Limit the number of in-flight /keys/query requests from a single device. (#10... | Patrick Cloke | 2021-06-09 | 1 | -3/+10 |
* | Always update AS last_pos, even on no events (#10107) | 14mRh4X0r | 2021-06-07 | 1 | -4/+2 |
* | r0.6.1 support: /rooms/:roomId/aliases endpoint (#9224) | Travis Ralston | 2021-06-03 | 1 | -2/+1 |
* | Add new admin APIs to remove media by media ID from quarantine. (#10044) | Dirk Klimpel | 2021-06-02 | 1 | -0/+128 |
* | Rewrite the KeyRing (#10035) | Erik Johnston | 2021-06-02 | 3 | -114/+111 |
* | add a cache to have_seen_event (#9953) | Richard van der Hoff | 2021-06-01 | 3 | -0/+122 |
* | Make reason and score optional for report_event (#10077) | Callum Brown | 2021-05-27 | 2 | -1/+97 |