summary refs log tree commit diff
path: root/synapse/config/homeserver.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement pluggable password authErik Johnston2016-10-031-3/+3
| | | | | | Allows delegating the password auth to an external module. This also moves the LDAP auth to using this system, allowing it to be removed from the synapse tree entirely in the future.
* Inline the synchrotron and pusher configs into the main configMark Haines2016-06-161-1/+3
|
* Send a rather basic email notifDavid Baker2016-04-201-1/+2
| | | | Also pep8 fixes
* Introduce LDAP authenticationChristoph Witzany2016-04-061-1/+2
|
* Add JWT supportNiklas Riekenbrauck2016-03-291-1/+2
|
* config,handlers/_base: added homeserver config for what state is included in ↵Patrik Oldsberg2016-03-041-1/+2
| | | | | | a room invite Signed-off-by: Patrik Oldsberg <patrik.oldsberg@ericsson.com>
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Add config option to disable password loginErik Johnston2015-10-221-1/+3
|
* Provide ability to login using CASSteven Hammerton2015-10-101-1/+2
|
* code beautifyMuthu Subramanian2015-07-081-0/+1
|
* Integrate SAML2 basic authentication - uses pysaml2Muthu Subramanian2015-07-081-3/+3
|
* Allow multiple config files, set up a default config before applying the ↵Mark Haines2015-04-301-1/+1
| | | | config files
* Manually generate the default config yaml, remove most of the commandline ↵Mark Haines2015-04-301-1/+3
| | | | arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class
* Merge branch 'develop' into key_distributionMark Haines2015-04-291-2/+1
|\ | | | | | | | | Conflicts: synapse/config/homeserver.py
| * Remove now-redundant email configDavid Baker2015-04-231-2/+1
| |
* | Move the key related config parser into a separate fileMark Haines2015-04-241-1/+2
|/
* Add AppServiceConfigKegan Dougal2015-03-311-1/+2
|
* Commandline option to enable metrics systemPaul "LeoNerd" Evans2015-03-121-1/+3
|
* Add config option to disable registration.Erik Johnston2015-02-191-1/+2
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Add support for TURN servers as per the TURN REST API ↵David Baker2014-09-231-1/+2
| | | | (http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00)
* Added support for the HS to send emails. Use it to send password resets. ↵Kegan Dougal2014-09-161-2/+6
| | | | Added email_smtp_server and email_from_address config args. Added emailutils.
* Added a captcha config to the HS, to enable registration captcha checking ↵Kegan Dougal2014-09-051-1/+2
| | | | and for the recaptcha private key.
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Limit the size of uploadsMark Haines2014-09-031-1/+2
|
* Add ratelimiting function to basehandlerMark Haines2014-09-021-1/+3
|
* Add config tree to synapse. Add support for reading config from a fileMark Haines2014-08-311-0/+26