summary refs log tree commit diff
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6940 from matrix-org/babolivier/federate.mdAndrew Morgan2020-03-243-153/+126
|\
| * 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-configAndrew Morgan2020-03-241-0/+5
|\| |
| * | 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)Andrew Morgan2020-03-241-3/+4
|\| | |
| * | | 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)Andrew Morgan2020-03-232-2/+14
|\| | |
| * | | 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)Andrew Morgan2020-03-231-0/+3
|\| | |
| * | | 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)Andrew Morgan2020-03-231-0/+85
|\| |
| * | Add documentation for the spam checker module (#6906)Patrick Cloke2020-02-131-0/+85
* | | Merge pull request #6905 from matrix-org/babolivier/acme.mdAndrew Morgan2020-03-231-12/+43
|\| |
| * | 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-amendAndrew Morgan2020-03-232-0/+7
|\|
| * 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
| | |\
* | | | Add support for putting fed user query API on workers (#6873)Andrew Morgan2020-03-231-0/+1
|\| | |
| * | | 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)Andrew Morgan2020-03-231-0/+8
|\| | |
| * | | Allow moving group read APIs to workers (#6866)Erik Johnston2020-02-071-0/+8
* | | | Admin api to add an email address (#6789)Andrew Morgan2020-03-231-0/+11
|\| | |
| * | | Admin api to add an email address (#6789)Dirk Klimpel2020-02-071-0/+11
| | |/ | |/|
* | | Update documentation (#6859)Andrew Morgan2020-03-231-1/+2
|\ \ \ | | |/ | |/|
| * | Update documentation (#6859)Robin Vleij2020-02-051-1/+2
* | | Warn if postgres database has non-C locale. (#6734)Andrew Morgan2020-03-231-1/+19
|\ \ \ | | |/ | |/|
| * | Warn if postgres database has non-C locale. (#6734)Erik Johnston2020-01-281-1/+19
* | | Merge pull request #6775 from matrix-org/jaywink/worker-docs-tweaksAndrew Morgan2020-03-231-0/+17
|\| |
| * | 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-03-231-4/+4
|\|
| * 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-03-231-0/+173
|\|
| * Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-0/+173
* | Allow streaming cache invalidate all to workers. (#6749)Andrew Morgan2020-03-231-0/+5
|\|
| * 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)Andrew Morgan2020-03-231-1/+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...Andrew Morgan2020-03-231-132/+152
|\|
| * 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-03-232-8/+72
|\|
| * Quarantine media by ID or user ID (#6681)Andrew Morgan2020-01-132-8/+72
* | Document more supported endpoints for workers (#6698)Andrew Morgan2020-03-231-0/+4
|\|
| * 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)Andrew Morgan2020-03-231-1/+32
|\|
| * Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-091-1/+32
* | Merge pull request #6665 from matrix-org/babolivier/retention_doc_typoAndrew Morgan2020-03-201-1/+1
|\|
| * Fix typo in message retention policies docBrendan Abolivier2020-01-081-1/+1
* | Merge pull request #6624 from matrix-org/babolivier/retention_docAndrew Morgan2020-03-201-0/+191
|\|
| * 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_typoAndrew Morgan2020-03-201-5/+5
|\| | |
| * | | 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)Andrew Morgan2020-03-201-2/+2
|\| |
| * | 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)Andrew Morgan2020-03-201-4/+0
|\| |
| * | 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)Andrew Morgan2020-03-201-0/+2
|\|
| * 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...Andrew Morgan2020-03-201-21/+3
|\|
| * 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
| |\
* | \ Hacks to work around #6605 (#6608)Andrew Morgan2020-03-201-0/+43
|\ \ \ | | |/ | |/|
| * | sample log config 1.7.2Richard van der Hoff2019-12-241-0/+43
* | | Add an export_signing_key script (#6546)Andrew Morgan2020-03-202-14/+20
|\ \ \ | | |/ | |/|
| * | 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)Andrew Morgan2020-03-191-2/+2
|\| |
| * | Add option to allow profile queries without sharing a room (#6523)Will Hunt2019-12-161-0/+7
* | | Document Shutdown Room admin API (#6541)Andrew Morgan2020-03-191-0/+72
|\| |
| * | 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)Andrew Morgan2020-03-191-1/+13
|\ \ \ \ | | |/ / | |/| |
| * | | Update workers.md to make media_repository work (again) (#6519)Mark Nowiasz2019-12-111-1/+13
* | | | Allow SAML username provider plugins (#6411)Andrew Morgan2020-03-192-17/+119
|\ \ \ \ | | |/ / | |/| |
| * | | Allow SAML username provider plugins (#6411)Andrew Morgan2019-12-102-18/+120
| | |/ | |/|
* | | Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925)Andrew Morgan2020-03-191-0/+45
|\| |
| * | Replace /admin/v1/users_paginate endpoint with /admin/v2/users (#5925)Manuel Stahl2019-12-051-0/+45
* | | privacy by default for room dir (#6355)Andrew Morgan2020-03-191-6/+7
|\| |
| * | privacy by default for room dir (#6355)Neil Johnson2019-12-041-6/+7
* | | write some docs for the quarantine_media api (#6458)Andrew Morgan2020-03-191-0/+17
|\| |
| * | write some docs for the quarantine_media api (#6458)Richard van der Hoff2019-12-031-0/+17
* | | Clarifications for the email configuration settings. (#6423)Andrew Morgan2020-03-181-1/+16
|\| |
| * | Clarifications for the email configuration settings. (#6423)Richard van der Hoff2019-11-281-1/+16
* | | Merge pull request #6358 from matrix-org/babolivier/message_retentionAndrew Morgan2020-03-181-0/+63
|\| |
| * | Merge branch 'develop' into babolivier/message_retentionBrendan Abolivier2019-11-263-8/+20
| |\ \
| * | | Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+63
* | | | Fix link to user_dir_populate.sql in the user directory docs (#6388)Andrew Morgan2020-03-181-2/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix link to user_dir_populate.sql in the user directory docs (#6388)Aaron Raimist2019-11-211-2/+1
| | |/ | |/|
* | | Replace instance variations of homeserver with correct case/spacing (#6357)Andrew Morgan2020-03-181-4/+4
|\| |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/homeserver_...Andrew Morgan2019-11-141-1/+1
| |\ \
| * | | sample configAndrew Morgan2019-11-121-4/+4
* | | | Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5Andrew Morgan2020-03-181-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
* | | | document the REPLICATE command a bit better (#6305)Andrew Morgan2020-03-161-1/+14
|\| | |
| * | | document the REPLICATE command a bit better (#6305)Richard van der Hoff2019-11-041-1/+14
| | |/ | |/|
* | | Modify doc to update Google ReCaptcha terms (#6257)Andrew Morgan2020-03-161-3/+3
|\| |
| * | 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 Morgan2020-03-161-1/+1
|\| |
| * | 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)Andrew Morgan2020-03-161-1/+7
|\| |
| * | Option to suppress resource exceeded alerting (#6173)Neil Johnson2019-10-241-1/+7
* | | Add config linting script that checks for bool casing (#6203)Andrew Morgan2020-03-161-15/+15
|\| |
| * | Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-231-15/+15
* | | Update postgres.md (#6234)Andrew Morgan2020-03-161-3/+7
|\| |
| * | Update postgres.md (#6234)Adrien Luxey2019-10-221-3/+7
| |/
* | cas: support setting display name (#6114)Andrew Morgan2020-02-261-0/+1
|\|
| * cas: support setting display name (#6114)Valérian Rousset2019-10-111-0/+1
| * Merge branch 'master' into developBrendan Abolivier2019-10-021-0/+12
| |\
* | | Merge pull request #6117 from matrix-org/erikj/fix_sample_configAndrew Morgan2020-02-251-1/+1
|\| |
| * | 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...Andrew Morgan2020-02-251-4/+10
|\| |
| * | Explicitly log when a homeserver does not have a trusted key server configure...Neil Johnson2019-09-261-4/+10
* | | Merge pull request #6098 from matrix-org/erikj/cleanup_user_ips_2Andrew Morgan2020-02-251-0/+6
|\| |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us...Erik Johnston2019-09-251-51/+90
| |\ \
| * | | Review commentsErik Johnston2019-09-251-1/+1
| * | | Prune rows in user_ips older than configured periodErik Johnston2019-09-241-0/+6
* | | | Merge pull request #6037 from matrix-org/rav/saml_mapping_workAndrew Morgan2020-02-251-0/+26
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_workRichard van der Hoff2019-09-241-1/+18
| |\ \ \
| * \ \ \ 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
* | | | | | Add submit_url response parameter to msisdn /requestToken (#6079)Andrew Morgan2020-02-251-0/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | 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_cleanupAndrew Morgan2020-02-251-51/+59
|\| | | | |
| * | | | | 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
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | * | | | Make the sample saml config closer to our standardsRichard van der Hoff2019-09-131-51/+59
* | | | | | Use the federation blacklist for requests to untrusted Identity Servers (#6000)Andrew Morgan2020-02-251-0/+3
|\| | | | |
| * | | | | Use the federation blacklist for requests to untrusted Identity Servers (#6000)Andrew Morgan2019-09-231-0/+3
| | |_|/ / | |/| | |
* | | | | Allow HS to send emails when adding an email to the HS (#6042)Andrew Morgan2020-02-251-0/+12
|\| | | |
| * | | | 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)Andrew Morgan2020-02-251-1/+1
|\| | | |
| * | | | Fix typo in account_threepid_delegates config (#6028)Jorik Schellekens2019-09-181-1/+1
| | |/ / | |/| |
* | | | Fix logcontext spam on non-Linux platforms (#6059)Andrew Morgan2020-02-251-1/+1
|\| | |
| * | | fix sample configRichard van der Hoff2019-09-181-1/+1
* | | | (#5849) Convert rst to markdown (#6040)Andrew Morgan2020-02-2535-2179/+2074
|\| | |
| * | | (#5849) Convert rst to markdown (#6040)dstipp2019-09-1735-2179/+2074
* | | | Add developer docs for using SAML without a server (#6032)Andrew Morgan2020-02-251-0/+37
|\| | |
| * | | Add developer docs for using SAML without a server (#6032)Travis Ralston2019-09-131-0/+37
* | | | add explanations on how to actually include an access_token (#6031)Andrew Morgan2020-02-251-0/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | add explanations on how to actually include an access_token (#6031)axel simon2019-09-131-0/+12
| | |/ | |/|
* | | add report_stats_endpoint config option (#6012)Andrew Morgan2020-02-251-0/+5
|\ \ \ | | |/ | |/|
| * | add report_stats_endpoint config option (#6012)Sorunome2019-09-121-0/+5
* | | Merge pull request #6015 from matrix-org/erikj/ratelimit_admin_redactionAndrew Morgan2020-02-251-0/+7
|\| |
| * | 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_redactionsAndrew Morgan2020-02-251-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)Andrew Morgan2020-02-251-0/+10
|\| | | |
| * | | | Servers-known-about statistic (#5981)Amber Brown2019-09-071-0/+10
* | | | | Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2020-02-251-13/+43
|\| | | |
| * | | | 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)Andrew Morgan2020-02-251-0/+62
|\| | |
| * | | Fix and refactor room and user stats (#5971)Erik Johnston2019-09-041-0/+62
| |/ /
* | | Add a link to python's logging config schema (#5926)Andrew Morgan2020-02-241-1/+2
|\| |
| * | Add a link to python's logging config schema (#5926)Jorik Schellekens2019-08-281-1/+2
* | | Config templating (#5900)Andrew Morgan2020-02-211-8/+8
|\| |
| * | Config templating (#5900)Jorik Schellekens2019-08-281-8/+8
* | | Implement a structured logging output system. (#5680)Andrew Morgan2020-02-211-0/+83
|\| |
| * | Implement a structured logging output system. (#5680)Amber Brown2019-08-281-0/+83
* | | Merge pull request #5914 from matrix-org/rei/admin_getadminAndrew Morgan2020-02-211-0/+19
|\| |
| * | Merge pull request #5914 from matrix-org/rei/admin_getadminreivilibre2019-08-281-0/+19
| |\ \
| | * | Document GET method for retrieving admin bit of user in admin APIOlivier Wilkinson (reivilibre)2019-08-271-0/+19
* | | | Merge pull request #5895 from matrix-org/erikj/notary_keyAndrew Morgan2020-02-211-0/+8
|\| | |
| * | | Merge pull request #5895 from matrix-org/erikj/notary_keyErik Johnston2019-08-271-0/+8
| |\ \ \ | | |/ / | |/| |
| | * | Fixup review commentsErik Johnston2019-08-231-2/+2
| | * | Add config option for keys to use to sign keysErik Johnston2019-08-211-0/+8
| | |/
* | | Add Admin API capability to set adminship of a user (#5878)Andrew Morgan2020-02-211-0/+20
|\| |
| * | Add Admin API capability to set adminship of a user (#5878)reivilibre2019-08-271-0/+20
* | | Propagate opentracing contexts through EDUs (#5852)Andrew Morgan2020-02-211-2/+25
|\| |
| * | Propagate opentracing contexts through EDUs (#5852)Jorik Schellekens2019-08-221-2/+25
* | | Servlet to purge old rooms (#5845)Andrew Morgan2020-02-211-0/+18
|\| |
| * | Servlet to purge old rooms (#5845)Richard van der Hoff2019-08-221-0/+18
| |/
* | Don't load the media repo when configured to use an external media repo (#5754)Andrew Morgan2020-02-202-0/+14
|\|
| * Don't load the media repo when configured to use an external media repo (#5754)Amber Brown2019-08-132-0/+14
| * LintBrendan Abolivier2019-08-011-1/+1
| * Sample configBrendan Abolivier2019-08-011-0/+10
* | Remove non-functional 'expire_access_token' setting (#5782)Andrew Morgan2020-02-201-4/+0
|\|
| * Remove non-functional 'expire_access_token' setting (#5782)Richard van der Hoff2019-07-301-4/+0
* | Room Complexity Client Implementation (#5783)Andrew Morgan2020-02-201-0/+17
|\|
| * Room Complexity Client Implementation (#5783)Amber Brown2019-07-301-0/+17
* | Make Jaeger fully configurable (#5694)Andrew Morgan2020-02-191-0/+16
|\|
| * Make Jaeger fully configurable (#5694)Jorik Schellekens2019-07-231-0/+16
* | Replace returnValue with return (#5736)Andrew Morgan2020-02-191-1/+1
|\|
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
| * Merge branch 'release-v1.2.0' into developJorik Schellekens2019-07-222-12/+102
| |\
* | \ Opentracing Documentation (#5703)Andrew Morgan2020-02-192-12/+102
|\ \ \ | | |/ | |/|
| * | Opentracing Documentation (#5703)Jorik Schellekens2019-07-222-12/+102
* | | Update the coding style doc (#5719)Andrew Morgan2020-02-191-30/+94
|\ \ \ | | |/ | |/|
| * | Update the coding style doc (#5719)Richard van der Hoff2019-07-191-30/+94
| |/
* | Clean up opentracing configuration options (#5712)Andrew Morgan2020-02-191-14/+31
|\|
| * Clean up opentracing configuration options (#5712)Richard van der Hoff2019-07-181-14/+31
* | Support Prometheus_client 0.4.0+ (#5636)Andrew Morgan2020-02-191-0/+102
|\|
| * Support Prometheus_client 0.4.0+ (#5636)Amber Brown2019-07-181-0/+102
* | Improve `Depends` specs in debian package. (#5675)Andrew Morgan2020-02-191-3/+5
|\|
| * Improve `Depends` specs in debian package. (#5675)Richard van der Hoff2019-07-171-3/+5
* | Implement access token expiry (#5660)Andrew Morgan2020-02-171-0/+11
|\|
| * Implement access token expiry (#5660)Richard van der Hoff2019-07-121-0/+11
* | Update reverse_proxy.rst (#5397)Andrew Morgan2020-02-171-0/+2
|\|
| * Update reverse_proxy.rst (#5397)Ulrik Günther2019-07-121-0/+2
* | Improved docs on setting up Postgresql (#5661)Andrew Morgan2020-02-171-4/+15
|\|
| * Improved docs on setting up Postgresql (#5661)Lrizika2019-07-111-4/+15
* | Add basic opentracing support (#5544)Andrew Morgan2020-02-171-0/+17
|\|
| * Add basic opentracing support (#5544)Jorik Schellekens2019-07-111-0/+17
* | Fix with isort==4.3.21 and black==19.3b0Andrew Morgan2020-02-141-4/+4
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Andrew Morgan2020-02-141-19/+19
|\|
| * Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-19/+19
* | Complete the SAML2 implementation (#5422)Andrew Morgan2020-02-141-1/+21
|\|
| * Merge branch 'develop' into rav/saml2_clientRichard van der Hoff2019-07-012-3/+28
| |\
| * | update sample configRichard van der Hoff2019-06-271-6/+13
| * | update sample configRichard van der Hoff2019-06-261-0/+13
* | | Update the TLS cipher string and provide configurability for TLS on outgoing ...Andrew Morgan2020-02-141-0/+9
|\ \ \ | | |/ | |/|
| * | Update the TLS cipher string and provide configurability for TLS on outgoing ...Amber Brown2019-06-281-0/+9
* | | Added possibilty to disable local password authentication (#5092)Andrew Morgan2020-02-141-0/+6
|\| |
| * | Added possibilty to disable local password authentication (#5092)Daniel Hoffend2019-06-271-0/+6
* | | Make it clearer that the template dir is relative to synapse's root dir (#5543)Andrew Morgan2020-02-141-1/+9
|\| |
| * | Make it clearer that the template dir is relative to synapse's root dir (#5543)Andrew Morgan2019-06-271-1/+9
* | | Merge pull request #5313 from twrist/patch-1Andrew Morgan2020-02-141-2/+4
|\| |
| * | Merge pull request #5313 from twrist/patch-1Richard van der Hoff2019-06-271-2/+4
| |\ \ | | |/ | |/|
| | * Update HAProxy example rulesIke Johnson2019-06-021-2/+4
* | | Remove & changelog (#5548)Andrew Morgan2020-02-141-1/+1
|\| |
| * | Merge branch 'master' into developAndrew Morgan2019-06-251-1/+1
| |\ \