MatrixSynapse/synapse/config
Matthew Hodgson 8a24c4eee5 add option to disable changes to the 3PIDs for an account.
This only considers the /account/3pid API, which should be sufficient
as currently we can't change emails associated with push notifs
(which are provisioned at registration), and we can't directly create
mappings for accounts in an IS other than by answering an invite
2018-05-03 02:47:55 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
__main__.py Use syntax that works on both py2.7 and py3 2016-03-07 20:13:10 +00:00
_base.py Merge pull request #3074 from NotAFile/fix-py3-prints 2018-04-09 23:44:41 +01:00
api.py config,handlers/_base: added homeserver config for what state is included in a room invite 2016-03-04 10:43:17 +01:00
appservice.py Replace some type checks with six type checks 2018-04-07 01:02:32 +02:00
captcha.py point to the CAPTCHA docs 2016-06-12 23:11:29 +01:00
cas.py fix typo 2017-10-29 20:54:20 +00:00
database.py copyrights 2016-01-07 04:26:29 +00:00
emailconfig.py Support authenticated SMTP 2017-04-05 21:01:08 -07:00
groups.py Flake8 2017-10-19 13:36:06 +01:00
homeserver.py Add user_directory_include_pattern config param to expand search results to additional users 2017-11-29 16:46:45 +00:00
jwt.py Make pyjwt dependency optional 2016-04-25 14:30:15 +01:00
key.py Improve error handling for missing files (#2551) 2017-10-17 14:46:17 +01:00
logger.py Merge pull request #2763 from matrix-org/rav/fix_config_uts 2018-01-09 12:08:08 +00:00
metrics.py copyrights 2016-01-07 04:26:29 +00:00
password.py Update password config comment 2016-07-06 12:18:19 +09:00
password_auth_providers.py synapse/config/password_auth_providers: Fixed bracket typo 2017-11-16 15:59:38 +01:00
push.py Print instead of logging 2017-11-13 18:32:08 +00:00
ratelimiting.py copyrights 2016-01-07 04:26:29 +00:00
registration.py add option to disable changes to the 3PIDs for an account. 2018-05-03 02:47:55 +01:00
repository.py Fix passing wrong config to provider constructor 2018-01-18 17:14:05 +00:00
saml2.py Add config option to disable password login 2015-10-22 10:37:04 +01:00
server.py Add federation_domain_whitelist option (#2820) 2018-01-22 19:11:18 +01:00
spam_checker.py Forgot the new file again :( 2017-09-27 10:22:54 +01:00
tls.py fix typo 2018-01-16 16:52:35 +00:00
user_directory.py Fix spelling & add experimental API comment 2018-04-25 11:40:37 +01:00
voip.py typo 2017-03-15 12:40:42 +00:00
workers.py Add replication http endpoint for event sending 2018-02-07 10:32:32 +00:00