| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 170 | -5109/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | 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 |
* | Add ability to perform password reset via email without trusting the identity... | Andrew Morgan | 2019-06-06 | 1 | -0/+31 |
* | Merge pull request #5294 from matrix-org/erikj/speed_up_room_stats | Erik Johnston | 2019-05-31 | 1 | -0/+28 |
|\ |
|
| * | Add indices. Remove room_ids accidentally added | Erik Johnston | 2019-05-31 | 1 | -0/+28 |
* | | Add index to temp table | Erik Johnston | 2019-05-30 | 1 | -0/+1 |
|/ |
|
* | Fixup comments and logging | Erik Johnston | 2019-05-30 | 1 | -0/+3 |
* | Add DB bg update to cleanup extremities. | Erik Johnston | 2019-05-29 | 1 | -0/+19 |
* | Merge pull request #5268 from matrix-org/babolivier/account_validity_fix_schema | Brendan Abolivier | 2019-05-28 | 1 | -0/+3 |
|\ |
|
| * | Fix schema update for account validity | Brendan Abolivier | 2019-05-28 | 1 | -0/+3 |
* | | Store key validity time in the storage layer | Richard van der Hoff | 2019-05-23 | 1 | -0/+23 |
* | | Room Statistics (#4338) | Amber Brown | 2019-05-21 | 1 | -0/+80 |
* | | Add simple send_relation API and track in DB | Erik Johnston | 2019-05-15 | 1 | -0/+27 |
|/ |
|
* | Merge pull request #5047 from matrix-org/babolivier/account_expiration | Brendan Abolivier | 2019-04-17 | 1 | -1/+8 |
|\ |
|
| * | Send out emails with links to extend an account's validity period | Brendan Abolivier | 2019-04-17 | 1 | -1/+8 |
* | | Merge pull request #5033 from matrix-org/erikj/fix_schema_delta | Erik Johnston | 2019-04-10 | 1 | -1/+3 |
|\ \ |
|
| * | | Fix schema upgrade when dropping tables | Erik Johnston | 2019-04-09 | 1 | -1/+3 |
* | | | Merge pull request #5027 from matrix-org/babolivier/account_expiration | Brendan Abolivier | 2019-04-09 | 1 | -0/+20 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Add account expiration feature | Brendan Abolivier | 2019-04-09 | 1 | -0/+20 |
* | | Remove unused server_tls_certificates functions (#5028) | Richard van der Hoff | 2019-04-08 | 1 | -3/+1 |
* | | drop tables listed in #1830 (#4992) | Neil Johnson | 2019-04-08 | 7 | -85/+40 |
* | | Remove presence lists (#4989) | Neil Johnson | 2019-04-03 | 1 | -0/+16 |
* | | Fixup docstrings | Erik Johnston | 2019-04-02 | 1 | -2/+2 |
* | | Grandfather in existing user threepids | Erik Johnston | 2019-04-01 | 1 | -0/+2 |
* | | Track IS used to bind 3PIDs | Erik Johnston | 2019-04-01 | 1 | -0/+27 |
|/ |
|
* | Fix user directory background update (#4887) | Erik Johnston | 2019-03-19 | 1 | -1/+1 |
* | Migrate the user directory initial population to a background task (#4864) | Amber Brown | 2019-03-19 | 1 | -0/+30 |
* | fixup | Amber Brown | 2019-03-13 | 1 | -7/+0 |
* | fixup | Amber Brown | 2019-03-12 | 1 | -5/+12 |
* | initial | Amber Brown | 2019-03-11 | 2 | -3/+28 |
* | Rewrite userdir to be faster (#4537) | Amber Brown | 2019-03-07 | 1 | -0/+47 |
* | Analyze user_ips before running deduplication | Erik Johnston | 2019-02-12 | 1 | -3/+7 |
* | Add support for persisting event format versions | Erik Johnston | 2019-01-23 | 1 | -0/+16 |
* | Remove duplicates in the user_ips table and add an index (#4370) | Amber Brown | 2019-01-12 | 1 | -0/+26 |
* | create support user (#4141) | Neil Johnson | 2018-12-14 | 1 | -0/+19 |
* | Drop sent_transactions | Aaron Raimist | 2018-12-01 | 2 | -34/+2 |
* | Merge remote-tracking branch 'origin/develop' into dbkr/e2e_backup_versions_a... | David Baker | 2018-11-09 | 3 | -4/+60 |
|\ |
|
| * | Add unique indexes to a couple of tables | Richard van der Hoff | 2018-11-02 | 2 | -4/+41 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/purge_stat... | Erik Johnston | 2018-10-19 | 1 | -0/+39 |
| |\ |
|
| * | | Add state_group index to event_to_state_groups | Erik Johnston | 2018-10-04 | 1 | -0/+19 |
* | | | Try & make it work on postgres | David Baker | 2018-10-30 | 1 | -2/+2 |
* | | | Make e2e backup versions numeric in the DB | David Baker | 2018-10-29 | 1 | -0/+53 |
| |/
|/| |
|
* | | Don't reuse backup versions | David Baker | 2018-10-05 | 1 | -1/+2 |
* | | WIP e2e key backups | David Baker | 2018-09-13 | 1 | -0/+0 |
* | | Merge branch 'develop' into e2e_backups | Hubert Chathi | 2018-08-24 | 1 | -0/+27 |
|\| |
|
| * | typos | Neil Johnson | 2018-08-08 | 1 | -1/+1 |
| * | make use of _simple_select_one_onecol, improved comments | Neil Johnson | 2018-08-06 | 1 | -0/+4 |
| * | Revert "change monthly_active_users table to be a single column" | Neil Johnson | 2018-08-02 | 1 | -1/+3 |
| * | change monthly_active_users table to be a single column | Neil Johnson | 2018-08-01 | 1 | -3/+1 |
| * | fix comment | Neil Johnson | 2018-08-01 | 1 | -1/+1 |
| * | api into monthly_active_users table | Neil Johnson | 2018-07-31 | 2 | -1/+24 |
* | | fix idiocies and so make tests pass | Matthew Hodgson | 2018-08-12 | 1 | -1/+1 |
* | | blindly incorporate PR review - needs testing & fixing | Matthew Hodgson | 2018-08-12 | 1 | -5/+3 |
* | | make /room_keys/version work | Matthew Hodgson | 2018-08-12 | 1 | -2/+2 |
* | | implement /room_keys/version too (untested) | Matthew Hodgson | 2018-08-12 | 1 | -1/+1 |
* | | make it work and fix pep8 | Matthew Hodgson | 2018-08-12 | 1 | -1/+1 |
* | | total WIP skeleton for /room_keys API | Matthew Hodgson | 2018-08-12 | 1 | -0/+40 |
* | | coding style | Neil Johnson | 2018-07-31 | 1 | -1/+1 |
|/ |
|
* | Create the column nullable | Richard van der Hoff | 2018-07-26 | 1 | -8/+7 |
* | Stop populating events.content | Richard van der Hoff | 2018-07-26 | 1 | -0/+93 |
* | run isort | Amber Brown | 2018-07-09 | 11 | -23/+24 |
* | Revert "Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibili... | Erik Johnston | 2018-06-25 | 1 | -0/+21 |
* | Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility" | Richard van der Hoff | 2018-06-22 | 1 | -21/+0 |
* | UserErasureStore | Richard van der Hoff | 2018-06-12 | 1 | -0/+21 |
* | remove unnecessary INSERT | Neil Johnson | 2018-06-01 | 1 | -1/+0 |
* | create users index on creation_ts | Neil Johnson | 2018-05-29 | 1 | -0/+20 |
* | Send users a server notice about consent | Richard van der Hoff | 2018-05-22 | 1 | -0/+20 |
* | Merge pull request #3163 from matrix-org/cohort_analytics | Neil Johnson | 2018-05-16 | 2 | -0/+38 |
|\ |
|
| * | Merge branch 'develop' of https://github.com/matrix-org/synapse into cohort_a... | Neil Johnson | 2018-05-14 | 2 | -1/+60 |
| |\ |
|
| * | | add inidexes based on usage | Neil Johnson | 2018-05-01 | 1 | -6/+2 |
| * | | Generate user daily stats | Neil Johnson | 2018-04-25 | 2 | -0/+42 |
* | | | Merge pull request #3213 from matrix-org/rav/consent_handler | Richard van der Hoff | 2018-05-16 | 1 | -0/+18 |
|\ \ \ |
|
| * | | | ConsentResource to gather policy consent from users | Richard van der Hoff | 2018-05-15 | 1 | -0/+18 |
| | |/
| |/| |
|
* / | | Add the schema file | David Baker | 2018-05-09 | 1 | -0/+25 |
|/ / |
|
* | | Merge pull request #3129 from matrix-org/matthew/fix_group_dups | Matthew Hodgson | 2018-04-30 | 1 | -0/+57 |
|\ \ |
|
| * | | fix missing import | Matthew Hodgson | 2018-04-28 | 1 | -0/+1 |
| * | | pep8 | Matthew Hodgson | 2018-04-28 | 1 | -3/+5 |
| * | | make it work with sqlite | Matthew Hodgson | 2018-04-28 | 2 | -34/+54 |
| * | | remove duplicates from groups tables | Matthew Hodgson | 2018-04-25 | 1 | -0/+34 |
| |/ |
|
* / | Move more xrange to six | Adrian Tschira | 2018-04-28 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #3045 from matrix-org/dbkr/group_joinable | Luke Barnard | 2018-04-05 | 1 | -0/+22 |
|\ |
|
| * | NON NULL -> NOT NULL | Luke Barnard | 2018-04-05 | 1 | -1/+1 |
| * | Use DEFAULT join_policy of "invite" in db | Luke Barnard | 2018-04-05 | 1 | -1/+1 |
| * | Use join_policy API instead of joinable | Luke Barnard | 2018-04-03 | 1 | -1/+7 |
| * | OK, smallint it is then | David Baker | 2018-03-28 | 1 | -1/+1 |
| * | Grr. Copy the definition from is_admin | David Baker | 2018-03-28 | 1 | -1/+1 |
| * | Make column definition that works on both dbs | David Baker | 2018-03-28 | 1 | -1/+1 |
| * | Add schema delta file | David Baker | 2018-03-28 | 1 | -0/+16 |
* | | Merge pull request #3041 from matrix-org/r30_stats | Neil Johnson | 2018-04-05 | 1 | -0/+17 |
|\ \ |
|
| * | | Add user_ips last seen index | Neil Johnson | 2018-03-28 | 1 | -0/+17 |
| |/ |
|
* / | Use simplejson throughout | Richard van der Hoff | 2018-03-29 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2018-03-19 | 4 | -8/+8 |
|\ |
|
| * | Replace ujson with simplejson | Erik Johnston | 2018-03-15 | 4 | -7/+7 |
* | | Comments | Erik Johnston | 2018-02-16 | 1 | -0/+4 |
* | | Store push actions in staging area | Erik Johnston | 2018-02-15 | 1 | -0/+24 |
* | | Merge branch 'matthew/gin_work_mem' into matthew/hit_the_gin | Richard van der Hoff | 2018-02-13 | 2 | -0/+53 |
|\ \ |
|
| * | | Store state groups separately from events (#2784) | Erik Johnston | 2018-02-06 | 1 | -0/+37 |
| * | | Remove lost comment | Erik Johnston | 2018-01-17 | 1 | -3/+0 |
| * | | Keep track of last access time for local media | Erik Johnston | 2018-01-17 | 1 | -0/+19 |
| |/ |
|
* | | move search reindex to schema 47 | Richard van der Hoff | 2018-02-13 | 2 | -1/+1 |
* | | fix GIST->GIN switch | Matthew Hodgson | 2018-01-09 | 2 | -2/+21 |
|/ |
|
* | Merge branch 'develop' into matthew/search-all-local-users | Matthew Hodgson | 2017-11-30 | 2 | -1/+28 |
|\ |
|
| * | Fix error on sqlite 3.7 | Richard van der Hoff | 2017-11-21 | 2 | -1/+28 |
* | | remove null constraint on user_dir.room_id | Matthew Hodgson | 2017-11-30 | 1 | -0/+35 |
|/ |
|
* | Avoid locking for upsert on pushers tables | Richard van der Hoff | 2017-11-16 | 1 | -0/+35 |
* | create new indexes before dropping old ones to keep safetynet in place | Matthew Hodgson | 2017-11-07 | 1 | -2/+4 |
* | s/users_in_pubic_room/users_in_public_rooms/g | Matthew Hodgson | 2017-11-04 | 1 | -2/+2 |
* | s/users_in_pubic_room/users_in_public_rooms/g | Matthew Hodgson | 2017-11-04 | 1 | -0/+22 |
* | fix copyright.... | Matthew Hodgson | 2017-11-04 | 1 | -1/+1 |
* | s/popualte/populate/ | Matthew Hodgson | 2017-11-04 | 1 | -1/+1 |
* | Remove the last vestiges of refresh_tokens | Richard van der Hoff | 2017-10-31 | 3 | -40/+3 |
* | Recreate groups table instead of adding column | Luke Barnard | 2017-10-26 | 1 | -2/+16 |
* | Awful hack to get default true | Luke Barnard | 2017-10-26 | 1 | -1/+2 |
* | Add is_public to groups table to allow for private groups | Luke Barnard | 2017-10-26 | 1 | -0/+17 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | Fix schema delta versions | Erik Johnston | 2017-10-11 | 2 | -0/+0 |
* | Merge branch 'develop' into erikj/groups_merged | David Baker | 2017-10-02 | 1 | -0/+38 |
|\ |
|
| * | Add old indices | Erik Johnston | 2017-09-28 | 1 | -0/+2 |
| * | Change expires column to expires_ts | Erik Johnston | 2017-09-28 | 1 | -1/+20 |
| * | More brackets | Erik Johnston | 2017-09-28 | 1 | -1/+1 |
| * | Delete expired url cache data | Erik Johnston | 2017-09-28 | 1 | -0/+17 |
* | | Add unique index to group_rooms table | Erik Johnston | 2017-09-26 | 1 | -1/+1 |
* | | Add remote profile cache | Erik Johnston | 2017-08-25 | 1 | -0/+28 |
* | | Use BOOLEAN rather than TEXT type | Erik Johnston | 2017-08-21 | 1 | -1/+1 |
* | | Store whether the user wants to publicise their membership of a group | Erik Johnston | 2017-08-08 | 1 | -0/+1 |
* | | Add groups to sync stream | Erik Johnston | 2017-07-20 | 1 | -0/+9 |
* | | Remove sync stuff | Erik Johnston | 2017-07-18 | 1 | -9/+1 |
* | | Remove unused tables | Erik Johnston | 2017-07-18 | 1 | -7/+0 |
* | | Add local group server support | Erik Johnston | 2017-07-17 | 1 | -0/+28 |
* | | Comments | Erik Johnston | 2017-07-12 | 1 | -5/+12 |
* | | Add group summary APIs | Erik Johnston | 2017-07-12 | 1 | -0/+56 |
* | | Comment | Erik Johnston | 2017-07-12 | 1 | -1/+1 |
* | | Move comment | Erik Johnston | 2017-07-11 | 1 | -2/+2 |
* | | Rename column to attestation_json | Erik Johnston | 2017-07-11 | 1 | -1/+1 |
* | | Comments | Erik Johnston | 2017-07-11 | 1 | -2/+2 |
* | | Comments | Erik Johnston | 2017-07-11 | 1 | -1/+5 |
* | | Initial group server implementation | Erik Johnston | 2017-07-10 | 1 | -0/+77 |
|/ |
|
* | Fix up indices for users_who_share_rooms | Erik Johnston | 2017-06-26 | 1 | -1/+2 |
* | Store URL cache preview downloads seperately | Erik Johnston | 2017-06-23 | 1 | -0/+16 |
* | Add API to quarantine media | Erik Johnston | 2017-06-19 | 1 | -0/+17 |
* | Add shutdown room API | Erik Johnston | 2017-06-19 | 1 | -0/+21 |
* | Add DB schema for tracking users who share rooms | Erik Johnston | 2017-06-15 | 1 | -0/+32 |
* | Split up device_lists_outbound_pokes table for faster updates. | Erik Johnston | 2017-06-07 | 1 | -0/+33 |
* | Split the table in two | Erik Johnston | 2017-06-01 | 1 | -1/+9 |
* | Use unique indices | Erik Johnston | 2017-05-31 | 1 | -2/+2 |
* | Split out directory and search tables | Erik Johnston | 2017-05-31 | 1 | -11/+14 |
* | Handle the server leaving a public room | Erik Johnston | 2017-05-31 | 1 | -0/+4 |
* | Add comments | Erik Johnston | 2017-05-31 | 1 | -1/+1 |
* | Add user_directory to database | Erik Johnston | 2017-05-31 | 1 | -0/+69 |
* | Add comment | Erik Johnston | 2017-05-30 | 1 | -1/+1 |
* | Add clobbered event_id | Erik Johnston | 2017-05-30 | 1 | -1/+2 |
* | Add current_state_delta_stream table | Erik Johnston | 2017-05-30 | 1 | -0/+25 |
* | Add background task to clear out old event_auth | Erik Johnston | 2017-05-24 | 1 | -0/+17 |
* | Add a comment to old delta | Richard van der Hoff | 2017-05-11 | 1 | -0/+4 |
* | Add an index to event_search | Richard van der Hoff | 2017-05-11 | 1 | -0/+17 |
* | Add per user ratelimiting overrides | Erik Johnston | 2017-05-10 | 1 | -0/+22 |
* | Add index to device_lists_stream | Erik Johnston | 2017-03-01 | 1 | -0/+17 |
* | Add stream_id index to device_lists_outbound_pokes | Erik Johnston | 2017-02-28 | 1 | -0/+16 |
* | Use TEXT rather than VARCHAR | David Baker | 2017-02-17 | 1 | -6/+6 |
* | Make the pushers lang field column longer | David Baker | 2017-02-17 | 1 | -0/+39 |
* | Aggregate event push actions | Erik Johnston | 2017-02-14 | 1 | -0/+37 |
* | Add an index to make membership queries faster | Erik Johnston | 2017-01-31 | 1 | -0/+17 |
* | Add ts column to device_lists_outbound_pokes | Erik Johnston | 2017-01-27 | 1 | -1/+2 |
* | Add comments | Erik Johnston | 2017-01-26 | 1 | -1/+7 |
* | Implement device key caching over federation | Erik Johnston | 2017-01-26 | 1 | -12/+8 |
* | Add basic implementation of local device list changes | Erik Johnston | 2017-01-25 | 1 | -0/+56 |
* | Add comment | Erik Johnston | 2017-01-13 | 1 | -0/+1 |
* | Change device_inbox stream index to include user | Erik Johnston | 2017-01-10 | 1 | -0/+20 |
* | Merge pull request #1676 from matrix-org/erikj/room_list | Erik Johnston | 2016-12-12 | 1 | -0/+29 |
|\ |
|
| * | Comments | Erik Johnston | 2016-12-07 | 1 | -0/+2 |
| * | Add new API appservice specific public room list | Erik Johnston | 2016-12-06 | 1 | -0/+27 |
* | | Add profile data to the room_membership table for joins | Erik Johnston | 2016-12-08 | 1 | -0/+20 |
|/ |
|
* | Don't send old events as federation | Erik Johnston | 2016-11-24 | 1 | -1/+1 |
* | More efficient notif count queries | Erik Johnston | 2016-11-23 | 1 | -0/+17 |
* | Store federation stream positions in the database | Erik Johnston | 2016-11-21 | 1 | -0/+22 |
* | Handle sending events and device messages over federation | Erik Johnston | 2016-11-17 | 1 | -0/+16 |
* | Replace postgres GIN with GIST | Erik Johnston | 2016-11-03 | 1 | -0/+17 |
* | Use most recently added binding, not most recently seen user. | Erik Johnston | 2016-10-27 | 1 | -19/+11 |
* | Fix user_threepids schema delta | Erik Johnston | 2016-10-27 | 1 | -1/+38 |
* | Latest delta is now 37 | David Baker | 2016-10-19 | 1 | -0/+0 |
* | Merge remote-tracking branch 'origin/develop' into dbkr/password_reset_case_i... | David Baker | 2016-10-19 | 1 | -0/+81 |
|\ |
|
| * | Bump schema version | Erik Johnston | 2016-10-17 | 1 | -0/+0 |
| * | Remove TODO | Erik Johnston | 2016-10-17 | 1 | -2/+0 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/remove_auth | Erik Johnston | 2016-10-17 | 4 | -1/+97 |
| |\ |
|
| * | | Drop some unused indices | Erik Johnston | 2016-10-17 | 2 | -16/+83 |
| * | | Remove redundant event_auth index | Erik Johnston | 2016-09-13 | 1 | -0/+16 |
* | | | Convert emails to lowercase when storing | David Baker | 2016-10-19 | 1 | -1/+8 |
* | | | Make password reset email field case insensitive | David Baker | 2016-10-14 | 1 | -0/+16 |
| |/
|/| |
|
* | | Match against event_id, rather than room_id | Erik Johnston | 2016-09-21 | 1 | -1/+1 |
* | | Update correct table | Erik Johnston | 2016-09-21 | 1 | -6/+10 |
* | | Readd entries to public_room_list_stream that were deleted | Erik Johnston | 2016-09-21 | 1 | -0/+22 |
* | | Add a room visibility stream | Erik Johnston | 2016-09-14 | 1 | -0/+33 |
* | | Add a DB index to figure out past state at a stream ordering in a room | Erik Johnston | 2016-09-14 | 1 | -0/+37 |
|/ |
|
* | Index contains_url for file search queries | Erik Johnston | 2016-09-12 | 1 | -0/+17 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_notif... | Erik Johnston | 2016-09-12 | 6 | -0/+24 |
|\ |
|
| * | Add comments to existing schema deltas that used "CREATE INDEX" directly | Mark Haines | 2016-09-12 | 6 | -0/+24 |
| * | Revert "Add index to event_push_actions" | Erik Johnston | 2016-09-12 | 1 | -18/+0 |
* | | Make reindex happen in bg | Erik Johnston | 2016-09-12 | 1 | -3/+2 |
|/ |
|
* | Merge remote-tracking branch 'origin/develop' into dbkr/make_notif_highlight_... | David Baker | 2016-09-09 | 3 | -0/+80 |
|\ |
|