summary refs log tree commit diff
path: root/synapse/config/saml2_config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* cleanupsRichard van der Hoff2019-06-271-6/+13
* Add support for tracking SAML2 sessions.Richard van der Hoff2019-06-261-1/+19
* Merge branch 'develop' into rav/saml2_clientRichard van der Hoff2019-06-261-11/+11
|\
| * Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
| * Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
| * Run Black. (#5482)Amber Brown2019-06-201-9/+9
* | Code cleanups and simplifications.Richard van der Hoff2019-06-111-1/+6
* | SAML2 Improvements and redirect stuffAlexander Trost2019-06-021-0/+1
|/
* Remove periods from copyright headers (#5046)Andrew Morgan2019-04-111-1/+1
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-1/+1
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-33/+32
* Implement SAML2 authentication (#4267)Richard van der Hoff2018-12-071-0/+110