Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement RedirectException (#6687) | Richard van der Hoff | 2020-01-15 | 4 | -7/+113 |
* | Add `local_current_membership` table (#6655) | Erik Johnston | 2020-01-15 | 20 | -107/+263 |
* | Process EDUs in parallel with PDUs. (#6697) | Erik Johnston | 2020-01-14 | 2 | -12/+59 |
* | Fixup synapse.replication to pass mypy checks (#6667) | Erik Johnston | 2020-01-14 | 12 | -86/+105 |
* | Quarantine media by ID or user ID (#6681) | Andrew Morgan | 2020-01-13 | 7 | -11/+632 |
* | Document more supported endpoints for workers (#6698) | Richard van der Hoff | 2020-01-13 | 2 | -0/+5 |
* | Kill off RegistrationError (#6691) | Richard van der Hoff | 2020-01-13 | 4 | -17/+4 |
* | Don't assign numeric IDs for empty usernames (#6690) | Richard van der Hoff | 2020-01-13 | 2 | -1/+2 |
* | Merge pull request #6689 from matrix-org/rav/saml_mapping_provider_updates | Richard van der Hoff | 2020-01-13 | 2 | -6/+17 |
|\ | |||||
| * | changelog | Richard van der Hoff | 2020-01-12 | 1 | -0/+1 |
| * | Pass client redirect URL into SAML mapping providers | Richard van der Hoff | 2020-01-12 | 1 | -4/+11 |
| * | Pass the module_api into the SamlMappingProvider | Richard van der Hoff | 2020-01-12 | 1 | -2/+5 |
* | | Allow additional_resources to implement Resource directly (#6686) | Richard van der Hoff | 2020-01-13 | 2 | -2/+12 |
* | | Fix exceptions on requests for non-ascii urls (#6682) | Richard van der Hoff | 2020-01-13 | 2 | -1/+3 |
* | | comment for run_in_background | Richard van der Hoff | 2020-01-12 | 1 | -0/+3 |
* | | Merge pull request #6675 from matrix-org/rav/die_sqlite37_die_die_die | Richard van der Hoff | 2020-01-10 | 6 | -41/+47 |
|\ \ | |||||
| * | | update install notes for CentOS | Richard van der Hoff | 2020-01-09 | 1 | -0/+5 |
| * | | changelog | Richard van der Hoff | 2020-01-09 | 1 | -0/+1 |
| * | | Refuse to start if sqlite is older than 3.11.0 | Richard van der Hoff | 2020-01-09 | 3 | -8/+19 |
| * | | Check postgres version in check_database | Richard van der Hoff | 2020-01-09 | 1 | -13/+12 |
| * | | Modify check_database to take a connection rather than a cursor | Richard van der Hoff | 2020-01-09 | 4 | -28/+18 |
| |/ | |||||
* | | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2020-01-09 | 2 | -0/+12 |
|\ \ | |/ |/| | |||||
| * | Add note about log_file no longer be accepted (#6674) github/release-v1.8.0 release-v1.8.0 | Erik Johnston | 2020-01-09 | 2 | -0/+12 |
* | | Allow admin users to create or modify users without a shared secret (#6495) | Manuel Stahl | 2020-01-09 | 9 | -339/+655 |
* | | Merge branch 'master' into develop | Erik Johnston | 2020-01-09 | 5 | -5/+17 |
|\| | |||||
| * | Fixup changelog v1.8.0 | Erik Johnston | 2020-01-09 | 1 | -1/+1 |
| * | 1.8.0 | Erik Johnston | 2020-01-09 | 5 | -5/+17 |
* | | Merge pull request #6664 from matrix-org/erikj/media_admin_apis | Erik Johnston | 2020-01-08 | 3 | -120/+131 |
|\ \ | |||||
| * | | Shuffle the code | Erik Johnston | 2020-01-08 | 1 | -25/+16 |
| * | | Comments | Erik Johnston | 2020-01-08 | 1 | -0/+3 |
| * | | Do not rely on streaming events, as media repo doesn't | Erik Johnston | 2020-01-08 | 1 | -12/+26 |
| * | | Newsfile | Erik Johnston | 2020-01-08 | 1 | -0/+1 |
| * | | Import RoomStore in media worker to fix admin APIs | Erik Johnston | 2020-01-08 | 1 | -0/+2 |
| * | | Move media admin store functions to worker store | Erik Johnston | 2020-01-08 | 1 | -120/+120 |
* | | | Merge pull request #6665 from matrix-org/babolivier/retention_doc_typo | Brendan Abolivier | 2020-01-08 | 2 | -1/+2 |
|\ \ \ | |||||
| * | | | Changelog | Brendan Abolivier | 2020-01-08 | 1 | -0/+1 |
| * | | | Fix typo in message retention policies doc | Brendan Abolivier | 2020-01-08 | 1 | -1/+1 |
* | | | | Merge remote-tracking branch 'origin/release-v1.8.0' into develop | Richard van der Hoff | 2020-01-08 | 8 | -28/+184 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Fix GET request on /_synapse/admin/v2/users endpoint (#6563) | Manuel Stahl | 2020-01-08 | 3 | -2/+44 |
| * | | Back out ill-advised notary server hackery (#6657) | Richard van der Hoff | 2020-01-08 | 5 | -26/+140 |
| |/ | |||||
* | | Merge pull request #6624 from matrix-org/babolivier/retention_doc | Brendan Abolivier | 2020-01-08 | 2 | -0/+192 |
|\ \ | |||||
| * | | Fix reference | Brendan Abolivier | 2020-01-07 | 1 | -1/+1 |
| * | | Incorporate review | Brendan Abolivier | 2020-01-07 | 1 | -27/+28 |
| * | | Merge branch 'develop' into babolivier/retention_doc | Brendan Abolivier | 2020-01-07 | 83 | -491/+788 |
| |\| | |||||
| * | | Apply suggestions from code review | Brendan Abolivier | 2020-01-07 | 1 | -5/+4 |
| * | | Update changelog.d/6624.doc | Brendan Abolivier | 2020-01-07 | 1 | -1/+1 |
| * | | Fix vacuum instructions for sqlite | Brendan Abolivier | 2020-01-03 | 1 | -2/+2 |
| * | | Rename changelog | Brendan Abolivier | 2020-01-03 | 1 | -0/+0 |
| * | | Add a complete documentation of the message retention policies support | Brendan Abolivier | 2020-01-03 | 2 | -0/+192 |
* | | | contrib/docker-compose: fixing mount that overrides containers' /etc (#6656) | Fabian Meyer | 2020-01-08 | 2 | -1/+2 |
* | | | typo | Matthew Hodgson | 2020-01-07 | 1 | -1/+1 |
* | | | Correctly proxy remote group HTTP errors. (#6654) | Erik Johnston | 2020-01-07 | 2 | -0/+17 |
* | | | Merge pull request #6621 from matrix-org/babolivier/purge_job_config_typo | Brendan Abolivier | 2020-01-07 | 3 | -10/+11 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Reword | Brendan Abolivier | 2020-01-07 | 2 | -6/+6 |
| * | | Change the example from 5min to 12h | Brendan Abolivier | 2020-01-07 | 2 | -8/+8 |
| * | | Changelog | Brendan Abolivier | 2020-01-03 | 1 | -0/+1 |
| * | | Update sample config | Brendan Abolivier | 2020-01-03 | 1 | -1/+1 |
| * | | Fix a typo in the purge jobs configuration example | Brendan Abolivier | 2020-01-03 | 1 | -1/+1 |
| |/ | |||||
* | | Fixup changelog v1.8.0rc1 | Erik Johnston | 2020-01-07 | 1 | -3/+3 |
* | | Fixup changelog | Erik Johnston | 2020-01-07 | 1 | -1/+1 |
* | | Fixup changelog | Erik Johnston | 2020-01-07 | 1 | -21/+11 |
* | | 1.8.0rc1 | Erik Johnston | 2020-01-07 | 56 | -55/+81 |
* | | Merge pull request #6652 from matrix-org/babolivier/depth_missing_events | Brendan Abolivier | 2020-01-07 | 3 | -3/+4 |
|\ \ | |||||
| * | | Changelog | Brendan Abolivier | 2020-01-07 | 1 | -0/+1 |
| * | | Fix conditions failing if min_depth = 0 | Brendan Abolivier | 2020-01-07 | 2 | -3/+3 |
| |/ | |||||
* | | Add a background update to clear tombstoned rooms from the directory (#6648) | Richard van der Hoff | 2020-01-07 | 6 | -1/+106 |
* | | Async/await for background updates (#6647) | Richard van der Hoff | 2020-01-07 | 2 | -16/+21 |
* | | port BackgroundUpdateTestCase to HomeserverTestCase (#6653) | Richard van der Hoff | 2020-01-07 | 2 | -35/+38 |
* | | Merge pull request #6645 from matrix-org/rav/fix_synchrotron_error | Richard van der Hoff | 2020-01-07 | 3 | -15/+48 |
|\ \ | |||||
| * | | changelog | Richard van der Hoff | 2020-01-06 | 1 | -0/+1 |
| * | | Fix exceptions in log when rejected event is replicated | Richard van der Hoff | 2020-01-06 | 1 | -2/+9 |
| * | | async/await for SyncReplicationHandler.process_and_notify | Richard van der Hoff | 2020-01-06 | 1 | -5/+4 |
| * | | Clarify documentation on get_event* methods | Richard van der Hoff | 2020-01-06 | 1 | -9/+35 |
* | | | Merge pull request #6629 from matrix-org/rav/kill_event_reference_hashes | Richard van der Hoff | 2020-01-06 | 7 | -103/+55 |
|\ \ \ | |/ / |/| | | |||||
| * | | changelog | Richard van der Hoff | 2020-01-06 | 1 | -0/+1 |
| * | | Remove unused get_latest_event_ids_and_hashes_in_room | Richard van der Hoff | 2020-01-06 | 1 | -42/+0 |
| * | | Remove unused get_prev_events_and_hashes_for_room | Richard van der Hoff | 2020-01-06 | 2 | -43/+6 |
| * | | Remove unused hashes and depths from _update_membership params | Richard van der Hoff | 2020-01-06 | 1 | -13/+4 |
| * | | Remove unused hashes and depths from create_event params | Richard van der Hoff | 2020-01-06 | 3 | -22/+13 |
| * | | Remove unused hashes and depths from create_new_client_event params | Richard van der Hoff | 2020-01-06 | 2 | -12/+26 |
| * | | replace get_prev_events_and_hashes_for_room with get_prev_events_for_room in ... | Richard van der Hoff | 2020-01-06 | 2 | -9/+38 |
| * | | rename get_prev_events_for_room to get_prev_events_and_hashes_for_room | Richard van der Hoff | 2020-01-06 | 4 | -7/+12 |
* | | | Fix some test failures when frozen_dicts are enabled (#6642) | Richard van der Hoff | 2020-01-06 | 5 | -11/+20 |
* | | | Add experimental 'databases' config (#6580) | Erik Johnston | 2020-01-06 | 3 | -13/+64 |
* | | | Fix an error which was thrown by the PresenceHandler _on_shutdown handler. (#... | Richard van der Hoff | 2020-01-06 | 2 | -7/+3 |
* | | | Fix exception when fetching notary server's old keys (#6625) | Richard van der Hoff | 2020-01-06 | 3 | -50/+103 |
* | | | Workaround for error when fetching notary's own key (#6620) | Richard van der Hoff | 2020-01-06 | 4 | -9/+163 |
|/ / | |||||
* | | Fix power levels being incorrectly set in old and new rooms after a room upgr... | Andrew Morgan | 2020-01-06 | 2 | -7/+11 |
* | | Automate generation of the sample and debian log configs (#6627) | Richard van der Hoff | 2020-01-03 | 9 | -40/+73 |
* | | Raise an error if someone tries to use the log_file config option (#6626) | Richard van der Hoff | 2020-01-03 | 3 | -3/+17 |
* | | Remove unused, undocumented "content repo" resource (#6628) | Richard van der Hoff | 2020-01-03 | 9 | -128/+3 |
* | | Kill off redundant SynapseRequestFactory (#6619) | Richard van der Hoff | 2020-01-03 | 3 | -17/+8 |
* | | Reduce the reconnect time when replication fails. (#6617) | Richard van der Hoff | 2020-01-03 | 2 | -1/+3 |
|/ | |||||
* | Added the section 'Configuration' in /docs/turn-howto.md (#6614) | ewaf1 | 2020-01-02 | 2 | -0/+3 |
* | Reword sections of federate.md that explained delegation at time of Synapse 1... | Aaron Raimist | 2020-01-02 | 2 | -21/+4 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2019-12-31 | 5 | -16/+98 |
|\ | |||||
| * | 1.7.3 v1.7.3 github/release-v1.7.3 release-v1.7.3 | Richard van der Hoff | 2019-12-31 | 4 | -2/+18 |
| * | Hacks to work around #6605 (#6608) | Richard van der Hoff | 2019-12-31 | 2 | -15/+38 |
| * | sample log config 1.7.2 | Richard van der Hoff | 2019-12-24 | 1 | -0/+43 |
| * | Update reverse proxy file name (#6590) | dopple | 2019-12-22 | 1 | -1/+1 |
* | | Update reverse proxy file name (#6590) | dopple | 2019-12-22 | 1 | -1/+1 |
* | | Merge branch 'master' into develop | Richard van der Hoff | 2019-12-20 | 4 | -2/+23 |
|\| | |||||
| * | Merge tag 'v1.7.2' | Richard van der Hoff | 2019-12-20 | 5 | -3/+32 |
| |\ | |||||
| | * | 1.7.2 v1.7.2 github/release-v1.7.2 release-v1.7.2 | Richard van der Hoff | 2019-12-20 | 5 | -3/+19 |
| | * | Backport fixes to sqlite upgrade from develop (#6578) | Richard van der Hoff | 2019-12-20 | 2 | -1/+10 |
| | * | Fix exceptions when attempting to backfill (#6576) | Richard van der Hoff | 2019-12-20 | 2 | -1/+5 |
* | | | Split state groups into a separate data store (#6296) | Erik Johnston | 2019-12-20 | 28 | -1168/+1159 |
* | | | Change EventContext to use the Storage class (#6564) | Erik Johnston | 2019-12-20 | 15 | -53/+64 |
* | | | Explode on duplicate delta file names. (#6565) | Erik Johnston | 2019-12-19 | 2 | -0/+19 |
* | | | Port some admin handlers to async/await (#6559) | Erik Johnston | 2019-12-19 | 4 | -56/+46 |
* | | | Improve diagnostics on database upgrade failure (#6570) | Richard van der Hoff | 2019-12-19 | 3 | -8/+7 |
* | | | Fix sdnotify with acme enabled (#6571) | Richard van der Hoff | 2019-12-19 | 2 | -3/+8 |
* | | | Add an export_signing_key script (#6546) | Richard van der Hoff | 2019-12-19 | 5 | -22/+130 |
* | | | Clean up startup for the pusher (#6558) | Richard van der Hoff | 2019-12-18 | 7 | -43/+45 |
* | | | Add delta file to fix missing default table data (#6555) | Andrew Morgan | 2019-12-18 | 4 | -15/+24 |
* | | | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 19 | -209/+287 |
* | | | Merge branch 'master' into develop | Richard van der Hoff | 2019-12-18 | 14 | -15/+25 |
|\| | | |||||
| * | | Merge tag 'v1.7.1' | Richard van der Hoff | 2019-12-18 | 15 | -373/+547 |
| |\| | |||||
| | * | too many parens v1.7.1 github/release-v1.7.1 release-v1.7.1 | Richard van der Hoff | 2019-12-18 | 1 | -1/+1 |
| | * | 1.7.1 | Richard van der Hoff | 2019-12-18 | 14 | -15/+25 |
* | | | Merge release-v1.7.1 into develop | Richard van der Hoff | 2019-12-18 | 7 | -10/+145 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix bug where we added duplicate event IDs as auth_events (#6560) | Erik Johnston | 2019-12-17 | 2 | -7/+9 |
| * | | Add auth events as per spec. (#6556) | Erik Johnston | 2019-12-16 | 2 | -67/+35 |
| * | | Merge pull request #6553 from matrix-org/babolivier/fix-context-filter | Brendan Abolivier | 2019-12-16 | 4 | -3/+135 |
| |\ \ | |||||
| | * \ | Merge branch 'babolivier/fix-context-filter' of github.com:matrix-org/synapse... | Brendan Abolivier | 2019-12-16 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Update changelog.d/6553.bugfix | Brendan Abolivier | 2019-12-16 | 1 | -1/+1 |
| | * | | | Incorporate review | Brendan Abolivier | 2019-12-16 | 2 | -6/+1 |
| | |/ / | |||||
| | * | | Lint | Brendan Abolivier | 2019-12-16 | 1 | -2/+1 |
| | * | | Add test case | Brendan Abolivier | 2019-12-16 | 1 | -0/+133 |
| | * | | Changelog | Brendan Abolivier | 2019-12-16 | 1 | -0/+1 |
| | * | | Update the documentation of the filtering function | Brendan Abolivier | 2019-12-16 | 1 | -1/+2 |
| | * | | Use the filtered version of an event when responding to /context requests for... | Brendan Abolivier | 2019-12-16 | 1 | -1/+4 |
| * | | | Exclude rejected state events when calculating state at backwards extrems (#6... | Richard van der Hoff | 2019-12-16 | 2 | -1/+2 |
| * | | | Persist auth/state events at backwards extremities when we fetch them (#6526) | Richard van der Hoff | 2019-12-16 | 3 | -165/+83 |
| * | | | sanity-checking for events used in state res (#6531) | Richard van der Hoff | 2019-12-16 | 6 | -43/+128 |
| * | | | Sanity-check room ids in event auth (#6530) | Richard van der Hoff | 2019-12-16 | 2 | -0/+14 |
| * | | | Check the room_id of events when fetching room state/auth (#6524) | Richard van der Hoff | 2019-12-16 | 2 | -24/+56 |
| * | | | Add `include_event_in_state` to _get_state_for_room (#6521) | Richard van der Hoff | 2019-12-16 | 2 | -18/+22 |
| * | | | Move get_state methods into FederationHandler (#6503) | Richard van der Hoff | 2019-12-16 | 3 | -86/+107 |
| * | | | Refactor get_events_from_store_or_dest to return a dict (#6501) | Richard van der Hoff | 2019-12-16 | 2 | -29/+16 |
| |/ / | |||||
* | | | Remove unused `get_pagination_rows` methods. (#6557) | Erik Johnston | 2019-12-17 | 4 | -18/+1 |
* | | | Add auth events as per spec. (#6556) | Erik Johnston | 2019-12-16 | 2 | -67/+35 |
* | | | Add option to allow profile queries without sharing a room (#6523) | Will Hunt | 2019-12-16 | 5 | -1/+28 |
* | | | Exclude rejected state events when calculating state at backwards extrems (#6... | Richard van der Hoff | 2019-12-16 | 2 | -1/+2 |
* | | | Persist auth/state events at backwards extremities when we fetch them (#6526) | Richard van der Hoff | 2019-12-16 | 3 | -169/+83 |
* | | | Automatically delete empty groups/communities (#6453) | Werner Sembach | 2019-12-16 | 4 | -0/+38 |
* | | | Document Shutdown Room admin API (#6541) | Andrew Morgan | 2019-12-13 | 2 | -0/+73 |
* | | | sanity-checking for events used in state res (#6531) | Richard van der Hoff | 2019-12-13 | 6 | -43/+128 |
* | | | Sanity-check room ids in event auth (#6530) | Richard van der Hoff | 2019-12-13 | 2 | -0/+14 |
* | | | Merge pull request #6537 from matrix-org/erikj/bump_mypy_version | Erik Johnston | 2019-12-13 | 8 | -7/+13 |
|\ \ \ | |||||
| * | | | Newsfile | Erik Johnston | 2019-12-12 | 1 | -0/+1 |
| * | | | Bump version of mypy | Erik Johnston | 2019-12-12 | 7 | -7/+12 |
* | | | | Merge branch 'master' into develop | Erik Johnston | 2019-12-13 | 4 | -2/+32 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge tag 'v1.7.0' | Erik Johnston | 2019-12-13 | 228 | -4794/+7883 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | More rewording of changelog. v1.7.0 github/release-v1.7.0 release-v1.7.0 | Erik Johnston | 2019-12-13 | 1 | -1/+1 |
| | * | | Reword changelog | Erik Johnston | 2019-12-13 | 1 | -2/+2 |
| | * | | Add deprecation notes | Erik Johnston | 2019-12-13 | 1 | -1/+7 |
| | * | | 1.7.0 | Erik Johnston | 2019-12-13 | 3 | -1/+13 |
| * | | | Update workers.md to make media_repository work (again) (#6519) | Mark Nowiasz | 2019-12-11 | 1 | -1/+13 |
| * | | | Remove #6369 changelog | Andrew Morgan | 2019-12-05 | 1 | -1/+0 |
* | | | | Adjust the sytest blacklist for worker mode (#6538) | Richard van der Hoff | 2019-12-13 | 2 | -29/+5 |
* | | | | Merge pull request #6496 from matrix-org/erikj/initial_sync_asnyc | Erik Johnston | 2019-12-13 | 2 | -52/+45 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/initial_sy... | Erik Johnston | 2019-12-11 | 156 | -850/+1627 |
| |\ \ \ \ | |||||
| * | | | | | Newsfile | Erik Johnston | 2019-12-09 | 1 | -0/+1 |
| * | | | | | Port synapse.handlers.initial_sync to async/await | Erik Johnston | 2019-12-09 | 1 | -52/+44 |
* | | | | | | Merge pull request #6534 from matrix-org/erikj/extend_mypy | Erik Johnston | 2019-12-12 | 2 | -1/+14 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Newsfile | Erik Johnston | 2019-12-12 | 1 | -0/+1 |
| * | | | | | Include more folders in mypy | Erik Johnston | 2019-12-12 | 1 | -1/+13 |
* | | | | | | look up cross-signing keys from the DB in bulk (#6486) | Hubert Chathi | 2019-12-12 | 5 | -21/+242 |
* | | | | | | Fix redacted events being returned in search results ordered by "recent" (#6522) | Andrew Morgan | 2019-12-12 | 2 | -3/+9 |
|/ / / / / | |||||
* | | | | | Check the room_id of events when fetching room state/auth (#6524) | Richard van der Hoff | 2019-12-12 | 2 | -23/+53 |
* | | | | | Merge pull request #6511 from matrix-org/erikj/remove_db_config_from_apps | Erik Johnston | 2019-12-12 | 17 | -102/+27 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Add new config param to docstring and add types | Erik Johnston | 2019-12-11 | 1 | -1/+3 |
| * | | | | Newsfile | Erik Johnston | 2019-12-10 | 1 | -0/+1 |
| * | | | | Fix upgrade db script | Erik Johnston | 2019-12-10 | 1 | -27/+6 |
| * | | | | Remove database config parsing from apps. | Erik Johnston | 2019-12-10 | 15 | -75/+18 |
* | | | | | Add `include_event_in_state` to _get_state_for_room (#6521) | Richard van der Hoff | 2019-12-11 | 2 | -22/+29 |
* | | | | | Merge pull request #6517 from matrix-org/rav/event_auth/13 | Richard van der Hoff | 2019-12-11 | 4 | -103/+98 |
|\ \ \ \ \ | |||||
| * | | | | | changelog | Richard van der Hoff | 2019-12-11 | 1 | -0/+1 |
| * | | | | | convert to async: FederationHandler._process_received_pdu | Richard van der Hoff | 2019-12-11 | 1 | -11/+10 |
| * | | | | | convert to async: FederationHandler._get_state_for_room | Richard van der Hoff | 2019-12-11 | 1 | -21/+21 |
| * | | | | | convert to async: FederationHandler.on_receive_pdu | Richard van der Hoff | 2019-12-11 | 2 | -32/+31 |
| * | | | | | Convert federation backfill to async | Richard van der Hoff | 2019-12-11 | 2 | -39/+35 |
* | | | | | | Merge pull request #6504 from matrix-org/erikj/account_validity_async_await | Erik Johnston | 2019-12-11 | 4 | -57/+47 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Newsfile | Erik Johnston | 2019-12-10 | 1 | -0/+1 |
| * | | | | | Port handlers.account_validity to async/await. | Erik Johnston | 2019-12-10 | 3 | -49/+42 |
| * | | | | | Port handlers.account_data to async/await. | Erik Johnston | 2019-12-10 | 1 | -9/+5 |
| |/ / / / | |||||
* | | | | | Clean up some logging (#6515) | Richard van der Hoff | 2019-12-11 | 2 | -18/+20 |
* | | | | | Merge tag 'v1.7.0rc2' into develop | Erik Johnston | 2019-12-11 | 7 | -21/+34 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | 1.7.0rc2 v1.7.0rc2 | Erik Johnston | 2019-12-11 | 6 | -5/+12 |
| * | | | | Back out change preventing setting null avatar URLs | Erik Johnston | 2019-12-11 | 2 | -7/+7 |
| * | | | | Merge branch 'erikj/fix_sqlite_7' of github.com:matrix-org/synapse into relea... | Erik Johnston | 2019-12-11 | 8 | -14/+51 |
| |\ \ \ \ | |||||
| * | | | | | Fixup changelogs | Brendan Abolivier | 2019-12-10 | 2 | -2/+2 |
| * | | | | | Merge pull request #6509 from matrix-org/babolivier/fix-room-store-config | Erik Johnston | 2019-12-10 | 2 | -0/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | Changelog | Brendan Abolivier | 2019-12-10 | 1 | -0/+1 |
| | * | | | | | Give the server config to the RoomWorkerStore | Brendan Abolivier | 2019-12-10 | 1 | -0/+5 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #6507 from matrix-org/babolivier/pusher-room-store | Erik Johnston | 2019-12-10 | 2 | -1/+7 |
| |\ \ \ \ \ | |||||
| | * | | | | | Changelog | Brendan Abolivier | 2019-12-10 | 1 | -0/+1 |
| | * | | | | | Make the PusherSlaveStore inherit from the slave RoomStore | Brendan Abolivier | 2019-12-10 | 1 | -1/+6 |
| |/ / / / / | |||||
| * | | | | | Fix erroneous reference for new room directory defaults. | Neil Johnson | 2019-12-10 | 1 | -1/+1 |
| * | | | | | Update CHANGES.md | Neil Johnson | 2019-12-09 | 1 | -11/+5 |
* | | | | | | Prevent redacted events from appearing in message search (#6377) | Andrew Morgan | 2019-12-11 | 6 | -43/+78 |
* | | | | | | Add dev script to generate full SQL schema files (#6394) | Andrew Morgan | 2019-12-11 | 4 | -19/+198 |
* | | | | | | Prevent message search in upgraded rooms we're not in (#6385) | Andrew Morgan | 2019-12-11 | 4 | -16/+41 |
* | | | | | | Merge pull request #6349 from matrix-org/babolivier/msc1802 | Brendan Abolivier | 2019-12-11 | 5 | -28/+141 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'develop' into babolivier/msc1802 | Brendan Abolivier | 2019-12-05 | 300 | -3004/+6193 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'develop' into babolivier/msc1802 | Brendan Abolivier | 2019-11-14 | 2 | -0/+3 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Lint | Brendan Abolivier | 2019-11-11 | 1 | -3/+2 |
| * | | | | | | | | Changelog | Brendan Abolivier | 2019-11-11 | 1 | -0/+1 |
| * | | | | | | | | Lint | Brendan Abolivier | 2019-11-11 | 1 | -3/+1 |
| * | | | | | | | | Fix prefix for v2/send_leave | Brendan Abolivier | 2019-11-11 | 1 | -0/+2 |
| * | | | | | | | | Add server-side support to the v2 API | Brendan Abolivier | 2019-11-11 | 2 | -14/+33 |
| * | | | | | | | | Implement v2 API for send_leave | Brendan Abolivier | 2019-11-11 | 2 | -5/+56 |
| * | | | | | | | | Add missing yield | Brendan Abolivier | 2019-11-11 | 1 | -1/+1 |
| * | | | | | | | | Implement v2 API for send_join | Brendan Abolivier | 2019-11-11 | 2 | -8/+51 |
* | | | | | | | | | Merge pull request #6512 from matrix-org/erikj/silence_mypy | Erik Johnston | 2019-12-11 | 2 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Newsfile | Erik Johnston | 2019-12-10 | 1 | -0/+1 |
| * | | | | | | | | | Silence mypy errors for files outside those specified | Erik Johnston | 2019-12-10 | 1 | -1/+1 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Move get_state methods into FederationHandler (#6503) | Richard van der Hoff | 2019-12-10 | 3 | -86/+107 |
* | | | | | | | | | Allow SAML username provider plugins (#6411) | Andrew Morgan | 2019-12-10 | 5 | -106/+417 |
* | | | | | | | | | Merge pull request #6510 from matrix-org/erikj/phone_home_stats_db | Erik Johnston | 2019-12-10 | 2 | -2/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Newsfile | Erik Johnston | 2019-12-10 | 1 | -0/+1 |
| * | | | | | | | | | Phone home stats DB reporting should not assume a single DB. | Erik Johnston | 2019-12-10 | 1 | -2/+4 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Fix race which caused deleted devices to reappear (#6514) | Richard van der Hoff | 2019-12-10 | 3 | -23/+35 |
* | | | | | | | | | Refactor get_events_from_store_or_dest to return a dict (#6501) | Richard van der Hoff | 2019-12-10 | 2 | -29/+16 |
* | | | | | | | | | Remove redundant code from event authorisation implementation. (#6502) | Richard van der Hoff | 2019-12-10 | 2 | -6/+3 |
* | | | | | | | | | Merge pull request #6505 from matrix-org/erikj/make_deferred_yiedable | Erik Johnston | 2019-12-10 | 3 | -1/+35 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Update comment | Erik Johnston | 2019-12-10 | 1 | -2/+4 |
| * | | | | | | | | | Newsfile | Erik Johnston | 2019-12-10 | 1 | -0/+1 |
| * | | | | | | | | | Fix make_deferred_yieldable to work with coroutines | Erik Johnston | 2019-12-10 | 2 | -1/+32 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #6499 from matrix-org/erikj/fix_sqlite_7 | Erik Johnston | 2019-12-10 | 6 | -11/+42 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Drop unused index | Erik Johnston | 2019-12-10 | 4 | -13/+18 |
| * | | | | | | | | Convert _censor_redactions to async since it awaits on coroutines | Erik Johnston | 2019-12-10 | 1 | -11/+9 |
| * | | | | | | | | Only start censor background job after indices are created | Erik Johnston | 2019-12-10 | 2 | -2/+9 |
| * | | | | | | | | Newsfile | Erik Johnston | 2019-12-09 | 1 | -0/+1 |
| * | | | | | | | | Fix support for SQLite 3.7. | Erik Johnston | 2019-12-09 | 3 | -2/+22 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #6506 from matrix-org/erikj/remove_snapshot_cache | Erik Johnston | 2019-12-10 | 4 | -168/+9 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Newsfile | Erik Johnston | 2019-12-10 | 1 | -0/+1 |
| | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Remove SnapshotCache in favour of ResponseCache | Erik Johnston | 2019-12-09 | 3 | -168/+8 |
* | | | | | | | Merge tag 'v1.7.0rc1' into develop | Neil Johnson | 2019-12-09 | 55 | -54/+80 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | 1.7.0rc1 v1.7.0rc1 | Neil Johnson | 2019-12-09 | 55 | -54/+79 |
| * | | | | | | Systemd documentation (#6490) | Clifford Garwood II | 2019-12-09 | 2 | -1/+2 |
* | | | | | | | Better errors regarding changing avatar_url (#6497) | Andrew Morgan | 2019-12-09 | 2 | -3/+9 |
|/ / / / / / | |||||
* | | | | | | Back out perf regression from get_cross_signing_keys_from_cache. (#6494) | Neil Johnson | 2019-12-09 | 4 | -30/+20 |
* | | | | | | Merge pull request #6487 from matrix-org/erikj/pass_in_db | Erik Johnston | 2019-12-09 | 56 | -244/+242 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix comment | Erik Johnston | 2019-12-09 | 1 | -1/+1 |
| * | | | | | Fix port db script | Erik Johnston | 2019-12-06 | 4 | -37/+5 |
| * | | | | | Newsfile | Erik Johnston | 2019-12-06 | 1 | -0/+1 |
| * | | | | | Fixup tests | Erik Johnston | 2019-12-06 | 6 | -23/+20 |
| * | | | | | Move start up DB checks to main data store. | Erik Johnston | 2019-12-06 | 2 | -18/+12 |