| Commit message (Expand) | Author | Age | Files | Lines |
* | MSC2918 Refresh tokens implementation (#9450) | Quentin Gliech | 2021-06-24 | 1 | -1/+3 |
* | Fix off-by-one-error in synapse_port_db (#9991) | Richard van der Hoff | 2021-05-24 | 1 | -1/+1 |
* | Run `black` on the scripts (#9981) | Richard van der Hoff | 2021-05-14 | 1 | -21/+25 |
* | Fix port_db on empty db (#9930) | Richard van der Hoff | 2021-05-10 | 1 | -8/+10 |
* | Split presence out of master (#9820) | Erik Johnston | 2021-04-23 | 1 | -2/+5 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Fix SQL delta file taking a long time to run (#9516) | Erik Johnston | 2021-03-02 | 1 | -0/+2 |
* | Include newly added sequences in the port DB script. (#9449) | Patrick Cloke | 2021-02-23 | 1 | -24/+41 |
* | Add background update for add chain cover index (#9029) | Erik Johnston | 2021-01-14 | 1 | -1/+1 |
* | Allow running sendToDevice on workers (#9044) | Erik Johnston | 2021-01-07 | 1 | -0/+27 |
* | Fix port script so that it can be run again after failure. (#8755) | Erik Johnston | 2020-11-13 | 1 | -30/+54 |
* | Fix port script fails when DB has no backfilled events. (#8729) | Erik Johnston | 2020-11-11 | 1 | -7/+5 |
* | Fix port script to handle foreign key constraints (#8730) | Erik Johnston | 2020-11-11 | 1 | -6/+62 |
* | Improve start time by adding index to e2e_cross_signing_keys (#8694) | Erik Johnston | 2020-11-02 | 1 | -0/+2 |
* | Cast errors generated during synapse_port_db to str (#8585) | Andrew Morgan | 2020-10-20 | 1 | -2/+3 |
* | Add support for MSC2732: olm fallback keys (#8312) | Hubert Chathi | 2020-10-06 | 1 | -0/+1 |
* | Add logging on startup/shutdown (#8448) | Erik Johnston | 2020-10-02 | 1 | -1/+1 |
* | Add `ui_auth_sessions_ips` table to `synapse_port_db` ignore list (#8410) | Dagfinn Ilmari Mannsåker | 2020-09-28 | 1 | -0/+1 |
* | Add new sequences to port DB script (#8387) | Erik Johnston | 2020-09-24 | 1 | -0/+24 |
* | Mark the shadow_banned column as boolean in synapse_port_db. (#8386) | Patrick Cloke | 2020-09-24 | 1 | -0/+1 |
* | Revert #7736 (#8039) | Brendan Abolivier | 2020-08-06 | 1 | -1/+1 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -39/+39 |
* | Re-implement unread counts (#7736) | Brendan Abolivier | 2020-07-29 | 1 | -1/+1 |
* | Use a postgres sequence to generate guest user IDs | Richard van der Hoff | 2020-07-16 | 1 | -1/+11 |
* | Sync ignored table names in synapse_port_db to current database schema (#7717) | Patrick Cloke | 2020-06-23 | 1 | -4/+12 |
* | Allow local media to be marked as safe from being quarantined. (#7718) | Patrick Cloke | 2020-06-22 | 1 | -0/+1 |
* | Ignore the UI Auth sessions when porting from sqlite to postgresql (#7711) | Patrick Cloke | 2020-06-17 | 1 | -7/+12 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -3/+1 |
* | Add option to move event persistence off master (#7517) | Erik Johnston | 2020-05-22 | 1 | -0/+3 |
* | Support any process writing to cache invalidation stream. (#7436) | Erik Johnston | 2020-05-07 | 1 | -2/+2 |
* | Port synapse_port_db to async/await (#6718) | Brendan Abolivier | 2020-01-21 | 1 | -82/+112 |
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 1 | -1/+1 |
* | Refuse to start if sqlite is older than 3.11.0 | Richard van der Hoff | 2020-01-09 | 1 | -4/+12 |
* | Modify check_database to take a connection rather than a cursor | Richard van der Hoff | 2020-01-09 | 1 | -18/+7 |
* | Add a background update to clear tombstoned rooms from the directory (#6648) | Richard van der Hoff | 2020-01-07 | 1 | -0/+5 |
* | Split state groups into a separate data store (#6296) | Erik Johnston | 2019-12-20 | 1 | -4/+4 |
* | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 1 | -34/+24 |
* | Fix port db script | Erik Johnston | 2019-12-06 | 1 | -34/+2 |
* | Fix DB scripts | Erik Johnston | 2019-12-05 | 1 | -5/+9 |
* | Move DB pool and helper functions into dedicated Database class | Erik Johnston | 2019-12-05 | 1 | -36/+37 |
* | Merge pull request #6464 from matrix-org/erikj/make_public_sql_base | Erik Johnston | 2019-12-05 | 1 | -9/+9 |
|\ |
|
| * | Remove underscore from SQLBaseStore functions | Erik Johnston | 2019-12-04 | 1 | -9/+9 |
* | | Fix background updates for synapse_port_db | Brendan Abolivier | 2019-12-04 | 1 | -0/+2 |
* | | Make synapse_port_db exit with a non-0 code if something failed | Brendan Abolivier | 2019-12-04 | 1 | -0/+1 |
|/ |
|
* | Fix error when using synapse_port_db on a vanilla synapse db | Andrew Morgan | 2019-12-02 | 1 | -1/+4 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -3/+3 |
* | Merge pull request #6247 from matrix-org/babolivier/port_db_column | Brendan Abolivier | 2019-10-24 | 1 | -0/+1 |
|\ |
|
| * | Add new boolean column to synapse_port_db | Brendan Abolivier | 2019-10-24 | 1 | -0/+1 |
* | | Fix up changelog v1.5.0rc1 | Andrew Morgan | 2019-10-24 | 1 | -7/+9 |
|/ |
|
* | Fix import paths in synapse_port_db | Brendan Abolivier | 2019-10-23 | 1 | -11/+19 |
* | Make synapse_port_db correctly create indexes (#6102) | Brendan Abolivier | 2019-10-23 | 1 | -52/+130 |
* | Add missing BOOLEAN_COLUMNs to synapse_port_db (#6216) | Bart Noordervliet | 2019-10-18 | 1 | -0/+2 |
* | Add account_validity's email_sent column to the list of boolean columns in sy... | Brendan Abolivier | 2019-06-03 | 1 | -0/+1 |
* | drop tables listed in #1830 (#4992) | Neil Johnson | 2019-04-08 | 1 | -5/+0 |
* | Fix issue #4596 | Anders | 2019-04-03 | 1 | -1/+1 |
* | Consider e2e_room_keys.is_verified column as boolean | Eric | 2019-02-20 | 1 | -0/+1 |
* | Fix a number of flake8 errors | Richard van der Hoff | 2018-10-24 | 1 | -1/+2 |
* | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on... | Amber Brown | 2018-10-20 | 1 | -150/+122 |
* | Replace some type checks with six type checks | Adrian Tschira | 2018-04-07 | 1 | -1/+3 |
* | Port script: Set up state_group_id_seq | Richard van der Hoff | 2018-04-06 | 1 | -0/+13 |
* | Port script: clean up a bit | Richard van der Hoff | 2018-04-06 | 1 | -25/+29 |
* | Port script: avoid nasty errors when setting up | Richard van der Hoff | 2018-04-06 | 1 | -8/+6 |
* | Less s's | Erik Johnston | 2017-11-14 | 1 | -2/+2 |
* | Add new boolean columns to port script | Erik Johnston | 2017-11-14 | 1 | -0/+7 |
* | Make the port script drop NUL values in all tables | David Baker | 2017-10-31 | 1 | -7/+19 |
* | Add groups table to BOOLEAN_COLUMNS in synapse_port_db | Luke Barnard | 2017-10-26 | 1 | -0/+1 |
* | Fix port script | Erik Johnston | 2017-10-26 | 1 | -0/+1 |
* | Drop search values with nul characters | Richard van der Hoff | 2017-10-02 | 1 | -4/+7 |
* | Extend comment | Erik Johnston | 2017-07-20 | 1 | -1/+2 |
* | Fix port script for user directory tables | Erik Johnston | 2017-07-20 | 1 | -0/+18 |
* | add missing boolean to synapse_port_db | Matthew | 2017-06-16 | 1 | -0/+1 |
* | fix synapse_port script | Matthew | 2017-06-16 | 1 | -1/+1 |
* | Don't assume postgres tables are in the public schema during db port | John Kristensen | 2017-03-17 | 1 | -3/+1 |
* | Fix typo | Kevin Liu | 2017-02-11 | 1 | -1/+1 |
* | Fix synapse_port_db failure (fixes #1902) | Kevin Liu | 2017-02-11 | 1 | -0/+1 |
* | Update port script with recently added tables | Erik Johnston | 2016-09-27 | 1 | -0/+9 |
* | Allow upgrading from old port_from_sqlite3 format | Erik Johnston | 2016-08-04 | 1 | -0/+21 |
* | Handle the fact that some tables have negative rowid rows | Erik Johnston | 2016-08-04 | 1 | -43/+111 |
* | Update port script | Erik Johnston | 2016-04-22 | 1 | -42/+81 |
* | Don't require config to create database | Erik Johnston | 2016-04-06 | 1 | -8/+5 |
* | Mark AS users with their AS's ID | Daniel Wagner-Hall | 2016-02-11 | 1 | -2/+7 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Spelling | Erik Johnston | 2015-11-19 | 1 | -1/+1 |
* | Fix database port script to work with new event_search table | Erik Johnston | 2015-11-18 | 1 | -11/+44 |
* | Remove unused _execute_and_decode from scripts/synapse_port_db | Mark Haines | 2015-09-23 | 1 | -2/+0 |
* | Merge branch 'master' into develop | Mark Haines | 2015-09-07 | 1 | -6/+9 |
|\ |
|
| * | Make port script handle empty sent_transactions table | Erik Johnston | 2015-09-02 | 1 | -6/+9 |
* | | update logger to match new ambiguous script name... | Matthew Hodgson | 2015-09-03 | 1 | -1/+1 |
|/ |
|
* | Clean up scripts/ | Erik Johnston | 2015-08-27 | 1 | -0/+760 |