| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Enable reconnection in DB pool (#8726) | Erik Johnston | 2020-11-12 | 1 | -1/+6 |
* | 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 |
* | | Tell Black to format code for Python 3.5 (#8664) | Dan Callahan | 2020-10-27 | 1 | -2/+2 |
* | | 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 | 5 | -22/+21 |
* | Pre-emptively fix synapse.storage.types.Connection for future mypy release (#... | Jonathan de Jong | 2020-10-17 | 2 | -3/+3 |
* | 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 | 4 | -70/+155 |
* | | Remove racey assertion in MultiWriterIDGenerator (#8530) | Erik Johnston | 2020-10-14 | 1 | -7/+0 |
* | | 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 | 5 | -15/+241 |
* | Make event persisters periodically announce position over replication. (#8499) | Erik Johnston | 2020-10-12 | 2 | -0/+12 |
* | 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 |
* | Reduce serialization errors in MultiWriterIdGen (#8456) | Erik Johnston | 2020-10-07 | 5 | -8/+110 |
* | Use vector clocks for room stream tokens. (#8439) | Erik Johnston | 2020-10-07 | 2 | -37/+268 |
* | Add typing information to the device handler. (#8407) | Patrick Cloke | 2020-10-07 | 1 | -3/+3 |
* | Add support for MSC2697: Dehydrated devices (#8380) | Hubert Chathi | 2020-10-07 | 4 | -4/+133 |
* | Add support for MSC2732: olm fallback keys (#8312) | Hubert Chathi | 2020-10-06 | 2 | -1/+123 |
* | Remove stream ordering from Metadata dict (#8452) | Richard van der Hoff | 2020-10-05 | 4 | -23/+22 |
* | Do not assume that account data is of the correct form. (#8454) | Patrick Cloke | 2020-10-05 | 1 | -2/+7 |
* | Add logging on startup/shutdown (#8448) | Erik Johnston | 2020-10-02 | 20 | -107/+134 |
* | Speed up unit tests when using PostgreSQL (#8450) | Erik Johnston | 2020-10-02 | 1 | -1/+12 |
* | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 2020-10-02 | 5 | -259/+266 |
* | Merge tag 'v1.21.0rc2' into develop | Richard van der Hoff | 2020-10-02 | 1 | -1/+1 |
|\ |
|
| * | Fix DB query on startup for negative streams. (#8447) | Erik Johnston | 2020-10-02 | 1 | -1/+1 |
* | | Enable mypy checking for unreachable code and fix instances. (#8432) | Patrick Cloke | 2020-10-01 | 4 | -18/+10 |
|/ |
|
* | Make token serializing/deserializing async (#8427) | Erik Johnston | 2020-09-30 | 1 | -4/+4 |
* | Add an improved "forward extremities" metric | Richard van der Hoff | 2020-09-30 | 1 | -2/+25 |
* | Rewrite BucketCollector | Richard van der Hoff | 2020-09-30 | 1 | -16/+10 |
* | Various clean ups to room stream tokens. (#8423) | Erik Johnston | 2020-09-29 | 2 | -20/+23 |
* | Don't table scan events on worker startup (#8419) | Erik Johnston | 2020-09-29 | 1 | -1/+25 |
* | Mypy fixes for `synapse.handlers.federation` (#8422) | Richard van der Hoff | 2020-09-29 | 3 | -6/+6 |
* | Filter out appservices from mau count (#8404) | Will Hunt | 2020-09-29 | 1 | -1/+8 |
* | Add checks for postgres sequence consistency (#8402) | Erik Johnston | 2020-09-28 | 4 | -2/+99 |
* | typo | Matthew Hodgson | 2020-09-28 | 1 | -1/+1 |
* | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 2020-09-25 | 1 | -2/+2 |
* | Fix schema delta for servers that have not backfilled (#8396) | Erik Johnston | 2020-09-25 | 2 | -2/+8 |
* | Fix MultiWriteIdGenerator's handling of restarts. (#8374) | Erik Johnston | 2020-09-24 | 4 | -22/+160 |
* | Add EventStreamPosition type (#8388) | Erik Johnston | 2020-09-24 | 3 | -11/+19 |
* | Fix bug which caused failure on join with malformed membership events (#8385) | Richard van der Hoff | 2020-09-23 | 1 | -3/+7 |
* | Use `async with` for ID gens (#8383) | Erik Johnston | 2020-09-23 | 13 | -80/+102 |
* | Don't push if an user account has expired (#8353) | Mathieu Velten | 2020-09-23 | 1 | -0/+14 |
* | Fix missing null character check on guest_access room state | Andrew Morgan | 2020-09-22 | 1 | -0/+2 |
* | Fixed a bug with reactivating users with the admin API (#8362) | Dirk Klimpel | 2020-09-22 | 1 | -1/+1 |
* | Admin API for reported events (#8217) | Dirk Klimpel | 2020-09-22 | 1 | -0/+95 |
* | Merge tag 'v1.20.0rc5' into develop | Patrick Cloke | 2020-09-18 | 1 | -8/+5 |
|\ |
|
| * | Intelligently select extremities used in backfill. (#8349) | Erik Johnston | 2020-09-18 | 1 | -8/+5 |
* | | Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322) | reivilibre | 2020-09-18 | 1 | -2/+64 |
* | | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 25 | -45/+43 |
* | | Remove obsolete __future__ imports (#8337) | Jonathan de Jong | 2020-09-17 | 1 | -2/+0 |
* | | Switch metaclass initialization to python 3-compatible syntax (#8326) | Jonathan de Jong | 2020-09-16 | 4 | -17/+10 |
* | | Catch-up after Federation Outage (split, 4): catch-up loop (#8272) | reivilibre | 2020-09-15 | 1 | -1/+42 |
* | | Use slots in attrs classes where possible (#8296) | Patrick Cloke | 2020-09-14 | 5 | -5/+5 |
* | | Add the topic and avatar to the room details admin API (#8305) | Tulir Asokan | 2020-09-14 | 1 | -1/+2 |
* | | Add experimental support for sharding event persister. Again. (#8294) | Erik Johnston | 2020-09-14 | 7 | -29/+105 |
* | | Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281) | Erik Johnston | 2020-09-11 | 4 | -56/+61 |
* | | Merge branch 'release-v1.20.0' into develop | Richard van der Hoff | 2020-09-10 | 1 | -2/+3 |
|\| |
|
| * | Fix /notifications and pushers misbehaving because of unread counts (#8280) | Brendan Abolivier | 2020-09-08 | 1 | -2/+3 |
* | | Don't remember `enabled` of deleted push rules and properly return 404 for mi... | reivilibre | 2020-09-09 | 2 | -11/+148 |
* | | Include method in thumbnail media name (#7124) | DeepBlueV7.X | 2020-09-08 | 3 | -0/+134 |
* | | Add types to StreamToken and RoomStreamToken (#8279) | Erik Johnston | 2020-09-08 | 2 | -14/+14 |
* | | Fix `MultiWriterIdGenerator.current_position`. (#8257) | Erik Johnston | 2020-09-08 | 1 | -6/+37 |
* | | Rename 'populate_stats_process_rooms_2' background job back to 'populate_stat... | Andrew Morgan | 2020-09-08 | 2 | -30/+28 |
* | | Merge remote-tracking branch 'origin/release-v1.20.0' into develop | Richard van der Hoff | 2020-09-08 | 5 | -35/+111 |
|\| |
|
| * | Avoid table-scanning users at startup (#8271) | Richard van der Hoff | 2020-09-07 | 1 | -11/+14 |
| * | Fix unread count failing on NULL values (#8270) | Brendan Abolivier | 2020-09-07 | 1 | -1/+6 |
| * | Add more logging to debug slow startup (#8264) | Richard van der Hoff | 2020-09-07 | 4 | -7/+32 |
| * | Refuse to upgrade database on worker processes (#8266) | Richard van der Hoff | 2020-09-07 | 1 | -17/+61 |
* | | Run database updates in a transaction (#8265) | Richard van der Hoff | 2020-09-07 | 1 | -5/+22 |
* | | Merge branch 'release-v1.20.0' into develop | Richard van der Hoff | 2020-09-06 | 3 | -37/+20 |
|\| |
|
| * | Add cross-signing sigs to the `keys` object (#8234) | Richard van der Hoff | 2020-09-04 | 2 | -34/+17 |
| * | Unread counts fixes (#8254) | Brendan Abolivier | 2020-09-04 | 1 | -3/+3 |
* | | In light of #8255, use BIGINTs for destination_rooms (#8256) | reivilibre | 2020-09-04 | 1 | -1/+1 |
* | | Catch up after Federation Outage (split, 2): Track last successful stream ord... | reivilibre | 2020-09-04 | 2 | -0/+59 |
* | | Catch-up after Federation Outage (split, 1) (#8230) | reivilibre | 2020-09-04 | 4 | -5/+109 |
|/ |
|
* | Fix type signature in simple_select_one_onecol and friends (#8241) | reivilibre | 2020-09-04 | 1 | -10/+7 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 12 | -19/+19 |
* | Revert "Add experimental support for sharding event persister. (#8170)" (#8242) | Brendan Abolivier | 2020-09-04 | 7 | -100/+26 |
* | Split fetching device keys and signatures into two transactions (#8233) | Richard van der Hoff | 2020-09-03 | 1 | -44/+65 |
* | Fix typing for SyncHandler (#8237) | Erik Johnston | 2020-09-03 | 2 | -5/+5 |
* | wrap `_get_e2e_device_keys_and_signatures_txn` in a non-txn method (#8231) | Richard van der Hoff | 2020-09-03 | 2 | -17/+39 |
* | Add an overload for simple_select_one_onecol_txn. (#8235) | Patrick Cloke | 2020-09-02 | 1 | -0/+24 |
* | Convert runInteraction to async/await (#8156) | Patrick Cloke | 2020-09-02 | 1 | -15/+14 |
* | Add StreamStore to mypy (#8232) | Erik Johnston | 2020-09-02 | 2 | -18/+62 |
* | Re-implement unread counts (again) (#8059) | Brendan Abolivier | 2020-09-02 | 4 | -70/+205 |
* | Refactor `_get_e2e_device_keys_for_federation_query_txn` (#8225) | Richard van der Hoff | 2020-09-02 | 1 | -11/+6 |
* | Add experimental support for sharding event persister. (#8170) | Erik Johnston | 2020-09-02 | 7 | -26/+100 |
* | Add /user/{user_id}/shared_rooms/ api (#7785) | Will Hunt | 2020-09-02 | 1 | -1/+43 |
* | Do not try to store invalid data in the stats table (#8226) | Patrick Cloke | 2020-09-02 | 1 | -8/+26 |
* | Make _get_e2e_device_keys_and_signatures_txn return an attrs (#8224) | Richard van der Hoff | 2020-09-02 | 2 | -20/+40 |
* | Fix errors when updating the user directory with invalid data (#8223) | Patrick Cloke | 2020-09-01 | 1 | -0/+5 |
* | Convert additional databases to async/await part 3 (#8201) | Patrick Cloke | 2020-09-01 | 6 | -87/+120 |
* | Rename `_get_e2e_device_keys_txn` (#8222) | Richard van der Hoff | 2020-09-01 | 2 | -6/+8 |
* | Convert additional databases to async/await (#8199) | Patrick Cloke | 2020-09-01 | 6 | -137/+146 |
* | Convert additional databases to async/await part 2 (#8200) | Patrick Cloke | 2020-09-01 | 10 | -50/+90 |
* | Make MultiWriterIDGenerator work for streams that use negative stream IDs (#8... | Erik Johnston | 2020-09-01 | 1 | -11/+28 |
* | Move and rename `get_devices_with_keys_by_user` (#8204) | Richard van der Hoff | 2020-09-01 | 3 | -48/+60 |
* | Rename `get_e2e_device_keys` to better reflect its purpose (#8205) | Richard van der Hoff | 2020-08-29 | 1 | -14/+6 |
* | Fix incorrect return signature | Andrew Morgan | 2020-08-28 | 1 | -1/+1 |
* | Convert `event_push_actions`, `registration`, and `roommember` datastores to ... | Patrick Cloke | 2020-08-28 | 3 | -160/+168 |
* | Only return devices with keys from `/federation/v1/user/devices/` (#8198) | Richard van der Hoff | 2020-08-28 | 1 | -3/+1 |
* | Convert state and stream stores and related code to async (#8194) | Patrick Cloke | 2020-08-28 | 5 | -44/+49 |
* | Convert additional database code to async/await. (#8195) | Patrick Cloke | 2020-08-28 | 7 | -157/+221 |
* | Convert stats and related calls to async/await (#8192) | Patrick Cloke | 2020-08-27 | 2 | -48/+49 |
* | Convert simple_delete to async/await. (#8191) | Patrick Cloke | 2020-08-27 | 3 | -35/+85 |
* | Convert calls of async database methods to async (#8166) | Patrick Cloke | 2020-08-27 | 11 | -74/+103 |
* | simple_search_list_txn should return None, not 0. (#8187) | Patrick Cloke | 2020-08-27 | 1 | -4/+3 |
* | Fix missing _add_persisted_position (#8179) | Erik Johnston | 2020-08-27 | 1 | -0/+2 |
* | Convert additional database methods to async (select list, search, insert_man... | Patrick Cloke | 2020-08-27 | 5 | -79/+60 |
* | Convert simple_update* and simple_select* to async (#8173) | Patrick Cloke | 2020-08-27 | 12 | -86/+114 |
* | Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#... | Erik Johnston | 2020-08-26 | 1 | -2/+2 |
* | Convert simple_select_one and simple_select_one_onecol to async (#8162) | Patrick Cloke | 2020-08-26 | 16 | -73/+116 |
* | Add functions to `MultiWriterIdGen` used by events stream (#8164) | Erik Johnston | 2020-08-25 | 2 | -3/+108 |
* | Make StreamIdGen `get_next` and `get_next_mult` async (#8161) | Erik Johnston | 2020-08-25 | 13 | -49/+53 |
* | Wording fixes to 'name' user admin api filter (#8163) | Andrew Morgan | 2020-08-25 | 1 | -1/+1 |
* | Search in columns 'name' and 'displayname' in the admin users endpoint (#7377) | Manuel Stahl | 2020-08-25 | 1 | -12/+19 |
* | Don't fail /submit_token requests on incorrect session ID if request_token_in... | Brendan Abolivier | 2020-08-24 | 1 | -6/+19 |
* | Micro-optimisations to get_auth_chain_ids (#8132) | Richard van der Hoff | 2020-08-21 | 1 | -23/+17 |
* | Allow denying or shadow banning registrations via the spam checker (#8034) | Patrick Cloke | 2020-08-20 | 2 | -1/+63 |
* | Be more tolerant of membership events in unknown rooms (#8110) | Richard van der Hoff | 2020-08-20 | 1 | -6/+25 |
* | Use the JSON encoder without whitespace in more places. (#8124) | Patrick Cloke | 2020-08-20 | 5 | -19/+14 |
* | Add more types to synapse.storage.database. (#8127) | Patrick Cloke | 2020-08-20 | 2 | -222/+366 |
* | Do not assume calls to runInteraction return Deferreds. (#8133) | Patrick Cloke | 2020-08-20 | 3 | -22/+26 |
* | Close the database connection we create during startup (#8131) | Richard van der Hoff | 2020-08-19 | 1 | -1/+10 |
* | Remove `ChainedIdGenerator`. (#8123) | Erik Johnston | 2020-08-19 | 2 | -86/+18 |
* | Be stricter about JSON that is accepted by Synapse (#8106) | Patrick Cloke | 2020-08-19 | 2 | -6/+17 |
* | Convert runWithConnection to async. (#8121) | Patrick Cloke | 2020-08-19 | 1 | -14/+13 |
* | Separate `get_current_token` into two. (#8113) | Erik Johnston | 2020-08-19 | 2 | -11/+29 |
* | Convert events worker database to async/await. (#8071) | Patrick Cloke | 2020-08-18 | 3 | -75/+88 |
* | Fix the return type of send_nonmember_events. (#8112) | Patrick Cloke | 2020-08-18 | 1 | -4/+15 |
* | Convert some of the general database methods to async (#8100) | Patrick Cloke | 2020-08-17 | 5 | -29/+24 |
* | Convert stream database to async/await. (#8074) | Patrick Cloke | 2020-08-17 | 3 | -257/+201 |
* | Add a shadow-banned flag to users. (#8092) | Patrick Cloke | 2020-08-14 | 2 | -1/+26 |
* | Convert pusher databases to async/await. (#8075) | Patrick Cloke | 2020-08-14 | 2 | -91/+84 |
* | Convert receipts and events databases to async/await. (#8076) | Patrick Cloke | 2020-08-14 | 3 | -82/+79 |
* | Remove some unused database functions. (#8085) | Patrick Cloke | 2020-08-14 | 6 | -244/+18 |
* | Convert misc database code to async (#8087) | Patrick Cloke | 2020-08-14 | 10 | -64/+38 |
* | Convert the roommember database to async/await. (#8070) | Patrick Cloke | 2020-08-12 | 3 | -241/+98 |
* | Convert devices database to async/await. (#8069) | Patrick Cloke | 2020-08-12 | 1 | -153/+180 |
* | Convert account data, device inbox, and censor events databases to async/awai... | Patrick Cloke | 2020-08-12 | 3 | -86/+96 |
* | Convert appservice, group server, profile and more databases to async (#8066) | Patrick Cloke | 2020-08-12 | 7 | -104/+78 |
* | Merge pull request #8060 from matrix-org/erikj/type_server | Erik Johnston | 2020-08-11 | 1 | -12/+16 |
|\ |
|
| * | Change HomeServer definition to work with typing. | Erik Johnston | 2020-08-11 | 1 | -12/+16 |
* | | Convert tags and metrics databases to async/await (#8062) | Patrick Cloke | 2020-08-11 | 2 | -64/+59 |
* | | Converts event_federation and registration databases to async/await (#8061) | Patrick Cloke | 2020-08-11 | 3 | -164/+125 |
|/ |
|
* | Implement new experimental push rules (#7997) | Brendan Abolivier | 2020-08-10 | 1 | -4/+12 |
|\ |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_p... | Brendan Abolivier | 2020-08-06 | 282 | -1079/+1212 |
| |\ |
|
| * | | Incorporate review | Brendan Abolivier | 2020-08-06 | 1 | -3/+3 |
| * | | Back out the database hack and replace it with a temporary config setting | Brendan Abolivier | 2020-08-03 | 2 | -47/+9 |
| * | | Fix cache name | Brendan Abolivier | 2020-07-31 | 1 | -1/+1 |
| * | | Fix cache invalidation calls | Brendan Abolivier | 2020-07-31 | 1 | -1/+1 |
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_p... | Brendan Abolivier | 2020-07-30 | 19 | -346/+503 |
| |\ \ |
|
| * | | | Implement new experimental push rules with a database hack to enable them | Brendan Abolivier | 2020-07-28 | 2 | -5/+51 |
* | | | | Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab... | Patrick Cloke | 2020-08-07 | 5 | -102/+95 |
* | | | | Convert additional database stores to async/await (#8045) | Patrick Cloke | 2020-08-07 | 4 | -150/+104 |
* | | | | Reduce unnecessary whitespace in JSON. (#7372) | David Vo | 2020-08-07 | 9 | -45/+38 |
* | | | | Revert #7736 (#8039) | Brendan Abolivier | 2020-08-06 | 4 | -151/+2 |
* | | | | Convert synapse.api to async/await (#8031) | Patrick Cloke | 2020-08-06 | 1 | -3/+2 |
| |_|/
|/| | |
|
* | | | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 282 | -1075/+1152 |
* | | | Convert streams to async. (#8014) | Patrick Cloke | 2020-08-04 | 1 | -4/+4 |
* | | | Prevent join->join membership transitions changing member count (#7977) | Andrew Morgan | 2020-08-03 | 2 | -5/+61 |
| |/
|/| |
|
* | | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2020-07-30 | 1 | -1/+1 |
|\ \ |
|
| * | | Update worker docs with recent enhancements (#7969) | Erik Johnston | 2020-07-29 | 1 | -1/+1 |
* | | | Convert some of the data store to async. (#7976) | Patrick Cloke | 2020-07-30 | 6 | -188/+160 |
* | | | Remove from the event_relations table when purging historical events. (#7978) | Patrick Cloke | 2020-07-29 | 1 | -0/+2 |
* | | | Re-implement unread counts (#7736) | Brendan Abolivier | 2020-07-29 | 4 | -2/+151 |
* | | | Convert storage layer to async/await. (#7963) | Patrick Cloke | 2020-07-28 | 3 | -140/+145 |
* | | | Move some log lines from default logger to sql/transaction loggers (#7952) | Andrew Morgan | 2020-07-28 | 1 | -8/+10 |
* | | | Convert push to async/await. (#7948) | Patrick Cloke | 2020-07-27 | 1 | -2/+2 |
|/ / |
|
* | | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 4 | -4/+9 |
* | | Follow-up to admin API to re-activate accounts (#7908) | Patrick Cloke | 2020-07-22 | 1 | -2/+24 |
|/ |
|
* | Stop using 'device_max_stream_id' (#7882) | Erik Johnston | 2020-07-17 | 2 | -4/+1 |
* | Change "unknown room ver" logging to warning. (#7881) | Erik Johnston | 2020-07-17 | 1 | -1/+1 |
* | Consistently use `db_to_json` to convert from database values to JSON objects... | Patrick Cloke | 2020-07-16 | 21 | -82/+79 |
* | Merge pull request #7866 from matrix-org/rav/fix_guest_user_id | Richard van der Hoff | 2020-07-16 | 8 | -59/+183 |
|\ |
|
| * | Use a postgres sequence to generate guest user IDs | Richard van der Hoff | 2020-07-16 | 2 | -29/+70 |
| * | Use SequenceGenerator for state group ID allocation | Richard van der Hoff | 2020-07-16 | 4 | -26/+11 |
| * | Use `PostgresSequenceGenerator` from `MultiWriterIdGenerator` | Richard van der Hoff | 2020-07-16 | 1 | -4/+4 |
| * | Add some helper classes for generating ID sequences | Richard van der Hoff | 2020-07-16 | 1 | -0/+98 |
* | | Avoid brand new rooms in `delete_old_current_state_events` (#7854) | Richard van der Hoff | 2020-07-15 | 1 | -10/+55 |
|/ |
|
* | remove `retry_on_integrity_error` wrapper for persist_events (#7848) | Richard van der Hoff | 2020-07-15 | 1 | -67/+0 |
* | Fix bug in per-room message retention policies. (#7850) | Patrick Cloke | 2020-07-14 | 1 | -1/+1 |
* | Add delete room admin endpoint (#7613) | Dirk Klimpel | 2020-07-14 | 1 | -1/+6 |
* | Merge branch 'release-v1.17.0' into develop | Richard van der Hoff | 2020-07-10 | 1 | -0/+22 |
|\ |
|
| * | Merge branch 'master' into release-v1.17.0 | Richard van der Hoff | 2020-07-10 | 1 | -0/+22 |
| |\ |
|
| | * | fix migration, again | Richard van der Hoff | 2020-07-10 | 1 | -1/+1 |
| | * | Drop incorrectly-added table `local_rejections_stream`. (#7816) | Richard van der Hoff | 2020-07-10 | 1 | -0/+22 |
* | | | Add ability to shard the federation sender (#7798) | Erik Johnston | 2020-07-10 | 2 | -7/+112 |
|/ / |
|
* | | Generate real events when we reject invites (#7804) | Richard van der Hoff | 2020-07-09 | 2 | -26/+0 |
* | | Do not use simplejson in Synapse. (#7800) | Patrick Cloke | 2020-07-08 | 4 | -16/+8 |
* | | Stop populating unused table `local_invites`. (#7793) | Richard van der Hoff | 2020-07-07 | 3 | -80/+24 |
* | | Refactor getting replication updates from database v2. (#7740) | Erik Johnston | 2020-07-07 | 8 | -149/+322 |
* | | isort 5 compatibility (#7786) | Will Hunt | 2020-07-05 | 3 | -5/+2 |
* | | Use symbolic names for replication stream names (#7768) | Richard van der Hoff | 2020-07-01 | 2 | -5/+9 |
* | | Fix incorrect error message when database CTYPE was set incorrectly. (#7760) | Richard van der Hoff | 2020-07-01 | 1 | -1/+1 |
|/ |
|
* | Back out MSC2625 implementation (#7761) | Brendan Abolivier | 2020-07-01 | 2 | -128/+28 |
* | Allow local media to be marked as safe from being quarantined. (#7718) | Patrick Cloke | 2020-06-22 | 4 | -35/+52 |
* | Fix unread counts in sync | Brendan Abolivier | 2020-06-17 | 1 | -1/+1 |
* | Implement unread counter (MSC2625) (#7673) | Brendan Abolivier | 2020-06-17 | 2 | -27/+127 |
|\ |
|
| * | Merge branch 'develop' into babolivier/mark_unread | Brendan Abolivier | 2020-06-15 | 13 | -81/+62 |
| |\ |
|
| * | | Incorporate review | Brendan Abolivier | 2020-06-15 | 1 | -15/+11 |
| * | | Lint | Brendan Abolivier | 2020-06-12 | 1 | -3/+8 |
| * | | Incorporate review bits | Brendan Abolivier | 2020-06-12 | 1 | -14/+13 |
| * | | Pre-populate the unread_count column | Brendan Abolivier | 2020-06-12 | 1 | -0/+5 |
| * | | Don't update the schema version | Brendan Abolivier | 2020-06-12 | 2 | -1/+1 |
| * | | Use attr instead of a dict | Brendan Abolivier | 2020-06-12 | 1 | -21/+31 |
| * | | Fix summary rotation | Brendan Abolivier | 2020-06-12 | 1 | -12/+35 |
| * | | Log for invalid values of notif | Brendan Abolivier | 2020-06-11 | 1 | -0/+6 |
| * | | Fix SQL | Brendan Abolivier | 2020-06-11 | 1 | -3/+3 |
| * | | Fix schema update | Brendan Abolivier | 2020-06-11 | 1 | -1/+1 |