summary refs log tree commit diff
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated docs: Added note about missing 308 redirect support. (#8120)Ryan Cole2020-08-191-0/+12
* Add a link to the matrix-synapse-rest-password-provider. (#8111)Patrick Cloke2020-08-181-0/+1
* Use the default templates when a custom template file cannot be found (#8037)Andrew Morgan2020-08-171-3/+1
* Move setting of Filter into code.Erik Johnston2020-08-111-7/+0
* Change the default log config to reduce disk I/O and storage (#8040)Erik Johnston2020-08-111-5/+36
* Implement login blocking based on SAML attributes (#8052)Richard van der Hoff2020-08-111-0/+11
* Clarify that undoing a shutdown might not be possible (#8010)Travis Ralston2020-08-071-3/+10
* Add health check endpoint (#8048)Erik Johnston2020-08-071-0/+7
* Fixup worker doc (again) (#8000)Erik Johnston2020-08-062-14/+42
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/add_rate_l...Erik Johnston2020-07-317-50/+95
|\
| * Add docs for undoing room shutdowns (#7998)Travis Ralston2020-07-311-1/+21
| * Update workers docs (#7990)Stuart Mumford2020-07-301-25/+34
| * Fix typo in docs/workers.md (#7992)Erik Johnston2020-07-301-1/+1
| * Merge branch 'master' into developOlivier Wilkinson (reivilibre)2020-07-303-213/+332
| |\
| * | Various improvements to the docs (#7899)Aaron Raimist2020-07-293-18/+25
| * | Add an option to disable purge in delete room admin API (#7964)Dirk Klimpel2020-07-281-4/+9
| * | Option to allow server admins to join complex rooms (#7902)lugino-emeritus2020-07-281-0/+4
| * | Fix typo in metrics docs (#7966)Erik Johnston2020-07-281-1/+1
* | | Add ratelimiting on joinsErik Johnston2020-07-311-0/+12
| |/ |/|
* | Update worker docs with recent enhancements (#7969)Erik Johnston2020-07-293-213/+332
|/
* Update the auth providers to be async. (#7935)Patrick Cloke2020-07-231-93/+94
* Update the dates for ACME v1 EOLBrendan Abolivier2020-07-221-2/+3
* Fix a typo in the sample config. (#7890)Adrian2020-07-201-1/+1
* Change sample config's postgres user to synapse_user (#7889)Andrew Morgan2020-07-201-1/+1
* Add a default limit (of 100) to get/sync operations. (#7858)Patrick Cloke2020-07-171-1/+3
* Add admin endpoint to get members in a room. (#7842)Michael Albert2020-07-161-1/+33
* Combine nginx federation server blocks (#7823)Luke Faraone2020-07-161-11/+5
* Allow accounts to be re-activated from the admin APIs. (#7847)Patrick Cloke2020-07-151-1/+5
* Return the proper 403 Forbidden error during errors with JWT logins. (#7844)Patrick Cloke2020-07-151-4/+1
* Allow email subjects to be customised through Synapse's configuration (#7846)Brendan Abolivier2020-07-141-2/+69
* Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-143-0/+98
* Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827)Patrick Cloke2020-07-142-3/+34
* Add ability to shard the federation sender (#7798)Erik Johnston2020-07-101-32/+33
* Change Caddy links (old is deprecated) (#7789)Nicolai Søborg2020-07-081-1/+1
* Add documentation for JWT login type and improve sample config. (#7776)Patrick Cloke2020-07-062-4/+121
* Additional configuration options for auto-join rooms (#7763)Patrick Cloke2020-06-301-2/+58
* Support running multiple media repos. (#7706)Erik Johnston2020-06-171-1/+6
* fix broken link in sample config (#7712)Richard van der Hoff2020-06-161-1/+1
* Add instructions for authing with Keycloak via OpenID (#7659)hungrymonkey2020-06-161-0/+44
* Increase the default SAML session expirary time to 15 minutes. (#7664)Patrick Cloke2020-06-111-1/+1
* fix typo in sample_config.yaml (#7652)wondratsch2020-06-111-1/+1
* Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-101-0/+20
* Add an option to disable autojoin for guest accounts (#6637)Travis Ralston2020-06-051-0/+7
* Clarifications to the admin api documentation (#7647)Richard van der Hoff2020-06-057-89/+125
* Add device management to admin API (#7481)Dirk Klimpel2020-06-051-0/+209
* Cleanups to the OpenID Connect integration (#7628)Richard van der Hoff2020-06-033-241/+302
* Clean up exception handling in SAML2ResponseResource (#7614)Richard van der Hoff2020-06-031-1/+7
* allow emails to be passed through SAML (#7385)Christopher Cooper2020-05-271-0/+2
* Fix sample config docs error (#7581)Jason Robinson2020-05-271-1/+1
* Fix up commentsErik Johnston2020-05-271-1/+1
* Fix specifying cache factors via env vars with * in name. (#7580)Erik Johnston2020-05-271-0/+6
* Fix some DETECTED VIOLATIONS in the config file (#7550)Richard van der Hoff2020-05-221-26/+35
* Ensure worker config exists in systemd service (#7528)David Vo2020-05-211-1/+1
* Minor clarifications to the TURN docs (#7533)Richard van der Hoff2020-05-201-15/+42
* Improve API doc readability (#7527)Paul Tötterman2020-05-191-10/+11
* Formatting for reverse-proxy docs (#7514)Richard van der Hoff2020-05-151-68/+78
* Add Caddy 2 example (#7463)Jeff Peeler2020-05-151-1/+11
* Merge branch 'master' into developRichard van der Hoff2020-05-145-4/+152
|\
| * Notes on using git (#7496)Richard van der Hoff2020-05-144-0/+148
| * Update reverse_proxy.mdRichard van der Hoff2020-05-051-4/+4
| * Merge tag 'v1.12.4'Patrick Cloke2020-04-231-0/+2
| |\
* | | Update documentation about SSO mapping providers (#7458)Patrick Cloke2020-05-122-77/+146
* | | Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-4/+39
* | | Merge branch 'release-v1.13.0' into developAndrew Morgan2020-05-111-60/+107
|\ \ \
| * | | Documentation on setting up redis (#7446)Neil Johnson2020-05-111-60/+107
* | | | Extend spam checker to allow for multiple modules (#7435)Andrew Morgan2020-05-082-11/+23
* | | | Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-082-0/+270
* | | | Add room details admin endpoint (#7317)Manuel Stahl2020-05-071-0/+54
* | | | Merge branch 'release-v1.13.0' into developBrendan Abolivier2020-05-071-0/+12
|\| | |
| * | | Add a configuration setting for the dummy event threshold (#7422)Brendan Abolivier2020-05-071-0/+12
* | | | Support any process writing to cache invalidation stream. (#7436)Erik Johnston2020-05-071-4/+0
|/ / /
* | | Add instance name to RDATA/POSITION commands (#7364)Erik Johnston2020-04-291-17/+24
* | | Clean up admin api docs (#7361)Andrew Morgan2020-04-281-18/+42
* | | Return total number of users and profile attributes in admin users endpoint (...Manuel Stahl2020-04-281-3/+8
* | | Document monitoring workers (#7357)Brendan Abolivier2020-04-271-0/+25
* | | Add some explanation to application_services.md (#7091)lub2020-04-271-0/+4
* | | Add documentation to the sample config about the templates for SSO. (#7343)Patrick Cloke2020-04-241-0/+24
* | | Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t...Brendan Abolivier2020-04-231-0/+10
* | | Merge branch 'master' into developBrendan Abolivier2020-04-231-1/+1
|\| |
| * | Revert "Merge pull request #7315 from matrix-org/babolivier/request_token"Brendan Abolivier2020-04-231-10/+0
| * | Merge pull request #7315 from matrix-org/babolivier/request_tokenBrendan Abolivier2020-04-231-0/+10
| |\ \
| | * | Config option to inhibit 3PID errors on /requestTokenBrendan Abolivier2020-04-221-0/+10
| * | | Improve example TURN configuration in documentation (#7284)nataraj-hates-MS-for-stealing-github2020-04-171-1/+1
| * | | Revert "Merge pull request #7153 from matrix-org/babolivier/sso_whitelist_log...Richard van der Hoff2020-04-031-4/+0
| * | | Merge pull request #7153 from matrix-org/babolivier/sso_whitelist_login_fallbackBrendan Abolivier2020-03-271-0/+4
| |\ \ \
| | * | | Update the wording of the config commentBrendan Abolivier2020-03-271-3/+3
| | * | | Regenerate sample configBrendan Abolivier2020-03-261-1/+5
| | |/ /
* | | | Stop the master relaying USER_SYNC for other workers (#7318)Richard van der Hoff2020-04-221-5/+1
* | | | Extend room admin api with additional attributes (#7225)Dirk Klimpel2020-04-221-7/+100
* | | | Merge branch 'release-v1.12.4' into developRichard van der Hoff2020-04-221-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Support GET account_data requests on a worker (#7311)Richard van der Hoff2020-04-211-0/+2
| | |/ | |/|
* | | Fix indention in generated config file (#7300)Lars Franke2020-04-201-26/+26
* | | Clarify the comments for media_storage_providers options (#7272)Tristan Lins2020-04-171-4/+3
* | | Allow specifying the value of Accept-Language header for URL previews (#7265)Andrew Morgan2020-04-151-0/+25
* | | Add setting to nginx configuration to allow larger file uploads (#7251)Ryan Hovland2020-04-131-0/+3
* | | Add matrix-synapse-shared-secret-auth as an example password provider (#7248)Andrew Morgan2020-04-091-0/+1
* | | Make systemd-with-workers doc official (#7234)Richard van der Hoff2020-04-086-15/+160
* | | Add documentation to password_providers config option (#7238)Andrew Morgan2020-04-082-2/+17
* | | Extend web_client_location to handle absolute URLs (#7006)Martin Milata2020-04-031-3/+8
* | | Update postgres.md (#7119)siroccal2020-04-011-1/+27
* | | Improve TURN documentation. (#7167)Jostein Kjønigsen2020-03-311-0/+7
* | | Fix a small typo in the `metrics_flags` config option. (#7171)Andrew Morgan2020-03-301-1/+1
* | | Remove usage of "conn_id" for presence. (#7128)Erik Johnston2020-03-301-0/+6
* | | Add developer documentation for running a local CAS server (#7147)Patrick Cloke2020-03-302-2/+70
* | | Always whitelist the login fallback for SSO (#7153)Richard van der Hoff2020-03-271-0/+4
* | | Admin API to join users to a room. (#7051)Dirk Klimpel2020-03-271-0/+34
* | | Add options to prevent users from changing their profile. (#7096)Dirk Klimpel2020-03-271-0/+23
* | | Allow server admins to define and enforce a password policy (MSC2000). (#7118)Dirk Klimpel2020-03-261-0/+35
* | | Remove unused captcha_bypass_secret option (#7137)Aaron Raimist2020-03-251-4/+0
* | | Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-251-33/+13
* | | Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-3/+2
* | | Merge branch 'master' into developRichard van der Hoff2020-03-231-2/+1
|\ \ \ | | |/ | |/|
| * | Merge tag 'v1.12.0'Richard van der Hoff2020-03-234-6/+31
| |\|
| * | Update postgres.mdRichard van der Hoff2020-03-171-2/+1
* | | Improve database configuration docs (#6988)Richard van der Hoff2020-03-202-15/+70
| |/ |/|
* | Add an option to the set password API to choose whether to logout other devic...Patrick Cloke2020-03-181-1/+5
* | Revert "Add options to disable setting profile info for prevent changes. (#70...Richard van der Hoff2020-03-171-13/+0
* | Put the file in the templates directoryBrendan Abolivier2020-03-111-7/+16
* | Update wording and configBrendan Abolivier2020-03-111-0/+3
* | Add options to disable setting profile info for prevent changes. (#7053)Brendan Abolivier2020-03-101-0/+13
|\ \
| * | Update sample_config.yamlDirk Klimpel2020-03-101-1/+1
| * | updates after reviewdklimpel2020-03-091-5/+5
| * | add disable_3pid_changesdklimpel2020-03-081-0/+5
| * | lint2dklimpel2020-03-081-2/+2
| * | changelogdklimpel2020-03-081-0/+8
* | | Update sample configBrendan Abolivier2020-03-101-0/+7
* | | Update routing of fallback auth in the worker docs. (#7048)Patrick Cloke2020-03-091-0/+1
* | | Merge branch 'master' into developBrendan Abolivier2020-03-031-0/+50
|\ \ \ | |/ / |/| / | |/
| * Add a whitelist for the SSO confirmation step.Richard van der Hoff2020-03-021-3/+19
| * Add a confirmation step to the SSO login flowBrendan Abolivier2020-03-021-0/+34
* | Fix minor issues with email config (#6962)Richard van der Hoff2020-02-241-4/+5
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
|/
* Merge pull request #6940 from matrix-org/babolivier/federate.mdBrendan Abolivier2020-02-193-153/+126
|\
| * Incorporate reviewBrendan Abolivier2020-02-192-12/+13
| * Incorporate reviewBrendan Abolivier2020-02-182-21/+17
| * PhrasingBrendan Abolivier2020-02-181-1/+1
| * Add mention of SRV records as an advanced topicBrendan Abolivier2020-02-181-0/+10
| * Argh trailing spacesBrendan Abolivier2020-02-181-2/+2
| * Fix links in the reverse proxy docBrendan Abolivier2020-02-181-3/+4
| * Make federate.md more of a sumary of the steps to follow to set up replicationBrendan Abolivier2020-02-181-17/+28
| * Split the delegating documentation out of federate.md and trim it downBrendan Abolivier2020-02-182-133/+87
* | Merge pull request #6907 from matrix-org/babolivier/acme-configBrendan Abolivier2020-02-181-0/+5
|\ \
| * | Add mention and warning about ACME v1 deprecation to the Synapse configBrendan Abolivier2020-02-131-0/+5
* | | Fix worker docs to point `/publicised_groups` API correctly. (#6938)Erik Johnston2020-02-181-3/+4
* | | Add a warning about indentation to generated config (#6920)Richard van der Hoff2020-02-142-2/+14
* | | Filter the results of user directory searching via the spam checker (#6888)Patrick Cloke2020-02-141-0/+3
| |/ |/|
* | Add documentation for the spam checker module (#6906)Patrick Cloke2020-02-131-0/+85
* | Update docs/ACME.mdBrendan Abolivier2020-02-131-1/+1
* | Mention that using Synapse to serve certificates requires restartsBrendan Abolivier2020-02-121-1/+3
* | Remove duplicated info about certbot et alBrendan Abolivier2020-02-121-5/+0
* | Update ACME.md to mention ACME v1 deprecationBrendan Abolivier2020-02-121-7/+41
|/
* Merge pull request #6891 from matrix-org/babolivier/retention-doc-amendBrendan Abolivier2020-02-122-0/+7
|\
| * RephraseBrendan Abolivier2020-02-122-5/+5
| * Also spell it out in the purge history API docBrendan Abolivier2020-02-111-0/+3
| * Spell out that Synapse never purges the last event sent in a roomBrendan Abolivier2020-02-111-0/+4
* | Merge branch 'master' into developBrendan Abolivier2020-02-121-1/+2
|\ \ | |/ |/|
| * Merge tag 'v1.10.0'Brendan Abolivier2020-02-122-1/+36
| |\
| * | Update documentation (#6859)Robin Vleij2020-02-051-1/+2
* | | Add support for putting fed user query API on workers (#6873)Erik Johnston2020-02-071-0/+1
* | | Allow moving group read APIs to workers (#6866)Erik Johnston2020-02-071-0/+8
* | | Admin api to add an email address (#6789)Dirk Klimpel2020-02-071-0/+11
| |/ |/|
* | Warn if postgres database has non-C locale. (#6734)Erik Johnston2020-01-281-1/+19
* | Fix federation_reader listeners doc as per PR reviewJason Robinson2020-01-271-2/+12
* | Clarifications to the workers documentationJason Robinson2020-01-241-0/+7
|/
* Update admin room docs with correct endpoints (#6770)Andrew Morgan2020-01-231-4/+4
* Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-0/+173
* Allow streaming cache invalidate all to workers. (#6749)Erik Johnston2020-01-221-0/+5
* Wake up transaction queue when remote server comes back online (#6706)Erik Johnston2020-01-171-1/+5
* Clarify the `account_validity` and `email` sections of the sample configurati...Richard van der Hoff2020-01-171-132/+152
* Quarantine media by ID or user ID (#6681)Andrew Morgan2020-01-132-8/+72
* Document more supported endpoints for workers (#6698)Richard van der Hoff2020-01-131-0/+4
* Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-091-1/+32
* Fix typo in message retention policies docBrendan Abolivier2020-01-081-1/+1
* Merge pull request #6624 from matrix-org/babolivier/retention_docBrendan Abolivier2020-01-081-0/+191
|\
| * Fix referenceBrendan Abolivier2020-01-071-1/+1
| * Incorporate reviewBrendan Abolivier2020-01-071-27/+28
| * Merge branch 'develop' into babolivier/retention_docBrendan Abolivier2020-01-072-6/+2
| |\
| * | Apply suggestions from code reviewBrendan Abolivier2020-01-071-5/+4
| * | Fix vacuum instructions for sqliteBrendan Abolivier2020-01-031-2/+2
| * | Add a complete documentation of the message retention policies supportBrendan Abolivier2020-01-031-0/+191
* | | Merge pull request #6621 from matrix-org/babolivier/purge_job_config_typoBrendan Abolivier2020-01-071-5/+5
|\ \ \ | |_|/ |/| |
| * | RewordBrendan Abolivier2020-01-071-3/+3
| * | Change the example from 5min to 12hBrendan Abolivier2020-01-071-4/+4
| * | Update sample configBrendan Abolivier2020-01-031-1/+1
| |/
* | Automate generation of the sample and debian log configs (#6627)Richard van der Hoff2020-01-031-2/+2
* | Remove unused, undocumented "content repo" resource (#6628)Richard van der Hoff2020-01-031-4/+0
|/
* Added the section 'Configuration' in /docs/turn-howto.md (#6614)ewaf12020-01-021-0/+2
* Reword sections of federate.md that explained delegation at time of Synapse 1...Aaron Raimist2020-01-021-21/+3
* Merge branch 'master' into developRichard van der Hoff2019-12-311-0/+43
|\
| * sample log config 1.7.2Richard van der Hoff2019-12-241-0/+43
* | Add an export_signing_key script (#6546)Richard van der Hoff2019-12-192-14/+20
* | Add option to allow profile queries without sharing a room (#6523)Will Hunt2019-12-161-0/+7
* | Document Shutdown Room admin API (#6541)Andrew Morgan2019-12-131-0/+72
* | Merge branch 'master' into developErik Johnston2019-12-131-1/+13
|\|
| * Merge tag 'v1.7.0'Erik Johnston2019-12-134-9/+149
| |\
| * | Update workers.md to make media_repository work (again) (#6519)Mark Nowiasz2019-12-111-1/+13
* | | Allow SAML username provider plugins (#6411)Andrew Morgan2019-12-102-18/+120
| |/ |/|
* | Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925)Manuel Stahl2019-12-051-0/+45
* | privacy by default for room dir (#6355)Neil Johnson2019-12-041-6/+7
* | write some docs for the quarantine_media api (#6458)Richard van der Hoff2019-12-031-0/+17
* | Clarifications for the email configuration settings. (#6423)Richard van der Hoff2019-11-281-1/+16
* | Merge branch 'develop' into babolivier/message_retentionBrendan Abolivier2019-11-263-8/+20
|\ \
| * | Fix link to user_dir_populate.sql in the user directory docs (#6388)Aaron Raimist2019-11-211-2/+1
| |/
| * Merge branch 'develop' of github.com:matrix-org/synapse into anoa/homeserver_...Andrew Morgan2019-11-141-1/+1
| |\
| | * Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5Brendan Abolivier2019-11-141-1/+1
| | |\
| | | * Set room version default to 5Neil Johnson2019-10-191-1/+1
| * | | sample configAndrew Morgan2019-11-121-4/+4
| |/ /
| * | document the REPLICATE command a bit better (#6305)Richard van der Hoff2019-11-041-1/+14
* | | Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+63
|/ /
* | Modify doc to update Google ReCaptcha terms (#6257)Yash Jipkate2019-10-301-3/+3
* | Fix typo in domain name in account_threepid_delegates config option (#6273)Andrew Morgan2019-10-301-1/+1
* | Option to suppress resource exceeded alerting (#6173)Neil Johnson2019-10-241-1/+7
* | Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-231-15/+15
* | Update postgres.md (#6234)Adrien Luxey2019-10-221-3/+7
|/
* cas: support setting display name (#6114)Valérian Rousset2019-10-111-0/+1
* Merge branch 'master' into developBrendan Abolivier2019-10-021-0/+12
|\
| * add explanations on how to actually include an access_token (#6031)axel simon2019-09-131-0/+12
* | Fix 'redaction_retention_period' sampel config to match guidelinesErik Johnston2019-09-261-1/+1
* | Explicitly log when a homeserver does not have a trusted key server configure...Neil Johnson2019-09-261-4/+10
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us...Erik Johnston2019-09-251-51/+90
|\ \
| * \ Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_workRichard van der Hoff2019-09-241-1/+18
| |\ \
| | * | Add submit_url response parameter to msisdn /requestToken (#6079)Andrew Morgan2019-09-231-0/+2
| | * | Merge pull request #6064 from matrix-org/rav/saml_config_cleanupRichard van der Hoff2019-09-231-51/+59
| | |\ \
| | | * \ Merge branch 'develop' into rav/saml_config_cleanupRichard van der Hoff2019-09-1940-2177/+2402
| | | |\ \
| | * | | | Use the federation blacklist for requests to untrusted Identity Servers (#6000)Andrew Morgan2019-09-231-0/+3
| * | | | | Merge branch 'develop' into rav/saml_mapping_workRichard van der Hoff2019-09-1940-2177/+2402
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Record mappings from saml users in an external tableRichard van der Hoff2019-09-131-0/+26
| | |_|/ / | |/| | |
| * | | | Make the sample saml config closer to our standardsRichard van der Hoff2019-09-131-51/+59
| | |_|/ | |/| |
* | | | Review commentsErik Johnston2019-09-251-1/+1
* | | | Prune rows in user_ips older than configured periodErik Johnston2019-09-241-0/+6
| |_|/ |/| |
* | | Allow HS to send emails when adding an email to the HS (#6042)Andrew Morgan2019-09-201-0/+12
* | | Fix typo in account_threepid_delegates config (#6028)Jorik Schellekens2019-09-181-1/+1
| |/ |/|
* | fix sample configRichard van der Hoff2019-09-181-1/+1
* | (#5849) Convert rst to markdown (#6040)dstipp2019-09-1735-2179/+2074
* | Add developer docs for using SAML without a server (#6032)Travis Ralston2019-09-131-0/+37
* | add report_stats_endpoint config option (#6012)Sorunome2019-09-121-0/+5
* | Update sample configErik Johnston2019-09-111-1/+1
* | Update sample configErik Johnston2019-09-111-0/+7
* | Merge pull request #5934 from matrix-org/erikj/censor_redactionsErik Johnston2019-09-091-0/+7
|\ \
| * | Default to censoring redactions after seven daysErik Johnston2019-09-091-3/+5
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/censor_red...Erik Johnston2019-09-051-0/+62
| |\ \
| * | | Make redaction retention period configurableErik Johnston2019-09-051-0/+5
* | | | Servers-known-about statistic (#5981)Amber Brown2019-09-071-0/+10
* | | | Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2019-09-061-13/+43
| |/ / |/| |
* | | Fix and refactor room and user stats (#5971)Erik Johnston2019-09-041-0/+62
|/ /
* | Add a link to python's logging config schema (#5926)Jorik Schellekens2019-08-281-1/+2
* | Config templating (#5900)Jorik Schellekens2019-08-281-8/+8
* | Implement a structured logging output system. (#5680)Amber Brown2019-08-281-0/+83
* | Merge pull request #5914 from matrix-org/rei/admin_getadminreivilibre2019-08-281-0/+19
|\ \