| Commit message (Expand) | Author | Age | Files | Lines |
* | Verify `?chunk_id` actually corresponds to an insertion event that exists (MS... | Eric Eastwood | 2021-09-15 | 2 | -0/+38 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 15 | -18/+18 |
* | Add types to synapse.util. (#10601) | reivilibre | 2021-09-10 | 1 | -0/+1 |
* | Easy refactors of the user directory (#10789) | David Robertson | 2021-09-10 | 2 | -4/+8 |
* | Don't needlessly batch in `add_event_to_cache` (#10784) | Erik Johnston | 2021-09-10 | 1 | -27/+24 |
* | Skip handling of push actions for outlier events (#10780) | Erik Johnston | 2021-09-08 | 1 | -4/+17 |
* | Add a constant for m.federate. (#10775) | Patrick Cloke | 2021-09-08 | 1 | -2/+2 |
* | Allow `room_alias_name` parameter to be handled by /createRoom calls on worke... | Andrew Morgan | 2021-09-06 | 1 | -2/+2 |
* | Speed up persisting redacted events (#10756) | Erik Johnston | 2021-09-06 | 1 | -11/+11 |
* | Allow room creator to send MSC2716 related events in existing room versions (... | Eric Eastwood | 2021-09-04 | 1 | -5/+27 |
* | Add a partial index to `presence_stream` to speed up startups (#10748) | Sean | 2021-09-03 | 1 | -1/+22 |
* | Fix bug with reusing 'txn' when persisting event. (#10743) | Erik Johnston | 2021-09-03 | 1 | -1/+7 |
* | Populate `rooms.creator` field for easy lookup (#10697) | Eric Eastwood | 2021-09-01 | 1 | -4/+93 |
* | Fix iteration in _remove_deleted_email_pushers background job. (#10734) | Andrew Morgan | 2021-09-01 | 1 | -1/+2 |
* | Fix perf of fetching the same events many times. (#10703) | Erik Johnston | 2021-08-27 | 1 | -6/+23 |
* | Make `backfill` and `get_missing_events` use the same codepath (#10645) | Richard van der Hoff | 2021-08-26 | 1 | -0/+1 |
* | Remove pushers when deleting 3pid from account (#10581) | Azrenbeth | 2021-08-26 | 1 | -0/+72 |
* | Persist room hierarchy pagination sessions to the database. (#10613) | Patrick Cloke | 2021-08-24 | 2 | -0/+147 |
* | Implement MSC3231: Token authenticated registration (#10142) | Callum Brown | 2021-08-21 | 2 | -0/+359 |
* | Do not include rooms with an unknown room version in a sync response. (#10644) | Patrick Cloke | 2021-08-19 | 1 | -3/+5 |
* | Remove not needed database updates in modify user admin API (#10627) | Dirk Klimpel | 2021-08-19 | 1 | -7/+18 |
* | Merge branch 'release-v1.41' into develop | Erik Johnston | 2021-08-18 | 2 | -203/+62 |
|\ |
|
| * | Allow /createRoom to be run on workers (#10564) | Andrew Morgan | 2021-08-17 | 1 | -34/+34 |
| * | Remove the unused public_room_list_stream (#10565) | Andrew Morgan | 2021-08-17 | 2 | -180/+39 |
* | | Convert room member storage tuples to attrs. (#10629) | Patrick Cloke | 2021-08-18 | 2 | -3/+7 |
|/ |
|
* | Allow to edit `external_ids` by Edit User admin API (#10598) | Dirk Klimpel | 2021-08-17 | 1 | -0/+22 |
* | Add support for MSC2716 marker events (#10498) | Eric Eastwood | 2021-08-04 | 2 | -20/+118 |
* | Improve event caching code (#10119) | Erik Johnston | 2021-08-04 | 2 | -43/+107 |
* | Fix `could not serialize access` errors for `claim_e2e_one_time_keys` (#10504) | Erik Johnston | 2021-08-04 | 1 | -62/+126 |
* | Add `get_userinfo_by_id` method to `ModuleApi` (#9581) | Jason Robinson | 2021-08-04 | 1 | -1/+29 |
* | Prune inbound federation queues if they get too long (#10390) | Erik Johnston | 2021-08-02 | 1 | -2/+102 |
* | Make historical events discoverable from backfill for servers without any scr... | Eric Eastwood | 2021-07-28 | 3 | -20/+209 |
* | Merge tag 'v1.39.0rc3' into develop | Erik Johnston | 2021-07-28 | 1 | -1/+8 |
|\ |
|
| * | Always communicate device OTK counts to clients (#10485) | Andrew Morgan | 2021-07-27 | 1 | -1/+8 |
* | | Fix `oldest_pdu_in_federation_staging` (#10455) | Erik Johnston | 2021-07-27 | 1 | -2/+5 |
* | | Add type hints to state handler. (#10482) | Patrick Cloke | 2021-07-26 | 1 | -6/+11 |
* | | Add `creation_ts` to list users admin API (#10448) | Dirk Klimpel | 2021-07-22 | 2 | -12/+9 |
* | | Replace `or_ignore` in `simple_insert` with `simple_upsert` (#10442) | Erik Johnston | 2021-07-22 | 4 | -68/+23 |
* | | Add type hints to additional servlet functions (#10437) | Patrick Cloke | 2021-07-21 | 1 | -1/+1 |
* | | Add a return type to parse_string. (#10438) | Patrick Cloke | 2021-07-21 | 3 | -3/+3 |
|/ |
|
* | Fix dropping locks on shut down (#10433) | Erik Johnston | 2021-07-20 | 1 | -1/+5 |
* | Add a new version of the R30 phone-home metric, which removes a false impress... | reivilibre | 2021-07-19 | 1 | -0/+129 |
* | [pyupgrade] `synapse/` (#10348) | Jonathan de Jong | 2021-07-19 | 3 | -5/+7 |
* | Remove unused `events_by_room` (#10421) | Eric Eastwood | 2021-07-19 | 1 | -4/+0 |
* | Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381) | Jonathan de Jong | 2021-07-15 | 13 | -57/+51 |
* | Show all joinable rooms in the spaces summary. (#10298) | Patrick Cloke | 2021-07-13 | 1 | -2/+11 |
* | Fix federation inbound age metric. (#10355) | Erik Johnston | 2021-07-13 | 1 | -1/+3 |
* | Replace `room_depth.min_depth` with a BIGINT (#10289) | Richard van der Hoff | 2021-07-12 | 1 | -7/+97 |
* | Fix the user directory becoming broken (and noisy errors being logged) when k... | reivilibre | 2021-07-09 | 1 | -2/+6 |
* | Merge tag 'v1.38.0rc2' into develop | Erik Johnston | 2021-07-09 | 1 | -2/+13 |
|\ |
|
| * | Ensure we always drop the federation inbound lock (#10336) | Erik Johnston | 2021-07-09 | 1 | -2/+13 |
* | | Upsert redactions in case they already exists (#10343) | Andreas Rammhold | 2021-07-09 | 2 | -2/+3 |
* | | Remove functionality associated with unused historical stats tables (#9721) | Cristina | 2021-07-08 | 2 | -291/+1 |
* | | Minor changes to `user_daily_visits` (#10324) | reivilibre | 2021-07-08 | 1 | -2/+2 |
|/ |
|
* | ANALYZE new stream ordering column (#10326) | Brendan Abolivier | 2021-07-07 | 1 | -0/+10 |
* | Fix deactivate a user if he does not have a profile (#10252) | Dirk Klimpel | 2021-07-06 | 1 | -4/+4 |
* | Handle old staged inbound events (#10303) | Erik Johnston | 2021-07-06 | 1 | -0/+9 |
* | Add some metrics to staging area (#10284) | Erik Johnston | 2021-07-01 | 1 | -0/+39 |
* | Rebuild other indexes using `stream_ordering` (#10282) | Richard van der Hoff | 2021-06-30 | 1 | -3/+47 |
* | Fix the inbound PDU metric (#10279) | Erik Johnston | 2021-06-30 | 1 | -10/+56 |
* | Merge branch 'release-v1.37' into develop | Richard van der Hoff | 2021-06-29 | 3 | -3/+442 |
|\ |
|
| * | Handle inbound events from federation asynchronously (#10272) | Erik Johnston | 2021-06-29 | 1 | -3/+106 |
| * | Add a distributed lock (#10269) | Erik Johnston | 2021-06-29 | 2 | -0/+336 |
* | | Fix `populate_stream_ordering2` background job (#10267) | Richard van der Hoff | 2021-06-29 | 1 | -16/+12 |
* | | Migrate stream_ordering to a bigint (#10264) | Richard van der Hoff | 2021-06-29 | 1 | -15/+121 |
* | | MSC2918 Refresh tokens implementation (#9450) | Quentin Gliech | 2021-06-24 | 1 | -4/+203 |
|/ |
|
* | Add endpoints for backfilling history (MSC2716) (#9247) | Eric Eastwood | 2021-06-22 | 1 | -5/+45 |
* | Fix performance of responding to user key requests over federation (#10221) | Erik Johnston | 2021-06-21 | 1 | -1/+8 |
* | Fix incorrect time magnitude on delayed call (#10195) | Andrew Morgan | 2021-06-17 | 1 | -1/+1 |
* | Fix bug when running presence off master (#10149) | Erik Johnston | 2021-06-11 | 1 | -1/+1 |
* | Integrate knock rooms with the public rooms directory (#9359) | Andrew Morgan | 2021-06-09 | 1 | -5/+9 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -0/+1 |
* | Add new admin APIs to remove media by media ID from quarantine. (#10044) | Dirk Klimpel | 2021-06-02 | 1 | -10/+20 |
* | add a cache to have_seen_event (#9953) | Richard van der Hoff | 2021-06-01 | 3 | -14/+74 |
* | Make reason and score optional for report_event (#10077) | Callum Brown | 2021-05-27 | 1 | -1/+1 |
* | Combine `LruCache.invalidate` and `invalidate_many` (#9973) | Richard van der Hoff | 2021-05-27 | 5 | -13/+11 |
* | Add an admin API for unprotecting local media from quarantine (#10040) | Dirk Klimpel | 2021-05-26 | 1 | -3/+4 |
* | Add missing type hints to synapse.util (#9982) | Patrick Cloke | 2021-05-24 | 1 | -1/+1 |
* | Remove `keylen` from `LruCache`. (#9993) | Richard van der Hoff | 2021-05-24 | 3 | -3/+2 |
* | Don't hammer the database for destination retry timings every ~5mins (#10036) | Erik Johnston | 2021-05-21 | 2 | -31/+39 |
* | Fixed removal of new presence stream states (#10014) | Marek Matys | 2021-05-21 | 1 | -9/+9 |
* | Use a database table to hold the users that should have full presence sent to... | Andrew Morgan | 2021-05-18 | 1 | -1/+57 |
* | Minor `@cachedList` enhancements (#9975) | Richard van der Hoff | 2021-05-14 | 3 | -11/+8 |
* | Remove unnecessary SystemRandom from SQLBaseStore (#9987) | Dan Callahan | 2021-05-14 | 1 | -1/+2 |
* | Add config option to hide device names over federation (#9945) | Aaron Raimist | 2021-05-11 | 1 | -1/+3 |
* | Add debug logging for issue #9533 (#9959) | Richard van der Hoff | 2021-05-11 | 1 | -0/+18 |
* | Reorganise the database schema directories (#9932) | Richard van der Hoff | 2021-05-07 | 274 | -10260/+0 |
* | Use get_current_users_in_room from store and not StateHandler (#9910) | Erik Johnston | 2021-05-05 | 2 | -5/+7 |
* | Revert "Experimental Federation Speedup (#9702)" | Andrew Morgan | 2021-04-28 | 1 | -12/+16 |
* | Split presence out of master (#9820) | Erik Johnston | 2021-04-23 | 4 | -48/+129 |
* | Only store data in caches, not "smart" objects (#9845) | Erik Johnston | 2021-04-23 | 1 | -72/+89 |
* | Clear the resync bit after resyncing device lists (#9867) | Richard van der Hoff | 2021-04-22 | 1 | -10/+9 |
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 6 | -12/+29 |
* | Fix (final) Bugbear violations (#9838) | Jonathan de Jong | 2021-04-20 | 1 | -5/+5 |
* | Port "Allow users to click account renewal links multiple times without hitti... | Andrew Morgan | 2021-04-19 | 2 | -16/+64 |
* | User directory: use calculated room membership state instead (#9821) | Andrew Morgan | 2021-04-16 | 1 | -0/+27 |
* | Small speed up joining large remote rooms (#9825) | Erik Johnston | 2021-04-16 | 1 | -21/+33 |
* | Experimental Federation Speedup (#9702) | Jonathan de Jong | 2021-04-14 | 1 | -16/+12 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 51 | -51/+0 |
* | Add an admin API to manage ratelimit for a specific user (#9648) | Dirk Klimpel | 2021-04-13 | 1 | -5/+59 |
* | Bugbear: Add Mutable Parameter fixes (#9682) | Jonathan de Jong | 2021-04-08 | 5 | -8/+19 |
* | Merge remote-tracking branch 'origin/develop' into rav/drop_py35 | Richard van der Hoff | 2021-04-08 | 2 | -3/+40 |
|\ |
|
| * | Remove outdated constraint on remote_media_cache_thumbnails (#9725) | Richard van der Hoff | 2021-04-06 | 2 | -3/+40 |
* | | remove unused param on `make_tuple_comparison_clause` | Richard van der Hoff | 2021-04-08 | 3 | -3/+1 |
|/ |
|
* | Update mypy configuration: `no_implicit_optional = True` (#9742) | Jonathan de Jong | 2021-04-05 | 1 | -2/+2 |
* | Add `order_by` to list user admin API (#9691) | Dirk Klimpel | 2021-04-01 | 2 | -7/+44 |
* | Replace `room_invite_state_types` with `room_prejoin_state` (#9700) | Richard van der Hoff | 2021-03-30 | 1 | -2/+2 |
* | Add type hints to DictionaryCache and TTLCache. (#9442) | Patrick Cloke | 2021-03-29 | 1 | -4/+5 |
* | Add a storage method for returning all current presence from all users (#9650) | Andrew Morgan | 2021-03-25 | 1 | -1/+59 |
* | Add a type hints for service notices to the HomeServer object. (#9675) | Patrick Cloke | 2021-03-24 | 2 | -5/+5 |
* | Fix federation stall on concurrent access errors (#9639) | Jonathan de Jong | 2021-03-23 | 1 | -36/+9 |
* | Import HomeServer from the proper module. (#9665) | Patrick Cloke | 2021-03-23 | 2 | -2/+2 |
* | Consistently check whether a password may be set for a user. (#9636) | Dirk Klimpel | 2021-03-18 | 1 | -0/+1 |
* | Fix bad naming of storage function (#9637) | Erik Johnston | 2021-03-17 | 1 | -1/+1 |
* | Prep work for removing `outlier` from `internal_metadata` (#9411) | Richard van der Hoff | 2021-03-17 | 2 | -3/+21 |
* | Don't go into federation catch up mode so easily (#9561) | Erik Johnston | 2021-03-15 | 1 | -5/+5 |
* | Optimise missing prev_event handling (#9601) | Richard van der Hoff | 2021-03-15 | 1 | -7/+5 |
* | Convert Requester to attrs (#9586) | Richard van der Hoff | 2021-03-10 | 1 | -3/+3 |
* | Use the chain cover index in get_auth_chain_ids. (#9576) | Patrick Cloke | 2021-03-10 | 1 | -3/+145 |
* | Fix a bug in the background task for purging chain cover. (#9583) | Patrick Cloke | 2021-03-10 | 1 | -1/+1 |
* | Add a background task to purge unused chain IDs. (#9542) | Patrick Cloke | 2021-03-09 | 3 | -6/+98 |
* | Fix 'rejected_events_metadata' background update (#9537) | Erik Johnston | 2021-03-03 | 1 | -1/+3 |
* | Purge chain cover tables when purging events. (#9498) | Patrick Cloke | 2021-03-03 | 1 | -5/+37 |
* | Add type hints to user admin API. (#9521) | Dirk Klimpel | 2021-03-03 | 2 | -6/+6 |
* | Make deleting stale pushers a background update (#9536) | Erik Johnston | 2021-03-03 | 2 | -1/+54 |
* | Re-run rejected metadata background update. (#9503) | Erik Johnston | 2021-03-02 | 1 | -0/+9 |
* | Fix SQL delta file taking a long time to run (#9516) | Erik Johnston | 2021-03-02 | 2 | -5/+57 |
* | Ensure pushers are deleted for deactivated accounts (#9285) | Erik Johnston | 2021-02-25 | 2 | -0/+64 |
* | Add SQL delta for deleting stale pushers (#9479) | Erik Johnston | 2021-02-24 | 1 | -0/+19 |
* | Refactor to ensure we call check_consistency (#9470) | Erik Johnston | 2021-02-24 | 5 | -14/+45 |
* | Include newly added sequences in the port DB script. (#9449) | Patrick Cloke | 2021-02-23 | 2 | -2/+13 |
* | Add an `order_by` field to list users' media admin API. (#8978) | Dirk Klimpel | 2021-02-22 | 1 | -3/+38 |
* | Remove cache for get_shared_rooms_for_users (#9416) | Andrew Morgan | 2021-02-22 | 1 | -3/+1 |
* | Regenerate exact thumbnails if missing (#9438) | Erik Johnston | 2021-02-19 | 1 | -9/+9 |
|\ |
|
| * | Regenerate exact thumbnails if missing | Erik Johnston | 2021-02-18 | 1 | -9/+9 |
* | | Add a config option to prioritise local users in user directory search result... | Andrew Morgan | 2021-02-19 | 1 | -9/+50 |
|/ |
|
* | Add back the guard against the user directory stream position not existing. (... | Patrick Cloke | 2021-02-18 | 1 | -1/+7 |
* | Add the shadow-banning status to the display user admin API. (#9400) | Dirk Klimpel | 2021-02-17 | 2 | -3/+6 |
* | Add type hints to groups code. (#9393) | Patrick Cloke | 2021-02-17 | 1 | -2/+7 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 31 | -169/+276 |
* | Fix some typos. | Patrick Cloke | 2021-02-12 | 10 | -16/+16 |
* | Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) (#9... | Eric Eastwood | 2021-02-10 | 1 | -10/+0 |
* | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-02-01 | 1 | -20/+20 |
|\ |
|
| * | Fix SSO on workers (#9271) | Richard van der Hoff | 2021-02-01 | 1 | -20/+20 |
| * | Merge tag 'v1.26.0rc2' into social_login | Richard van der Hoff | 2021-01-25 | 3 | -3/+21 |
| |\ |
|
* | | | Add phone home stats for encrypted messages. (#9283) | Jan Christian Grünhage | 2021-02-01 | 1 | -0/+56 |
* | | | Add type hints to E2E handler. (#9232) | Patrick Cloke | 2021-01-28 | 1 | -2/+2 |
* | | | Add type hints to various handlers. (#9223) | Patrick Cloke | 2021-01-26 | 3 | -11/+16 |
* | | | Fix get forward extremities query | Jason Robinson | 2021-01-26 | 1 | -1/+1 |
* | | | Merge branch 'develop' into jaywink/admin-forward-extremities | Jason Robinson | 2021-01-26 | 2 | -1/+32 |
|\ \ \ |
|
| * | | | Don't error if deleting a non-existent pusher. (#9121) | Patrick Cloke | 2021-01-25 | 1 | -1/+3 |
| * | | | Add an admin API for shadow-banning users. (#9209) | Patrick Cloke | 2021-01-25 | 1 | -0/+29 |
* | | | | Make natural join inner join | Jason Robinson | 2021-01-26 | 1 | -2/+2 |
* | | | | Merge branch 'develop' into jaywink/admin-forward-extremities | Jason Robinson | 2021-01-23 | 35 | -349/+1871 |
|\| | | |
|
| * | | | Speed up chain cover calculation (#9176) | Erik Johnston | 2021-01-21 | 1 | -55/+144 |
| * | | | Merge remote-tracking branch 'origin/release-v1.26.0' into develop | Erik Johnston | 2021-01-21 | 1 | -0/+18 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Add schema update to fix existing DBs affected by #9193 (#9195) | Erik Johnston | 2021-01-21 | 1 | -0/+18 |
| * | | | Merge remote-tracking branch 'origin/release-v1.26.0' into develop | Erik Johnston | 2021-01-21 | 2 | -3/+3 |
| |\| | |
|
| | * | | Fix receipts or account data not being sent down sync (#9193) | Erik Johnston | 2021-01-21 | 2 | -3/+3 |
| * | | | Use execute_batch in more places (#9188) | Erik Johnston | 2021-01-21 | 10 | -31/+19 |
| | |/
| |/| |
|
| * | | Use execute_batch instead of executemany in places (#9181) | Erik Johnston | 2021-01-21 | 1 | -9/+9 |
| |/ |
|
| * | Support icons for Identity Providers (#9154) | Richard van der Hoff | 2021-01-20 | 1 | -4/+2 |
| * | Allow moving account data and receipts streams off master (#9104) | Erik Johnston | 2021-01-18 | 9 | -124/+267 |
| * | Make chain cover index bg update go faster (#9124) | Erik Johnston | 2021-01-15 | 1 | -150/+179 |
| * | Ensure we store pusher data as text (#9117) | Richard van der Hoff | 2021-01-15 | 1 | -3/+2 |
| * | Add type hints to media rest resources. (#9093) | Patrick Cloke | 2021-01-15 | 1 | -1/+2 |
| * | Fix perf of get_cross_signing_keys (#9116) | Erik Johnston | 2021-01-14 | 1 | -13/+28 |
| * | Fix chain cover background update to work with split out event persisters (#9... | Erik Johnston | 2021-01-14 | 2 | -25/+20 |
| * | Fix get destinations to catch up query. (#9114) | Erik Johnston | 2021-01-14 | 1 | -13/+11 |
| * | Add background update for add chain cover index (#9029) | Erik Johnston | 2021-01-14 | 3 | -16/+243 |
| * | Register the /devices endpoint on workers. (#9092) | Patrick Cloke | 2021-01-13 | 1 | -11/+30 |
| * | Remove user's avatar URL and displayname when deactivated. (#8932) | Dirk Klimpel | 2021-01-12 | 1 | -1/+1 |
| * | Move more encryption endpoints off master (#9068) | Erik Johnston | 2021-01-11 | 1 | -44/+44 |
| * | Use a chain cover index to efficiently calculate auth chain difference (#8868) | Erik Johnston | 2021-01-11 | 5 | -18/+821 |
| * | Remove old tables after schema version bump (#9055) | Erik Johnston | 2021-01-11 | 4 | -56/+36 |
| * | Ensure rejected events get added to some metadata tables (#9016) | Erik Johnston | 2021-01-11 | 3 | -24/+166 |
| * | Drop last_used column from access_tokens (#9025) | Jerin J Titus | 2021-01-11 | 2 | -0/+78 |
* | | Add depth and received_ts to forward_extremities admin API response | Jason Robinson | 2021-01-23 | 1 | -1/+2 |
* | | Remove trailing whitespace to appease the linter | Jason Robinson | 2021-01-11 | 1 | -2/+2 |
* | | Simplify delete_forward_extremities_for_room_txn SQL | Jason Robinson | 2021-01-11 | 1 | -10/+4 |
* | | Address pr feedback | Jason Robinson | 2021-01-11 | 2 | -26/+40 |
* | | Don't try to use f-strings | Jason Robinson | 2021-01-11 | 1 | -1/+1 |
* | | Merge branch 'develop' into jaywink/admin-forward-extremities | Jason Robinson | 2021-01-09 | 1 | -31/+23 |
|\| |
|
| * | Fix error handling during insertion of client IPs (#9051) | Erik Johnston | 2021-01-08 | 1 | -31/+23 |
* | | Implement clearing cache after deleting forward extremities | Jason Robinson | 2021-01-09 | 1 | -8/+33 |
* | | Add Rooms admin forward extremities DELETE endpoint | Jason Robinson | 2021-01-08 | 1 | -1/+48 |
* | | Add forward extremities endpoint to rooms admin API | Jason Robinson | 2021-01-07 | 2 | -0/+22 |
|/ |
|
* | Allow running sendToDevice on workers (#9044) | Erik Johnston | 2021-01-07 | 4 | -65/+158 |
* | Some cleanups to device inbox store. (#9041) | Erik Johnston | 2021-01-07 | 1 | -49/+58 |
* | Improve the performance of calculating ignored users in large rooms (#9024) | Patrick Cloke | 2021-01-07 | 2 | -29/+174 |
* | Add type hints to the crypto module. (#8999) | Patrick Cloke | 2021-01-04 | 1 | -5/+5 |
* | Add type hints to admin and room list handlers. (#8973) | Patrick Cloke | 2020-12-29 | 1 | -2/+5 |
* | Drop the unused local_invites table. (#8979) | Patrick Cloke | 2020-12-29 | 1 | -0/+18 |
* | Allow re-using a UI auth validation for a period of time (#8970) | Patrick Cloke | 2020-12-18 | 2 | -0/+56 |
* | Use the simple dictionary in full text search for the user directory (#8959) | Brendan Abolivier | 2020-12-17 | 1 | -12/+12 |
* | Make search statement in List Room and User Admin API case-insensitive (#8931) | Dirk Klimpel | 2020-12-17 | 2 | -5/+6 |
* | Convert internal pusher dicts to attrs classes. (#8940) | Patrick Cloke | 2020-12-16 | 2 | -39/+57 |
* | Do not assume that the contents dictionary includes history_visibility. (#8945) | Patrick Cloke | 2020-12-16 | 1 | -2/+5 |
* | Fix handling of stream tokens for push. (#8943) | Patrick Cloke | 2020-12-15 | 1 | -10/+0 |
* | Add number of local devices to Room Details Admin API (#8886) | Dirk Klimpel | 2020-12-11 | 1 | -0/+32 |
* | Pass room_id to get_auth_chain_difference (#8879) | Erik Johnston | 2020-12-04 | 1 | -1/+3 |
* | UIA: offer only available auth flows | Richard van der Hoff | 2020-12-02 | 2 | -0/+42 |
* | Add missing `ordering` to background updates (#8850) | Richard van der Hoff | 2020-12-01 | 4 | -12/+12 |
* | Drop (almost) unused index on event_json (#8845) | Richard van der Hoff | 2020-11-30 | 2 | -1/+20 |
* | Speed up remote invite rejection database call (#8815) | Andrew Morgan | 2020-11-25 | 1 | -1/+33 |
* | Improve appservice handler to send only the most recent read receipts when no... | Will Hunt | 2020-11-18 | 1 | -1/+6 |
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 1 | -0/+2 |
* | Generalise _maybe_store_room_on_invite (#8754) | Andrew Morgan | 2020-11-13 | 1 | -4/+6 |
* | Cache event ID to auth event IDs lookups (#8752) | Erik Johnston | 2020-11-13 | 1 | -12/+70 |
* | Add an admin API for users' media statistics (#8700) | Dirk Klimpel | 2020-11-05 | 1 | -0/+127 |
* | Improve start time by adding index to e2e_cross_signing_keys (#8694) | Erik Johnston | 2020-11-02 | 2 | -2/+33 |
* | Fix error handling around when completing an AS transaction (#8693) | Brendan Abolivier | 2020-10-30 | 1 | -1/+1 |
* | Fix race for concurrent downloads of remote media. (#8682) | Erik Johnston | 2020-10-30 | 1 | -0/+27 |
* | Fix optional parameter in stripped state storage method (#8688) | Andrew Morgan | 2020-10-30 | 1 | -1/+1 |
* | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 2 | -9/+56 |
* | Merge pull request #8678 from matrix-org/rav/fix_frozen_events | Richard van der Hoff | 2020-10-28 | 2 | -9/+7 |
|\ |
|
| * | Remove frozendict_json_encoder and support frozendicts everywhere | Richard van der Hoff | 2020-10-28 | 2 | -9/+7 |
* | | Add type hints to application services. (#8655) | Patrick Cloke | 2020-10-28 | 1 | -38/+60 |
* | | Don't pull event from DB when handling replication traffic. (#8669) | Erik Johnston | 2020-10-28 | 1 | -2/+6 |
* | | Abstract code for stripping room state into a separate method (#8671) | Andrew Morgan | 2020-10-27 | 1 | -1/+53 |
* | | Add admin API to list users' local media (#8647) | Dirk Klimpel | 2020-10-27 | 3 | -0/+60 |
* | | Add type hints for account validity handler (#8620) | Patrick Cloke | 2020-10-26 | 2 | -4/+4 |
* | | Split admin API for reported events into a detail and a list view (#8539) | Dirk Klimpel | 2020-10-26 | 1 | -17/+87 |
* | | Add an admin api to delete local media. (#8519) | Dirk Klimpel | 2020-10-26 | 1 | -0/+53 |
* | | Merge branch 'release-v1.22.0' into develop | Erik Johnston | 2020-10-26 | 1 | -4/+5 |
|\| |
|
| * | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 2020-10-26 | 1 | -7/+22 |
| * | Fix user_daily_visits to not have duplicate rows for UA. (#8654) | Erik Johnston | 2020-10-26 | 1 | -4/+5 |
* | | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 2020-10-26 | 1 | -7/+22 |
* | | Type hints for RegistrationStore (#8615) | Erik Johnston | 2020-10-22 | 2 | -74/+83 |
|/ |
|
* | Add type hints to profile and base handlers. (#8609) | Patrick Cloke | 2020-10-21 | 1 | -3/+3 |
* | Consistently use wrap_as_background_task in more places (#8599) | Patrick Cloke | 2020-10-20 | 2 | -14/+13 |
* | Move schema file for as_device_stream (#8590) | Will Hunt | 2020-10-20 | 1 | -3/+2 |
* | Drop unused `device_max_stream_id` table (#8589) | Vasilis Gerakaris | 2020-10-19 | 1 | -0/+1 |
* | Add `DeferredCache.get_immediate` method (#8568) | Richard van der Hoff | 2020-10-19 | 3 | -12/+3 |
* | Replace DeferredCache with LruCache where possible (#8563) | Richard van der Hoff | 2020-10-19 | 4 | -17/+14 |
* | Clean-up old transaction IDs on the background worker. (#8544) | Patrick Cloke | 2020-10-16 | 1 | -1/+1 |
* | Send some ephemeral events to appservices (#8437) | Will Hunt | 2020-10-15 | 3 | -9/+130 |
* | Merge pull request #8548 from matrix-org/rav/deferred_cache | Richard van der Hoff | 2020-10-15 | 3 | -6/+8 |
|\ |
|
| * | move DeferredCache into its own module | Richard van der Hoff | 2020-10-14 | 3 | -3/+5 |
| * | Rename Cache->DeferredCache | Richard van der Hoff | 2020-10-14 | 3 | -6/+6 |
* | | Include user agent in user daily visits table (#8503) | Neil Johnson | 2020-10-15 | 2 | -3/+26 |
* | | Use autocommit mode for single statement DB functions. (#8542) | Erik Johnston | 2020-10-14 | 3 | -62/+64 |
* | | Make sure a retention policy is a state event (#8527) | Brendan Abolivier | 2020-10-14 | 1 | -0/+4 |
|/ |
|
* | Move additional tasks to the background worker, part 4 (#8513) | Patrick Cloke | 2020-10-13 | 3 | -152/+150 |
* | Fix message duplication if something goes wrong after persisting the event (#... | Erik Johnston | 2020-10-13 | 4 | -2/+158 |
* | Only send RDATA for instance local events. (#8496) | Erik Johnston | 2020-10-09 | 3 | -19/+42 |
* | Move additional tasks to the background worker, part 3 (#8489) | Patrick Cloke | 2020-10-09 | 6 | -271/+272 |
* | Add type hints to some handlers (#8505) | Patrick Cloke | 2020-10-09 | 1 | -1/+3 |
* | Invalidate the cache when an olm fallback key is uploaded (#8501) | Hubert Chathi | 2020-10-08 | 1 | -0/+4 |
* | Move additional tasks to the background worker (#8458) | Patrick Cloke | 2020-10-07 | 5 | -175/+179 |