summary refs log tree commit diff
path: root/synapse/storage/databases (follow)
Commit message (Expand)AuthorAgeFilesLines
* LintBrendan Abolivier2021-12-061-24/+19
* Merge tag 'v1.48.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-0623-431/+681
|\
| * Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#...Brendan Abolivier2021-11-251-146/+63
| * Add missing type hints to config base classes (#11377)Patrick Cloke2021-11-231-1/+2
| * Remove code invalidated by deprecated config flag 'trust_identity_servers_for...Shay2021-11-231-32/+3
| * Store arbitrary relations from events. (#11391)Patrick Cloke2021-11-222-43/+74
| * Keep fallback key marked as used if it's re-uploaded (#11382)Hubert Chathi2021-11-191-11/+40
| * Add dedicated admin API for blocking a room (#11324)Dirk Klimpel2021-11-181-0/+32
| * Use auto_attribs for RefreshTokenLookupResult (#11386)reivilibre2021-11-181-7/+7
| * Do not allow MSC3440 threads to fork threads (#11161)Patrick Cloke2021-11-181-2/+65
| * Add ability to un-shadow-ban via the admin API. (#11347)Patrick Cloke2021-11-161-1/+1
| * Database storage profile passes mypy (#11342)David Robertson2021-11-151-4/+8
| * Get directory db file to pass mypy (#11339)David Robertson2021-11-152-6/+7
| * Annotations for state_deltas.py (#11316)David Robertson2021-11-121-3/+13
| * Test room alias deletion (#11327)David Robertson2021-11-121-2/+5
| * Change display names/avatar URLs to None if they contain null bytes before st...Shay2021-11-121-4/+6
| * Add type hints to media repository storage module (#11311)Patrick Cloke2021-11-121-57/+84
| * Attempt to annotate events_forward_extremities (#11314)David Robertson2021-11-122-7/+16
| * Annotations for user_erasure_store (#11313)David Robertson2021-11-111-4/+5
| * Get db signatures file to pass mypy (#11312)David Robertson2021-11-111-2/+2
| * Correct type hint for room_batch.py (#11310)David Robertson2021-11-111-10/+8
| * Add type hints to some storage classes (#11307)Patrick Cloke2021-11-116-45/+93
| * Clarifications and small fixes to to-device related code (#11247)Andrew Morgan2021-11-092-7/+24
| * Allow admins to proactively block rooms (#11228)David Robertson2021-11-091-1/+6
| * Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-092-23/+121
* | Fix testBrendan Abolivier2021-12-061-1/+1
* | Merge tag 'v1.47.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-0612-87/+333
|\|
| * Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244)Eric Eastwood2021-11-081-1/+1
| * Handle federation inbound instances being killed more gracefully (#11262)Erik Johnston2021-11-081-10/+21
| * Track ongoing event fetches correctly in the presence of failure (#11240)Sean Quah2021-11-041-22/+34
| * Add index to `local_group_updates.stream_id` (#11231)Erik Johnston2021-11-021-1/+16
| * Add remaining type hints to `synapse.events`. (#11098)Patrick Cloke2021-11-022-6/+9
| * Delete messages for hidden devices from `device_inbox` (#11199)Dirk Klimpel2021-11-021-0/+89
| * Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral...Andrew Morgan2021-11-022-3/+3
| * Add search by room ID and room alias to List Room admin API (#11099)Dirk Klimpel2021-11-021-11/+18
| * Stop synapse from saving messages in device_inbox for hidden devices. (#10097)JohannesKleine2021-11-011-2/+6
| * Fix comments referencing v1.46.0 from PR #10969. (#11212)Dirk Klimpel2021-10-291-1/+1
| * Additional type hints for relations database class. (#11205)Patrick Cloke2021-10-281-15/+23
| * Annotate `log_function` decorator (#10943)reivilibre2021-10-271-1/+1
| * Delete messages from `device_inbox` table when deleting device (#10969)Dirk Klimpel2021-10-272-15/+112
* | Merge tag 'v1.46.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-0626-215/+682
|\|
| * Fix thread BG update to not seq scan event_json (#11192)Erik Johnston2021-10-271-1/+1
| * Add a background update for updating MSC3440 relation threads. (#11181)Patrick Cloke2021-10-261-2/+83
| * Enable changing user type via users admin API (#11174)Jason Robinson2021-10-261-0/+18
| * Fix module API's `get_user_ip_and_agents` function when run on workers (#11112)Sean Quah2021-10-251-39/+85
| * Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-2220-57/+138
| * Add a thread relation type per MSC3440. (#11088)Patrick Cloke2021-10-212-1/+62
| * Fix setting a user's external_id via the admin API returns 500 and deletes us...Dirk Klimpel2021-10-211-5/+90
| * Merge branch 'master' into developSean Quah2021-10-201-24/+0
| |\
| * | Add missing type hints to event fetching. (#11121)Patrick Cloke2021-10-191-61/+81
| * | Add missing type hints to synapse.api. (#11109)Patrick Cloke2021-10-181-4/+4
| * | `_run_push_actions_and_persist_event`: handle no min_depth (#11014)Richard van der Hoff2021-10-181-1/+1
| * | Move experimental & retention config out of the server module. (#11070)Patrick Cloke2021-10-151-4/+4
| * | Resolve and share `state_groups` for all historical events in batch (MSC2716)...Eric Eastwood2021-10-132-4/+19
| * | Merge remote-tracking branch 'origin/release-v1.45' into developDavid Robertson2021-10-131-2/+22
| |\ \
| * | | Add type hints to `synapse.storage.databases.main.client_ips` (#10972)Sean Quah2021-10-121-40/+100
| * | | Fix inconsistent behavior of `get_last_client_by_ip` (#10970)Sean Quah2021-10-121-4/+9
* | | | Merge tag 'v1.45.1' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-061-24/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert change to counting of deactivated users towards the monthly active use...Sean Quah2021-10-201-24/+0
| | |/ | |/|
* | | LintBrendan Abolivier2021-12-061-2/+2
* | | Merge tag 'v1.45.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-0612-91/+166
|\| |
| * | Stop user directory from failing if it encounters users not in the `users` ta...David Robertson2021-10-132-6/+31
| |/
| * disallow-untyped-defs for synapse.push (#11023)David Robertson2021-10-111-2/+2
| * Annotate synapse.storage.util (#10892)David Robertson2021-10-082-5/+14
| * Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-062-2/+6
| * Fix potential leak of per-room profiles when the user dir is rebuilt. (#10981)David Robertson2021-10-051-13/+20
| * Fix logic flaw preventing tracking of MSC2716 events in existing room version...Eric Eastwood2021-10-051-6/+4
| * Add functionality to remove deactivated users from the monthly_active_users t...Hillery Shay2021-10-041-0/+24
| * Merge tag 'v1.44.0rc3' into developBrendan Abolivier2021-10-041-2/+2
| |\
| * | Consistently exclude from user_directory (#10960)David Robertson2021-10-041-13/+33
| * | Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-1/+1
| * | Add type hints to filtering classes. (#10958)Patrick Cloke2021-10-011-2/+6
| * | Refactor user directory tests (#10935)David Robertson2021-09-301-1/+1
| * | Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-297-18/+20
| * | Ensure `(room_id, next_batch_id)` is unique to avoid cross-talk/conflicts bet...Eric Eastwood2021-09-281-2/+4
| * | Drop backwards-compatibility support for "outlier" (#10903)Richard van der Hoff2021-09-281-21/+1
* | | Merge tag 'v1.44.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-0626-223/+410
|\ \ \ | | |/ | |/|
| * | Fix error in `get_user_ip_and_agents` when fetching from the database (#10968)Sean Quah2021-10-011-2/+2
| |/
| * Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-243-4/+4
| * Improve typing in user_directory files (#10891)David Robertson2021-09-241-35/+89
| * In `_purge_history_txn`, ensure that txn.fetchall has elements before accessi...Kokokokoka2021-09-241-9/+13
| * Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-1/+1
| * Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-233-3/+3
| * Remove unnecessary parentheses around tuples returned from methods (#10889)Andrew Morgan2021-09-235-8/+8
| * Treat "\u0000" as "\u0020" for the purposes of message search (message indexi...Hillery Shay2021-09-221-9/+25
| * Fix invalidating OTK count cache after claim (#10875)Tulir Asokan2021-09-221-0/+4
| * Fix /initialSync error due to unhashable `RoomStreamToken` (#10827)Sean Quah2021-09-221-1/+3
| * Opt out of cache expiry for `get_users_who_share_room_with_user` (#10826)David Robertson2021-09-221-3/+8
| * Extend ModuleApi with the methods we'll need to reject spam based on …IP - ...David Teller2021-09-221-7/+20
| * Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint...Eric Eastwood2021-09-213-41/+41
| * Add type hints for event streams. (#10856)Patrick Cloke2021-09-211-3/+3
| * Always add local users to the user directory (#10796)David Robertson2021-09-211-17/+10
| * Fix remove_stale_pushers job on SQLite. (#10843)reivilibre2021-09-207-14/+14
| * Add type hints to state database module. (#10823)Patrick Cloke2021-09-152-69/+127
| * Verify `?chunk_id` actually corresponds to an insertion event that exists (MS...Eric Eastwood2021-09-152-0/+38
* | Merge tag 'v1.43.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-0618-79/+232
|\|
| * Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-1315-18/+18
| * Add types to synapse.util. (#10601)reivilibre2021-09-101-0/+1
| * Easy refactors of the user directory (#10789)David Robertson2021-09-102-4/+8
| * Don't needlessly batch in `add_event_to_cache` (#10784)Erik Johnston2021-09-101-27/+24
| * Skip handling of push actions for outlier events (#10780)Erik Johnston2021-09-081-4/+17
| * Add a constant for m.federate. (#10775)Patrick Cloke2021-09-081-2/+2
| * Allow `room_alias_name` parameter to be handled by /createRoom calls on worke...Andrew Morgan2021-09-061-2/+2
| * Speed up persisting redacted events (#10756)Erik Johnston2021-09-061-11/+11
| * Allow room creator to send MSC2716 related events in existing room versions (...Eric Eastwood2021-09-041-5/+27
| * Add a partial index to `presence_stream` to speed up startups (#10748)Sean2021-09-031-1/+22
| * Fix bug with reusing 'txn' when persisting event. (#10743)Erik Johnston2021-09-031-1/+7
| * Populate `rooms.creator` field for easy lookup (#10697)Eric Eastwood2021-09-011-4/+93
* | Merge tag 'v1.42.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-069-19/+633
|\|
| * Fix iteration in _remove_deleted_email_pushers background job. (#10734)Andrew Morgan2021-09-011-1/+2
| * Fix perf of fetching the same events many times. (#10703)Erik Johnston2021-08-271-6/+23
| * Make `backfill` and `get_missing_events` use the same codepath (#10645)Richard van der Hoff2021-08-261-0/+1
| * Remove pushers when deleting 3pid from account (#10581)Azrenbeth2021-08-261-0/+72
| * Persist room hierarchy pagination sessions to the database. (#10613)Patrick Cloke2021-08-242-0/+147
| * Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-212-0/+359
| * Do not include rooms with an unknown room version in a sync response. (#10644)Patrick Cloke2021-08-191-3/+5
| * Remove not needed database updates in modify user admin API (#10627)Dirk Klimpel2021-08-191-7/+18
| * Merge branch 'release-v1.41' into developErik Johnston2021-08-182-203/+62
| |\
| * | Convert room member storage tuples to attrs. (#10629)Patrick Cloke2021-08-182-3/+7
* | | Merge tag 'v1.41.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-018-329/+464
|\ \ \ | | |/ | |/|
| * | Allow /createRoom to be run on workers (#10564)Andrew Morgan2021-08-171-34/+34
| * | Remove the unused public_room_list_stream (#10565)Andrew Morgan2021-08-172-180/+39
| |/
| * Allow to edit `external_ids` by Edit User admin API (#10598)Dirk Klimpel2021-08-171-0/+22
| * Add support for MSC2716 marker events (#10498)Eric Eastwood2021-08-042-20/+118
| * Improve event caching code (#10119)Erik Johnston2021-08-042-43/+107
| * Fix `could not serialize access` errors for `claim_e2e_one_time_keys` (#10504)Erik Johnston2021-08-041-62/+126
| * Add `get_userinfo_by_id` method to `ModuleApi` (#9581)Jason Robinson2021-08-041-1/+29
* | Merge tag 'v1.40.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0111-114/+363
|\|
| * Prune inbound federation queues if they get too long (#10390)Erik Johnston2021-08-021-2/+102
| * Make historical events discoverable from backfill for servers without any scr...Eric Eastwood2021-07-283-20/+209
| * Merge tag 'v1.39.0rc3' into developErik Johnston2021-07-281-1/+8
| |\
| * | Fix `oldest_pdu_in_federation_staging` (#10455)Erik Johnston2021-07-271-2/+5
| * | Add type hints to state handler. (#10482)Patrick Cloke2021-07-261-6/+11
| * | Add `creation_ts` to list users admin API (#10448)Dirk Klimpel2021-07-222-12/+9
| * | Replace `or_ignore` in `simple_insert` with `simple_upsert` (#10442)Erik Johnston2021-07-224-68/+23
| * | Add type hints to additional servlet functions (#10437)Patrick Cloke2021-07-211-1/+1
| * | Add a return type to parse_string. (#10438)Patrick Cloke2021-07-213-3/+3
* | | Merge tag 'v1.39.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-0120-374/+322
|\ \ \ | | |/ | |/|
| * | Always communicate device OTK counts to clients (#10485)Andrew Morgan2021-07-271-1/+8
| |/
| * Fix dropping locks on shut down (#10433)Erik Johnston2021-07-201-1/+5
| * Add a new version of the R30 phone-home metric, which removes a false impress...reivilibre2021-07-191-0/+129
| * [pyupgrade] `synapse/` (#10348)Jonathan de Jong2021-07-193-5/+7
| * Remove unused `events_by_room` (#10421)Eric Eastwood2021-07-191-4/+0
| * Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-1513-57/+51
| * Show all joinable rooms in the spaces summary. (#10298)Patrick Cloke2021-07-131-2/+11
| * Fix federation inbound age metric. (#10355)Erik Johnston2021-07-131-1/+3
| * Replace `room_depth.min_depth` with a BIGINT (#10289)Richard van der Hoff2021-07-121-7/+97
| * Fix the user directory becoming broken (and noisy errors being logged) when k...reivilibre2021-07-091-2/+6
| * Merge tag 'v1.38.0rc2' into developErik Johnston2021-07-091-2/+13
| |\
| * | Upsert redactions in case they already exists (#10343)Andreas Rammhold2021-07-092-2/+3
| * | Remove functionality associated with unused historical stats tables (#9721)Cristina2021-07-082-291/+1
| * | Minor changes to `user_daily_visits` (#10324)reivilibre2021-07-081-2/+2
* | | Merge tag 'v1.38.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-014-31/+491
|\ \ \ | | |/ | |/|
| * | Ensure we always drop the federation inbound lock (#10336)Erik Johnston2021-07-091-2/+13
| |/
| * ANALYZE new stream ordering column (#10326)Brendan Abolivier2021-07-071-0/+10
| * Fix deactivate a user if he does not have a profile (#10252)Dirk Klimpel2021-07-061-4/+4
| * Handle old staged inbound events (#10303)Erik Johnston2021-07-061-0/+9
| * Add some metrics to staging area (#10284)Erik Johnston2021-07-011-0/+39
| * Rebuild other indexes using `stream_ordering` (#10282)Richard van der Hoff2021-06-301-3/+47
| * Fix the inbound PDU metric (#10279)Erik Johnston2021-06-301-10/+56
| * Merge branch 'release-v1.37' into developRichard van der Hoff2021-06-293-3/+442
| |\
| * | Fix `populate_stream_ordering2` background job (#10267)Richard van der Hoff2021-06-291-16/+12
| * | Migrate stream_ordering to a bigint (#10264)Richard van der Hoff2021-06-291-15/+121
| * | MSC2918 Refresh tokens implementation (#9450)Quentin Gliech2021-06-241-4/+203
* | | Merge tag 'v1.37.1' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-013-3/+442
|\ \ \ | | |/ | |/|
| * | Handle inbound events from federation asynchronously (#10272)Erik Johnston2021-06-291-3/+106
| * | Add a distributed lock (#10269)Erik Johnston2021-06-292-0/+336
| |/
* | Merge tag 'v1.37.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-013-7/+54
|\|
| * Add endpoints for backfilling history (MSC2716) (#9247)Eric Eastwood2021-06-221-5/+45
| * Fix performance of responding to user key requests over federation (#10221)Erik Johnston2021-06-211-1/+8
| * Fix incorrect time magnitude on delayed call (#10195)Andrew Morgan2021-06-171-1/+1
| * Fix bug when running presence off master (#10149)Erik Johnston2021-06-111-1/+1
| * Integrate knock rooms with the public rooms directory (#9359)Andrew Morgan2021-06-091-5/+9
| * Implement knock feature (#6739)Sorunome2021-06-091-0/+1
* | Merge tag 'v1.36.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-3110-42/+111
|\ \
| * | Fix bug when running presence off master (#10149)Erik Johnston2021-06-111-1/+1
| |/
| * Add new admin APIs to remove media by media ID from quarantine. (#10044)Dirk Klimpel2021-06-021-10/+20
| * add a cache to have_seen_event (#9953)Richard van der Hoff2021-06-013-14/+74
| * Make reason and score optional for report_event (#10077)Callum Brown2021-05-271-1/+1
| * Combine `LruCache.invalidate` and `invalidate_many` (#9973)Richard van der Hoff2021-05-275-13/+11
| * Add an admin API for unprotecting local media from quarantine (#10040)Dirk Klimpel2021-05-261-3/+4
* | Merge tag 'v1.35.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-3110-57/+118
|\|
| * Add missing type hints to synapse.util (#9982)Patrick Cloke2021-05-241-1/+1
| * Remove `keylen` from `LruCache`. (#9993)Richard van der Hoff2021-05-243-3/+2
| * Don't hammer the database for destination retry timings every ~5mins (#10036)Erik Johnston2021-05-212-31/+39
| * Fixed removal of new presence stream states (#10014)Marek Matys2021-05-211-9/+9
| * Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-181-1/+57
| * Minor `@cachedList` enhancements (#9975)Richard van der Hoff2021-05-143-11/+8
| * Remove unnecessary SystemRandom from SQLBaseStore (#9987)Dan Callahan2021-05-141-1/+2
* | Merge tag 'v1.34.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-31283-10391/+28
|\|
| * Add config option to hide device names over federation (#9945)Aaron Raimist2021-05-111-1/+3
| * Add debug logging for issue #9533 (#9959)Richard van der Hoff2021-05-111-0/+18
| * Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-07274-10260/+0
| * Use get_current_users_in_room from store and not StateHandler (#9910)Erik Johnston2021-05-052-5/+7
* | Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-3154-221/+347
|\|
| * Revert "Experimental Federation Speedup (#9702)"Andrew Morgan2021-04-281-12/+16
| * Split presence out of master (#9820)Erik Johnston2021-04-234-48/+129
| * Only store data in caches, not "smart" objects (#9845)Erik Johnston2021-04-231-72/+89
| * Clear the resync bit after resyncing device lists (#9867)Richard van der Hoff2021-04-221-10/+9
| * Remove `synapse.types.Collection` (#9856)Richard van der Hoff2021-04-226-12/+29
| * Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-5/+5
| * Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-192-16/+64
| * User directory: use calculated room membership state instead (#9821)Andrew Morgan2021-04-161-0/+27
| * Small speed up joining large remote rooms (#9825)Erik Johnston2021-04-161-21/+33
| * Experimental Federation Speedup (#9702)Jonathan de Jong2021-04-141-16/+12
| * Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-1451-51/+0
* | Merge tag 'v1.32.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-3114-30/+167
|\|
| * Add an admin API to manage ratelimit for a specific user (#9648)Dirk Klimpel2021-04-131-5/+59
| * Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-085-8/+19
| * Merge remote-tracking branch 'origin/develop' into rav/drop_py35Richard van der Hoff2021-04-082-3/+40
| |\
| | * Remove outdated constraint on remote_media_cache_thumbnails (#9725)Richard van der Hoff2021-04-062-3/+40
| * | remove unused param on `make_tuple_comparison_clause`Richard van der Hoff2021-04-083-3/+1
| |/
| * Update mypy configuration: `no_implicit_optional = True` (#9742)Jonathan de Jong2021-04-051-2/+2
| * Add `order_by` to list user admin API (#9691)Dirk Klimpel2021-04-012-7/+44
| * Replace `room_invite_state_types` with `room_prejoin_state` (#9700)Richard van der Hoff2021-03-301-2/+2
* | Merge commit '78e48f61b' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-4/+5
|\|
| * Add type hints to DictionaryCache and TTLCache. (#9442)Patrick Cloke2021-03-291-4/+5
* | Merge commit 'e5801db83' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+59
|\|
| * Add a storage method for returning all current presence from all users (#9650)Andrew Morgan2021-03-251-1/+59
* | Merge commit 'c73cc2c2a' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-41/+14
|\|
| * Add a type hints for service notices to the HomeServer object. (#9675)Patrick Cloke2021-03-242-5/+5
| * Fix federation stall on concurrent access errors (#9639)Jonathan de Jong2021-03-231-36/+9
* | Merge commit '4ecba9bd5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-2/+2
|\|
| * Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-232-2/+2
* | Merge commit '0e3558473' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-0/+1
|\|
| * Consistently check whether a password may be set for a user. (#9636)Dirk Klimpel2021-03-181-0/+1
* | Merge commit 'ad721fc55' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-4/+22
|\|
| * Fix bad naming of storage function (#9637)Erik Johnston2021-03-171-1/+1
| * Prep work for removing `outlier` from `internal_metadata` (#9411)Richard van der Hoff2021-03-172-3/+21
* | Merge commit '1c8a2541d' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-12/+10
|\|
| * Don't go into federation catch up mode so easily (#9561)Erik Johnston2021-03-151-5/+5
| * Optimise missing prev_event handling (#9601)Richard van der Hoff2021-03-151-7/+5
* | Merge commit 'a7a379006' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-232-6/+148
|\|
| * Convert Requester to attrs (#9586)Richard van der Hoff2021-03-101-3/+3
| * Use the chain cover index in get_auth_chain_ids. (#9576)Patrick Cloke2021-03-101-3/+145
* | Merge commit '918f6ed82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-6/+98
|\|
| * Fix a bug in the background task for purging chain cover. (#9583)Patrick Cloke2021-03-101-1/+1
| * Add a background task to purge unused chain IDs. (#9542)Patrick Cloke2021-03-093-6/+98
* | Merge commit '33a02f0f5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-236-13/+100
|\|
| * Fix 'rejected_events_metadata' background update (#9537)Erik Johnston2021-03-031-1/+3
| * Purge chain cover tables when purging events. (#9498)Patrick Cloke2021-03-031-5/+37
| * Add type hints to user admin API. (#9521)Dirk Klimpel2021-03-032-6/+6
| * Make deleting stale pushers a background update (#9536)Erik Johnston2021-03-032-1/+54
* | Merge commit 'a5daae2a5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-5/+66
|\|
| * Re-run rejected metadata background update. (#9503)Erik Johnston2021-03-021-0/+9
| * Fix SQL delta file taking a long time to run (#9516)Erik Johnston2021-03-022-5/+57
* | Merge commit 'e12077a78' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-233-0/+83
|\|
| * Ensure pushers are deleted for deactivated accounts (#9285)Erik Johnston2021-02-252-0/+64
| * Add SQL delta for deleting stale pushers (#9479)Erik Johnston2021-02-241-0/+19
* | Merge commit '292792194' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-236-10/+52
|\|