| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the sample config for SSO (OIDC, SAML, and CAS). (#8635) | Patrick Cloke | 2020-10-30 | 1 | -50/+76 |
* | Fix typos and spelling errors. (#8639) | Patrick Cloke | 2020-10-23 | 1 | -3/+3 |
* | Increase default max_upload_size from 10M to 50M (#8502) | Mateusz Przybyłowicz | 2020-10-09 | 1 | -1/+1 |
* | Update default room version to 6 (#8461) | Richard van der Hoff | 2020-10-05 | 1 | -1/+1 |
* | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 2020-10-02 | 1 | -0/+5 |
* | Add config option for always using "userinfo endpoint" for OIDC (#7658) | BBBSnowball | 2020-10-01 | 1 | -0/+8 |
* | Add prometheus metrics to track federation delays (#8430) | Richard van der Hoff | 2020-10-01 | 1 | -0/+12 |
* | Allow additional SSO properties to be passed to the client (#8413) | Patrick Cloke | 2020-09-30 | 1 | -0/+8 |
* | Update description of server_name config option (#8415) | Aaron Raimist | 2020-09-29 | 1 | -4/+17 |
* | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 2020-09-25 | 1 | -0/+5 |
* | Improve SAML error messages (#8248) | Patrick Cloke | 2020-09-14 | 1 | -26/+4 |
* | Show a confirmation page during user password reset (#8004) | Andrew Morgan | 2020-09-10 | 1 | -3/+7 |
* | Add a config option for validating 'next_link' parameters against a domain wh... | Andrew Morgan | 2020-09-08 | 1 | -0/+18 |
* | Allow capping a room's retention policy (#8104) | Brendan Abolivier | 2020-08-24 | 1 | -8/+14 |
* | Use the default templates when a custom template file cannot be found (#8037) | Andrew Morgan | 2020-08-17 | 1 | -3/+1 |
* | Implement login blocking based on SAML attributes (#8052) | Richard van der Hoff | 2020-08-11 | 1 | -0/+11 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/add_rate_l... | Erik Johnston | 2020-07-31 | 1 | -18/+15 |
|\ |
|
| * | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2020-07-30 | 1 | -0/+54 |
| |\ |
|
| * | | Various improvements to the docs (#7899) | Aaron Raimist | 2020-07-29 | 1 | -18/+11 |
| * | | Option to allow server admins to join complex rooms (#7902) | lugino-emeritus | 2020-07-28 | 1 | -0/+4 |
* | | | Add ratelimiting on joins | Erik Johnston | 2020-07-31 | 1 | -0/+12 |
| |/
|/| |
|
* | | Update worker docs with recent enhancements (#7969) | Erik Johnston | 2020-07-29 | 1 | -0/+54 |
|/ |
|
* | Fix a typo in the sample config. (#7890) | Adrian | 2020-07-20 | 1 | -1/+1 |
* | Change sample config's postgres user to synapse_user (#7889) | Andrew Morgan | 2020-07-20 | 1 | -1/+1 |
* | Add a default limit (of 100) to get/sync operations. (#7858) | Patrick Cloke | 2020-07-17 | 1 | -1/+3 |
* | Allow email subjects to be customised through Synapse's configuration (#7846) | Brendan Abolivier | 2020-07-14 | 1 | -2/+69 |
* | Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827) | Patrick Cloke | 2020-07-14 | 1 | -0/+21 |
* | Add ability to shard the federation sender (#7798) | Erik Johnston | 2020-07-10 | 1 | -32/+33 |
* | Add documentation for JWT login type and improve sample config. (#7776) | Patrick Cloke | 2020-07-06 | 1 | -4/+31 |
* | Additional configuration options for auto-join rooms (#7763) | Patrick Cloke | 2020-06-30 | 1 | -2/+58 |
* | fix broken link in sample config (#7712) | Richard van der Hoff | 2020-06-16 | 1 | -1/+1 |
* | Increase the default SAML session expirary time to 15 minutes. (#7664) | Patrick Cloke | 2020-06-11 | 1 | -1/+1 |
* | fix typo in sample_config.yaml (#7652) | wondratsch | 2020-06-11 | 1 | -1/+1 |
* | Add option to enable encryption by default for new rooms (#7639) | Andrew Morgan | 2020-06-10 | 1 | -0/+20 |
* | Add an option to disable autojoin for guest accounts (#6637) | Travis Ralston | 2020-06-05 | 1 | -0/+7 |
* | Cleanups to the OpenID Connect integration (#7628) | Richard van der Hoff | 2020-06-03 | 1 | -66/+96 |
* | Clean up exception handling in SAML2ResponseResource (#7614) | Richard van der Hoff | 2020-06-03 | 1 | -1/+7 |
* | Fix sample config docs error (#7581) | Jason Robinson | 2020-05-27 | 1 | -1/+1 |
* | Fix up comments | Erik Johnston | 2020-05-27 | 1 | -1/+1 |
* | Fix specifying cache factors via env vars with * in name. (#7580) | Erik Johnston | 2020-05-27 | 1 | -0/+6 |
* | Fix some DETECTED VIOLATIONS in the config file (#7550) | Richard van der Hoff | 2020-05-22 | 1 | -26/+35 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 1 | -4/+39 |
* | Extend spam checker to allow for multiple modules (#7435) | Andrew Morgan | 2020-05-08 | 1 | -4/+11 |
* | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 1 | -0/+95 |
* | Add a configuration setting for the dummy event threshold (#7422) | Brendan Abolivier | 2020-05-07 | 1 | -0/+12 |
* | Add documentation to the sample config about the templates for SSO. (#7343) | Patrick Cloke | 2020-04-24 | 1 | -0/+24 |
* | Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t... | Brendan Abolivier | 2020-04-23 | 1 | -0/+10 |
* | Fix indention in generated config file (#7300) | Lars Franke | 2020-04-20 | 1 | -26/+26 |
* | Clarify the comments for media_storage_providers options (#7272) | Tristan Lins | 2020-04-17 | 1 | -4/+3 |
* | Allow specifying the value of Accept-Language header for URL previews (#7265) | Andrew Morgan | 2020-04-15 | 1 | -0/+25 |
* | Add documentation to password_providers config option (#7238) | Andrew Morgan | 2020-04-08 | 1 | -1/+13 |
* | Extend web_client_location to handle absolute URLs (#7006) | Martin Milata | 2020-04-03 | 1 | -3/+8 |
* | Fix a small typo in the `metrics_flags` config option. (#7171) | Andrew Morgan | 2020-03-30 | 1 | -1/+1 |
* | Always whitelist the login fallback for SSO (#7153) | Richard van der Hoff | 2020-03-27 | 1 | -0/+4 |
* | Add options to prevent users from changing their profile. (#7096) | Dirk Klimpel | 2020-03-27 | 1 | -0/+23 |
* | Allow server admins to define and enforce a password policy (MSC2000). (#7118) | Dirk Klimpel | 2020-03-26 | 1 | -0/+35 |
* | Remove unused captcha_bypass_secret option (#7137) | Aaron Raimist | 2020-03-25 | 1 | -4/+0 |
* | Improve database configuration docs (#6988) | Richard van der Hoff | 2020-03-20 | 1 | -5/+38 |
* | Revert "Add options to disable setting profile info for prevent changes. (#70... | Richard van der Hoff | 2020-03-17 | 1 | -13/+0 |
* | Put the file in the templates directory | Brendan Abolivier | 2020-03-11 | 1 | -7/+16 |
* | Update wording and config | Brendan Abolivier | 2020-03-11 | 1 | -0/+3 |
* | Add options to disable setting profile info for prevent changes. (#7053) | Brendan Abolivier | 2020-03-10 | 1 | -0/+13 |
|\ |
|
| * | Update sample_config.yaml | Dirk Klimpel | 2020-03-10 | 1 | -1/+1 |
| * | updates after review | dklimpel | 2020-03-09 | 1 | -5/+5 |
| * | add disable_3pid_changes | dklimpel | 2020-03-08 | 1 | -0/+5 |
| * | lint2 | dklimpel | 2020-03-08 | 1 | -2/+2 |
| * | changelog | dklimpel | 2020-03-08 | 1 | -0/+8 |
* | | Update sample config | Brendan Abolivier | 2020-03-10 | 1 | -0/+7 |
* | | Merge branch 'master' into develop | Brendan Abolivier | 2020-03-03 | 1 | -0/+50 |
|\ \
| |/
|/| |
|
| * | Add a whitelist for the SSO confirmation step. | Richard van der Hoff | 2020-03-02 | 1 | -3/+19 |
| * | Add a confirmation step to the SSO login flow | Brendan Abolivier | 2020-03-02 | 1 | -0/+34 |
* | | Fix minor issues with email config (#6962) | Richard van der Hoff | 2020-02-24 | 1 | -4/+5 |
|/ |
|
* | Merge pull request #6907 from matrix-org/babolivier/acme-config | Brendan Abolivier | 2020-02-18 | 1 | -0/+5 |
|\ |
|
| * | Add mention and warning about ACME v1 deprecation to the Synapse config | Brendan Abolivier | 2020-02-13 | 1 | -0/+5 |
* | | Add a warning about indentation to generated config (#6920) | Richard van der Hoff | 2020-02-14 | 1 | -1/+11 |
|/ |
|
* | Clarify the `account_validity` and `email` sections of the sample configurati... | Richard van der Hoff | 2020-01-17 | 1 | -132/+152 |
* | Merge pull request #6621 from matrix-org/babolivier/purge_job_config_typo | Brendan Abolivier | 2020-01-07 | 1 | -5/+5 |
|\ |
|
| * | Reword | Brendan Abolivier | 2020-01-07 | 1 | -3/+3 |
| * | Change the example from 5min to 12h | Brendan Abolivier | 2020-01-07 | 1 | -4/+4 |
| * | Update sample config | Brendan Abolivier | 2020-01-03 | 1 | -1/+1 |
* | | Remove unused, undocumented "content repo" resource (#6628) | Richard van der Hoff | 2020-01-03 | 1 | -4/+0 |
|/ |
|
* | Add an export_signing_key script (#6546) | Richard van der Hoff | 2019-12-19 | 1 | -8/+13 |
* | Add option to allow profile queries without sharing a room (#6523) | Will Hunt | 2019-12-16 | 1 | -0/+7 |
* | Allow SAML username provider plugins (#6411) | Andrew Morgan | 2019-12-10 | 1 | -18/+43 |
* | privacy by default for room dir (#6355) | Neil Johnson | 2019-12-04 | 1 | -6/+7 |
* | Clarifications for the email configuration settings. (#6423) | Richard van der Hoff | 2019-11-28 | 1 | -1/+16 |
* | Merge branch 'develop' into babolivier/message_retention | Brendan Abolivier | 2019-11-26 | 1 | -5/+5 |
|\ |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/homeserver_... | Andrew Morgan | 2019-11-14 | 1 | -1/+1 |
| |\ |
|
| | * | Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5 | Brendan Abolivier | 2019-11-14 | 1 | -1/+1 |
| | |\ |
|
| | | * | Set room version default to 5 | Neil Johnson | 2019-10-19 | 1 | -1/+1 |
| * | | | sample config | Andrew Morgan | 2019-11-12 | 1 | -4/+4 |
| |/ / |
|
* / / | Implement per-room message retention policies | Brendan Abolivier | 2019-11-04 | 1 | -0/+63 |
|/ / |
|
* | | Fix typo in domain name in account_threepid_delegates config option (#6273) | Andrew Morgan | 2019-10-30 | 1 | -1/+1 |
* | | Option to suppress resource exceeded alerting (#6173) | Neil Johnson | 2019-10-24 | 1 | -1/+7 |
* | | Add config linting script that checks for bool casing (#6203) | Andrew Morgan | 2019-10-23 | 1 | -15/+15 |
|/ |
|
* | cas: support setting display name (#6114) | Valérian Rousset | 2019-10-11 | 1 | -0/+1 |
* | Fix 'redaction_retention_period' sampel config to match guidelines | Erik Johnston | 2019-09-26 | 1 | -1/+1 |
* | Explicitly log when a homeserver does not have a trusted key server configure... | Neil Johnson | 2019-09-26 | 1 | -4/+10 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us... | Erik Johnston | 2019-09-25 | 1 | -51/+90 |
|\ |
|
| * | Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_work | Richard van der Hoff | 2019-09-24 | 1 | -1/+18 |
| |\ |
|
| | * | Add submit_url response parameter to msisdn /requestToken (#6079) | Andrew Morgan | 2019-09-23 | 1 | -0/+2 |
| | * | Merge pull request #6064 from matrix-org/rav/saml_config_cleanup | Richard van der Hoff | 2019-09-23 | 1 | -51/+59 |
| | |\ |
|
| | | * | Merge branch 'develop' into rav/saml_config_cleanup | Richard van der Hoff | 2019-09-19 | 1 | -27/+95 |
| | | |\ |
|
| | * | | | Use the federation blacklist for requests to untrusted Identity Servers (#6000) | Andrew Morgan | 2019-09-23 | 1 | -0/+3 |
| * | | | | Merge branch 'develop' into rav/saml_mapping_work | Richard van der Hoff | 2019-09-19 | 1 | -27/+95 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Record mappings from saml users in an external table | Richard van der Hoff | 2019-09-13 | 1 | -0/+26 |
| | |_|/
| |/| | |
|
| * | | | Make the sample saml config closer to our standards | Richard van der Hoff | 2019-09-13 | 1 | -51/+59 |
* | | | | Review comments | Erik Johnston | 2019-09-25 | 1 | -1/+1 |
* | | | | Prune rows in user_ips older than configured period | Erik Johnston | 2019-09-24 | 1 | -0/+6 |
| |_|/
|/| | |
|
* | | | Allow HS to send emails when adding an email to the HS (#6042) | Andrew Morgan | 2019-09-20 | 1 | -0/+12 |
* | | | Fix typo in account_threepid_delegates config (#6028) | Jorik Schellekens | 2019-09-18 | 1 | -1/+1 |
| |/
|/| |
|
* | | fix sample config | Richard van der Hoff | 2019-09-18 | 1 | -1/+1 |
* | | (#5849) Convert rst to markdown (#6040) | dstipp | 2019-09-17 | 1 | -6/+6 |
* | | add report_stats_endpoint config option (#6012) | Sorunome | 2019-09-12 | 1 | -0/+5 |
* | | Update sample config | Erik Johnston | 2019-09-11 | 1 | -1/+1 |
* | | Update sample config | Erik Johnston | 2019-09-11 | 1 | -0/+7 |
* | | Merge pull request #5934 from matrix-org/erikj/censor_redactions | Erik Johnston | 2019-09-09 | 1 | -0/+7 |
|\ \ |
|
| * | | Default to censoring redactions after seven days | Erik Johnston | 2019-09-09 | 1 | -3/+5 |
| * | | Make redaction retention period configurable | Erik Johnston | 2019-09-05 | 1 | -0/+5 |
* | | | Servers-known-about statistic (#5981) | Amber Brown | 2019-09-07 | 1 | -0/+10 |
* | | | Allow Synapse to send registration emails + choose Synapse or an external ser... | Andrew Morgan | 2019-09-06 | 1 | -13/+43 |
|/ / |
|
* | | Add a link to python's logging config schema (#5926) | Jorik Schellekens | 2019-08-28 | 1 | -1/+2 |
* | | Config templating (#5900) | Jorik Schellekens | 2019-08-28 | 1 | -8/+8 |
* | | Fixup review comments | Erik Johnston | 2019-08-23 | 1 | -2/+2 |
* | | Add config option for keys to use to sign keys | Erik Johnston | 2019-08-21 | 1 | -0/+8 |
|/ |
|
* | Don't load the media repo when configured to use an external media repo (#5754) | Amber Brown | 2019-08-13 | 1 | -0/+7 |
* | Lint | Brendan Abolivier | 2019-08-01 | 1 | -1/+1 |
* | Sample config | Brendan Abolivier | 2019-08-01 | 1 | -0/+10 |
* | Remove non-functional 'expire_access_token' setting (#5782) | Richard van der Hoff | 2019-07-30 | 1 | -4/+0 |
* | Room Complexity Client Implementation (#5783) | Amber Brown | 2019-07-30 | 1 | -0/+17 |
* | Make Jaeger fully configurable (#5694) | Jorik Schellekens | 2019-07-23 | 1 | -0/+16 |
* | Opentracing Documentation (#5703) | Jorik Schellekens | 2019-07-22 | 1 | -12/+2 |
* | Clean up opentracing configuration options (#5712) | Richard van der Hoff | 2019-07-18 | 1 | -14/+31 |
* | Implement access token expiry (#5660) | Richard van der Hoff | 2019-07-12 | 1 | -0/+11 |
* | Add basic opentracing support (#5544) | Jorik Schellekens | 2019-07-11 | 1 | -0/+17 |
* | Merge branch 'develop' into rav/saml2_client | Richard van der Hoff | 2019-07-01 | 1 | -1/+24 |
|\ |
|
| * | Update the TLS cipher string and provide configurability for TLS on outgoing ... | Amber Brown | 2019-06-28 | 1 | -0/+9 |
| * | Added possibilty to disable local password authentication (#5092) | Daniel Hoffend | 2019-06-27 | 1 | -0/+6 |
| * | Make it clearer that the template dir is relative to synapse's root dir (#5543) | Andrew Morgan | 2019-06-27 | 1 | -1/+9 |
* | | update sample config | Richard van der Hoff | 2019-06-27 | 1 | -6/+13 |
* | | update sample config | Richard van der Hoff | 2019-06-26 | 1 | -0/+13 |
|/ |
|
* | Merge pull request #5524 from matrix-org/rav/new_cmdline_options | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
|\ |
|
| * | Add "--open-private-ports" cmdline option | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | | Merge pull request #5534 from matrix-org/babolivier/federation-publicrooms | Brendan Abolivier | 2019-06-24 | 1 | -4/+8 |
|\ \
| |/
|/| |
|
| * | Split public rooms directory auth config in two | Brendan Abolivier | 2019-06-24 | 1 | -4/+8 |
* | | Allow configuration of the path used for ACME account keys. | Richard van der Hoff | 2019-06-24 | 1 | -0/+7 |
|/ |
|
* | Drop support for cpu_affinity (#5525) | Richard van der Hoff | 2019-06-22 | 1 | -23/+0 |
* | Add plugin APIs for implementations of custom event rules. | Brendan Abolivier | 2019-06-14 | 1 | -0/+13 |
* | Set default room version to v4. (#5379) | Neil Johnson | 2019-06-06 | 1 | -1/+1 |
* | Add ability to perform password reset via email without trusting the identity... | Andrew Morgan | 2019-06-06 | 1 | -10/+50 |
* | Stop hardcoding trust of old matrix.org key (#5374) | Richard van der Hoff | 2019-06-06 | 1 | -6/+37 |
* | Merge branch 'rav/fix_custom_ca' into rav/enable_tls_verification | Richard van der Hoff | 2019-06-05 | 1 | -0/+16 |
|\ |
|
| * | Neilj/mau tracking config explainer (#5284) | Neil Johnson | 2019-06-05 | 1 | -0/+16 |
* | | Update sample config | Richard van der Hoff | 2019-06-05 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #5276 from matrix-org/babolivier/account_validity_job_delta | Erik Johnston | 2019-05-31 | 1 | -1/+3 |
|\ |
|
| * | Sample config | Brendan Abolivier | 2019-05-31 | 1 | -1/+1 |
| * | Sample config | Brendan Abolivier | 2019-05-31 | 1 | -8/+3 |
| * | Config and changelog | Brendan Abolivier | 2019-05-28 | 1 | -0/+7 |
* | | regenerate sample config | Amber Brown | 2019-05-29 | 1 | -3/+3 |
* | | Add missing blank line in config (#5249) | Richard van der Hoff | 2019-05-24 | 1 | -0/+1 |
* | | Add config option for setting homeserver's default room version (#5223) | Andrew Morgan | 2019-05-23 | 1 | -0/+9 |
* | | Room Statistics (#4338) | Amber Brown | 2019-05-21 | 1 | -0/+16 |
|/ |
|
* | Doc | Brendan Abolivier | 2019-05-21 | 1 | -0/+8 |
* | Changelog + sample config | Brendan Abolivier | 2019-05-16 | 1 | -0/+6 |
* | Make all the rate limiting options more consistent (#5181) | Amber Brown | 2019-05-15 | 1 | -28/+25 |
* | Add ability to blacklist ip ranges for federation traffic (#5043) | Andrew Morgan | 2019-05-13 | 1 | -0/+18 |
* | add options to require an access_token to GET /profile and /publicRooms on CS... | Matthew Hodgson | 2019-05-08 | 1 | -0/+14 |
* | Fix sample config | Richard van der Hoff | 2019-05-06 | 1 | -1/+1 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2019-05-03 | 1 | -5/+12 |
|\ |
|
| * | more config comment updates | Richard van der Hoff | 2019-05-03 | 1 | -2/+5 |
| * | Blacklist 0.0.0.0 and :: by default for URL previews | Richard van der Hoff | 2019-05-03 | 1 | -5/+9 |
* | | Merge pull request #5124 from matrix-org/babolivier/aliases | Brendan Abolivier | 2019-05-02 | 1 | -0/+5 |
|\ \ |
|
| * | | Add some limitations to alias creation | Brendan Abolivier | 2019-05-02 | 1 | -0/+5 |
* | | | Fix sample config | Richard van der Hoff | 2019-05-01 | 1 | -2/+2 |
|/ / |
|
* | | Config option for verifying federation certificates (MSC 1711) (#4967) | Andrew Morgan | 2019-04-25 | 1 | -0/+34 |
* | | Merge pull request #5047 from matrix-org/babolivier/account_expiration | Brendan Abolivier | 2019-04-17 | 1 | -3/+26 |
|\ \ |
|
| * | | Send out emails with links to extend an account's validity period | Brendan Abolivier | 2019-04-17 | 1 | -3/+26 |
* | | | Merge pull request #5027 from matrix-org/babolivier/account_expiration | Brendan Abolivier | 2019-04-09 | 1 | -0/+6 |
|\| | |
|
| * | | Add account expiration feature | Brendan Abolivier | 2019-04-09 | 1 | -0/+6 |
| |/ |
|
* | | add context to phonehome stats (#5020) | Neil Johnson | 2019-04-08 | 1 | -0/+3 |
* | | Add config option to block users from looking up 3PIDs (#5010) | Brendan Abolivier | 2019-04-04 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #4896 from matrix-org/erikj/disable_room_directory | Erik Johnston | 2019-03-21 | 1 | -0/+6 |
|\ |
|
| * | Fix up config comments | Erik Johnston | 2019-03-20 | 1 | -3/+4 |
| * | Add option to disable search room lists | Erik Johnston | 2019-03-19 | 1 | -0/+5 |
* | | Merge pull request #4895 from matrix-org/erikj/disable_user_search | Erik Johnston | 2019-03-20 | 1 | -0/+5 |
|\ \ |
|
| * | | Fix up sample config | Erik Johnston | 2019-03-20 | 1 | -2/+4 |
| * | | Update sample config | Erik Johnston | 2019-03-19 | 1 | -0/+3 |
| |/ |
|
* / | Batch up outgoing read-receipts to reduce federation traffic. (#4890) | Richard van der Hoff | 2019-03-20 | 1 | -0/+8 |
|/ |
|
* | Comment out most options in the generated config. (#4863) | Richard van der Hoff | 2019-03-19 | 1 | -73/+80 |
* | Add ratelimiting on failed login attempts (#4865) | Brendan Abolivier | 2019-03-18 | 1 | -0/+6 |
* | Add ratelimiting on login (#4821) | Brendan Abolivier | 2019-03-15 | 1 | -11/+28 |
* | Document using a certificate with a full chain (#4849) | Andrew Morgan | 2019-03-13 | 1 | -0/+5 |
* | Clarify what registration_shared_secret allows for (#2885) (#4844) | Aaron Raimist | 2019-03-11 | 1 | -2/+2 |
* | Reword the sample config header to be less scary (#4801) | Matthew Hodgson | 2019-03-07 | 1 | -5/+10 |
* | Update sample config | Brendan Abolivier | 2019-03-05 | 1 | -11/+13 |
* | Add rate-limiting on registration (#4735) | Brendan Abolivier | 2019-03-05 | 1 | -0/+11 |
* | Include a default configuration file in the 'docs' directory. (#4791) | Richard van der Hoff | 2019-03-04 | 1 | -0/+1041 |