| Commit message (Expand) | Author | Age | Files | Lines |
* | Run `ANALYZE` after fiddling with stats (#16849) | Erik Johnston | 2024-01-24 | 2 | -0/+18 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 28 | -0/+28 |
* | Preparatory work for tweaking performance of auth chain lookups (#16833) | Erik Johnston | 2024-01-23 | 3 | -1/+35 |
* | Update book location | Erik Johnston | 2023-12-13 | 2 | -2/+2 |
* | Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop | Erik Johnston | 2023-12-13 | 319 | -320/+5965 |
|\ |
|
| * | Update license headers | Patrick Cloke | 2023-11-21 | 333 | -320/+6231 |
* | | Revert postgres logical replication deltaas v1.98.0rc1 | David Robertson | 2023-12-05 | 116 | -128/+0 |
* | | Fix postgres schema after dropping old tables (#16730) | David Robertson | 2023-12-05 | 5 | -5/+0 |
* | | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one.... | reivilibre | 2023-12-04 | 121 | -0/+133 |
* | | Drop unused tables & unneeded access token ID for events. (#16522) | Patrick Cloke | 2023-12-01 | 2 | -2/+26 |
* | | Remove old full schema dumps. (#16697) | Patrick Cloke | 2023-11-28 | 20 | -2962/+0 |
|/ |
|
* | Speed up purge room by adding index (#16657) | Erik Johnston | 2023-11-17 | 1 | -0/+17 |
* | Revert "Fix test not detecting tables with missing primary keys and missing r... | Erik Johnston | 2023-11-16 | 2 | -110/+0 |
* | Revert "Add a Postgres `REPLICA IDENTITY` to tables that do not have an impli... | Erik Johnston | 2023-11-16 | 2 | -118/+0 |
* | Fix test not detecting tables with missing primary keys and missing replica i... | reivilibre | 2023-11-16 | 2 | -0/+110 |
* | Add an Admin API to temporarily grant the ability to update an existing cross... | David Robertson | 2023-11-15 | 1 | -0/+15 |
* | Use full GitHub links instead of bare issue numbers. (#16637) | Patrick Cloke | 2023-11-15 | 4 | -4/+7 |
* | Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one.... | reivilibre | 2023-11-13 | 2 | -0/+118 |
* | Allow multiple workers to write to receipts stream. (#16432) | Erik Johnston | 2023-10-25 | 1 | -0/+17 |
* | Remove the last reference to event_txn_id. (#16521) | Patrick Cloke | 2023-10-23 | 1 | -1/+4 |
* | Mark sync as limited if there is a gap in the timeline (#16485) | Erik Johnston | 2023-10-19 | 1 | -0/+25 |
* | Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (... | Patrick Cloke | 2023-10-12 | 2 | -26/+2 |
* | Add DB indices to speed up purging rooms (#16457) | David Robertson | 2023-10-10 | 1 | -0/+20 |
* | Drop unused tables & unneeded access token ID for events. (#16268) | Patrick Cloke | 2023-10-06 | 2 | -2/+26 |
* | Some minor performance fixes for task schedular (#16313) | Erik Johnston | 2023-09-14 | 1 | -0/+16 |
* | Stop purging tables which are slated for removal. (#16273) | Patrick Cloke | 2023-09-12 | 1 | -1/+5 |
* | Delete device messages asynchronously and in staged batches (#16240) | Mathieu Velten | 2023-09-06 | 1 | -2/+2 |
* | Stop writing to the event_txn_id table (#16175) | Patrick Cloke | 2023-08-30 | 1 | -10/+6 |
* | Fix rare deadlock when using read/write locks (#16169) github/release-v1.91.0 release-v1.91.0 | Erik Johnston | 2023-08-23 | 2 | -37/+71 |
* | Fix rare deadlock when using read/write locks (#16133) | Erik Johnston | 2023-08-23 | 1 | -0/+37 |
* | Reduce DB contention on worker locks (#16160) | Erik Johnston | 2023-08-23 | 1 | -0/+37 |
* | Increase perf of read/write locks (#16149) | Erik Johnston | 2023-08-23 | 1 | -0/+30 |
* | Implements a task scheduler for resumable potentially long running tasks (#15... | Mathieu Velten | 2023-08-21 | 2 | -0/+29 |
* | Implements admin API to lock an user (MSC3939) (#15870) | Mathieu Velten | 2023-08-10 | 1 | -0/+16 |
* | Stabilize support for MSC3970: updated transaction semantics (scope to `devic... | Patrick Cloke | 2023-08-04 | 1 | -1/+4 |
* | Bump DB version to 79 since synapse v1.88 was already there (#15998) | Mathieu Velten | 2023-07-26 | 6 | -16/+21 |
* | Fix bad merge of #15933 (#15958) | Erik Johnston | 2023-07-19 | 2 | -0/+0 |
* | Fix race in triggers for read/write locks. (#15933) | Erik Johnston | 2023-07-19 | 4 | -98/+134 |
* | Fix background schema updates failing over a large upgrade gap (#15887) | Shay | 2023-07-18 | 1 | -0/+70 |
* | Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte... | Shay | 2023-07-18 | 3 | -111/+2 |
* | Fix downgrading to previous version of Synapse (#15907) | Erik Johnston | 2023-07-10 | 1 | -2/+8 |
* | Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15... | Shay | 2023-07-07 | 3 | -2/+111 |
* | Add basic read/write lock (#15782) | Erik Johnston | 2023-07-05 | 2 | -0/+271 |
* | Add foreign key constraint to `event_forward_extremities`. (#15751) | Erik Johnston | 2023-07-05 | 1 | -0/+51 |
* | Fix sqlite `user_filters` upgrade (#15817) | Shay | 2023-06-27 | 3 | -3/+91 |
* | Merge branch 'master' into develop | Erik Johnston | 2023-06-07 | 1 | -1/+21 |
|\ |
|
| * | Fix schema delta error in 1.85 (#15739) | Erik Johnston | 2023-06-07 | 1 | -2/+14 |
| * | Fix schema delta error in 1.85 (#15738) | Erik Johnston | 2023-06-07 | 1 | -0/+8 |
* | | `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro... | Shay | 2023-06-02 | 3 | -1/+191 |
|/ |
|
* | Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin... | reivilibre | 2023-05-31 | 1 | -0/+20 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-05-26 | 6 | -0/+216 |
* | Update code to refer to "workers". (#15606) | Patrick Cloke | 2023-05-16 | 1 | -1/+1 |
* | Add not null constraint to column `full_user_id` of tables `profiles` and `us... | Shay | 2023-05-16 | 5 | -2/+72 |
* | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Erik Johnston | 2023-05-12 | 4 | -170/+0 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-05-03 | 4 | -0/+170 |
* | Add config option to forget rooms automatically when users leave them (#15224) | Sean Quah | 2023-05-03 | 1 | -0/+24 |
* | Add an admin API endpoint to support per-user feature flags (#15344) | Shay | 2023-04-28 | 1 | -0/+27 |
* | Add type hints to schema deltas (#15497) | Patrick Cloke | 2023-04-27 | 27 | -131/+126 |
* | Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) | Shay | 2023-04-26 | 3 | -1/+44 |
* | Re re introduce membership tables event stream ordering (#15356) | Nick Mills-Barrett | 2023-04-25 | 4 | -4/+141 |
* | Experimental support for MSC3970: per-device transaction IDs (#15318) | Quentin Gliech | 2023-04-25 | 1 | -0/+53 |
* | Delete server-side backup keys when deactivating an account. (#15181) | Shay | 2023-04-04 | 1 | -0/+17 |
* | Speed up membership queries for users with forgotten rooms (#15385) | Erik Johnston | 2023-04-04 | 1 | -0/+19 |
* | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Olivier Wilkinson (reivilibre) | 2023-03-31 | 4 | -153/+3 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-03-30 | 4 | -3/+153 |
* | Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347) | Erik Johnston | 2023-03-29 | 3 | -109/+4 |
* | Make cleaning up pushers depend on the device_id instead of the token_id (#15... | Quentin Gliech | 2023-03-24 | 1 | -0/+19 |
* | Reintroduce membership tables event stream ordering (#15128) | Nick Mills-Barrett | 2023-03-24 | 3 | -4/+109 |
* | Preparatory work to fix the user directory assuming that any remote membershi... | reivilibre | 2023-03-16 | 1 | -0/+39 |
* | Add schema comments about the `destinations` and `destination_rooms` tables. ... | reivilibre | 2023-03-15 | 1 | -0/+52 |
* | Bump schema version (#15036) | David Robertson | 2023-02-09 | 1 | -2/+7 |
* | Revert "Add `event_stream_ordering` column to membership state tables (#14979)" | David Robertson | 2023-02-07 | 1 | -21/+0 |
* | Add `event_stream_ordering` column to membership state tables (#14979) | Nick Mills-Barrett | 2023-02-07 | 1 | -0/+21 |
* | Drop unused table `presence` (#14825) | Dirk Klimpel | 2023-01-13 | 1 | -0/+17 |
* | Add index to improve performance of the `/timestamp_to_event` endpoint used f... | reivilibre | 2023-01-11 | 1 | -0/+17 |
* | Faster remote room joins: stream the un-partial-stating of events over replic... | reivilibre | 2022-12-14 | 2 | -0/+54 |
* | Delete event_push_summary_unique_index again. (#14669) | Patrick Cloke | 2022-12-14 | 1 | -0/+33 |
* | Rebuild the user directory and stats tables. (#14643) | Patrick Cloke | 2022-12-08 | 1 | -0/+29 |
* | Faster remote room joins: stream the un-partial-stating of rooms over replica... | reivilibre | 2022-12-05 | 2 | -0/+52 |
* | Add another index to `device_lists_changes_in_room` (#14534) | Erik Johnston | 2022-11-23 | 1 | -0/+20 |
* | Track unconverted device list outbound pokes using a position instead (#14516) | Sean Quah | 2022-11-22 | 1 | -0/+53 |
* | Fix PostgreSQL sometimes using table scans for `event_search` (#14409) | Sean Quah | 2022-11-10 | 1 | -0/+33 |
* | Save login tokens in database (#13844) | Quentin Gliech | 2022-10-26 | 1 | -0/+35 |
* | Unified search query syntax using the full-text search capabilities of the un... | James Salter | 2022-10-25 | 1 | -0/+62 |
* | Update the thread_id right before use (in case the bg update hasn't finished)... | Patrick Cloke | 2022-10-18 | 3 | -134/+8 |
* | When restarting a partial join resync, prioritise the server which actioned a... | David Robertson | 2022-10-18 | 1 | -0/+18 |
* | Add an API for listing threads in a room. (#13394) | Patrick Cloke | 2022-10-13 | 1 | -0/+30 |
* | Mark events as read using threaded read receipts from MSC3771. (#13877) | Patrick Cloke | 2022-10-04 | 2 | -0/+99 |
* | Track notification counts per thread (implement MSC3773). (#13776) | Patrick Cloke | 2022-10-04 | 4 | -3/+152 |
* | Clear out old rows from `event_push_actions_staging` (#14020) | Erik Johnston | 2022-10-03 | 3 | -0/+47 |
* | Allow admins to require a manual approval process before new accounts can be ... | Brendan Abolivier | 2022-09-29 | 1 | -0/+20 |
* | Handle remote device list updates during partial join (#13913) | Erik Johnston | 2022-09-28 | 1 | -0/+28 |
* | Add new columns tracking when we partial-joined (#13892) | David Robertson | 2022-09-27 | 1 | -0/+23 |
* | Snapshot schema 72 (#13873) | David Robertson | 2022-09-26 | 6 | -0/+2054 |
* | Track device IDs for pushers (#13831) | Brendan Abolivier | 2022-09-21 | 1 | -0/+20 |
* | Support enabling/disabling pushers (from MSC3881) (#13799) | Brendan Abolivier | 2022-09-21 | 1 | -0/+16 |
* | Add support to purge rows from MSC2716 and other tables when purging a room (... | Eric Eastwood | 2022-09-16 | 2 | -0/+24 |
* | Keep track when we try and fail to process a pulled event (#13589) | Eric Eastwood | 2022-09-14 | 2 | -0/+31 |
* | Update event push action and receipt tables to support threads. (#13753) | Patrick Cloke | 2022-09-14 | 5 | -1/+155 |
* | Use partial indices on SQLIte. (#13802) | Patrick Cloke | 2022-09-14 | 1 | -0/+56 |
* | Remove incorrect migration file from `state` logical DB (#13788) | David Robertson | 2022-09-14 | 1 | -37/+0 |
* | Make sequence `cache_invalidation_stream_seq` begin at `2` (#13766) | Mathieu Velten | 2022-09-13 | 2 | -0/+24 |
* | Updates to the schema dump script (#13770) | David Robertson | 2022-09-13 | 1 | -0/+4 |
* | Add receipts event stream ordering (#13703) | Nick Mills-Barrett | 2022-09-13 | 1 | -0/+19 |
* | Remove check current state membership up to date (#13745) | Nick Mills-Barrett | 2022-09-12 | 1 | -0/+52 |
* | Add timestamp to user's consent (#13741) | Dirk Klimpel | 2022-09-08 | 1 | -0/+16 |
* | Add a schema delta to drop unstable private read receipts. (#13692) | Patrick Cloke | 2022-09-01 | 1 | -0/+19 |
* | Drop unused column `application_services_state.last_txn` (#13627) | Shay | 2022-08-30 | 3 | -0/+58 |
* | Bg update to populate new `events` table columns (#13215) | Richard van der Hoff | 2022-07-15 | 1 | -0/+47 |
* | Drop unused tables from groups/communities. (#12967) | Patrick Cloke | 2022-07-13 | 2 | -3/+35 |
* | Drop unused table `event_reference_hashes` (#13218) | Richard van der Hoff | 2022-07-12 | 1 | -0/+17 |
* | Merge remote-tracking branch 'origin/release-v1.62' into develop | Patrick Cloke | 2022-06-30 | 1 | -0/+19 |
|\ |
|
| * | Add index to help delete old push actions (#13141) | Erik Johnston | 2022-06-30 | 1 | -0/+19 |
* | | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) | Å imon Brandner | 2022-06-29 | 1 | -0/+19 |
|/ |
|
* | Fix serialization errors when rotating notifications (#13118) | Erik Johnston | 2022-06-28 | 1 | -0/+35 |
* | Speed up `get_unread_event_push_actions_by_room` (#13005) | Erik Johnston | 2022-06-15 | 2 | -3/+22 |
* | Clean up schema for `event_edges` (#12893) | Richard van der Hoff | 2022-06-15 | 3 | -5/+97 |
* | Rename delta to apply in the proper schema version. (#13050) | Patrick Cloke | 2022-06-14 | 1 | -0/+0 |
* | Replace noop background updates with DELETE. (#12954) | Patrick Cloke | 2022-06-13 | 1 | -0/+61 |
* | Remove remaining pieces of groups code. (#12966) | Patrick Cloke | 2022-06-06 | 1 | -0/+1 |
* | Stop reading from `event_edges.room_id`. (#12914) | Richard van der Hoff | 2022-05-31 | 1 | -1/+4 |
* | Add a migration step to cleanup potential leftovers of bug 11833 (#12784) | Mathieu Velten | 2022-05-30 | 1 | -0/+19 |
* | Add a unique index to `state_group_edges` to prevent duplicates being acciden... | reivilibre | 2022-05-19 | 1 | -0/+17 |
* | Remove code which updates `application_services_state.last_txn` (#12680) | Richard van der Hoff | 2022-05-17 | 1 | -1/+4 |
* | Add index to cache invalidations (#12747) | Erik Johnston | 2022-05-17 | 1 | -0/+18 |
* | Stop writing to `event_reference_hashes` (#12679) | Richard van der Hoff | 2022-05-10 | 1 | -1/+4 |
* | Process device list updates asynchronously (#12365) | Erik Johnston | 2022-04-12 | 1 | -3/+3 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 2 | -0/+39 |
* | Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209) | Nick Mills-Barrett | 2022-04-01 | 2 | -1/+48 |
* | Send device list updates to application services (MSC3202) - part 1 (#11881) | Andrew Morgan | 2022-03-30 | 1 | -0/+23 |
* | Remove unnecessary pass statements. (#12206) | Patrick Cloke | 2022-03-11 | 1 | -1/+0 |
* | Faster joins: persist to database (#12012) | Richard van der Hoff | 2022-03-01 | 2 | -0/+113 |
* | Fix non-strings in the `event_search` table (#12037) | Sean Quah | 2022-02-24 | 1 | -0/+22 |
* | Fix slow performance of `/logout` in some cases where refresh tokens are in u... | reivilibre | 2022-02-22 | 1 | -0/+28 |
* | Add a background database update to purge account data for deactivated users.... | reivilibre | 2022-02-02 | 1 | -0/+20 |
* | Send to-device messages to application services (#11215) | Andrew Morgan | 2022-02-01 | 1 | -0/+21 |
* | Add `state_key` and `rejection_reason` to `events` (#11792) | Richard van der Hoff | 2022-01-21 | 2 | -3/+31 |
* | Drop unused table `public_room_list_stream`. (#11795) | Richard van der Hoff | 2022-01-21 | 2 | -1/+21 |
* | Stop reading from `event_reference_hashes` (#11794) | Richard van der Hoff | 2022-01-21 | 1 | -1/+4 |
* | Stop populating `state_events.prev_state` (#11558) | Richard van der Hoff | 2021-12-10 | 1 | -1/+4 |
* | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 2021-12-06 | 1 | -0/+27 |
* | Disambiguate queries on `state_key` (#11497) | Richard van der Hoff | 2021-12-02 | 1 | -1/+5 |
* | Support expiry of refresh tokens and expiry of the overall session when refre... | reivilibre | 2021-11-26 | 1 | -0/+28 |
* | Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#... | Brendan Abolivier | 2021-11-25 | 1 | -0/+18 |
* | Store arbitrary relations from events. (#11391) | Patrick Cloke | 2021-11-22 | 1 | -1/+1 |
* | Merge tag 'v1.47.0rc3' into develop | David Robertson | 2021-11-16 | 1 | -1/+13 |
|\ |
|
| * | Rename `remove_deleted_devices_from_device_inbox` to ensure it is always run ... | Andrew Morgan | 2021-11-16 | 1 | -1/+13 |
| * | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-15 | 1 | -1/+1 |
* | | Remove unused tables `room_stats_historical` and `user_stats_historical` (#11... | Shay | 2021-11-12 | 2 | -1/+23 |
* | | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-11 | 1 | -1/+1 |
|/ |
|
* | Add index to `local_group_updates.stream_id` (#11231) | Erik Johnston | 2021-11-02 | 1 | -0/+18 |
* | Delete messages for hidden devices from `device_inbox` (#11199) | Dirk Klimpel | 2021-11-02 | 1 | -0/+22 |
* | Fix comments referencing v1.46.0 from PR #10969. (#11212) | Dirk Klimpel | 2021-10-29 | 1 | -1/+1 |
* | Delete messages from `device_inbox` table when deleting device (#10969) | Dirk Klimpel | 2021-10-27 | 1 | -0/+22 |
* | Add a background update for updating MSC3440 relation threads. (#11181) | Patrick Cloke | 2021-10-26 | 1 | -0/+18 |
* | Resolve and share `state_groups` for all historical events in batch (MSC2716)... | Eric Eastwood | 2021-10-13 | 2 | -1/+24 |
* | Drop backwards-compatibility support for "outlier" (#10903) | Richard van der Hoff | 2021-09-28 | 1 | -4/+2 |
* | Document changes to schema version 61 - 64 (#10917) | Eric Eastwood | 2021-09-24 | 1 | -0/+11 |
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 1 | -1/+1 |
* | Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint... | Eric Eastwood | 2021-09-21 | 3 | -1/+61 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 2 | -2/+2 |
* | Add a partial index to `presence_stream` to speed up startups (#10748) | Sean | 2021-09-03 | 1 | -0/+18 |
* | Populate `rooms.creator` field for easy lookup (#10697) | Eric Eastwood | 2021-09-01 | 1 | -0/+17 |
* | Move the sessions delta to the latest schema version. (#10725) | Patrick Cloke | 2021-08-31 | 1 | -0/+0 |
* | Remove pushers when deleting 3pid from account (#10581) | Azrenbeth | 2021-08-26 | 1 | -0/+20 |
* | Make a note to leave a summary when one is bumping the schema version (#10621) | Andrew Morgan | 2021-08-25 | 1 | -0/+2 |
* | Persist room hierarchy pagination sessions to the database. (#10613) | Patrick Cloke | 2021-08-24 | 1 | -0/+23 |
* | Implement MSC3231: Token authenticated registration (#10142) | Callum Brown | 2021-08-21 | 1 | -0/+23 |
* | Remove the unused public_room_list_stream (#10565) | Andrew Morgan | 2021-08-17 | 1 | -1/+6 |
* | update links to schema doc (#10620) | Richard van der Hoff | 2021-08-17 | 2 | -3/+3 |
* | Add support for MSC2716 marker events (#10498) | Eric Eastwood | 2021-08-04 | 2 | -1/+25 |
* | Make historical events discoverable from backfill for servers without any scr... | Eric Eastwood | 2021-07-28 | 1 | -0/+49 |
* | Reduce likelihood of Postgres table scanning `state_groups_state`. (#10359) | Erik Johnston | 2021-07-15 | 1 | -0/+34 |
* | Replace `room_depth.min_depth` with a BIGINT (#10289) | Richard van der Hoff | 2021-07-12 | 2 | -0/+88 |
* | Switch `application_services_txns.txn_id` to BIGINT (#10349) | Richard van der Hoff | 2021-07-09 | 1 | -0/+23 |
* | Remove functionality associated with unused historical stats tables (#9721) | Cristina | 2021-07-08 | 1 | -1/+5 |
* | fix ordering of bg update (#10291) | Richard van der Hoff | 2021-07-01 | 1 | -1/+1 |
* | Change more stream_ordering columns to BIGINT (#10286) | Richard van der Hoff | 2021-06-30 | 1 | -0/+30 |
* | Rebuild other indexes using `stream_ordering` (#10282) | Richard van der Hoff | 2021-06-30 | 1 | -3/+8 |
* | Merge branch 'release-v1.37' into develop | Richard van der Hoff | 2021-06-29 | 2 | -0/+69 |
|\ |
|
| * | Handle inbound events from federation asynchronously (#10272) | Erik Johnston | 2021-06-29 | 1 | -0/+32 |
| * | Add a distributed lock (#10269) | Erik Johnston | 2021-06-29 | 1 | -0/+37 |
* | | Migrate stream_ordering to a bigint (#10264) | Richard van der Hoff | 2021-06-29 | 2 | -1/+41 |
* | | MSC2918 Refresh tokens implementation (#9450) | Quentin Gliech | 2021-06-24 | 1 | -0/+34 |
|/ |
|
* | Fix schema delta to not take as long on large servers (#10227) | Erik Johnston | 2021-06-22 | 1 | -2/+5 |
* | Support for database schema version ranges (#9933) | Richard van der Hoff | 2021-06-11 | 3 | -37/+26 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -0/+17 |
* | Use a database table to hold the users that should have full presence sent to... | Andrew Morgan | 2021-05-18 | 1 | -0/+34 |
* | Reorganise the database schema directories (#9932) | Richard van der Hoff | 2021-05-07 | 280 | -0/+10293 |
* | Only run one background update at a time | Richard van der Hoff | 2020-03-31 | 1 | -0/+19 |
* | Move schema delta files to the correct data store. | Erik Johnston | 2019-10-24 | 2 | -73/+0 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s... | Erik Johnston | 2019-10-22 | 2 | -0/+73 |
|\ |
|
| * | Merge branch 'develop' into uhoreg/e2e_cross-signing_merged | Hubert Chathi | 2019-10-18 | 9 | -0/+221 |
| |\ |
|
| * \ | Merge branch 'develop' into cross-signing_keys | Hubert Chathi | 2019-09-04 | 1 | -0/+152 |
| |\ \ |
|
| * \ \ | Merge branch 'uhoreg/e2e_cross-signing_merged' into cross-signing_keys | Hubert Chathi | 2019-08-28 | 4 | -0/+75 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'develop' into uhoreg/e2e_cross-signing_merged | Hubert Chathi | 2019-08-28 | 4 | -0/+75 |
| | |\ \ \ |
|
| | * | | | | Cross-signing [1/4] -- hidden devices (#5759) | Hubert Chathi | 2019-08-12 | 1 | -0/+18 |
| * | | | | | use stream ID generator instead of timestamp | Hubert Chathi | 2019-08-28 | 1 | -3/+3 |
| * | | | | | make changes from PR review | Hubert Chathi | 2019-08-01 | 2 | -41/+55 |
| * | | | | | Merge branch 'cross-signing_hidden' into cross-signing_keys | Hubert Chathi | 2019-08-01 | 3 | -3/+42 |
| |\ \ \ \ \ |
|
| | * | | | | | Merge branch 'develop' into cross-signing_hidden | Hubert Chathi | 2019-07-30 | 3 | -3/+42 |
| | |\| | | | |
|
| * | | | | | | Merge branch 'cross-signing_hidden' into cross-signing_keys | Hubert Chathi | 2019-07-30 | 1 | -1/+1 |
| |\| | | | | |
|
| | * | | | | | apply changes from PR review | Hubert Chathi | 2019-07-30 | 1 | -1/+1 |
| * | | | | | | allow uploading keys for cross-signing | Hubert Chathi | 2019-07-25 | 1 | -0/+41 |
| |/ / / / / |
|
| * | | | | | allow devices to be marked as "hidden" | Hubert Chathi | 2019-07-24 | 1 | -0/+18 |
* | | | | | | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 189 | -8109/+10 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/disable_sq... | Erik Johnston | 2019-10-10 | 3 | -0/+88 |
|\ \ \ \ \ |
|
| * | | | | | Rewrite the user_filter migration again (#6184) | Richard van der Hoff | 2019-10-10 | 1 | -26/+32 |
| * | | | | | Merge pull request #6185 from matrix-org/erikj/fix_censored_evnets | Erik Johnston | 2019-10-09 | 1 | -0/+26 |
| |\ \ \ \ \ |
|
| * | | | | | | Fix unique_user_filter_index schema update | Brendan Abolivier | 2019-10-07 | 1 | -2/+2 |
| * | | | | | | Update `user_filters` table to have a unique index, and non-null columns (#1172) | Alexander Maznev | 2019-10-04 | 1 | -0/+46 |
| * | | | | | | Land improved room list based on room stats (#6019) | Erik Johnston | 2019-10-02 | 1 | -0/+16 |
| * | | | | | | Merge branch 'release-v1.4.0' of github.com:matrix-org/synapse into develop | Erik Johnston | 2019-10-02 | 2 | -0/+38 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Drop unused tables (#6115) | Richard van der Hoff | 2019-09-30 | 1 | -0/+20 |
* | | | | | | | | Do the update as a background index | Erik Johnston | 2019-10-09 | 1 | -9/+8 |
| |_|/ / / / /
|/| | | | | | |
|
* | | | | | | | Fix existing hex encoded json values in DB | Erik Johnston | 2019-10-08 | 1 | -0/+26 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Fix errors storing large retry intervals. | Erik Johnston | 2019-10-02 | 1 | -0/+18 |
* | | | | | | Add received_ts column to redactions. | Erik Johnston | 2019-10-01 | 1 | -0/+20 |
|/ / / / / |
|
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us... | Erik Johnston | 2019-09-25 | 1 | -0/+24 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_work | Richard van der Hoff | 2019-09-24 | 1 | -20/+0 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'develop' into rav/saml_mapping_work | Richard van der Hoff | 2019-09-19 | 7 | -0/+269 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Record mappings from saml users in an external table | Richard van der Hoff | 2019-09-13 | 1 | -0/+24 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Add BG update to populate devices last seen info | Erik Johnston | 2019-09-23 | 1 | -0/+3 |
* | | | | | | | Add last seen info to devices table. | Erik Johnston | 2019-09-23 | 1 | -0/+21 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Undo the deletion of some tables (#6047) | Richard van der Hoff | 2019-09-19 | 1 | -20/+0 |
| |/ / / /
|/| | | | |
|
* | | | | | Add 'failure_ts' column to 'destinations' table (#6016) | Richard van der Hoff | 2019-09-17 | 1 | -0/+25 |
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/censor_red... | Erik Johnston | 2019-09-05 | 1 | -0/+152 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Fix and refactor room and user stats (#5971) | Erik Johnston | 2019-09-04 | 1 | -0/+152 |
| | |_|/
| |/| | |
|
* / | | | Censor redactions in DB after a month | Erik Johnston | 2019-08-30 | 1 | -0/+17 |
|/ / / |
|
* | | | Propagate opentracing contexts through EDUs (#5852) | Jorik Schellekens | 2019-08-22 | 1 | -0/+20 |
* | | | Add missing index on users_in_public_rooms. (#5894) | Richard van der Hoff | 2019-08-22 | 1 | -0/+17 |
* | | | Drop some unused tables. (#5893) | Richard van der Hoff | 2019-08-21 | 1 | -0/+20 |
* | | | add the version field to the index for e2e_room_keys | Hubert Chathi | 2019-08-14 | 1 | -0/+18 |
|/ / |
|
* | | Don't recreate column | Erik Johnston | 2019-07-30 | 2 | -1/+22 |
* | | Fix current_state_events membership background update. | Erik Johnston | 2019-07-30 | 1 | -0/+0 |
* | | Remove lost comment | Erik Johnston | 2019-07-29 | 1 | -7/+0 |
* | | Add function to get all forgotten rooms for user | Erik Johnston | 2019-07-24 | 1 | -0/+25 |
|/ |
|
* | Update comment for new column | Erik Johnston | 2019-07-19 | 1 | -0/+3 |
* | Add background update for current_state_events.membership column | Erik Johnston | 2019-07-18 | 1 | -0/+3 |
* | Add membership column to current_state_events table. | Erik Johnston | 2019-07-18 | 1 | -0/+19 |
* | Implement access token expiry (#5660) | Richard van der Hoff | 2019-07-12 | 1 | -0/+18 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 7 | -38/+58 |
* | Track deactivated accounts in the database (#5378) | Brendan Abolivier | 2019-06-14 | 1 | -0/+19 |
* | Merge pull request #5320 from matrix-org/hawkowl/full-schema-v1 | Erik Johnston | 2019-06-06 | 4 | -0/+2338 |
|\ |
|
| * | fix maybe | Amber H. Brown | 2019-06-07 | 1 | -20/+2 |
| * | just user dir? | Amber H. Brown | 2019-06-07 | 1 | -1/+19 |
| * | remove background updates that arent needed | Amber H. Brown | 2019-06-07 | 1 | -33/+1 |
| * | add more comments | Amber Brown | 2019-06-06 | 1 | -0/+5 |
| * | add stuff in bg updates | Amber Brown | 2019-06-04 | 1 | -10/+62 |
| * | WHY IS THIS CALLED A SLIGHTLY DIFFERENT THING | Amber Brown | 2019-06-03 | 1 | -0/+1 |