MatrixSynapse/synapse/rest/client/v2_alpha
Michael Kaye fe265fe990 SECURITY UPDATE: Prevent unauthorised users from setting state events in a room
when there is no `m.room.power_levels` event in force in the room. (PR #3397)
 
 Discussion around the Matrix Spec change proposal for this change can be
 followed at https://github.com/matrix-org/matrix-doc/issues/1304.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABAgAGBQJbIop9AAoJEIofk9V1tejV9lsIAJVH0l5dXROmy1KH/zt16AUA
 CXa6Vv4Vyo6hKad/fZ81OZVRr5ChK/TvbIJVn/SA/muCfdoIFdxhT8eo/pXzO2UW
 zReuLsDhAg+gSvpNus37oWj2FVsAE1HYDZ60lfaapAdZnkFit68d5DQZjO6nZHHA
 YUXcU3GUwj0ZYuUzFzYKMLu6uNNasNkN8h6SS2lF7Bm4JaKDW+mFMfCyJwdIVSEh
 BGhHoVpXdxFysD9s6Mwxqrz3KKg1Jtp7idDkk0x2S2Eh+gxyiDQQokv0oQ3+0+HG
 sgy5Iz2t2CkpS02/j+LOvAZljTmnD0bXu3srGR+25StsoDFP038Am3bfQwtD190=
 =9jsT
 -----END PGP SIGNATURE-----

Merge tag 'v0.31.2' into dinsic
2018-06-22 17:04:50 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py rewrite based on PR feedback: 2018-01-19 15:33:55 +00:00
account.py unbreak 3pid deletion 2018-05-03 23:54:36 +00:00
account_data.py m.read_marker -> m.fully_read (#2128) 2017-04-18 17:46:15 +01:00
auth.py Set Server header in SynapseRequest 2018-05-10 18:50:27 +01:00
devices.py Fix error when deleting devices 2017-12-05 09:49:22 +00:00
filter.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
groups.py Use "/settings/" (plural) 2018-04-05 14:07:16 +01:00
keys.py register some /unstable endpoints in /r0 as well 2017-10-26 15:22:50 +02:00
notifications.py notifications: Convert next_token to string according to the spec 2018-05-05 12:55:02 +03:00
openid.py Rename openid/token to openid/request_token 2016-05-05 15:15:00 +01:00
read_marker.py m.read_marker -> m.fully_read (#2128) 2017-04-18 17:46:15 +01:00
receipts.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
register.py SECURITY UPDATE: Prevent unauthorised users from setting state events in a room 2018-06-22 17:04:50 +01:00
report_event.py Add timestamp and auto incrementing ID 2016-05-04 15:19:12 +01:00
sendtodevice.py register some /unstable endpoints in /r0 as well 2017-10-26 15:22:50 +02:00
sync.py Stub out ServerNoticesSender on the workers 2018-05-22 11:54:51 +01:00
tags.py Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
thirdparty.py add release endpoints for /thirdparty 2017-10-26 16:58:20 +02:00
tokenrefresh.py Rip out more refresh_token code 2016-11-30 17:40:18 +00:00
user_directory.py Fix spelling & add experimental API comment 2018-04-25 11:40:37 +01:00