summary refs log tree commit diff
path: root/changelog.d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up opentracing configuration options (#5712)Richard van der Hoff2019-07-183-1/+4
* Support Prometheus_client 0.4.0+ (#5636)Amber Brown2019-07-181-0/+1
* Remove the ability to query relations when the original event was redacted. (...Andrew Morgan2019-07-181-0/+1
* Convert synapse.federation.transport.server to async (#5689)Richard van der Hoff2019-07-181-0/+1
* Ignore redactions of m.room.create events (#5701)Richard van der Hoff2019-07-171-0/+1
* Improve `Depends` specs in debian package. (#5675)Richard van der Hoff2019-07-171-0/+1
* More refactoring in `get_events_as_list` (#5707)Richard van der Hoff2019-07-171-0/+1
* Fix redaction authentication (#5700)Richard van der Hoff2019-07-171-0/+2
* Refactor `get_events_as_list` (#5699)Richard van der Hoff2019-07-171-0/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_api_cmdErik Johnston2019-07-15123-85/+39
|\
| * Return a different error from Invalid Password when a user is deactivated (#5...Andrew Morgan2019-07-151-0/+1
| * Merge pull request #5589 from matrix-org/erikj/admin_exfiltrate_dataErik Johnston2019-07-151-0/+1
| |\
| | * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_exfi...Erik Johnston2019-07-0591-85/+7
| | |\
| * | | Add a `docker` type to the towncrier configuration (#5673)Richard van der Hoff2019-07-125-2/+3
| * | | Implement access token expiry (#5660)Richard van der Hoff2019-07-121-0/+1
| * | | fix changelog nameRichard van der Hoff2019-07-121-0/+0
| * | | Update reverse_proxy.rst (#5397)Ulrik Günther2019-07-121-0/+1
| * | | Add missing space in default logging file format generated by the Docker imag...Slavi Pantaleev2019-07-121-0/+1
| * | | Upgrade Alpine Linux used in the Docker image (3.8 -> 3.10) (#5619)Slavi Pantaleev2019-07-121-0/+1
| * | | Add a mechanism for per-test configs (#5657)Richard van der Hoff2019-07-121-0/+1
| * | | Use /src for checking out synapse during sytests (#5664)Amber Brown2019-07-111-0/+1
| * | | Improved docs on setting up Postgresql (#5661)Lrizika2019-07-111-0/+1
| * | | small typo fix (#5655)Andrew Morgan2019-07-111-0/+1
| * | | Clean up exception handling for access_tokens (#5656)Richard van der Hoff2019-07-111-0/+1
| * | | Add basic opentracing support (#5544)Jorik Schellekens2019-07-111-0/+1
| * | | Inline issue_access_token (#5659)Richard van der Hoff2019-07-111-0/+1
| * | | Merge pull request #5658 from matrix-org/babolivier/is-jsonBrendan Abolivier2019-07-101-0/+1
| |\ \ \
| | * | | Rename changelog fileBrendan Abolivier2019-07-101-0/+0
| | * | | Send 3PID bind requests as JSON dataBrendan Abolivier2019-07-101-0/+1
| * | | | Remove access-token support from RegistrationStore.register (#5642)Richard van der Hoff2019-07-101-0/+1
| |/ / /
| * | | Don't bundle aggregations when retrieving the original event (#5654)Andrew Morgan2019-07-101-0/+1
| * | | Add a linting script (#5627)Andrew Morgan2019-07-101-0/+1
| * | | Correct pep517 flag in readme (#5651)Bruno Windels2019-07-101-0/+1
| * | | Merge pull request #5638 from matrix-org/babolivier/invite-jsonBrendan Abolivier2019-07-091-0/+1
| |\ \ \
| | * \ \ Merge branch 'develop' into babolivier/invite-jsonBrendan Abolivier2019-07-0888-75/+14
| | |\ \ \
| | * | | | ChangelogBrendan Abolivier2019-07-081-0/+1
| * | | | | remove unused and unnecessary check for FederationDeniedError (#5645)Hubert Chathi2019-07-091-0/+1
| * | | | | Include the original event in /relations (#5626)Andrew Morgan2019-07-091-0/+1
| * | | | | Merge pull request #5644 from matrix-org/babolivier/profile-allow-selfBrendan Abolivier2019-07-091-0/+1
| |\ \ \ \ \
| | * | | | | ChangelogBrendan Abolivier2019-07-081-0/+1
| | | |/ / / | | |/| | |
| * | | | | Remove access-token support from RegistrationHandler.register (#5641)Richard van der Hoff2019-07-081-0/+1
| * | | | | Unblacklist some user_directory sytests (#5637)Richard van der Hoff2019-07-091-0/+1
| * | | | | Better logging for auto-join. (#5643)Richard van der Hoff2019-07-081-0/+1
| |/ / / /
| * | | | Update ModuleApi to avoid register(generate_token=True) (#5640)Richard van der Hoff2019-07-081-0/+1
| * | | | Factor out some redundant code in the login impl (#5639)Richard van der Hoff2019-07-081-0/+1
| * | | | Move get_or_create_user to test code (#5628)Richard van der Hoff2019-07-081-0/+1
| * | | | Add a few more common environment directory names to black exclusion (#5630)Andrew Morgan2019-07-081-0/+1
| * | | | Add default push rule to ignore reactions (#5623)J. Ryan Stinnett2019-07-051-0/+1
| * | | | Add origin_server_ts and sender fields to m.replace (#5613)Andrew Morgan2019-07-051-0/+1
| * | | | Remove support for invite_3pid_guest. (#5625)Richard van der Hoff2019-07-051-0/+1
| | |_|/ | |/| |
| * | | remove dead transaction persist code (#5622)Richard van der Hoff2019-07-051-0/+1
| * | | Fixes to the federation rate limiter (#5621)Richard van der Hoff2019-07-051-0/+1
| * | | Make errors about email password resets much clearer (#5616)Andrew Morgan2019-07-051-0/+1
| * | | Improve the backwards compatibility re-exports of synapse.logging.context (#5...Amber Brown2019-07-051-0/+1
| * | | Add a sytest blacklist file (#5611)Andrew Morgan2019-07-051-0/+1
| * | | Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-0/+1
| * | | Fix 'utime went backwards' errors on daemonization. (#5609)Richard van der Hoff2019-07-031-0/+1
| * | | 1.1.0rc2 v1.1.0rc2Richard van der Hoff2019-07-034-4/+0
| * | | Fix a number of "Starting txn from sentinel context" warnings (#5605)Richard van der Hoff2019-07-031-0/+1
| * | | Remove SMTP_* env var functionality from docker conf (#5596)Andrew Morgan2019-07-031-0/+1
| * | | Fix media repo breaking (#5593)Amber Brown2019-07-021-0/+1
| * | | Merge remote-tracking branch 'origin/master' into release-v1.1.0Richard van der Hoff2019-07-021-0/+1
| |\ \ \
| | * \ \ Merge pull request #5552 from matrix-org/rav/github_templatesRichard van der Hoff2019-06-261-0/+1
| | |\ \ \
| | | * | | changelogRichard van der Hoff2019-06-251-0/+1
| * | | | | prepare v1.1.0rc1Richard van der Hoff2019-07-0288-89/+0
| * | | | | Complete the SAML2 implementation (#5422)Richard van der Hoff2019-07-021-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'develop' into rav/saml2_clientRichard van der Hoff2019-07-0119-0/+19
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'develop' into rav/saml2_clientRichard van der Hoff2019-06-2659-1/+59
| | |\ \ \ \ \ \
| | * | | | | | | changelogRichard van der Hoff2019-06-111-0/+1
| | * | | | | | | Merge tag 'v1.0.0rc3' into rav/saml2_clientRichard van der Hoff2019-06-111-0/+1
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge pull request #5587 from matrix-org/erikj/fix_synctlErik Johnston2019-07-021-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | NewsfileErik Johnston2019-07-021-0/+1
| * | | | | | | | | | Add ability to set timezone for Docker container (#5383)Amir Zarrinkafsh2019-07-021-0/+1
| * | | | | | | | | | Fix JWT login with new users (#5586)PauRE2019-07-021-0/+1
| |/ / / / / / / / /
* | | | | | | | | / NewsfileErik Johnston2019-07-021-0/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | NewsfileErik Johnston2019-07-021-0/+1
|/ / / / / / / /
* | | | | | | | fix async/await consentresource (#5585)Amber Brown2019-07-011-0/+1
* | | | | | | | Merge pull request #5507 from matrix-org/erikj/presence_sync_tighloopErik Johnston2019-07-011-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | NewsfileErik Johnston2019-06-211-0/+1
* | | | | | | | Make the http server handle coroutine-making REST servlets (#5475)Amber Brown2019-06-291-0/+1
* | | | | | | | Merge pull request #5576 from matrix-org/babolivier/3pid-invite-ratelimitBrendan Abolivier2019-06-281-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ChangelogBrendan Abolivier2019-06-281-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Don't log GC 0s at INFO (#5557)Amber Brown2019-06-281-0/+1
* | | | | | | | Update the TLS cipher string and provide configurability for TLS on outgoing ...Amber Brown2019-06-282-0/+2
* | | | | | | | Added possibilty to disable local password authentication (#5092)Daniel Hoffend2019-06-271-0/+1
* | | | | | | | Make it clearer that the template dir is relative to synapse's root dir (#5543)Andrew Morgan2019-06-271-0/+1
* | | | | | | | Merge pull request #5559 from matrix-org/erikj/refactor_changed_devicesErik Johnston2019-06-271-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Move changelogErik Johnston2019-06-261-0/+0
| * | | | | | | NewsfileErik Johnston2019-06-261-0/+1
* | | | | | | | Docker image: Add a migrate_config mode (#5567)Richard van der Hoff2019-06-271-0/+1
* | | | | | | | Docker image: open the non-TLS port by default. (#5568)Richard van der Hoff2019-06-271-0/+1
* | | | | | | | Deprecate the env var way of running the docker image (#5566)Richard van der Hoff2019-06-271-0/+1
* | | | | | | | Fix JWT login (#5555)PauRE2019-06-271-0/+1
* | | | | | | | Merge pull request #5565 from matrix-org/rav/docker/fix_log_configRichard van der Hoff2019-06-271-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | changelogRichard van der Hoff2019-06-261-0/+1
* | | | | | | | | Reduce the amount of stuff we send in the docker context (#5564)Richard van der Hoff2019-06-271-0/+1
* | | | | | | | | Merge pull request #5563 from matrix-org/rav/docker/data_dirRichard van der Hoff2019-06-271-0/+1
|\| | | | | | | |
| * | | | | | | | changelogRichard van der Hoff2019-06-261-0/+1
* | | | | | | | | Merge pull request #5562 from matrix-org/rav/docker/no-generate-keysRichard van der Hoff2019-06-271-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | changelogRichard van der Hoff2019-06-261-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #5561 from matrix-org/rav/docker/refactorRichard van der Hoff2019-06-271-0/+1
|\| | | | | | | |
| * | | | | | | | changelogRichard van der Hoff2019-06-261-0/+1
* | | | | | | | | Merge pull request #5570 from almereyda/patch-2Richard van der Hoff2019-06-271-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix changelogRichard van der Hoff2019-06-271-1/+1
| * | | | | | | | | Create 5570.miscjon r2019-06-271-0/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5313 from twrist/patch-1Richard van der Hoff2019-06-271-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Create 5313.miscIke Johnson2019-06-021-0/+1
* | | | | | | | | Improve docs on choosing server_name (#5558)Richard van der Hoff2019-06-261-0/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Remove & changelog (#5548)Amber Brown2019-06-261-0/+1
* | | | | | | | Merge branch 'master' into developAndrew Morgan2019-06-251-0/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Update changelog to better expain password reset change (#5545) release-v1.0.0Andrew Morgan2019-06-241-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Prevent multiple upgrades on the same room at once (#5051)Andrew Morgan2019-06-251-0/+1
* | | | | | Increase default log level for docker image to INFO. (#5547)Richard van der Hoff2019-06-251-0/+1
* | | | | | Update docker image to use Python 3.7. (#5546)Richard van der Hoff2019-06-251-0/+1
* | | | | | Add info about black to code_style.rst (#5537)Andrew Morgan2019-06-241-0/+1
* | | | | | Merge pull request #5524 from matrix-org/rav/new_cmdline_optionsRichard van der Hoff2019-06-241-0/+1
|\ \ \ \ \ \
| * | | | | | changelogRichard van der Hoff2019-06-241-0/+1
* | | | | | | Merge pull request #5523 from matrix-org/rav/arg_defaultsRichard van der Hoff2019-06-241-0/+1
|\| | | | | |
| * | | | | | changelogRichard van der Hoff2019-06-241-0/+1
* | | | | | | Merge pull request #5499 from matrix-org/rav/cleanup_metricsRichard van der Hoff2019-06-241-0/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into rav/cleanup_metricsRichard van der Hoff2019-06-2417-0/+17
| |\ \ \ \ \ \ \
| * | | | | | | | changelogRichard van der Hoff2019-06-191-0/+1
* | | | | | | | | Merge pull request #5534 from matrix-org/babolivier/federation-publicroomsBrendan Abolivier2019-06-241-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Split public rooms directory auth config in twoBrendan Abolivier2019-06-241-0/+1
* | | | | | | | | | Merge pull request #5531 from matrix-org/erikj/workers_pagination_tokenErik Johnston2019-06-241-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | NewsfileErik Johnston2019-06-241-0/+1
* | | | | | | | | | changelogRichard van der Hoff2019-06-245-2/+3
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-0/+1
* | | | | | | | | Factor acme bits out to a separate file (#5521)Richard van der Hoff2019-06-241-0/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #5498 from matrix-org/rav/fix_clock_reversalRichard van der Hoff2019-06-241-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Use monotonic clock where possible for metricsRichard van der Hoff2019-06-191-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Drop support for cpu_affinity (#5525)Richard van der Hoff2019-06-221-0/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Improve help and cmdline option names for --generate-config options (#5512)Richard van der Hoff2019-06-211-0/+1
* | | | | | | Refactor Config parser and add some comments. (#5511)Richard van der Hoff2019-06-211-0/+1
* | | | | | | Improve logging when generating config files (#5510)Richard van der Hoff2019-06-211-0/+1
* | | | | | | Only import jinja2 when needed (#5514)Andrew Morgan2019-06-211-0/+1
* | | | | | | Fix "Unexpected entry in 'full_schemas'" log warning (#5509)Richard van der Hoff2019-06-211-0/+1
* | | | | | | Fix logging error when a tampered event is detected. (#5500)Richard van der Hoff2019-06-211-0/+1
* | | | | | | NewsfileErik Johnston2019-06-211-0/+1
* | | | | | | NewsfileErik Johnston2019-06-211-0/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #5476 from matrix-org/erikj/histogram_extremitiesErik Johnston2019-06-211-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' of github.com:matrix-org/synapse into erikj/histogram_...Erik Johnston2019-06-2012-0/+12
| |\ \ \ \ \ \
| * | | | | | | NewsfileErik Johnston2019-06-171-0/+1
* | | | | | | | Improve email notification logging (#5502)Neil Johnson2019-06-201-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Run Black. (#5482)Amber Brown2019-06-201-0/+1
* | | | | | | Merge pull request #5042 from matrix-org/erikj/fix_get_missing_events_errorErik Johnston2019-06-191-0/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fix_get_mi...Erik Johnston2019-06-1866-39/+30
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | NewsfileErik Johnston2019-04-101-0/+1
* | | | | | | | Merge pull request #5480 from matrix-org/erikj/extremities_dummy_eventsErik Johnston2019-06-191-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | NewsfileErik Johnston2019-06-181-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5490 from matrix-org/rav/xmlsec_in_dockerRichard van der Hoff2019-06-191-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | changelogRichard van der Hoff2019-06-181-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Fix typo in deactivation background jobBrendan Abolivier2019-06-191-0/+1
* | | | | | | | Merge pull request #4276 from Ralith/performance-adviceRichard van der Hoff2019-06-181-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve advice regarding poor performanceBenjamin Saunders2019-06-091-0/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Add some logging to 3pid invite sig verification (#5015)David Baker2019-06-181-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Fix seven contrib files with Python syntax errors (#5446)cclauss2019-06-181-0/+1
* | | | | | | Merge pull request #5477 from matrix-org/babolivier/third_party_rules_3pidBrendan Abolivier2019-06-171-0/+1
|\ \ \ \ \ \ \
| * | | | | | | ChangelogBrendan Abolivier2019-06-171-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #5479 from matrix-org/erikj/add_create_room_hook_developErik Johnston2019-06-171-0/+1
|\ \ \ \ \ \ \
| * | | | | | | NewsfileErik Johnston2019-06-171-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #5478 from matrix-org/joriks/demo_python3Jorik Schellekens2019-06-171-0/+1
|\ \ \ \ \ \ \
| * | | | | | | ChangelogJorik Schellekens2019-06-171-0/+1
* | | | | | | | Remove Postgres 9.4 support (#5448)Amber Brown2019-06-181-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #5385 from matrix-org/erikj/reduce_http_exceptionsErik Johnston2019-06-171-0/+1
|\ \ \ \ \ \ \
| * | | | | | | NewsfileErik Johnston2019-06-071-0/+1
* | | | | | | | Merge pull request #5388 from matrix-org/erikj/fix_email_pushErik Johnston2019-06-171-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | NewsfileErik Johnston2019-06-071-0/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #5389 from matrix-org/erikj/renew_attestations_on_masterErik Johnston2019-06-171-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | NewsfileErik Johnston2019-06-071-0/+1
* | | | | | | | | Move SyTest to Buildkite (#5459)Amber Brown2019-06-171-0/+1
* | | | | | | | | Merge pull request #5464 from matrix-org/erikj/3pid_remote_invite_stateErik Johnston2019-06-171-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | NewsfileErik Johnston2019-06-141-0/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5440 from matrix-org/babolivier/third_party_event_rulesBrendan Abolivier2019-06-141-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add plugin APIs for implementations of custom event rules.Brendan Abolivier2019-06-141-0/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #5461 from matrix-org/erikj/histograms_are_cumalitiveErik Johnston2019-06-141-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | NewsfileErik Johnston2019-06-141-0/+1
* | | | | | | | | | Merge pull request #5465 from matrix-org/babolivier/fix_deactivation_bg_jobBrendan Abolivier2019-06-141-0/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Fix changelogBrendan Abolivier2019-06-142-1/+2
| * | | | | | | | | ChangelogBrendan Abolivier2019-06-141-0/+1
* | | | | | | | | | Merge pull request #5462 from matrix-org/babolivier/account_validity_deactiva...Brendan Abolivier2019-06-141-0/+1
|\| | | | | | | | |
| * | | | | | | | | Don't send renewal emails to deactivated usersBrendan Abolivier2019-06-141-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #5460 from matrix-org/joriks/demo_python3Jorik Schellekens2019-06-141-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ChangelogJorik Schellekens2019-06-141-0/+1
* | | | | | | | | | Merge pull request #5390 from matrix-org/erikj/dont_log_on_fail_to_get_fileErik Johnston2019-06-141-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | NewsfileErik Johnston2019-06-071-0/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Track deactivated accounts in the database (#5378)Brendan Abolivier2019-06-141-0/+1
* | | | | | | | | changelogAmber H. Brown2019-06-141-0/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Updates to the federation_client script (#5447)Richard van der Hoff2019-06-131-0/+1
* | | | | | | | Clean up code for sending federation EDUs. (#5381)Richard van der Hoff2019-06-131-0/+1
* | | | | | | | Expose statistics on extrems to prometheus (#5384)Amber Brown2019-06-131-0/+1
* | | | | | | | Remove Python 2.7 support. (#5425)Amber Brown2019-06-121-0/+1
* | | | | | | | Merge branch 'master' of github.com:matrix-org/synapse into developErik Johnston2019-06-111-1/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | 1.0.0 v1.0.0Erik Johnston2019-06-113-3/+0
| * | | | | | | Merge pull request #5424 from matrix-org/erikj/change_password_reset_linksErik Johnston2019-06-111-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | NewsfileErik Johnston2019-06-111-0/+1
| | | |/ / / / / | | |/| | | | |
| * / | | | | | Neilj/improve federation docs (#5419)Neil Johnson2019-06-111-0/+1
| |/ / / / / /
* | | | | | | Merge branch 'release-v1.0.0' of github.com:matrix-org/synapse into developErik Johnston2019-06-111-0/+1
|\| | | | | |
| * | | | | | Merge pull request #5418 from matrix-org/erikj/fix_send_fed_with_limit_zeroErik Johnston2019-06-101-0/+1
| |\ \ \ \ \ \
| | * | | | | | Update changelog.d/5418.bugfixErik Johnston2019-06-101-1/+1
| | * | | | | | NewsfileErik Johnston2019-06-101-0/+1
* | | | | | | | Don't warn user about password reset disabling through config code (#5387)Andrew Morgan2019-06-111-0/+1
* | | | | | | | add monthly active users to phonehome stats (#5252)Neil Johnson2019-06-101-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'release-v1.0.0' of github.com:matrix-org/synapse into developErik Johnston2019-06-101-1/+0
|\| | | | | |
| * | | | | | 1.0.0rc2 v1.0.0rc2Erik Johnston2019-06-103-3/+0
| * | | | | | Merge pull request #5417 from matrix-org/rav/shared_ssl_contextErik Johnston2019-06-101-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | fix build failsRichard van der Hoff2019-06-101-0/+1
| * | | | | | Merge branch 'erikj/fix_null_valid_until_ms' of github.com:matrix-org/synapse...Erik Johnston2019-06-101-0/+1
| |\ \ \ \ \ \
| * | | | | | | Improve startup checks for insecure notary configs (#5392)Richard van der Hoff2019-06-101-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #5415 from matrix-org/erikj/fix_null_valid_until_msErik Johnston2019-06-101-0/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | NewsfileErik Johnston2019-06-101-0/+1
| |/ / / / /
* | | | | | Merge pull request #5412 from SohamG/fix-4130Erik Johnston2019-06-101-0/+1
|\ \ \ \ \ \
| * | | | | | Added changelog file.sohamg2019-06-101-0/+1
| | |_|_|/ / | |/| | | |
| * | | | | 0.99.5.2 v0.99.5.2 release-v0.99.5Erik Johnston2019-05-303-3/+0
| * | | | | NewsfileErik Johnston2019-05-301-0/+1
| * | | | | NewsfileErik Johnston2019-05-301-0/+1
| * | | | | Correctly filter out extremities with soft failed prevs (#5274)Erik Johnston2019-05-301-0/+1
* | | | | | Merge pull request #5325 from matrix-org/babolivier/port_db_account_validityBrendan Abolivier2019-06-101-0/+1
|\ \ \ \ \ \
| * | | | | | Rewrite changelogBrendan Abolivier2019-06-051-1/+1
| * | | | | | Merge branch 'develop' into babolivier/port_db_account_validityBrendan Abolivier2019-06-044-0/+4
| |\ \ \ \ \ \
| * | | | | | | ChangelogBrendan Abolivier2019-06-031-0/+1
* | | | | | | | Merge pull request #5363 from matrix-org/babolivier/account_validity_send_mai...Brendan Abolivier2019-06-101-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Gah towncrierBrendan Abolivier2019-06-051-1/+1
| * | | | | | | | ChangelogBrendan Abolivier2019-06-051-0/+1
* | | | | | | | | Liberapay is now officially recognised, update FUNDING.yml (#5386)Andrew Morgan2019-06-091-0/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge tag 'v1.0.0rc1' into developNeil Johnson2019-06-0779-82/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | 1.0.0rc1 v1.0.0rc1Neil Johnson2019-06-0779-82/+0
| | |_|_|_|/ / | |/| | | | |
* / | | | | | Add a sponsor button (#5382)Andrew Morgan2019-06-071-0/+1
|/ / / / / /
* | | | | | Automatically retry builds when a buildkite agent is lost (#5380)Andrew Morgan2019-06-071-0/+1
* | | | | | Prevent multiple device list updates from breaking a batch send (#5156)Andrew Morgan2019-06-061-0/+1
* | | | | | Set default room version to v4. (#5379)Neil Johnson2019-06-061-0/+1
* | | | | | Merge pull request #5320 from matrix-org/hawkowl/full-schema-v1Erik Johnston2019-06-061-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into hawkowl/full-schema-v1Amber Brown2019-06-042-0/+2
| |\ \ \ \ \ \
| * | | | | | | more fixAmber Brown2019-06-031-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Add ability to perform password reset via email without trusting the identity...Andrew Morgan2019-06-061-0/+1
* | | | | | | Stop hardcoding trust of old matrix.org key (#5374)Richard van der Hoff2019-06-061-0/+1
* | | | | | | Neilj/1.0 upgrade notes (#5371)Neil Johnson2019-06-061-0/+1
* | | | | | | Regen sample config before kicking off agents (#5370)Andrew Morgan2019-06-061-0/+1
* | | | | | | Fix missing logcontext for PresenceHandler.on_shutdown. (#5369)Richard van der Hoff2019-06-061-0/+1
* | | | | | | Merge pull request #5221 from matrix-org/erikj/fix_worker_sytestErik Johnston2019-06-061-0/+1
|\ \ \ \ \ \ \
| * | | | | | | NewsfileErik Johnston2019-05-211-0/+1
* | | | | | | | Merge pull request #5089 from dnaf/m-heroes-empty-room-nameBrendan Abolivier2019-06-061-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Add credit in the changelogBrendan Abolivier2019-06-062-1/+1
| * | | | | | | | Merge branch 'develop' into m-heroes-empty-room-nameBrendan Abolivier2019-06-05103-50/+57
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add full stop to 5084.bugfixKatie Wolfe2019-04-241-1/+1
| * | | | | | | | | Add changelog.d/5084.bugfixKatie Wolfe2019-04-241-0/+1
* | | | | | | | | | Merge pull request #5359 from matrix-org/rav/enable_tls_verificationRichard van der Hoff2019-06-061-0/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'rav/fix_custom_ca' into rav/enable_tls_verificationRichard van der Hoff2019-06-0518-12/+18
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Validate federation server TLS certificates by default.Richard van der Hoff2019-06-051-0/+1
* | | | | | | | | | | | Merge pull request #5361 from matrix-org/rav/generate_signing_keyRichard van der Hoff2019-06-061-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \