Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
| * | | | | | Pass Database into the data store | Erik Johnston | 2019-12-06 | 5 | -28/+24 |
| * | | | | | Move are_all_users_on_domain checks to main data store. | Erik Johnston | 2019-12-06 | 3 | -24/+24 |
| * | | | | | Change DataStores to accept 'database' param. | Erik Johnston | 2019-12-06 | 41 | -114/+156 |
* | | | | | | Merge pull request #6493 from matrix-org/erikj/invite_state_config | Erik Johnston | 2019-12-09 | 2 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Newsfile | Erik Johnston | 2019-12-09 | 1 | -0/+1 |
| * | | | | | | Pull out room_invite_state_types config option once. | Erik Johnston | 2019-12-09 | 1 | -1/+3 |
| |/ / / / / | |||||
* | | | | | | Fix inaccurate per-block metrics (#6491) | Richard van der Hoff | 2019-12-09 | 2 | -42/+19 |
* | | | | | | Remove fallback for missing /federation/v1/state_ids API (#6488) | Richard van der Hoff | 2019-12-09 | 3 | -96/+18 |
* | | | | | | Merge pull request #6484 from matrix-org/erikj/port_sync_handler | Erik Johnston | 2019-12-09 | 12 | -202/+208 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fixup functions to consistently return deferreds | Erik Johnston | 2019-12-06 | 6 | -14/+28 |
| * | | | | | Newsfile | Erik Johnston | 2019-12-05 | 1 | -0/+1 |
| * | | | | | Port SyncHandler to async/await | Erik Johnston | 2019-12-05 | 6 | -191/+182 |
* | | | | | | Merge pull request #6469 from matrix-org/erikj/make_database_class | Erik Johnston | 2019-12-06 | 68 | -2514/+2685 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/make_datab... | Erik Johnston | 2019-12-06 | 56 | -823/+766 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925) | Manuel Stahl | 2019-12-05 | 9 | -109/+161 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #6483 from matrix-org/erikj/port_rest_v2 | Erik Johnston | 2019-12-05 | 24 | -505/+362 |
|\ \ \ \ \ | |||||
| * | | | | | Newsfile | Erik Johnston | 2019-12-05 | 1 | -0/+1 |
| * | | | | | Port rest.client.v2 | Erik Johnston | 2019-12-05 | 23 | -505/+361 |
|/ / / / / | |||||
* | | | | | Merge pull request #6482 from matrix-org/erikj/port_rest_v1 | Erik Johnston | 2019-12-05 | 15 | -169/+134 |
|\ \ \ \ \ | |||||
| * | | | | | Newsfile | Erik Johnston | 2019-12-05 | 1 | -0/+1 |
| * | | | | | Fixup tests | Erik Johnston | 2019-12-05 | 3 | -2/+15 |
| * | | | | | Port rest/v1 to async/await | Erik Johnston | 2019-12-05 | 11 | -167/+118 |
* | | | | | | Merge branch 'master' of github.com:matrix-org/synapse into develop | Andrew Morgan | 2019-12-05 | 3 | -2/+23 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Modify systemd unit file reference to align with installation instruction (#6... | Clifford Garwood II | 2019-12-05 | 3 | -2/+23 |
* | | | | | | Revert "Modify systemd unit file reference to align with installation instruc... | Andrew Morgan | 2019-12-05 | 3 | -23/+2 |
* | | | | | | Modify systemd unit file reference to align with installation instruction (#6... | Clifford Garwood II | 2019-12-05 | 3 | -2/+23 |
| |/ / / / |/| | | | | |||||
* | | | | | Stronger typing in the federation handler (#6480) | Richard van der Hoff | 2019-12-05 | 2 | -24/+58 |
* | | | | | Sanity-check the rooms of auth events before pulling them in. (#6472) | Richard van der Hoff | 2019-12-05 | 2 | -9/+26 |
| | * | | | Remove unused var | Erik Johnston | 2019-12-06 | 3 | -4/+2 |
| | * | | | Fix DB scripts | Erik Johnston | 2019-12-05 | 2 | -15/+16 |
| | * | | | Newsfile | Erik Johnston | 2019-12-05 | 1 | -0/+1 |
| | * | | | Move background update handling out of store | Erik Johnston | 2019-12-05 | 27 | -200/+281 |
| | * | | | Comments | Erik Johnston | 2019-12-05 | 3 | -5/+16 |
| | * | | | Move DB pool and helper functions into dedicated Database class | Erik Johnston | 2019-12-05 | 62 | -2295/+2377 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #6464 from matrix-org/erikj/make_public_sql_base | Erik Johnston | 2019-12-05 | 59 | -576/+570 |
|\ \ \ \ | |||||
| * | | | | Newsfile | Erik Johnston | 2019-12-04 | 1 | -0/+1 |
| * | | | | Remove underscore from SQLBaseStore functions | Erik Johnston | 2019-12-04 | 56 | -558/+550 |
| * | | | | Don't call SQLBaseStore methods from outside stores | Erik Johnston | 2019-12-04 | 4 | -19/+20 |
* | | | | | Merge pull request #6470 from matrix-org/babolivier/port_db_ci_failure | Brendan Abolivier | 2019-12-04 | 3 | -2/+14 |
|\ \ \ \ \ | |||||
| * | | | | | Fix background updates for synapse_port_db | Brendan Abolivier | 2019-12-04 | 2 | -2/+12 |
| * | | | | | Changelog | Brendan Abolivier | 2019-12-04 | 1 | -0/+1 |
| * | | | | | Make synapse_port_db exit with a non-0 code if something failed | Brendan Abolivier | 2019-12-04 | 1 | -0/+1 |
| |/ / / / | |||||
* / / / / | get rid of (most of) have_events from _update_auth_events_and_context_for_aut... | Richard van der Hoff | 2019-12-04 | 3 | -72/+25 |
|/ / / / | |||||
* | | | | Merge pull request #6454 from matrix-org/erikj/clean_base_Store | Erik Johnston | 2019-12-04 | 9 | -192/+222 |
|\ \ \ \ | |||||
| * | | | | Revert "Move get_user_count_txn out of base store" | Erik Johnston | 2019-12-04 | 2 | -12/+12 |
| * | | | | _CURRENT_STATE_CACHE_NAME is public | Erik Johnston | 2019-12-04 | 2 | -5/+5 |
| * | | | | Move get_user_count_txn out of base store | Erik Johnston | 2019-12-04 | 2 | -12/+12 |
| * | | | | Newsfile | Erik Johnston | 2019-12-04 | 1 | -0/+1 |
| * | | | | Move cache invalidation to main data store | Erik Johnston | 2019-12-04 | 6 | -113/+143 |
| * | | | | Move event fetch vars to EventWorkStore | Erik Johnston | 2019-12-04 | 4 | -14/+15 |
| * | | | | Move account validity bg updates to registration store | Erik Johnston | 2019-12-04 | 2 | -66/+64 |
* | | | | | Merge pull request #6441 from syamgk/fix-parameter-mismatch | Erik Johnston | 2019-12-04 | 2 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Add changelog file | Syam G Krishnan | 2019-12-04 | 1 | -0/+1 |
| * | | | | | Issue #6406 Fix parameter mismatch | Syam G Krishnan | 2019-12-04 | 1 | -1/+1 |
* | | | | | | Merge pull request #6329 from matrix-org/babolivier/context_filters | Brendan Abolivier | 2019-12-04 | 10 | -103/+408 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Un-remove room purge test | Brendan Abolivier | 2019-12-04 | 1 | -0/+72 |
| * | | | | | | Merge branch 'babolivier/context_filters' of github.com:matrix-org/synapse in... | Brendan Abolivier | 2019-12-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'develop' into babolivier/context_filters | Brendan Abolivier | 2019-11-26 | 125 | -1166/+2323 |
| | |\ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ | Merge branch 'develop' into babolivier/context_filters | Brendan Abolivier | 2019-12-04 | 189 | -1451/+4493 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Incorporate review | Brendan Abolivier | 2019-12-04 | 3 | -3/+2 |
| | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Format changelog | Brendan Abolivier | 2019-11-20 | 1 | -1/+1 |
| * | | | | | | | | Update changelog since this isn't going to be featured in 1.6.0 | Brendan Abolivier | 2019-11-20 | 1 | -1/+1 |
| * | | | | | | | | Also filter state events | Brendan Abolivier | 2019-11-06 | 1 | -1/+7 |
| * | | | | | | | | Only filter if a filter was provided | Brendan Abolivier | 2019-11-05 | 1 | -4/+6 |
| * | | | | | | | | Update copyright | Brendan Abolivier | 2019-11-05 | 1 | -1/+2 |
| * | | | | | | | | Lint | Brendan Abolivier | 2019-11-05 | 1 | -30/+41 |
| * | | | | | | | | Update copyrights | Brendan Abolivier | 2019-11-05 | 8 | -2/+21 |
| * | | | | | | | | Changelog | Brendan Abolivier | 2019-11-05 | 1 | -0/+1 |
| * | | | | | | | | Add tests for /search | Brendan Abolivier | 2019-11-05 | 1 | -44/+143 |
| * | | | | | | | | Merge labels tests for /context and /messages | Brendan Abolivier | 2019-11-05 | 1 | -146/+130 |
| * | | | | | | | | Add test case | Brendan Abolivier | 2019-11-05 | 1 | -0/+182 |
| * | | | | | | | | Filter events_before and events_after in /context requests | Brendan Abolivier | 2019-11-05 | 1 | -2/+4 |
* | | | | | | | | | Markdownification and other fixes to CONTRIBUTING (#6461) | Andrew Morgan | 2019-12-04 | 4 | -210/+215 |
* | | | | | | | | | Fix error when using synapse_port_db on a vanilla synapse db (#6449) | Andrew Morgan | 2019-12-04 | 2 | -1/+5 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| * | | | | | | | | Update changelog.d/6449.bugfix | Andrew Morgan | 2019-12-04 | 1 | -1/+1 |
| * | | | | | | | | Add changelog | Andrew Morgan | 2019-12-02 | 1 | -0/+1 |
| * | | | | | | | | Fix error when using synapse_port_db on a vanilla synapse db | Andrew Morgan | 2019-12-02 | 1 | -1/+4 |
* | | | | | | | | | Merge pull request #6451 from matrix-org/uhoreg/cross_signing_signatures_index | Erik Johnston | 2019-12-04 | 3 | -1/+25 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | apply changes from review | Hubert Chathi | 2019-12-03 | 2 | -2/+3 |
| * | | | | | | | | | add changelog | Hubert Chathi | 2019-12-02 | 1 | -0/+1 |
| * | | | | | | | | | make cross signing signature index non-unique | Hubert Chathi | 2019-12-02 | 2 | -1/+23 |
| |/ / / / / / / / | |||||
* | | | | | | | | | privacy by default for room dir (#6355) | Neil Johnson | 2019-12-04 | 5 | -18/+91 |
* | | | | | | | | | Fix exception when a cross-signed device is deleted (#6462) | Richard van der Hoff | 2019-12-04 | 2 | -4/+20 |
* | | | | | | | | | Add ephemeral messages support (MSC2228) (#6409) | Brendan Abolivier | 2019-12-03 | 8 | -7/+379 |
* | | | | | | | | | write some docs for the quarantine_media api (#6458) | Richard van der Hoff | 2019-12-03 | 2 | -0/+18 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Add benchmarks for structured logging performance (#6266) | Amber Brown | 2019-12-03 | 7 | -0/+294 |
|/ / / / / / / | |||||
* | | | | | | | Transfer power level state events on room upgrade (#6237) | Andrew Morgan | 2019-12-02 | 2 | -5/+32 |
* | | | | | | | Use python3 packages for Ubuntu (#6443) | Andrew Morgan | 2019-12-02 | 2 | -2/+3 |