summary refs log tree commit diff
path: root/synapse/handlers/cas_handler.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-393/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Add support for stable MSC2858 API (#9617)Richard van der Hoff2021-03-161-0/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-5/+11
* Combine the CAS & SAML implementations for required attributes. (#9326)Patrick Cloke2021-02-111-29/+11
* Merge branch 'social_login' into developRichard van der Hoff2021-01-281-1/+2
|\
| * Add 'brand' field to MSC2858 response (#9242)Richard van der Hoff2021-01-271-1/+2
* | Do not require the CAS service URL setting (use public_baseurl instead). (#9199)Patrick Cloke2021-01-261-5/+1
|/
* Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-0/+4
* Add initial support for a "pick your IdP" page (#9017)Richard van der Hoff2021-01-051-0/+3
* Combine the SSO Redirect Servlets (#9015)Richard van der Hoff2021-01-041-9/+26
* Use the SSO handler helpers for CAS registration/login. (#8856)Patrick Cloke2021-01-031-37/+75
* Refactor the CAS handler in prep for using the abstracted SSO code. (#8958)Patrick Cloke2020-12-181-64/+151
* Properly report user-agent/IP during registration of SSO users. (#8784)Patrick Cloke2020-11-231-19/+52
* Fix handling of User-Agent headers with bad utf-8. (#8632)Erik Johnston2020-10-231-3/+1
* Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-201-1/+10
* Do not use canonicaljson to magically handle decoding bytes from JSON. (#7802)Patrick Cloke2020-07-101-1/+1
* isort 5 compatibility (#7786)Will Hunt2020-07-051-2/+1
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-2/+1
* Persist user interactive authentication sessions (#7302)Patrick Cloke2020-04-301-1/+1
* Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke2020-04-091-1/+1
* Support CAS in UI Auth flows. (#7186)Patrick Cloke2020-04-031-72/+89
* Refactor the CAS code (move the logic out of the REST layer to a handler) (#7...Patrick Cloke2020-03-261-0/+204