Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new EventPersistenceStore | Erik Johnston | 2019-10-23 | 11 | -19/+44 |
| | |||||
* | Add DataStores and Storage classes. | Erik Johnston | 2019-10-23 | 3 | -4/+34 |
| | |||||
* | Move persist_events out from main data store. | Erik Johnston | 2019-10-23 | 2 | -634/+711 |
| | | | | | | This is in preparation for splitting out of state_groups_state from the main store into it own one, as persisting events depends on calculating state. | ||||
* | Add config linting script that checks for bool casing (#6203) | Andrew Morgan | 2019-10-23 | 14 | -30/+49 |
| | | | | | Add a linting script that enforces all boolean values in the default config be lowercase. This has annoyed me for a while so I decided to fix it. | ||||
* | Merge pull request #6231 from matrix-org/erikj/refactor_stores | Erik Johnston | 2019-10-23 | 269 | -4395/+4649 |
|\ | | | | | Refactor storage layer to support multiple databases | ||||
| * | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-22 | 8 | -19/+783 |
| |\ | |/ |/| | | | erikj/refactor_stores | ||||
* | | Merge pull request #5726 from matrix-org/uhoreg/e2e_cross-signing2-part2 | Hubert Chathi | 2019-10-22 | 5 | -14/+774 |
|\ \ | | | | | | | Cross-signing [3/4] -- uploading signatures edition | ||||
| * | | Add changelog entry | Hubert Chathi | 2019-10-18 | 1 | -0/+1 |
| | | | | | | | | | | | | ... again? How did you make it disappear, git? | ||||
| * | | Merge branch 'develop' into cross-signing_sig_upload | Hubert Chathi | 2019-10-18 | 354 | -5244/+9522 |
| |\ \ | |||||
| * | | | fix doc strings | Hubert Chathi | 2019-10-18 | 1 | -9/+13 |
| | | | | |||||
| * | | | make isort happy | Hubert Chathi | 2019-09-24 | 1 | -1/+0 |
| | | | | |||||
| * | | | add some comments | Hubert Chathi | 2019-09-24 | 1 | -2/+10 |
| | | | | |||||
| * | | | drop some logger lines to debug | Hubert Chathi | 2019-09-24 | 1 | -3/+3 |
| | | | | |||||
| * | | | make changes based on PR feedback | Hubert Chathi | 2019-09-24 | 2 | -118/+165 |
| | | | | |||||
| * | | | add function docs | Hubert Chathi | 2019-09-07 | 1 | -2/+24 |
| | | | | |||||
| * | | | Merge branch 'uhoreg/e2e_cross-signing_merged' into cross-signing_sig_upload | Hubert Chathi | 2019-09-07 | 0 | -0/+0 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'develop' into cross-signing_sig_upload | Hubert Chathi | 2019-09-07 | 61 | -583/+1486 |
| |\ \ \ \ | |||||
| * | | | | | use something that's the right type for user_id | Hubert Chathi | 2019-09-06 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | run black | Hubert Chathi | 2019-09-06 | 1 | -24/+10 |
| | | | | | | |||||
| * | | | | | split out signature processing into separate functions | Hubert Chathi | 2019-09-06 | 1 | -195/+204 |
| | | | | | | |||||
| * | | | | | avoid modifying input parameter | Hubert Chathi | 2019-09-05 | 1 | -7/+7 |
| | | | | | | |||||
| * | | | | | fix test | Hubert Chathi | 2019-09-05 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | update with newer coding style | Hubert Chathi | 2019-09-04 | 2 | -3/+3 |
| | | | | | | |||||
| * | | | | | add test | Hubert Chathi | 2019-09-04 | 1 | -0/+88 |
| | | | | | | |||||
| * | | | | | make isort happy | Hubert Chathi | 2019-09-04 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | make black happy | Hubert Chathi | 2019-09-04 | 4 | -178/+141 |
| | | | | | | |||||
| * | | | | | allow uploading signatures of master key signed by devices | Hubert Chathi | 2019-09-04 | 4 | -85/+378 |
| | | | | | | |||||
| * | | | | | implement device signature uploading/fetching | Hubert Chathi | 2019-09-04 | 3 | -0/+338 |
| | | | | | | |||||
* | | | | | | Fix demo script on ipv6-supported boxes (#6229) | Andrew Morgan | 2019-10-22 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | The synapse demo was a bit flakey in terms of supporting federation. It turns out that if your computer resolved `localhost` to `::1` instead of `127.0.0.1`, the built-in federation blacklist specified in `start.sh` would still block it, since it contained an entry for `::/127`. Removing this no longer prevents Synapse from contacting `::1`, federation works again on these boxes. | ||||
* | | | | | | Update postgres.md (#6234) | Adrien Luxey | 2019-10-22 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | Added database owner authentication with `sudo` when `su` does not work | ||||
| | | | | * | Clean up prepare_database.py a bit and add comments | Erik Johnston | 2019-10-22 | 1 | -7/+30 |
| | | | | | | |||||
| | | | | * | Delete background_update table creation in main data_store | Erik Johnston | 2019-10-22 | 1 | -21/+0 |
| | | | | | | |||||
| | | | | * | Move README into synapse/storage/__init__.py | Erik Johnston | 2019-10-22 | 2 | -13/+12 |
| | | | | | | |||||
| | | | | * | Add a basic README to synapse.storage | Erik Johnston | 2019-10-22 | 2 | -0/+14 |
| | | | | | | |||||
| | | | | * | Fix postgres unit tests to use prepare_database | Erik Johnston | 2019-10-22 | 1 | -10/+2 |
| | | | | | | |||||
| | | | | * | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-22 | 29 | -304/+707 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | erikj/refactor_stores | ||||
* | | | | | | Delete format_tap.py (#6219) | Andrew Morgan | 2019-10-19 | 2 | -48/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Delete format_tap.py This python implementation of a tap formatting library for buildkite has been replaced with a perl implementation as part of the matrix-org/sytest repo, which is specific to sytest's language, not that of any one homeserver's. | ||||
* | | | | | | Remove Auth.check method (#6217) | Richard van der Hoff | 2019-10-18 | 3 | -21/+6 |
| |_|_|/ / |/| | | | | | | | | | This method was somewhat redundant, and confusing. | ||||
* | | | | | Merge branch 'uhoreg/e2e_cross-signing_merged' into develop | Hubert Chathi | 2019-10-18 | 15 | -21/+693 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'develop' into uhoreg/e2e_cross-signing_merged | Hubert Chathi | 2019-10-18 | 346 | -5021/+9505 |
| |\ \ \ \ \ | |||||
| * | | | | | | add note about database upgrade | Hubert Chathi | 2019-10-18 | 1 | -1/+4 |
| | | | | | | | |||||
| * | | | | | | use the right function for when we're already in runInteraction | Hubert Chathi | 2019-10-18 | 1 | -4/+4 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge branch 'develop' into uhoreg/e2e_cross-signing_merged | Hubert Chathi | 2019-09-07 | 61 | -583/+1486 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge pull request #5769 from matrix-org/uhoreg/e2e_cross-signing2-part1 | Hubert Chathi | 2019-09-04 | 141 | -1713/+2808 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | Cross-signing [2/4] - upload/download keys | ||||
| | * | | | | add user signature stream change cache to slaved device store | Hubert Chathi | 2019-09-04 | 1 | -0/+3 |
| | | | | | | |||||
| | * | | | | Merge branch 'develop' into cross-signing_keys | Hubert Chathi | 2019-09-04 | 132 | -1703/+2168 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'uhoreg/e2e_cross-signing_merged' into cross-signing_keys | Hubert Chathi | 2019-08-28 | 207 | -1510/+4979 |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'develop' into uhoreg/e2e_cross-signing_merged | Hubert Chathi | 2019-08-28 | 206 | -1438/+4695 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Cross-signing [1/4] -- hidden devices (#5759) | Hubert Chathi | 2019-08-12 | 4 | -10/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allow devices to be marked as "hidden" This is a prerequisite for cross-signing, as it allows us to create other things that live within the device namespace, so they can be used for signatures. | ||||
| | | * | | | | | black | Hubert Chathi | 2019-08-28 | 1 | -3/+1 |
| | | | | | | | | |||||
| | | * | | | | | use stream ID generator instead of timestamp | Hubert Chathi | 2019-08-28 | 4 | -23/+23 |
| | | | | | | | | |||||
| | | * | | | | | make isort happy | Hubert Chathi | 2019-08-21 | 1 | -1/+0 |
| | | | | | | | | |||||
| | | * | | | | | apply PR review suggestions | Hubert Chathi | 2019-08-21 | 4 | -53/+46 |
| | | | | | | | | |||||
| | | * | | | | | fix formatting | Hubert Chathi | 2019-08-01 | 2 | -2/+4 |
| | | | | | | | | |||||
| | | * | | | | | add changelog | Hubert Chathi | 2019-08-01 | 1 | -0/+1 |
| | | | | | | | | |||||
| | | * | | | | | make changes from PR review | Hubert Chathi | 2019-08-01 | 4 | -49/+75 |
| | | | | | | | | |||||
| | | * | | | | | Merge branch 'cross-signing_hidden' into cross-signing_keys | Hubert Chathi | 2019-08-01 | 298 | -2145/+3414 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | don't need to return the hidden column any more | Hubert Chathi | 2019-08-01 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | | * | | | | | really fix queries to work with Postgres | Hubert Chathi | 2019-07-31 | 1 | -19/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (by going back to not using SQL directly) | ||||
| | | | * | | | | | PostgreSQL, Y U no like? | Hubert Chathi | 2019-07-31 | 1 | -3/+4 |
| | | | | | | | | | |||||
| | | | * | | | | | remove extra SQL query param | Hubert Chathi | 2019-07-31 | 1 | -1/+0 |
| | | | | | | | | | |||||
| | | | * | | | | | Merge branch 'develop' into cross-signing_hidden | Hubert Chathi | 2019-07-30 | 298 | -2125/+3402 |
| | | | |\ \ \ \ \ | |||||
| | | * | | | | | | | Merge branch 'cross-signing_hidden' into cross-signing_keys | Hubert Chathi | 2019-07-30 | 4 | -21/+18 |
| | | |\| | | | | | | |||||
| | | | * | | | | | | add changelog file | Hubert Chathi | 2019-07-30 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| | | | * | | | | | | apply changes from PR review | Hubert Chathi | 2019-07-30 | 3 | -20/+17 |
| | | | | | | | | | | |||||
| | | * | | | | | | | allow uploading keys for cross-signing | Hubert Chathi | 2019-07-25 | 11 | -12/+621 |
| | | |/ / / / / / | |||||
| | | * | | | | | | allow devices to be marked as "hidden" | Hubert Chathi | 2019-07-24 | 2 | -16/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a prerequisite for cross-signing, as it allows us to create other things that live within the device namespace, so they can be used for signatures. | ||||
* | | | | | | | | | Merge pull request #6214 from matrix-org/rav/event_auth/1 | Richard van der Hoff | 2019-10-18 | 6 | -211/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove a bunch of dead event_auth code. | ||||
| * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/develop' into rav/event_auth/1 | Richard van der Hoff | 2019-10-18 | 21 | -152/+212 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Fix logging config for the docker image (#6197) | Richard van der Hoff | 2019-10-18 | 3 | -3/+5 |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out that loggers that are instantiated before the config is loaded get turned off. Also bring the logging config that is generated by --generate-config into line. Fixes #6194. | ||||
| * | | | | | | | | Merge remote-tracking branch 'origin/develop' into rav/event_auth/1 | Richard van der Hoff | 2019-10-18 | 46 | -223/+460 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | changelog | Richard van der Hoff | 2019-10-17 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | rip out some unreachable code | Richard van der Hoff | 2019-10-17 | 4 | -153/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only possible rejection reason is AUTH_ERROR, so all of this is unreachable. | ||||
| * | | | | | | | | | Remove dead check_auth script | Richard van der Hoff | 2019-10-11 | 1 | -58/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't work, and afaict hasn't been used since 2015. | ||||
| | | | | | | | | * | Fix packaging | Erik Johnston | 2019-10-21 | 1 | -5/+5 |
| | | | | | | | | | | |||||
| | | | | | | | | * | Newsfile | Erik Johnston | 2019-10-21 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| | | | | | | | | * | Fix schema management to work with multiple data stores. | Erik Johnston | 2019-10-21 | 1 | -41/+108 |
| | | | | | | | | | | |||||
| | | | | | | | | * | Move storage classes into a main "data store". | Erik Johnston | 2019-10-21 | 266 | -4331/+4509 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage. | ||||
* | | | | | | | | | Merge branch 'master' into develop | Brendan Abolivier | 2019-10-18 | 5 | -30/+40 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge tag 'v1.4.1' | Brendan Abolivier | 2019-10-18 | 6 | -5/+91 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Synapse 1.4.1 (2019-10-18) ========================== No changes since 1.4.1rc1. Synapse 1.4.1rc1 (2019-10-17) ============================= Bugfixes -------- - Fix bug where redacted events were sometimes incorrectly censored in the database, breaking APIs that attempted to fetch such events. ([\#6185](https://github.com/matrix-org/synapse/issues/6185), [5b0e9948](https://github.com/matrix-org/synapse/commit/5b0e9948eaae801643e594b5abc8ee4b10bd194e)) | ||||
| | * | | | | | | | | | Fix changelog v1.4.1 github/release-v1.4.1 release-v1.4.1 | Brendan Abolivier | 2019-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | 1.4.1 | Brendan Abolivier | 2019-10-18 | 3 | -1/+13 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Update docker-compose.yml for a static config file, and update traefik ↵ | przemas75 | 2019-10-18 | 2 | -29/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | examples (#6142) | ||||
* | | | | | | | | | | | Merge pull request #6196 from matrix-org/erikj/await | Erik Johnston | 2019-10-18 | 7 | -114/+114 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Move rest/admin to use async/await. | ||||
| * | | | | | | | | | | | Port synapse/rest/client/_base.py to async/await | Erik Johnston | 2019-10-11 | 1 | -9/+5 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Add maybe_awaitable and fix __init__ bugs | Erik Johnston | 2019-10-11 | 2 | -2/+34 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Newsfile | Erik Johnston | 2019-10-11 | 1 | -0/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Port synaps/rest/client/users.py to async/await | Erik Johnston | 2019-10-11 | 1 | -11/+7 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Port synaps/rest/client/server_notice_servlet.py to async/await | Erik Johnston | 2019-10-11 | 1 | -6/+3 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Port synaps/rest/client/media.py to async/await | Erik Johnston | 2019-10-11 | 1 | -16/+11 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Port rest/admin/__init__.py to async/await | Erik Johnston | 2019-10-11 | 1 | -72/+55 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Add missing BOOLEAN_COLUMNs to synapse_port_db (#6216) | Bart Noordervliet | 2019-10-18 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small fix to synapse_port_db to be able to convert from database schema v56. | ||||
* | | | | | | | | | | | | Fix presence timeouts when synchrotron restarts. (#6212) | Erik Johnston | 2019-10-18 | 4 | -5/+50 |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix presence timeouts when synchrotron restarts. Handling timeouts would fail if there was an external process that had timed out, e.g. a synchrotron restarting. This was due to a couple of variable name typoes. Fixes #3715. | ||||
* | | | | | | | | | | | Remove dead changelog file | Richard van der Hoff | 2019-10-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part of 1.4.1 | ||||
* | | | | | | | | | | | Fix up changelogs | Richard van der Hoff | 2019-10-17 | 1 | -0/+1 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge tag 'v1.4.1rc1' into develop | Richard van der Hoff | 2019-10-17 | 2 | -1/+9 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Synapse 1.4.1rc1 (2019-10-17) ============================= Bugfixes -------- - Fix bug where redacted events were sometimes incorrectly censored in the database, breaking APIs that attempted to fetch such events. ([\#6185](https://github.com/matrix-org/synapse/issues/6185), [5b0e9948](https://github.com/matrix-org/synapse/commit/5b0e9948eaae801643e594b5abc8ee4b10bd194e)) | ||||
| * | | | | | | | | | | 1.4.1rc1 v1.4.1rc1 | Richard van der Hoff | 2019-10-17 | 3 | -2/+9 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Do the update as a background index | Erik Johnston | 2019-10-17 | 2 | -9/+51 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #6185 from matrix-org/erikj/fix_censored_evnets | Erik Johnston | 2019-10-17 | 3 | -4/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix inserting bytes as text in `censor_redactions` | ||||
* | | | | | | | | | | | Merge pull request #6193 from matrix-org/uhoreg/interpret_device_key_in_storage | Hubert Chathi | 2019-10-11 | 4 | -18/+23 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | make storage layer in charge of interpreting the device key data | ||||
| * | | | | | | | | | | | expand on comment | Hubert Chathi | 2019-10-11 | 1 | -1/+2 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | make sure we actually return something | Hubert Chathi | 2019-10-10 | 2 | -2/+9 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | add changelog | Hubert Chathi | 2019-10-10 | 1 | -0/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | make storage layer in charge of interpreting the device key data | Hubert Chathi | 2019-10-10 | 3 | -19/+15 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #6189 from matrix-org/uhoreg/e2e_backup_optional_version | Hubert Chathi | 2019-10-11 | 4 | -19/+35 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | make version optional in body of e2e backup version update | ||||
| * | | | | | | | | | | | | change test name to be unique | Hubert Chathi | 2019-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | add changelog | Hubert Chathi | 2019-10-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | make version optional in body of e2e backup version update | Hubert Chathi | 2019-10-09 | 3 | -19/+34 |
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to agree with latest version of the MSC | ||||
* | | | | | | | | | | | | Merge pull request #6195 from matrix-org/erikj/opentracing_preview_url | Erik Johnston | 2019-10-11 | 3 | -5/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | Trace non-JSON APIs, /media, /key etc | ||||
| * | | | | | | | | | | | Newsfile | Erik Johnston | 2019-10-11 | 1 | -0/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Trace non-JSON APIs, /media, /key etc | Erik Johnston | 2019-10-11 | 2 | -5/+11 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | cas: support setting display name (#6114) | Valérian Rousset | 2019-10-11 | 4 | -1/+8 |
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | Now, the CAS server can return an attribute stating what's the desired displayname, instead of using the username directly. | ||||
* | | | | | | | | | | | Fix MAU reaping where reserved users are specified. (#6168) | Neil Johnson | 2019-10-11 | 4 | -51/+115 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #6156 from matrix-org/erikj/postgres_any | Erik Johnston | 2019-10-10 | 15 | -109/+190 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Use Postgres ANY for selecting many values. | ||||
| * | | | | | | | | | | | Fix SQLite take 2 | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix SQLite | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Remove add_in_list_sql_clause | Erik Johnston | 2019-10-10 | 4 | -34/+25 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/postgres_any | Erik Johnston | 2019-10-10 | 8 | -102/+236 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Newsfile | Erik Johnston | 2019-10-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Replace IN usage with helper funcs | Erik Johnston | 2019-10-10 | 11 | -97/+138 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Add helper funcs to use postgres ANY | Erik Johnston | 2019-10-10 | 1 | -8/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means that we can write queries with `col = ANY(?)`, which helps postgres. | ||||
* | | | | | | | | | | | | | Merge pull request #6186 from matrix-org/erikj/disable_sql_bytes | Erik Johnston | 2019-10-10 | 8 | -15/+65 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | Disable bytes usage with postgres | ||||
| * | | | | | | | | | | | | Fix postgres unit tests | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fix store_url_cache using bytes | Erik Johnston | 2019-10-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-10 | 8 | -102/+236 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | erikj/disable_sql_bytes | ||||
* | | | | | | | | | | | | | Merge pull request #6191 from matrix-org/rav/fix_packaging | Erik Johnston | 2019-10-10 | 2 | -3/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | Fix python packaging | ||||
| * | | | | | | | | | | | | Fix python packaging | Richard van der Hoff | 2019-10-10 | 2 | -3/+2 |
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... after it got borked by #6081 | ||||
* | | | | | | | | | | | | Merge pull request #6127 from matrix-org/erikj/patch_inner | Erik Johnston | 2019-10-10 | 6 | -99/+234 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | Add more log context checks when patching inlineCallbacks | ||||
| * | | | | | | | | | | | Fixup comments | Erik Johnston | 2019-10-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
| * | | | | | | | | | | | Fix py3.5 | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix py3.5 | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | sort | Erik Johnston | 2019-10-10 | 1 | -3/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Appease mypy | Erik Johnston | 2019-10-10 | 1 | -13/+18 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Add coments | Erik Johnston | 2019-10-10 | 1 | -5/+25 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/patch_inner | Erik Johnston | 2019-10-10 | 48 | -163/+556 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Newsfile | Erik Johnston | 2019-10-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fix packaging | Erik Johnston | 2019-10-10 | 1 | -2/+4 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Log correct context | Erik Johnston | 2019-10-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Test for sentinel commit | Erik Johnston | 2019-10-10 | 1 | -2/+19 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Move patch_inline_callbacks into synapse/ | Erik Johnston | 2019-10-10 | 3 | -4/+4 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/patch_inner | Erik Johnston | 2019-10-09 | 99 | -1106/+1795 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | | Update | Erik Johnston | 2019-09-27 | 1 | -8/+15 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Patch inlinecallbacks for log contexts | Erik Johnston | 2019-09-27 | 5 | -10/+95 |
| | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-10 | 135 | -1692/+2474 |
| | | | |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | erikj/disable_sql_bytes | ||||
* | | | | | | | | | | | | | Add domain validation when creating room with list of invitees (#6121) | werner291 | 2019-10-10 | 3 | -1/+13 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | before fulfilling a group invite,check if user is already joined/invited (#3436) | Michael Telatynski | 2019-10-10 | 2 | -4/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes vector-im/riot-web#5645 | ||||
* | | | | | | | | | | | | | send 404 as http-status when filter-id is unknown to the server (#2380) | krombel | 2019-10-10 | 4 | -23/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixed the weirdness of 400 vs 404 as http status code in the case the filter id is not known by the server. As e.g. matrix-js-sdk expects 404 to catch this situation this leads to unwanted behaviour. | ||||
* | | | | | | | | | | | | | Add snapcraft packaging information (#6084) | James | 2019-10-10 | 3 | -0/+24 |
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Fix races in room stats (and other) updates. (#6187) | Richard van der Hoff | 2019-10-10 | 7 | -25/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully this will fix the occasional failures we were seeing in the room directory. The problem was that events are not necessarily persisted (and `current_state_delta_stream` updated) in the same order as their stream_id. So for instance current_state_delta 9 might be persisted *before* current_state_delta 8. Then, when the room stats saw stream_id 9, it assumed it had done everything up to 9, and never came back to do stream_id 8. We can solve this easily by only processing up to the stream_id where we know all events have been persisted. | ||||
* | | | | | | | | | | | | Rewrite the user_filter migration again (#6184) | Richard van der Hoff | 2019-10-10 | 2 | -26/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | you can't plausibly ALTER TABLE in sqlite, so we create the new table with the right schema to start with. | ||||
* | | | | | | | | | | | | Move tag/push rules room upgrade checking ealier (#6155) | Andrew Morgan | 2019-10-10 | 2 | -18/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that _local_membership_update doesn't run when you join a new, remote room. It only runs if you're joining a room that your server already knows about. This would explain #4703 and #5295 and why the transfer would work in testing and some rooms, but not others. This would especially hit single-user homeservers. The check has been moved to right after the room has been joined, and works much more reliably. (Though it may still be a bit awkward of a place). | ||||
* | | | | | | | | | | | | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 37 | -94/+415 |
| |/ / / / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #6185 from matrix-org/erikj/fix_censored_evnets | Erik Johnston | 2019-10-09 | 3 | -4/+29 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix inserting bytes as text in `censor_redactions` | ||||
| * | | | | | | | | | | | Update changelog.d/6185.bugfix | Erik Johnston | 2019-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
* | | | | | | | | | | | | Merge pull request #6178 from matrix-org/babolivier/factor_out_bg_updates | Brendan Abolivier | 2019-10-09 | 10 | -605/+671 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Factor out backgroung updates | ||||
| * | | | | | | | | | | | | Fix RegistrationStore | Brendan Abolivier | 2019-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Cleanup client_ips | Brendan Abolivier | 2019-10-08 | 1 | -7/+0 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Don't end up with 4 classes in registration | Brendan Abolivier | 2019-10-08 | 1 | -52/+50 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Changelog | Brendan Abolivier | 2019-10-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Lint | Brendan Abolivier | 2019-10-07 | 3 | -3/+3 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Move roommember's bg updates to a dedicated store | Brendan Abolivier | 2019-10-07 | 1 | -108/+114 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Move user_directory's bg updates to a dedicated store | Brendan Abolivier | 2019-10-07 | 1 | -84/+94 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Move state's bg updates to a dedicated store | Brendan Abolivier | 2019-10-07 | 1 | -190/+204 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Move search's bg updates to a dedicated store | Brendan Abolivier | 2019-10-07 | 1 | -25/+31 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Move registration's bg updates to a dedicated store | Brendan Abolivier | 2019-10-07 | 1 | -95/+103 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Move media_repository's bg updates to a dedicated store | Brendan Abolivier | 2019-10-07 | 1 | -3/+9 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Move devices's bg updates to a dedicated store | Brendan Abolivier | 2019-10-07 | 1 | -22/+27 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Move deviceinbox's bg updates to a dedicated store | Brendan Abolivier | 2019-10-07 | 1 | -15/+22 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Move client_ips's bg updates to a dedicated store | Brendan Abolivier | 2019-10-07 | 1 | -94/+106 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | add M_TOO_LARGE error code for uploading a too large file (#6151) | Anshul Angaria | 2019-10-08 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #6109 | ||||
* | | | | | | | | | | | | | Remove unused public room list timeout param (#6179) | Andrew Morgan | 2019-10-08 | 2 | -12/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unused public room list timeout param * Add changelog | ||||
* | | | | | | | | | | | | | Fix /federation/v1/state for recent room versions (#6170) | Richard van der Hoff | 2019-10-08 | 2 | -13/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix /federation/v1/state for recent room versions Turns out this endpoint was completely broken for v3 rooms. Hopefully this re-signing code is irrelevant nowadays anyway. | ||||
* | | | | | | | | | | | | | fix changelog | Richard van der Hoff | 2019-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #6161 from matrix-org/erikj/dont_regen_user_id_on_failure | Erik Johnston | 2019-10-07 | 2 | -6/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't regenerate numeric user ID if registration fails. | ||||
| * | | | | | | | | | | | | | Fixup newsfile | Erik Johnston | 2019-10-03 | 2 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Remove unused variable | Erik Johnston | 2019-10-03 | 1 | -2/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Newsfile | Erik Johnston | 2019-10-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Don't regenerate numeric user ID if registration fails. | Erik Johnston | 2019-10-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This causes huge amounts of DB IO if registrations start to fail e.g. because the DB is struggling with IO. | ||||
* | | | | | | | | | | | | | | Log responder we are using. (#6139) | Michael Kaye | 2019-10-07 | 2 | -1/+2 |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | This prevents us logging "Responding to media request with responder %s". | ||||
* | | | | | | | | | | | | | Fix changelog for PR #6175 | Brendan Abolivier | 2019-10-07 | 2 | -1/+1 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | add some logging to the rooms stats updates, to try to track down a flaky ↵ | Richard van der Hoff | 2019-10-07 | 3 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test (#6167) | ||||
* | | | | | | | | | | | | | Merge pull request #6175 from matrix-org/babolivier/fix_unique_user_filter_index | Brendan Abolivier | 2019-10-07 | 2 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix unique_user_filter_index schema update | ||||
| * | | | | | | | | | | | | | Changelog | Brendan Abolivier | 2019-10-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Fix unique_user_filter_index schema update | Brendan Abolivier | 2019-10-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #6159 from matrix-org/erikj/cache_memberships | Erik Johnston | 2019-10-07 | 2 | -19/+46 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | Cache room membership lookups in _get_joined_users_from_context | ||||
| * | | | | | | | | | | | | | Fix bug where we didn't pull out event ID | Erik Johnston | 2019-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-03 | 5 | -19/+44 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erikj/cache_memberships | ||||
| * | | | | | | | | | | | | | | Use the right error.... | Erik Johnston | 2019-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | pep8 | Erik Johnston | 2019-10-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Fixup names and comments | Erik Johnston | 2019-10-03 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | cachedList descriptor doesn't like typing | Erik Johnston | 2019-10-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Newsfile | Erik Johnston | 2019-10-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Cache room membership lookups in _get_joined_users_from_context | Erik Johnston | 2019-10-03 | 1 | -19/+45 |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #6147 from matrix-org/babolivier/3pid-invite-revoked | Brendan Abolivier | 2019-10-04 | 3 | -2/+89 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't 500 when trying to exchange a revoked 3PID invite | ||||
| * | | | | | | | | | | | | | | Typo | Brendan Abolivier | 2019-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Lint | Brendan Abolivier | 2019-10-04 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Incorporate review | Brendan Abolivier | 2019-10-04 | 1 | -14/+8 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Lint (again) | Brendan Abolivier | 2019-10-03 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Lint | Brendan Abolivier | 2019-10-03 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Add test case | Brendan Abolivier | 2019-10-03 | 2 | -1/+84 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Changelog | Brendan Abolivier | 2019-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Lint | Brendan Abolivier | 2019-10-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Don't 500 code when trying to exchange a revoked 3PID invite | Brendan Abolivier | 2019-10-02 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While this is not documented in the spec (but should be), Riot (and other clients) revoke 3PID invites by sending a m.room.third_party_invite event with an empty ({}) content to the room's state. When the invited 3PID gets associated with a MXID, the identity server (which doesn't know about revocations) sends down to the MXID's homeserver all of the undelivered invites it has for this 3PID. The homeserver then tries to talk to the inviting homeserver in order to exchange these invite for m.room.member events. When one of the invite is revoked, the inviting homeserver responds with a 500 error because it tries to extract a 'display_name' property from the content, which is empty. This might cause the invited server to consider that the server is down and not try to exchange other, valid invites (or at least delay it). This fix handles the case of revoked invites by avoiding trying to fetch a 'display_name' from the original invite's content, and letting the m.room.member event fail the auth rules (because, since the original invite's content is empty, it doesn't have public keys), which results in sending a 403 with the correct error message to the invited server. | ||||
* | | | | | | | | | | | | | | | Update `user_filters` table to have a unique index, and non-null columns (#1172) | Alexander Maznev | 2019-10-04 | 2 | -0/+47 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | media/thumbnailer: Better quality for 1-bit / 8-bit color palette images (#2142) | Robert Swain | 2019-10-04 | 2 | -3/+12 |
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pillow will use nearest neighbour as the resampling algorithm if the source image is either 1-bit or a color palette using 8 bits. If we convert to RGB before scaling, we'll probably get a better result. | ||||
* | | | | | | | | | | | | | | add some metrics on the federation sender (#6160) | Richard van der Hoff | 2019-10-03 | 5 | -19/+44 |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'master' into develop | Andrew Morgan | 2019-10-03 | 9 | -8/+38 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #6154 from matrix-org/erikj/fix_appservice_pagination | Erik Johnston | 2019-10-02 | 2 | -18/+19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix appservice room list pagination | ||||
| * | | | | | | | | | | | | | Newsfile | Erik Johnston | 2019-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Fix appservice room list pagination | Erik Johnston | 2019-10-02 | 1 | -18/+18 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #6153 from matrix-org/erikj/fix_room_list_non_federatable | Erik Johnston | 2019-10-02 | 2 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix not showing non-federatable rooms to remote room list queries | ||||
| * | | | | | | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2019-10-02 | 0 | -0/+0 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erikj/fix_room_list_non_federatable | ||||
| * | | | | | | | | | | | | | | Newsfile | Erik Johnston | 2019-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Fix not showing non-federatable rooms to remote room list queries | Erik Johnston | 2019-10-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #6148 from matrix-org/erikj/find_next_generated | Erik Johnston | 2019-10-02 | 2 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Bound find_next_generated_user_id DB query. | ||||
| * | | | | | | | | | | | | | | Newsfile | Erik Johnston | 2019-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Bound find_next_generated_user_id DB query. | Erik Johnston | 2019-10-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can easily bound the set of user IDs we pull out of the DB, so lets do that. | ||||
* | | | | | | | | | | | | | | | Merge pull request #6152 from matrix-org/erikj/fix_room_list | Erik Johnston | 2019-10-02 | 3 | -27/+60 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | Fix public room list pagination. | ||||
| * | | | | | | | | | | | | | | Newsfile | Erik Johnston | 2019-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Fix public room list pagination. | Erik Johnston | 2019-10-02 | 2 | -27/+59 |
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We incorrectly used `room_id` as to bound the result set, even though we order by `joined_members, room_id`, leading to incorrect results after pagination. | ||||
* | | | | | | | | | | | | | | Merge branch 'master' into develop | Brendan Abolivier | 2019-10-02 | 4 | -9/+45 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | | | Land improved room list based on room stats (#6019) | Erik Johnston | 2019-10-02 | 7 | -350/+273 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use room_stats and room_state for room directory search | ||||
* | | | | | | | | | | | | | | | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 22 | -40/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * type checking fixes * changelog | ||||
* | | | | | | | | | | | | | | | Fix yields and copy instead of move push rules on room upgrade (#6144) | Andrew Morgan | 2019-10-02 | 3 | -12/+9 |
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy push rules during a room upgrade from the old room to the new room, instead of deleting them from the old room. For instance, we've defined upgrading of a room multiple times to be possible, and push rules won't be transferred on the second upgrade if they're deleted during the first. Also fix some missing yields that probably broke things quite a bit. | ||||
* | | | | | | | | | | | | | | Merge branch 'release-v1.4.0' of github.com:matrix-org/synapse into develop | Erik Johnston | 2019-10-02 | 11 | -19/+193 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'erikj/fixup_devices_last_seen_query' of ↵ | Erik Johnston | 2019-10-01 | 8 | -11/+60 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | github.com:matrix-org/synapse into develop | ||||
* | | | | | | | | | | | | | | | Drop unused tables (#6115) | Richard van der Hoff | 2019-09-30 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These tables are unused since #5893 (as amended by #6047), so we can now drop them. Fixes #6048. | ||||
* | | | | | | | | | | | | | | | Edit SimpleHttpClient to reference that header keys can be passed as str or ↵ | Andrew Morgan | 2019-09-27 | 2 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bytes (#6077) | ||||
* | | | | | | | | | | | | | | | Merge pull request #6125 from matrix-org/babolivier/deactivation-invite | Brendan Abolivier | 2019-09-27 | 3 | -14/+92 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | Reject pending invites on deactivation | ||||
| * | | | | | | | | | | | | | | Incorporate review | Brendan Abolivier | 2019-09-27 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Update synapse/handlers/deactivate_account.py | Brendan Abolivier | 2019-09-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | ||||
| * | | | | | | | | | | | | | | Update synapse/handlers/deactivate_account.py | Brendan Abolivier | 2019-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | ||||
| * | | | | | | | | | | | | | | Update changelog.d/6125.feature | Brendan Abolivier | 2019-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | ||||
| * | | | | | | | | | | | | | | ok | Brendan Abolivier | 2019-09-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Lint | Brendan Abolivier | 2019-09-27 | 2 | -10/+2 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Changelog | Brendan Abolivier | 2019-09-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Add test to validate the change | Brendan Abolivier | 2019-09-27 | 1 | -13/+57 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Fixup and add some logging | Brendan Abolivier | 2019-09-27 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Reject pending invites on deactivation | Brendan Abolivier | 2019-09-27 | 1 | -0/+31 |
|/ / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | Move lookup-related functions from RoomMemberHandler to IdentityHandler (#5978) | Andrew Morgan | 2019-09-27 | 3 | -364/+360 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just to have all the methods that make calls to identity services in one place. | ||||
* | | | | | | | | | | | | | | Merge pull request #6108 from matrix-org/erikj/remove_get_user_by_req-span | Erik Johnston | 2019-09-27 | 3 | -1/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some helpful opentracing tags and remove get_user_by_req span | ||||
| * | | | | | | | | | | | | | | isort | Erik Johnston | 2019-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Add device and appservice tags | Erik Johnston | 2019-09-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Newsfile | Erik Johnston | 2019-09-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Add tags for event_id and txn_id in event sending | Erik Johnston | 2019-09-25 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make it easier to search for sending event requests. | ||||
| * | | | | | | | | | | | | | | Don't create new span for get_user_by_req | Erik Johnston | 2019-09-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't actually care about what happens in `get_user_by_req` and having it as a separate span means that the entity tag isn't added to the servlet spans, making it harder to search. | ||||
* | | | | | | | | | | | | | | | Kill off half-implemented password-reset via sms (#6101) | Richard van der Hoff | 2019-09-26 | 2 | -64/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doing a password reset via SMS has never worked, and in any case is a silly idea because msisdn recycling is a thing. See also matrix-org/matrix-doc#2303. | ||||
| | | | | | | * | | | | | | | | Newsfile | Erik Johnston | 2019-10-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | | Do the update as a background index | Erik Johnston | 2019-10-09 | 2 | -9/+51 |
| | | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | | Disable bytes usage with postgres | Erik Johnston | 2019-10-08 | 3 | -3/+10 |
| | | | | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More often than not passing bytes to `txn.execute` is a bug (where we meant to pass a string) that just happens to work if `BYTEA_OUTPUT` is set to `ESCAPE`. However, this is a bit of a footgun so we want to instead error when this happens, and force using `bytearray` if we actually want to use bytes. |