Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up opentracing configuration options (#5712) | Andrew Morgan | 2020-02-19 | 3 | -48/+61 |
|\ | |||||
| * | Clean up opentracing configuration options (#5712) | Richard van der Hoff | 2019-07-18 | 3 | -48/+61 |
* | | Support Prometheus_client 0.4.0+ (#5636) | Andrew Morgan | 2020-02-19 | 16 | -47/+288 |
|\| | |||||
| * | Support Prometheus_client 0.4.0+ (#5636) | Amber Brown | 2019-07-18 | 16 | -47/+288 |
* | | Remove the ability to query relations when the original event was redacted. (... | Andrew Morgan | 2020-02-19 | 3 | -36/+66 |
|\| | |||||
| * | Remove the ability to query relations when the original event was redacted. (... | Andrew Morgan | 2019-07-18 | 3 | -36/+66 |
* | | Add background update for current_state_events.membership column | Andrew Morgan | 2020-02-19 | 2 | -0/+54 |
|\ \ | |||||
| * | | Add background update for current_state_events.membership column | Erik Johnston | 2019-07-18 | 2 | -0/+54 |
* | | | Add membership column to current_state_events table. | Andrew Morgan | 2020-02-19 | 5 | -20/+41 |
|\| | | |||||
| * | | Add membership column to current_state_events table. | Erik Johnston | 2019-07-18 | 5 | -20/+41 |
* | | | Convert synapse.federation.transport.server to async (#5689) | Andrew Morgan | 2020-02-19 | 1 | -242/+188 |
|\ \ \ | | |/ | |/| | |||||
| * | | Convert synapse.federation.transport.server to async (#5689) | Richard van der Hoff | 2019-07-18 | 1 | -242/+188 |
* | | | Ignore redactions of m.room.create events (#5701) | Andrew Morgan | 2020-02-19 | 3 | -24/+36 |
|\| | | |||||
| * | | Ignore redactions of m.room.create events (#5701) | Richard van der Hoff | 2019-07-17 | 3 | -24/+36 |
* | | | More refactoring in `get_events_as_list` (#5707) | Andrew Morgan | 2020-02-19 | 1 | -36/+36 |
|\| | | |||||
| * | | More refactoring in `get_events_as_list` (#5707) | Richard van der Hoff | 2019-07-17 | 1 | -27/+37 |
* | | | Fix redaction authentication (#5700) | Andrew Morgan | 2020-02-19 | 1 | -94/+138 |
|\| | | |||||
| * | | Fix redaction authentication (#5700) | Richard van der Hoff | 2019-07-17 | 1 | -85/+129 |
* | | | Refactor `get_events_as_list` (#5699) | Andrew Morgan | 2020-02-17 | 1 | -44/+67 |
|\| | | |||||
| * | | Refactor `get_events_as_list` (#5699) | Richard van der Hoff | 2019-07-17 | 1 | -48/+74 |
| |/ | |||||
* | | Merge pull request #5597 from matrix-org/erikj/admin_api_cmd | Andrew Morgan | 2020-02-17 | 7 | -13/+356 |
|\| | |||||
| * | Remove pointless description | Erik Johnston | 2019-07-16 | 1 | -1/+0 |
| * | Clean up arg name and remove lying comment | Erik Johnston | 2019-07-16 | 1 | -7/+5 |
| * | Fix typo in synapse/app/admin_cmd.py | Erik Johnston | 2019-07-16 | 1 | -1/+1 |
| * | Fix invoking add_argument from homeserver.py | Erik Johnston | 2019-07-15 | 1 | -1/+1 |
| * | s/exfiltrate_user_data/export_user_data/ | Erik Johnston | 2019-07-15 | 1 | -1/+1 |
| * | Add FileExfiltrationWriter | Erik Johnston | 2019-07-15 | 1 | -1/+69 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_api_cmd | Erik Johnston | 2019-07-15 | 111 | -1621/+2238 |
| |\ | |||||
| * | | Use set_defaults(func=) style | Erik Johnston | 2019-07-15 | 1 | -11/+8 |
| * | | Move creation of ArgumentParser to caller | Erik Johnston | 2019-07-15 | 2 | -11/+8 |
| * | | Fix up comments | Erik Johnston | 2019-07-15 | 2 | -3/+3 |
| * | | Change add_arguments to be a static method | Erik Johnston | 2019-07-15 | 5 | -5/+39 |
| * | | Add basic admin cmd app | Erik Johnston | 2019-07-02 | 3 | -6/+257 |
* | | | Return a different error from Invalid Password when a user is deactivated (#5... | Andrew Morgan | 2020-02-17 | 2 | -0/+25 |
|\ \ \ | | |/ | |/| | |||||
| * | | Return a different error from Invalid Password when a user is deactivated (#5... | Andrew Morgan | 2019-07-15 | 2 | -0/+25 |
* | | | Merge pull request #5589 from matrix-org/erikj/admin_exfiltrate_data | Andrew Morgan | 2020-02-17 | 3 | -6/+211 |
|\| | | |||||
| * | | Merge pull request #5589 from matrix-org/erikj/admin_exfiltrate_data | Erik Johnston | 2019-07-15 | 3 | -6/+211 |
| |\ \ | |||||
| | * | | Fixup docstrings | Erik Johnston | 2019-07-12 | 1 | -7/+5 |
| | * | | pep8 | Erik Johnston | 2019-07-05 | 1 | -4/+0 |
| | * | | Remove FileExfiltrationWriter | Erik Johnston | 2019-07-05 | 1 | -63/+0 |
| | * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_exfi... | Erik Johnston | 2019-07-05 | 84 | -1027/+1237 |
| | |\ \ | |||||
| | * | | | Assume key existence. Update docstrings | Erik Johnston | 2019-07-05 | 2 | -9/+11 |
| | * | | | Fixup from review comments. | Erik Johnston | 2019-07-04 | 1 | -17/+22 |
| | * | | | Apply comment fixups from code review | Erik Johnston | 2019-07-03 | 1 | -6/+6 |
| | | |/ | | |/| | |||||
| | * | | Add basic function to get all data for a user out of synapse | Erik Johnston | 2019-07-02 | 2 | -0/+267 |
* | | | | Implement access token expiry (#5660) | Andrew Morgan | 2020-02-17 | 8 | -25/+110 |
|\| | | | |||||
| * | | | Implement access token expiry (#5660) | Richard van der Hoff | 2019-07-12 | 7 | -20/+105 |
| * | | | fix typo: backgroud -> background | Andrew Morgan | 2019-07-12 | 2 | -5/+5 |
* | | | | small typo fix (#5655) | Andrew Morgan | 2020-02-17 | 1 | -1/+1 |
|\| | | | |||||
| * | | | small typo fix (#5655) | Andrew Morgan | 2019-07-11 | 1 | -1/+1 |
* | | | | Clean up exception handling for access_tokens (#5656) | Andrew Morgan | 2020-02-17 | 4 | -86/+86 |
|\| | | | |||||
| * | | | Clean up exception handling for access_tokens (#5656) | Richard van der Hoff | 2019-07-11 | 4 | -93/+86 |
* | | | | Add basic opentracing support (#5544) | Andrew Morgan | 2020-02-17 | 10 | -12/+615 |
|\| | | | |||||
| * | | | Add basic opentracing support (#5544) | Jorik Schellekens | 2019-07-11 | 10 | -12/+615 |
* | | | | Inline issue_access_token (#5659) | Andrew Morgan | 2020-02-17 | 1 | -7/+3 |
|\| | | | |||||
| * | | | Inline issue_access_token (#5659) | Richard van der Hoff | 2019-07-11 | 1 | -7/+3 |
* | | | | Merge pull request #5658 from matrix-org/babolivier/is-json | Andrew Morgan | 2020-02-17 | 1 | -1/+1 |
|\| | | | |||||
| * | | | Merge pull request #5658 from matrix-org/babolivier/is-json | Brendan Abolivier | 2019-07-10 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Typo | Brendan Abolivier | 2019-07-10 | 1 | -1/+1 |
| | * | | | Send 3PID bind requests as JSON data | Brendan Abolivier | 2019-07-10 | 1 | -1/+1 |
* | | | | | Remove access-token support from RegistrationStore.register (#5642) | Andrew Morgan | 2020-02-17 | 2 | -21/+5 |
|\| | | | | |||||
| * | | | | Remove access-token support from RegistrationStore.register (#5642) | Richard van der Hoff | 2019-07-10 | 2 | -21/+5 |
| |/ / / | |||||
* | | | | Don't bundle aggregations when retrieving the original event (#5654) | Andrew Morgan | 2020-02-17 | 1 | -2/+12 |
|\| | | | |||||
| * | | | Don't bundle aggregations when retrieving the original event (#5654) | Andrew Morgan | 2019-07-10 | 1 | -2/+12 |
* | | | | Merge pull request #5638 from matrix-org/babolivier/invite-json | Andrew Morgan | 2020-02-17 | 1 | -4/+24 |
|\| | | | |||||
| * | | | Merge pull request #5638 from matrix-org/babolivier/invite-json | Brendan Abolivier | 2019-07-09 | 1 | -4/+18 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'develop' into babolivier/invite-json | Brendan Abolivier | 2019-07-08 | 105 | -1513/+1630 |
| | |\ \ \ | |||||
| | * | | | | Lint | Brendan Abolivier | 2019-07-08 | 1 | -1/+2 |
| | * | | | | Use application/json when querying the IS's /store-invite endpoint | Brendan Abolivier | 2019-07-08 | 1 | -4/+17 |
* | | | | | | remove unused and unnecessary check for FederationDeniedError (#5645) | Andrew Morgan | 2020-02-17 | 1 | -4/+1 |
|\| | | | | | |||||
| * | | | | | remove unused and unnecessary check for FederationDeniedError (#5645) | Hubert Chathi | 2019-07-09 | 1 | -4/+1 |
* | | | | | | Include the original event in /relations (#5626) | Andrew Morgan | 2020-02-17 | 2 | -4/+6 |
|\| | | | | | |||||
| * | | | | | Include the original event in /relations (#5626) | Andrew Morgan | 2019-07-09 | 2 | -4/+6 |
* | | | | | | Merge pull request #5644 from matrix-org/babolivier/profile-allow-self | Andrew Morgan | 2020-02-17 | 1 | -0/+4 |
|\| | | | | | |||||
| * | | | | | Merge pull request #5644 from matrix-org/babolivier/profile-allow-self | Brendan Abolivier | 2019-07-09 | 1 | -0/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | Allow newly-registered users to lookup their own profiles | Brendan Abolivier | 2019-07-08 | 1 | -0/+4 |
| | | |/ / / | | |/| | | | |||||
* | | | | | | Remove access-token support from RegistrationHandler.register (#5641) | Andrew Morgan | 2020-02-17 | 6 | -56/+15 |
|\| | | | | | |||||
| * | | | | | Remove access-token support from RegistrationHandler.register (#5641) | Richard van der Hoff | 2019-07-08 | 6 | -56/+15 |
* | | | | | | Better logging for auto-join. (#5643) | Andrew Morgan | 2020-02-17 | 1 | -0/+7 |
|\| | | | | | |||||
| * | | | | | Better logging for auto-join. (#5643) | Richard van der Hoff | 2019-07-08 | 1 | -0/+7 |
| |/ / / / | |||||
* | | | | | Update ModuleApi to avoid register(generate_token=True) (#5640) | Andrew Morgan | 2020-02-17 | 1 | -8/+56 |
|\| | | | | |||||
| * | | | | Update ModuleApi to avoid register(generate_token=True) (#5640) | Richard van der Hoff | 2019-07-08 | 1 | -8/+56 |
* | | | | | Factor out some redundant code in the login impl (#5639) | Andrew Morgan | 2020-02-17 | 1 | -39/+10 |
|\| | | | | |||||
| * | | | | Factor out some redundant code in the login impl (#5639) | Richard van der Hoff | 2019-07-08 | 1 | -39/+10 |
| * | | | | Move get_or_create_user to test code (#5628) | Richard van der Hoff | 2019-07-08 | 1 | -51/+0 |
* | | | | | Add default push rule to ignore reactions (#5623) | Andrew Morgan | 2020-02-17 | 1 | -0/+13 |
|\| | | | | |||||
| * | | | | Add default push rule to ignore reactions (#5623) | J. Ryan Stinnett | 2019-07-05 | 1 | -0/+13 |
* | | | | | Add origin_server_ts and sender fields to m.replace (#5613) | Andrew Morgan | 2020-02-17 | 1 | -1/+5 |
|\| | | | | |||||
| * | | | | Add origin_server_ts and sender fields to m.replace (#5613) | Andrew Morgan | 2019-07-05 | 1 | -1/+5 |
* | | | | | Remove support for invite_3pid_guest. (#5625) | Andrew Morgan | 2020-02-17 | 6 | -196/+2 |
|\| | | | | |||||
| * | | | | Remove support for invite_3pid_guest. (#5625) | Richard van der Hoff | 2019-07-05 | 6 | -196/+2 |
| | |_|/ | |/| | | |||||
* | | | | remove dead transaction persist code (#5622) | Andrew Morgan | 2020-02-17 | 3 | -69/+0 |
|\| | | | |||||
| * | | | remove dead transaction persist code (#5622) | Richard van der Hoff | 2019-07-05 | 3 | -69/+0 |
* | | | | Fixes to the federation rate limiter (#5621) | Andrew Morgan | 2020-02-17 | 2 | -10/+10 |
|\| | | | |||||
| * | | | Fixes to the federation rate limiter (#5621) | Richard van der Hoff | 2019-07-05 | 2 | -10/+10 |
* | | | | Make errors about email password resets much clearer (#5616) | Andrew Morgan | 2020-02-17 | 1 | -11/+8 |
|\| | | | |||||
| * | | | Make errors about email password resets much clearer (#5616) | Andrew Morgan | 2019-07-05 | 1 | -11/+8 |
* | | | | Improve the backwards compatibility re-exports of synapse.logging.context (#5... | Andrew Morgan | 2020-02-17 | 3 | -5/+61 |
|\| | | | |||||
| * | | | Improve the backwards compatibility re-exports of synapse.logging.context (#5... | Amber Brown | 2019-07-05 | 3 | -5/+61 |
| * | | | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2019-07-04 | 1 | -1/+1 |
| |\ \ \ | |||||
* | | | | | Fix with isort==4.3.21 and black==19.3b0 | Andrew Morgan | 2020-02-14 | 8 | -15/+11 |
* | | | | | Delete duplicate user deactivation | Andrew Morgan | 2020-02-14 | 1 | -7/+0 |
* | | | | | Fix account_validity incorrect email response content | Andrew Morgan | 2020-02-14 | 1 | -2/+5 |
* | | | | | Fix incorrect run_in_background import statement | Andrew Morgan | 2020-02-14 | 1 | -1/+1 |
* | | | | | 1.1.0 | Andrew Morgan | 2020-02-14 | 1 | -1/+1 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | 1.1.0 | Erik Johnston | 2019-07-04 | 1 | -1/+1 |
* | | | | | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Andrew Morgan | 2020-02-14 | 71 | -141/+153 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 71 | -141/+153 |
* | | | | | Fix 'utime went backwards' errors on daemonization. (#5609) | Andrew Morgan | 2020-02-14 | 2 | -31/+43 |
|\| | | | | |||||
| * | | | | Fix 'utime went backwards' errors on daemonization. (#5609) | Richard van der Hoff | 2019-07-03 | 2 | -31/+43 |
| |/ / / | |||||
* | | | | 1.1.0rc2 | Andrew Morgan | 2020-02-14 | 1 | -1/+1 |
|\| | | | |||||
| * | | | 1.1.0rc2 v1.1.0rc2 | Richard van der Hoff | 2019-07-03 | 1 | -1/+1 |
* | | | | Fix a number of "Starting txn from sentinel context" warnings (#5605) | Andrew Morgan | 2020-02-14 | 4 | -6/+34 |
|\| | | | |||||
| * | | | Fix a number of "Starting txn from sentinel context" warnings (#5605) | Richard van der Hoff | 2019-07-03 | 4 | -6/+34 |
* | | | | Fix media repo breaking (#5593) | Andrew Morgan | 2020-02-14 | 3 | -12/+24 |
|\| | | | |||||
| * | | | Fix media repo breaking (#5593) | Amber Brown | 2019-07-02 | 3 | -12/+24 |
* | | | | prepare v1.1.0rc1 | Andrew Morgan | 2020-02-14 | 1 | -1/+1 |
|\| | | | |||||
| * | | | prepare v1.1.0rc1 | Richard van der Hoff | 2019-07-02 | 1 | -1/+1 |
* | | | | Complete the SAML2 implementation (#5422) | Andrew Morgan | 2020-02-14 | 5 | -44/+209 |
|\| | | | |||||
| * | | | Complete the SAML2 implementation (#5422) | Richard van der Hoff | 2019-07-02 | 5 | -44/+209 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'develop' into rav/saml2_client | Richard van der Hoff | 2019-07-01 | 22 | -205/+303 |
| | |\ \ \ | |||||
| | * | | | | Address review comments | Richard van der Hoff | 2019-07-01 | 1 | -5/+7 |
| | * | | | | rename BaseSSORedirectServlet for consistency | Richard van der Hoff | 2019-06-27 | 1 | -3/+3 |
| | * | | | | cleanups | Richard van der Hoff | 2019-06-27 | 3 | -11/+18 |
| | * | | | | Add support for tracking SAML2 sessions. | Richard van der Hoff | 2019-06-26 | 2 | -3/+56 |
| | * | | | | Move all the saml stuff out to a centralised handler | Richard van der Hoff | 2019-06-26 | 4 | -50/+96 |
| | * | | | | Revert redundant changes to static js | Richard van der Hoff | 2019-06-26 | 1 | -4/+2 |
| | * | | | | Merge branch 'develop' into rav/saml2_client | Richard van der Hoff | 2019-06-26 | 304 | -9516/+9216 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge tag 'v1.0.0rc3' into rav/saml2_client | Richard van der Hoff | 2019-06-11 | 4 | -2/+7 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Code cleanups and simplifications. | Richard van der Hoff | 2019-06-11 | 6 | -50/+53 |
| | * | | | | | | Merge remote-tracking branch 'origin/develop' into rav/saml2_client | Richard van der Hoff | 2019-06-10 | 85 | -861/+4648 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | SAML2 Improvements and redirect stuff | Alexander Trost | 2019-06-02 | 5 | -2/+55 |
* | | | | | | | | | Fix JWT login with new users (#5586) | Andrew Morgan | 2020-02-14 | 1 | -6/+3 |
|\| | | | | | | | | |||||
| * | | | | | | | | Fix JWT login with new users (#5586) | PauRE | 2019-07-02 | 1 | -6/+3 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | fix async/await consentresource (#5585) | Andrew Morgan | 2020-02-14 | 1 | -1/+3 |
|\| | | | | | | | |||||
| * | | | | | | | fix async/await consentresource (#5585) | Amber Brown | 2019-07-01 | 1 | -1/+3 |
* | | | | | | | | Merge pull request #5507 from matrix-org/erikj/presence_sync_tighloop | Andrew Morgan | 2020-02-14 | 1 | -2/+19 |
|\| | | | | | | | |||||
| * | | | | | | | Merge pull request #5507 from matrix-org/erikj/presence_sync_tighloop | Erik Johnston | 2019-07-01 | 1 | -2/+19 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| | * | | | | | | Fixup comment | Erik Johnston | 2019-07-01 | 1 | -6/+13 |
| | * | | | | | | Fix sync tightloop bug. | Erik Johnston | 2019-06-21 | 1 | -2/+12 |
* | | | | | | | | Make the http server handle coroutine-making REST servlets (#5475) | Andrew Morgan | 2020-02-14 | 9 | -156/+114 |
|\| | | | | | | | |||||
| * | | | | | | | Make the http server handle coroutine-making REST servlets (#5475) | Amber Brown | 2019-06-29 | 9 | -156/+114 |
| * | | | | | | | Merge pull request #5576 from matrix-org/babolivier/3pid-invite-ratelimit | Brendan Abolivier | 2019-06-28 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Only ratelimit when sending the email | Brendan Abolivier | 2019-06-28 | 1 | -1/+2 |
| | * | | | | | | | Don't update the ratelimiter before sending a 3PID invite | Brendan Abolivier | 2019-06-28 | 1 | -1/+1 |
| | | |_|_|_|_|/ | | |/| | | | | | |||||
* | | | | | | | | Don't log GC 0s at INFO (#5557) | Andrew Morgan | 2020-02-14 | 1 | -1/+4 |
|\| | | | | | | | |||||
| * | | | | | | | Don't log GC 0s at INFO (#5557) | Amber Brown | 2019-06-28 | 1 | -1/+4 |
* | | | | | | | | Update the TLS cipher string and provide configurability for TLS on outgoing ... | Andrew Morgan | 2020-02-14 | 2 | -7/+64 |
|\| | | | | | | | |||||
| * | | | | | | | Update the TLS cipher string and provide configurability for TLS on outgoing ... | Amber Brown | 2019-06-28 | 2 | -7/+64 |
* | | | | | | | | Added possibilty to disable local password authentication (#5092) | Andrew Morgan | 2020-02-14 | 3 | -1/+11 |
|\| | | | | | | | |||||
| * | | | | | | | Added possibilty to disable local password authentication (#5092) | Daniel Hoffend | 2019-06-27 | 3 | -1/+11 |
* | | | | | | | | Make it clearer that the template dir is relative to synapse's root dir (#5543) | Andrew Morgan | 2020-02-14 | 1 | -1/+9 |
|\| | | | | | | | |||||
| * | | | | | | | Make it clearer that the template dir is relative to synapse's root dir (#5543) | Andrew Morgan | 2019-06-27 | 1 | -1/+9 |
* | | | | | | | | Merge pull request #5559 from matrix-org/erikj/refactor_changed_devices | Andrew Morgan | 2020-02-14 | 3 | -37/+97 |
|\| | | | | | | | |||||
| * | | | | | | | Merge pull request #5559 from matrix-org/erikj/refactor_changed_devices | Erik Johnston | 2019-06-27 | 3 | -37/+97 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | Review comments | Erik Johnston | 2019-06-27 | 2 | -7/+5 |
| | * | | | | | | Refactor and comment sync device list code | Erik Johnston | 2019-06-26 | 1 | -17/+53 |
| | * | | | | | | Use batch_iter and correct docstring | Erik Johnston | 2019-06-26 | 1 | -15/+12 |
| | * | | | | | | Rename get_users_whose_devices_changed | Erik Johnston | 2019-06-26 | 3 | -5/+5 |
| | * | | | | | | Refactor get_user_ids_changed to pull less from DB | Erik Johnston | 2019-06-26 | 3 | -28/+57 |
| | | |_|_|_|/ | | |/| | | | | |||||
* | | | | | | | Fix JWT login (#5555) | Andrew Morgan | 2020-02-14 | 2 | -1/+2 |
|\| | | | | | | |||||
| * | | | | | | Fix JWT login (#5555) | PauRE | 2019-06-27 | 2 | -1/+2 |
| |/ / / / / | |||||
* | | | | | | Prevent multiple upgrades on the same room at once (#5051) | Andrew Morgan | 2020-02-14 | 2 | -52/+90 |
|\| | | | | | |||||
| * | | | | | Prevent multiple upgrades on the same room at once (#5051) | Andrew Morgan | 2019-06-25 | 2 | -52/+90 |
* | | | | | | Merge pull request #5524 from matrix-org/rav/new_cmdline_options | Andrew Morgan | 2020-02-14 | 2 | -5/+41 |
|\| | | | | | |||||
| * | | | | | Merge pull request #5524 from matrix-org/rav/new_cmdline_options | Richard van der Hoff | 2019-06-24 | 2 | -5/+41 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add "--open-private-ports" cmdline option | Richard van der Hoff | 2019-06-24 | 2 | -5/+26 |
| | * | | | | | Add --data-directory commandline argument | Richard van der Hoff | 2019-06-24 | 1 | -0/+15 |
* | | | | | | | Merge pull request #5523 from matrix-org/rav/arg_defaults | Andrew Morgan | 2020-02-14 | 29 | -107/+87 |
|\| | | | | | | |||||
| * | | | | | | Merge pull request #5523 from matrix-org/rav/arg_defaults | Richard van der Hoff | 2019-06-24 | 29 | -107/+87 |
| |\| | | | | | |||||
| | * | | | | | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 29 | -94/+60 |
| | * | | | | | Ensure that all config options have sensible defaults | Richard van der Hoff | 2019-06-24 | 4 | -13/+27 |
* | | | | | | | Merge pull request #5499 from matrix-org/rav/cleanup_metrics | Andrew Morgan | 2020-02-14 | 2 | -29/+52 |
|\| | | | | | | |||||
| * | | | | | | Merge pull request #5499 from matrix-org/rav/cleanup_metrics | Richard van der Hoff | 2019-06-24 | 2 | -29/+52 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | black | Richard van der Hoff | 2019-06-24 | 1 | -6/+2 |
| | * | | | | | | Avoid raising exceptions in metrics | Richard van der Hoff | 2019-06-24 | 1 | -8/+14 |
| | * | | | | | | Merge branch 'develop' into rav/cleanup_metrics | Richard van der Hoff | 2019-06-24 | 291 | -9106/+8018 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Sanity-checking for metrics updates | Richard van der Hoff | 2019-06-19 | 1 | -7/+33 |
| | * | | | | | | | Simplify PerformanceCounters.update interface | Richard van der Hoff | 2019-06-19 | 1 | -11/+12 |
| | * | | | | | | | Remove unused _get_event_counters | Richard van der Hoff | 2019-06-19 | 1 | -7/+1 |
| * | | | | | | | | Merge pull request #5534 from matrix-org/babolivier/federation-publicrooms | Brendan Abolivier | 2019-06-24 | 3 | -15/+39 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Split public rooms directory auth config in two | Brendan Abolivier | 2019-06-24 | 3 | -15/+39 |
* | | | | | | | | | | Merge pull request #5531 from matrix-org/erikj/workers_pagination_token | Andrew Morgan | 2020-02-13 | 2 | -17/+19 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #5531 from matrix-org/erikj/workers_pagination_token | Erik Johnston | 2019-06-24 | 2 | -17/+19 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | Fix /messages on workers when no from param specified. | Erik Johnston | 2019-06-24 | 2 | -17/+19 |
* | | | | | | | | | | Merge pull request #5516 from matrix-org/rav/acme_key_path | Andrew Morgan | 2020-02-13 | 4 | -10/+52 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Remove unused Config.config_dir_path attribute | Richard van der Hoff | 2019-06-24 | 1 | -3/+0 |
| * | | | | | | | | | Allow configuration of the path used for ACME account keys. | Richard van der Hoff | 2019-06-24 | 3 | -7/+52 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Andrew Morgan | 2020-02-13 | 30 | -63/+99 |
|\| | | | | | | | | |||||
| * | | | | | | | | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 30 | -63/+99 |
* | | | | | | | | | Factor acme bits out to a separate file (#5521) | Andrew Morgan | 2020-02-13 | 2 | -53/+93 |
|\| | | | | | | | | |||||
| * | | | | | | | | Factor acme bits out to a separate file (#5521) | Richard van der Hoff | 2019-06-24 | 2 | -53/+93 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #5498 from matrix-org/rav/fix_clock_reversal | Andrew Morgan | 2020-02-13 | 1 | -6/+14 |
|\| | | | | | | | |||||
| * | | | | | | | Merge pull request #5498 from matrix-org/rav/fix_clock_reversal | Richard van der Hoff | 2019-06-24 | 1 | -6/+14 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Use monotonic clock where possible for metrics | Richard van der Hoff | 2019-06-19 | 1 | -6/+14 |
* | | | | | | | | | Drop support for cpu_affinity (#5525) | Andrew Morgan | 2020-02-13 | 4 | -51/+1 |
|\| | | | | | | | | |||||
| * | | | | | | | | Drop support for cpu_affinity (#5525) | Richard van der Hoff | 2019-06-22 | 4 | -51/+1 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Improve help and cmdline option names for --generate-config options (#5512) | Andrew Morgan | 2020-02-13 | 1 | -22/+28 |
|\| | | | | | | | |||||
| * | | | | | | | Improve help and cmdline option names for --generate-config options (#5512) | Richard van der Hoff | 2019-06-21 | 1 | -22/+28 |
* | | | | | | | | Refactor Config parser and add some comments. (#5511) | Andrew Morgan | 2020-02-13 | 1 | -14/+35 |
|\| | | | | | | | |||||
| * | | | | | | | Refactor Config parser and add some comments. (#5511) | Richard van der Hoff | 2019-06-21 | 1 | -14/+35 |
* | | | | | | | | Improve logging when generating config files (#5510) | Andrew Morgan | 2020-02-13 | 3 | -1/+7 |
|\| | | | | | | | |||||
| * | | | | | | | Improve logging when generating config files (#5510) | Richard van der Hoff | 2019-06-21 | 3 | -1/+7 |
* | | | | | | | | Only import jinja2 when needed (#5514) | Andrew Morgan | 2020-02-13 | 1 | -1/+2 |
|\| | | | | | | | |||||
| * | | | | | | | Only import jinja2 when needed (#5514) | Andrew Morgan | 2019-06-21 | 1 | -1/+2 |
* | | | | | | | | Fix "Unexpected entry in 'full_schemas'" log warning (#5509) | Andrew Morgan | 2020-02-13 | 1 | -1/+1 |
|\| | | | | | | | |||||
| * | | | | | | | Fix "Unexpected entry in 'full_schemas'" log warning (#5509) | Richard van der Hoff | 2019-06-21 | 1 | -1/+1 |
* | | | | | | | | Fix logging error when a tampered event is detected. (#5500) | Andrew Morgan | 2020-02-13 | 1 | -1/+0 |
|\| | | | | | | | |||||
| * | | | | | | | Fix logging error when a tampered event is detected. (#5500) | Richard van der Hoff | 2019-06-21 | 1 | -1/+0 |
* | | | | | | | | Merge pull request #5513 from matrix-org/erikj/fix_messages_token | Andrew Morgan | 2020-02-13 | 1 | -0/+2 |
|\| | | | | | | | |||||
| * | | | | | | | Fix /messages on worker when no token supplied | Erik Johnston | 2019-06-21 | 1 | -0/+2 |
* | | | | | | | | Support pagination API in client_reader worker | Andrew Morgan | 2020-02-13 | 1 | -0/+2 |
|\| | | | | | | | |||||
| * | | | | | | | Support pagination API in client_reader worker | Erik Johnston | 2019-06-21 | 1 | -0/+2 |
| | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Merge pull request #5476 from matrix-org/erikj/histogram_extremities | Erik Johnston | 2019-06-21 | 2 | -1/+36 |
| |\ \ \ \ \ \ | |||||
* | | | | | | | | Improve email notification logging (#5502) | Andrew Morgan | 2020-02-13 | 1 | -1/+1 |
|\| | | | | | | | |||||
| * | | | | | | | Improve email notification logging (#5502) | Neil Johnson | 2019-06-20 | 1 | -1/+1 |
* | | | | | | | | Black | Andrew Morgan | 2020-02-13 | 2 | -5/+5 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Black | Erik Johnston | 2019-06-20 | 1 | -2/+2 |
| * | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/histogram_... | Erik Johnston | 2019-06-20 | 292 | -9079/+7986 |
| |\| | | | | | | |||||
| * | | | | | | | Add descriptions and remove redundant set(..) | Erik Johnston | 2019-06-19 | 2 | -4/+7 |
* | | | | | | | | Run Black. (#5482) | Andrew Morgan | 2020-02-13 | 17 | -62/+64 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Run Black. (#5482) | Amber Brown | 2019-06-20 | 291 | -9076/+7753 |
| * | | | | | | | Merge pull request #5042 from matrix-org/erikj/fix_get_missing_events_error | Erik Johnston | 2019-06-19 | 1 | -9/+19 |
| |\ \ \ \ \ \ \ | |||||
* | | | | | | | | | Dinsic Blacking with black==18.6b2 | Andrew Morgan | 2020-02-11 | 295 | -9336/+8020 |
* | | | | | | | | | Merge pull request #5480 from matrix-org/erikj/extremities_dummy_events | Andrew Morgan | 2020-02-10 | 2 | -3/+6 |
|\| | | | | | | | | |||||
| * | | | | | | | | Merge pull request #5480 from matrix-org/erikj/extremities_dummy_events | Erik Johnston | 2019-06-19 | 5 | -1/+124 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Run as background process and fix comments | Erik Johnston | 2019-06-19 | 2 | -3/+6 |
| * | | | | | | | | | Fix typo in deactivation background job | Brendan Abolivier | 2019-06-19 | 1 | -1/+1 |
* | | | | | | | | | | Add some logging to 3pid invite sig verification (#5015) | Andrew Morgan | 2020-02-10 | 1 | -8/+38 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Add some logging to 3pid invite sig verification (#5015) | David Baker | 2019-06-18 | 1 | -8/+38 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Fix logline | Andrew Morgan | 2020-02-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Fix logline | Erik Johnston | 2019-06-18 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fix_get_mi... | Andrew Morgan | 2020-02-10 | 1 | -9/+19 |
|\| | | | | | | | | |||||
| * | | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fix_get_mi... | Erik Johnston | 2019-06-18 | 171 | -2326/+11195 |
| |\| | | | | | | | |||||
| * | | | | | | | | Handle the case of `get_missing_events` failing | Erik Johnston | 2019-04-10 | 1 | -9/+20 |
* | | | | | | | | | Add experimental option to reduce extremities. | Andrew Morgan | 2020-02-10 | 5 | -1/+121 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Add experimental option to reduce extremities. | Erik Johnston | 2019-06-18 | 5 | -1/+121 |
* | | | | | | | | | Only count non-cache state resolution | Andrew Morgan | 2020-02-10 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Only count non-cache state resolution | Erik Johnston | 2019-06-18 | 1 | -3/+3 |
* | | | | | | | | | Use consistent buckets | Andrew Morgan | 2020-02-10 | 2 | -1/+33 |
|\| | | | | | | | | |||||
| * | | | | | | | | Use consistent buckets | Erik Johnston | 2019-06-18 | 1 | -1/+1 |
| * | | | | | | | | Add metric fo number of state groups in resolution | Erik Johnston | 2019-06-17 | 1 | -0/+10 |
| * | | | | | | | | Add metrics for len of new extremities persisted. | Erik Johnston | 2019-06-17 | 1 | -1/+23 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #5477 from matrix-org/babolivier/third_party_rules_3pid | Andrew Morgan | 2020-02-10 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge pull request #5477 from matrix-org/babolivier/third_party_rules_3pid | Brendan Abolivier | 2019-06-17 | 2 | -1/+42 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Make check_threepid_can_be_invited async | Brendan Abolivier | 2019-06-17 | 1 | -0/+1 |
| | * | | | | | | | Add third party rules hook for 3PID invites | Brendan Abolivier | 2019-06-17 | 2 | -1/+41 |
| * | | | | | | | | Merge pull request #5479 from matrix-org/erikj/add_create_room_hook_develop | Erik Johnston | 2019-06-17 | 2 | -4/+48 |
| |\| | | | | | | | |||||
| | * | | | | | | | Add third party rules hook into create room | Erik Johnston | 2019-06-17 | 2 | -4/+48 |
| | |/ / / / / / | |||||
* | | | | | | | | Remove Postgres 9.4 support (#5448) | Andrew Morgan | 2020-02-10 | 2 | -24/+6 |
|\| | | | | | | |