0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 07:58:19 +02:00
synapse/changelog.d
Richard van der Hoff 944d524f18 Support m.login.sso (#4220)
* Clean up the CSS for the fallback login form

I was finding this hard to work with, so simplify a bunch of things. Each
flow is now a form inside a div of class login_flow.

The login_flow class now has a fixed width, as that looks much better than each
flow having a differnt width.

* Support m.login.sso

MSC1721 renames m.login.cas to m.login.sso. This implements the change
(retaining support for m.login.cas for older clients).

* changelog
2018-11-27 18:51:52 +11:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
3830.feature Add option to track MAU stats (but not limit people) (#3830) 2018-11-15 18:08:27 +00:00
4176.bugfix Fix Content-Disposition in media repository (#4176) 2018-11-15 15:55:58 -06:00
4180.misc Add a coveragerc (#4180) 2018-11-15 10:50:08 -06:00
4182.misc Add changelog 2018-11-13 21:46:48 -06:00
4183.bugfix Use <meta> tags to discover the per-page encoding of html previews (#4183) 2018-11-15 11:05:08 -06:00
4188.misc Update README for #1491 fix 2018-11-15 10:03:36 +00:00
4190.misc Check logcontexts before and after each test (#4190) 2018-11-27 13:47:18 +11:00
4192.bugfix Changelog 2018-11-15 20:44:57 -07:00
4193.misc add changelog.d entry 2018-11-17 15:01:02 +11:00
4197.bugfix Fix fallback auth on Python 3 (#4197) 2018-11-19 12:27:33 -06:00
4200.misc Add changelog 2018-11-18 12:42:08 -06:00
4204.misc changelog 2018-11-19 17:07:42 +00:00
4207.bugfix Remove riot.im from the list of trusted Identity Servers in the default configuration (#4207) 2018-11-20 12:29:25 +01:00
4209.misc Fix more logcontext leaks in tests (#4209) 2018-11-27 13:01:04 +11:00
4214.misc Ignore __pycache__ directories in schema delta dir 2018-11-20 22:52:34 +00:00
4220.feature Support m.login.sso (#4220) 2018-11-27 18:51:52 +11:00
4227.misc Do a GC after each test to fix logcontext leaks (#4227) 2018-11-27 13:00:33 +11:00